/**
 * SWS Theme Modern - utilities.css
 */

.u-hidden   { display: none !important; }
.u-sr-only  { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.u-mt-0     { margin-top: 0 !important; }
.u-mb-0     { margin-bottom: 0 !important; }
.u-text-center { text-align: center !important; }
.u-text-muted  { color: var(--color-text-muted) !important; }
.u-fw-bold     { font-weight: 700 !important; }

.mobile  { display: block; }
.desktop { display: none; }

@media (min-width: 768px) {
  .mobile  { display: none !important; }
  .desktop { display: block !important; }
}
