.visually-hidden{
  position:absolute !important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}
.mt-0{ margin-top:0 !important; }
.mb-0{ margin-bottom:0 !important; }
.text-center{ text-align:center; }
.flex{ display:flex; }
.items-center{ align-items:center; }
.gap-2{ gap: var(--sp-2); }
.gap-3{ gap: var(--sp-3); }
.gap-4{ gap: var(--sp-4); }
.nowrap{ white-space:nowrap; }