.voorodak__recovery-entry {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 16px;
    font-size: 13px;
    color: #64748b;
}
.voorodak__recovery-entry a {
    color: var(--voorodak-button-color);
    font-weight: 700;
    text-decoration: none;
}
.voorodak__recovery-entry a:hover { text-decoration: underline; }
.voorodak__password-help {
    padding: 10px 12px;
    margin: -7px 0 15px;
    border-radius: 9px;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    line-height: 1.8;
}
.voorodak__wrapper-main-box-action a:focus-visible,
.voorodak__recovery-entry a:focus-visible {
    outline: 3px solid var(--voorodak-button-color);
    outline-offset: 3px;
    border-radius: 4px;
}
.voorodak-sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
