.ys-offer-auth-context {
    display: grid;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0 0 16px;
    padding: 14px 15px;
    border: 1px solid #d4e2f0;
    border-radius: 13px;
    background: #f5f9ff;
    color: #183a57;
}

.listivo-login-form__inner > .ys-offer-auth-context {
    margin-top: 0;
}

.listivo-login-form .listivo-login-form__inner:has(> .ys-offer-auth-context) {
    padding-top: 20px;
}

.ys-offer-auth-context__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: #e5f0ff;
    color: #2876df;
    font-size: 17px;
}

.ys-offer-auth-context__copy > span,
.ys-offer-auth-context__copy > strong,
.ys-offer-auth-context__copy > small {
    display: block;
}

.ys-offer-auth-context__copy {
    min-width: 0;
    overflow-wrap: anywhere;
}

.ys-offer-auth-context__copy > span {
    margin-bottom: 2px;
    color: #52708b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ys-offer-auth-context__copy > strong {
    color: #102f4b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.ys-offer-auth-context__copy > small {
    margin-top: 2px;
    color: #55718a;
    font-size: 12px;
    font-weight: 500;
}

.ys-offer-auth-context__copy > p {
    margin: 7px 0 0;
    color: #60788e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 480px) {
    .listivo-login-widget__form .listivo-login-form:has(.ys-offer-auth-context) {
        width: 100% !important;
        min-width: 0;
        max-width: calc(100vw - 24px) !important;
        box-sizing: border-box;
    }

    .listivo-login-form .listivo-login-form__inner:has(> .ys-offer-auth-context) {
        padding-top: 14px;
    }

    .ys-offer-auth-context {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
    }

    .ys-offer-auth-context__icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: 15px;
    }
}
