/**
 * Residence Application Form — Styles
 * Reuses the host application form (haf-*) class system.
 * Only additions specific to the residence form are here.
 *
 * Base classes already provided by host-application-form.css:
 *   .haf-field-row--half, .haf-callout, .haf-radio-group, .haf-radio,
 *   .haf-field__hint, .haf-conditional
 *
 * This file is intentionally minimal — add residence-specific styles only.
 */

/* ============================================
   CONDITIONAL FIELD TRANSITIONS
   ============================================ */

.haf-conditional {
    transition: opacity 0.2s ease, max-height 0.2s ease;
}

.haf-conditional[style*="display: none"] {
    opacity: 0;
}

/* ============================================
   REVIEW TOGGLE BUTTON
   ============================================ */

.haf-review__header {
    width: 100%;
    border: none;
    font-family: inherit;
}

.haf-review__header .haf-review__heading {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #000032;
}

.haf-review__toggle {
    white-space: nowrap;
}
