/* casomu.com - Subscription Form OTP - Popup Style */

#casomu-sub-otp-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

#casomu-sub-otp-overlay.casomu-sub-otp-overlay-visible {
    display: flex;
}

#casomu-sub-otp-modal {
    position: relative;
    background: #ffffff;
    max-width: 420px;
    width: 90%;
    padding: 32px 28px;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    font-family: inherit;
    text-align: left;
}

#casomu-sub-otp-modal h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #1B2A4A;
}

#casomu-sub-otp-intro {
    margin: 0 0 18px;
    font-size: 14px;
    color: #4A5568;
    line-height: 1.5;
}

#casomu-sub-otp-input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid #E3DFD6;
    border-radius: 4px;
    margin-bottom: 8px;
}

#casomu-sub-otp-modal-status {
    font-size: 13px;
    color: #A6432D;
    min-height: 18px;
    margin-bottom: 14px;
}

#casomu-sub-otp-verify-submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #C9A84C;
    color: #1B2A4A;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

#casomu-sub-otp-verify-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#casomu-sub-otp-resend-btn {
    width: 100%;
    padding: 10px;
    background: none;
    color: #1B2A4A;
    border: 1px solid #E3DFD6;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}

#casomu-sub-otp-resend-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#casomu-sub-otp-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #4A5568;
    cursor: pointer;
}

/* Thank You overlay */
#casomu-sub-thankyou-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

#casomu-sub-thankyou-overlay.casomu-sub-thankyou-overlay-visible {
    display: flex;
}

#casomu-sub-thankyou-modal {
    position: relative;
    background: #ffffff;
    max-width: 480px;
    width: 90%;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

#casomu-sub-thankyou-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #4A5568;
    cursor: pointer;
    z-index: 1;
}
