.vvv-whatsapp-btn.medicus-wa-trigger {
    border: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    z-index: 2147483646 !important;
}

.vvv-whatsapp-btn.medicus-wa-trigger svg {
    width: 46px;
    height: 46px;
    fill: #fff;
}

.vvv-whatsapp-btn.medicus-wa-trigger:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(37, 211, 102, .35);
}

body.medicus-wa-gate-open {
    overflow: hidden;
}

.medicus-wa-gate[hidden] {
    display: none !important;
}

.medicus-wa-gate {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: grid;
    place-items: center;
    padding: 20px;
}

.medicus-wa-gate__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 24, 37, .58);
}

.medicus-wa-gate__card {
    position: relative;
    width: min(100%, 420px);
    padding: 34px 28px 28px;
    border-radius: 20px;
    background: #fff;
    color: #102437;
    text-align: center;
    box-shadow: 0 24px 80px rgba(4, 23, 38, .25);
}

.medicus-wa-gate__card h2 {
    margin: 14px 0 8px;
    color: #102437;
    font-size: clamp(23px, 4vw, 30px);
    line-height: 1.15;
}

.medicus-wa-gate__card p {
    margin: 0;
    color: #566979;
    font-size: 15px;
    line-height: 1.55;
}

.medicus-wa-gate__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1f5f7;
    color: #102437;
    font-size: 28px;
    line-height: 36px;
    cursor: pointer;
}

.medicus-wa-gate__icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    background: #e9f9ef;
    color: #168b44;
    font-size: 28px;
    font-weight: 700;
}

.medicus-wa-gate__turnstile {
    display: flex;
    justify-content: center;
    min-height: 65px;
    margin: 22px auto 12px;
}

.medicus-wa-gate__status {
    min-height: 24px;
    margin-top: 8px !important;
    font-size: 14px !important;
}

.medicus-wa-gate__status.is-error {
    color: #b42318;
}

.medicus-wa-gate__status.is-success {
    color: #168b44;
}

@media (max-width: 600px) {
    .medicus-wa-gate {
        padding: 14px;
    }

    .medicus-wa-gate__card {
        padding: 30px 18px 24px;
        border-radius: 18px;
    }
}
