/* Password Reset – projektspezifisches Layout (Vendor-Screen) */
.password-reset-section {
    max-width: 100%;
    padding: 1.5rem 0;
}
.password-reset-container {
    max-width: 36rem;
    margin: 0 auto;
}
/* Meldungsbereich sichtbar und mit Abstand (Fehler/Erfolg) */
.password-reset-messages {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
