h1 {
    color: var(--primary-color);
    font-size: clamp(1.6rem, 4.5vw, 2rem);
    margin-bottom: 10px;
    text-align: center;
}

.reset-container .links {
    margin-top: 25px;
}

.reset-container .links a {
    font-weight: 600;
    transition: color 0.3s ease;
}

.reset-container .links a:hover {
    color: var(--primary-color-dark);
    text-decoration: none;
}

.form-hint {
    text-align: center;
    margin-bottom: 20px;
    color: var(--text-color-light);
}

.is-hidden {
    display: none;
}
