/* =========================================================
   UI Foundation - Utilities
   Services Board App + Ecommerce Module
   Developer: Y.Bintang.H
   Tahap: Prioritas 7B
   ---------------------------------------------------------
   Helper class kecil dengan prefix .u- agar aman untuk semua modul.
   ========================================================= */
.u-text-center{text-align:center!important}.u-text-right{text-align:right!important}.u-text-muted{color:var(--pj-muted)!important}.u-text-red{color:var(--pj-red)!important}
.u-bg-soft{background:var(--pj-light)!important}.u-bg-white{background:#fff!important}.u-shadow{box-shadow:var(--pj-shadow)!important}.u-shadow-soft{box-shadow:var(--pj-shadow-soft)!important}
.u-rounded{border-radius:var(--pj-radius)!important}.u-rounded-lg{border-radius:var(--pj-radius-lg)!important}.u-border{border:1px solid var(--pj-border)!important}
.u-d-none{display:none!important}.u-d-block{display:block!important}.u-d-flex{display:flex!important}.u-flex-wrap{flex-wrap:wrap!important}.u-items-center{align-items:center!important}.u-justify-between{justify-content:space-between!important}.u-gap-1{gap:.25rem!important}.u-gap-2{gap:.5rem!important}.u-gap-3{gap:1rem!important}
.u-mt-1{margin-top:.25rem!important}.u-mt-2{margin-top:.5rem!important}.u-mt-3{margin-top:1rem!important}.u-mb-0{margin-bottom:0!important}.u-mb-1{margin-bottom:.25rem!important}.u-mb-2{margin-bottom:.5rem!important}.u-mb-3{margin-bottom:1rem!important}
.u-p-2{padding:.5rem!important}.u-p-3{padding:1rem!important}.u-px-3{padding-left:1rem!important;padding-right:1rem!important}.u-py-3{padding-top:1rem!important;padding-bottom:1rem!important}
.u-img-square{aspect-ratio:1/1!important;object-fit:cover!important}.u-overflow-hidden{overflow:hidden!important}.u-w-100{width:100%!important}
@media(max-width:575.98px){.u-hide-mobile{display:none!important}.u-text-center-mobile{text-align:center!important}}
@media(min-width:576px){.u-show-mobile{display:none!important}}
