/* ==========================================================================
   ESTILOS ESPECÍFICOS: HIPOTECA FIJA VS VARIABLE
   ========================================================================== */

.form-fieldset {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 0.5rem;
}

.form-fieldset legend {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    padding: 0 0.4rem;
}
