.jl-otp {
    text-align: center;
}

.jl-otp-boxes {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin: 8px 0 14px;
}

.jl-otp-box {
    width: 48px;
    height: 56px;
    border: 2px solid #cfd4dc;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 52px;
    color: #1f2937;
    outline: none;
    caret-color: #0d6efd;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.jl-otp-box:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, .18);
}

.jl-otp-box.jl-otp-filled {
    border-color: #198754;
}

.jl-otp-timer {
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.jl-otp-timer.jl-otp-timer-warn {
    color: #b45309;
}

.jl-otp-expired {
    font-size: 13px;
    color: #b42318;
    font-weight: 600;
    margin: 4px 0 8px;
}

.jl-otp-resend-hint {
    font-size: 12px;
    color: #6b7280;
    min-height: 1.2em;
    margin-bottom: 4px;
}

@media (max-width: 420px) {
    .jl-otp-box {
        width: 40px;
        height: 48px;
        font-size: 1.35rem;
        line-height: 44px;
    }
}
