.rub-ramka {
    background: rgba(189, 61, 77, 0.04);
    padding: 12px 15px !important;
    color: rgb(8, 8, 8);
    font-size: 18px;
    font-family: sans-serif;
    border: 2px solid;
    border-radius: 4px;
    font-weight: bold;
    border-color: #bd3d4d;
    text-indent: 0 !important;
    text-align: left;
    line-height: 25px;
    max-width: 880px;
    display: block;
    margin: 20px auto !important;
}

.rub-ramka p {
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center;
}

.alert-fraud {
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    width: 100%;
    border-radius: 20px;
    background: #333333;
    padding: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

.alert-fraud_border {
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='16' ry='16' style='fill: none; stroke: white; stroke-width: 2; stroke-dasharray: 10 11'/></svg>");
    padding: 16px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-fraud_border_flag {
    border-radius: 10px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}

.alert-fraud_border_flag img {
    height: 100%;
}

.alert-fraud_border_text {
    display: flex;
    flex-direction: column;
}

.alert-fraud_border_text span:first-child {
    color: #fb4444;
    text-transform: uppercase;
}

.alert-fraud a {
    color: #0085ff;
    text-decoration: none;
    border-bottom: 2px solid #0085ff;
    transition: color 0.3s, border-bottom 0.3s;
}

.alert-fraud a:hover {
    color: #00b3ff;
    text-decoration: none;
    border-bottom: 2px solid #00b3ff;
    transition: color 0.3s, border-bottom 0.3s;
}

.alert-fraud a:focus {
    color: #00b3ff;
    text-decoration: none;
    border-bottom: 2px solid #00b3ff;
    transition: color 0.3s, border-bottom 0.3s;
}

@media screen and (max-width: 768px) {
    .alert-fraud {
        font-size: 17px;
        line-height: 24px;
    }
    .alert-fraud_border_flag {
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width: 375px) {
    .alert-fraud {
        margin-top: 14px;
        border-radius: 10px;
    }
    .alert-fraud_border {
        justify-content: center;
        align-items: center;
        text-align: center;
        background-image: none;
    }
    .alert-fraud_border_flag {
        width: 28px;
        height: 28px;
        border-radius: 5px;
        top: -14px;
        position: absolute;
        margin: 0;
    }
}