.hoy-email-otp-box {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.hoy-email-otp-title {
    margin: 0 0 22px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

.hoy-otp-field-group {
    margin-bottom: 18px;
}

.hoy-otp-field-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.hoy-email-otp-box input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #111;
    border-radius: 0;
    font-size: 16px;
    line-height: 52px;
    outline: none;
    background: #fff;
    color: #111;
    box-sizing: border-box;
}

.hoy-email-otp-box input:focus {
    border-color: #ff0000;
}

.hoy-otp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: 14px;
    padding: 12px 22px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}

.hoy-otp-btn:hover {
    opacity: .86;
}

.hoy-otp-btn:disabled,
.hoy-otp-link-btn:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.hoy-otp-link-btn {
    margin-top: 12px;
    padding: 0;
    border: none;
    background: transparent;
    color: #b17854;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

.hoy-otp-message {
    display: none;
    margin-bottom: 16px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
}

.hoy-otp-message-success,
.hoy-otp-message-error {
    display: block;
}

.hoy-otp-message-success {
    background: #eefaf1;
    color: #147a2e;
    border: 1px solid #bce6c5;
}

.hoy-otp-message-error {
    background: #fff1f1;
    color: #b00020;
    border: 1px solid #ffc9c9;
}

.hoy-otp-logged-in {
    max-width: 520px;
    margin: 0 auto;
    padding: 24px;
    background: #fff;
    border: 1px solid #eee;
}

@media (max-width: 767px) {
    .hoy-email-otp-box {
        padding: 22px;
    }

    .hoy-email-otp-title {
        font-size: 24px;
    }
}
