/* FSD-specific style overrides, loaded via CSS.CUSTOM_CSS. */

/* Front page: render each stopnja's program list full width instead of the
   default two half-width columns. The second (even-keyed) column is empty for
   FSD -- all programs carry odd ordering keys (see PROGRAM_STOPNJA_ORDER in
   fsd_unilj_taxonomy) -- so a single full-width column keeps the menu order. */
.flex-full-row .col.s6 {
    width: 100%;
}
