.verification-countdown {
    min-height: 22px;
    margin: 8px 0;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

body.stripe-payment-open {
    overflow: hidden;
}

.stripe-payment-modal {
    position: fixed;
    inset: 0;
    z-index: 500;
}

.stripe-payment-modal[hidden] {
    display: none;
}

.stripe-payment-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(15, 23, 42, .55);
}

.stripe-payment-panel {
    position: relative;
    width: min(720px, calc(100% - 24px));
    max-height: calc(100dvh - 24px);
    margin: 12px auto;
    padding: 18px;
    overflow: auto;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
}

.stripe-payment-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.stripe-payment-heading h2,
.stripe-payment-heading p {
    margin: 0;
}

.stripe-payment-close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #111827;
    font-size: 26px;
    cursor: pointer;
}
