.psf-otp-box {
    max-width: 340px;
    margin: 0 auto;
    padding: 20px;
    font-family: inherit;
    direction: rtl;
    text-align: right;
}
.psf-otp-step label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}
.psf-otp-step input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
    direction: ltr;
    text-align: center;
}
.psf-otp-step button {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    background: #2e7d32;
    color: #fff;
    cursor: pointer;
    margin-bottom: 8px;
}
.psf-otp-step button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.psf-otp-link {
    background: transparent !important;
    color: #555 !important;
    text-decoration: underline;
}
.psf-otp-msg {
    font-size: 13px;
    min-height: 18px;
    margin: 4px 0 0;
}
.psf-otp-msg.error { color: #c62828; }
.psf-otp-msg.success { color: #2e7d32; }
