.raovat1-phone-gate-contact {
    margin: 18px 0;
}

.raovat1-phone-gate-button,
.raovat1-phone-gate-phone {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 16px;
    color: #ffffff;
    background: #0f766e;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.raovat1-phone-gate-button:hover,
.raovat1-phone-gate-button:focus,
.raovat1-phone-gate-phone:hover,
.raovat1-phone-gate-phone:focus {
    color: #ffffff;
    background: #115e59;
    outline: none;
}

.raovat1-phone-gate-link {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.raovat1-phone-gate-link--revealed {
    color: #0f766e;
}

.raovat1-phone-gate-results {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.raovat1-phone-gate-is-loading {
    opacity: 0.72;
    cursor: wait;
}

button.listivo-contact-button[data-raovat1-seller-contact],
button.listivo-chat-via-socials__button[data-raovat1-seller-contact],
button.raovat1-featured-showcase-card__phone[data-raovat1-seller-contact] {
    border: 0;
    background: transparent;
    font: inherit;
    text-align: inherit;
    cursor: pointer;
}

button.listivo-contact-button[data-raovat1-seller-contact] {
    width: 100%;
}

.raovat1-phone-gate-notice {
    position: fixed;
    z-index: 99999;
    right: 18px;
    bottom: 18px;
    max-width: min(360px, calc(100vw - 36px));
    padding: 12px 14px;
    color: #111827;
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 7px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.raovat1-phone-gate-notice--error {
    color: #ffffff;
    background: #b91c1c;
    border-color: #ef4444;
}

.raovat1-phone-gate-modal {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    padding: 20px;
    background: rgba(8, 9, 13, 0.72);
    place-items: center;
}

.raovat1-phone-gate-ad-modal {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    padding: 20px;
    background: rgba(8, 9, 13, 0.74);
    place-items: center;
}

.raovat1-phone-gate-modal[hidden] {
    display: none;
}

.raovat1-phone-gate-ad-modal[hidden] {
    display: none;
}

.raovat1-phone-gate-modal__dialog {
    position: relative;
    width: min(420px, 100%);
    padding: 22px;
    color: #111827;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.raovat1-phone-gate-ad-modal__dialog {
    position: relative;
    width: min(460px, 100%);
    padding: 22px;
    color: #111827;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.raovat1-phone-gate-modal__dialog h2 {
    margin: 0 36px 14px 0;
    font-size: 22px;
    line-height: 1.2;
}

.raovat1-phone-gate-ad-modal__dialog h2 {
    margin: 0 36px 14px 0;
    font-size: 22px;
    line-height: 1.2;
}

.raovat1-phone-gate-ad-modal__media {
    overflow: hidden;
    margin: 0 0 14px;
    background: #f3f4f6;
    border-radius: 7px;
    aspect-ratio: 16 / 9;
}

.raovat1-phone-gate-ad-modal__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.raovat1-phone-gate-ad-modal__headline {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.3;
}

.raovat1-phone-gate-ad-modal__excerpt,
.raovat1-phone-gate-ad-modal__message {
    margin: 0 0 12px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
}

.raovat1-phone-gate-ad-modal__view {
    display: inline-flex;
    margin: 0 0 12px;
    color: #0f766e;
    font-weight: 800;
    text-decoration: none;
}

.raovat1-phone-gate-ad-modal--vip .raovat1-phone-gate-ad-modal__dialog {
    border-top: 4px solid #0f766e;
}

.raovat1-phone-gate-modal__dialog label {
    display: grid;
    gap: 6px;
    margin: 12px 0;
    font-size: 13px;
    font-weight: 800;
}

.raovat1-phone-gate-modal__dialog input {
    width: 100%;
    min-height: 44px;
    padding: 9px 11px;
    color: #111827;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 7px;
    font-size: 16px;
}

.raovat1-phone-gate-modal__button {
    width: 100%;
    min-height: 44px;
    margin-top: 8px;
    color: #ffffff;
    background: #0f766e;
    border: 0;
    border-radius: 7px;
    font-weight: 800;
    cursor: pointer;
}

.raovat1-phone-gate-modal__button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.raovat1-phone-gate-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    color: #111827;
    background: #f3f4f6;
    border: 0;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.raovat1-phone-gate-modal__message {
    min-height: 20px;
    margin: 0 0 12px;
    color: #4b5563;
}

.raovat1-phone-gate-modal__message[data-type="error"] {
    color: #b91c1c;
}

.raovat1-phone-gate-modal__message[data-type="success"] {
    color: #0f766e;
}

/* The admin master switch applies only to explicitly marked seller contact actions. */
body.raovat1-phone-contact-actions-disabled [data-raovat1-seller-contact],
.raovat1-phone-gate-contact-link--disabled {
    display: none;
}

.raovat1-phone-gate-link--disabled {
    color: inherit;
    cursor: default;
    text-decoration: none;
}

@media (max-width: 767px) {
    .raovat1-phone-gate-contact {
        margin: 12px 0;
    }

    .raovat1-phone-gate-button,
    .raovat1-phone-gate-phone {
        width: 100%;
    }

    .raovat1-phone-gate-modal {
        padding: 14px;
    }

    .raovat1-phone-gate-ad-modal {
        padding: 14px;
    }
}
