/* ==========================================================================
   path: css/components/stepform.css
   Role: Presentation — Barrel file (CSS manifest)
   Owns: Importing all stepform partial stylesheets
   Does NOT: Contain any CSS rules directly

   ARCHITECTURE NOTE:
   This file is a barrel/manifest that imports domain-specific partials.
   Do NOT add CSS rules here — add them to the appropriate partial:
     _base.css          → Shared primitives (layout, fields, switches, buttons)
     _offer.css         → Offer stepform (steps, items, logistics, time, cash)
     _opret.css         → Opret form (sections, categories, tags, segments)
     _opret-layout.css  → Opret page layout (preview, submit, sheet, grid)
     _remote.css        → Remote select widget (town/wishes dropdowns)
     _feedback.css      → Notices, toasts, hints
   ========================================================================== */

@import url("stepform/_base.css");
@import url("stepform/_offer.css");
@import url("stepform/_opret.css");
@import url("stepform/_opret-layout.css");
@import url("stepform/_remote.css");
@import url("stepform/_feedback.css");