.mbs-visually-hidden {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.mbs-muted {
  color: var(--mbs-color-muted);
}

.mbs-text-invert {
  color: #ffffff;
}

.mbs-text-invert h1,
.mbs-text-invert h2,
.mbs-text-invert h3,
.mbs-text-invert p {
  color: inherit;
}
