/* ── Admin panel overrides ───────────────────────────────────────────── */

/* Make all helper/hint text smaller across every form field.
   In Filament 5, helperText() renders as <span class="fi-sc-text"> inside
   .fi-fo-field-content-col (the belowContent schema slot). */
.fi-fo-field-content-col .fi-sc-text {
    font-size: 11px !important;
    line-height: 1.4 !important;
}

/* ── Codes list: tabs injected into the table toolbar (same row as search) ── */
/* The fi-tabs nav is a flex item inside fi-ta-header-toolbar.
   Override the default mx-auto so it stays left-aligned instead of centring. */
.fi-ta-header-toolbar .fi-tabs-toolbar {
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-shrink: 0;
}
