/* Brand color swatches on the settings show page */
.settings-swatch {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.settings-swatch__hex {
  font-size: 0.875rem;
  color: var(--bs-body-color);
  background: none;
  padding: 0;
}
