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

.iscp-hidden {
  display: none !important;
}

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

.iscp-full-width {
  width: 100%;
}
