/* ==========================================================================
   COMPUBYTE MARKETING — Utilities
   ========================================================================== */

.text-blue { color: var(--color-blue); }
.text-white { color: var(--color-white); }
.text-muted { color: var(--color-muted); }

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

.uppercase {
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
}

.mono {
  font-family: var(--font-mono);
}

.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.flow > * + * {
  margin-top: var(--space-md);
}

.divider {
  height: 1px;
  width: 100%;
  background: var(--color-border);
  border: 0;
}

.aspect-square { aspect-ratio: 1 / 1; }
.aspect-video { aspect-ratio: 16 / 9; }

.lazy-media {
  background: var(--color-bg-panel);
}
