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

.u-f12-muted {
  color: var(--f12-color-muted) !important;
}

.u-f12-flex {
  display: flex !important;
}

.u-f12-items-center {
  align-items: center !important;
}

.u-f12-justify-between {
  justify-content: space-between !important;
}

.u-f12-gap-2 {
  gap: var(--f12-space-2) !important;
}

.u-f12-gap-4 {
  gap: var(--f12-space-4) !important;
}
