/* =========================================================
   GSB Theme – Utilities
   ========================================================= */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.text-center { text-align: center; }

.mb-s { margin-bottom: 1rem; }
.mb-m { margin-bottom: 1.5rem; }
.mb-l { margin-bottom: 2rem; }
