.otp-hint {
    color: var(--denr-blue);
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 12px;
    text-align: center;
    background: var(--field);
    border: 1px solid var(--field-border);
    border-radius: 10px;
    padding: 9px 10px;
}

.helper-note {
    margin-top: 14px;
    text-align: center;
    font-size: 13px;
    color: var(--ink-700);
}

.helper-note a {
    color: #0f4eb3;
    font-weight: 600;
    text-decoration: none;
}

.helper-note a:hover {
    text-decoration: underline;
}
