/* SystemSettings Module */
/* SPACING CONTRACT: No external margins. Parent controls spacing. */

.system-settings-modal-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

/* Sub-tab host (nav + active sub-view). Mirrors .rates-module / .connections-module. */
.system-module {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.system-sub-tabs {
    display: flex;
}
