/* Small helper classes used across templates. Kept separate from style.css
 * so the design-system file stays readable. */

.u-hidden{display:none !important;}
.u-sr-only{position:absolute !important; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px);}
.u-container{max-width:1240px; margin:0 auto; padding:0 28px;}
.u-flex{display:flex;}
.u-flex-center{display:flex; align-items:center; justify-content:center;}
.u-gap-8{gap:8px;}
.u-gap-16{gap:16px;}
.u-mt-0{margin-top:0 !important;}
.u-mb-0{margin-bottom:0 !important;}

/* Body scroll-lock while the mobile menu is open (toggled via JS). */
body.mizban-abi-menu-open{overflow:hidden;}
