.color-swatch-palette {
  position: relative;
  z-index: 1;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 0.4rem;
}

.swatch-option {
  height: 3.2rem;
  width: 3.2rem;
  border: 1px solid rgb(var(--color-secondary-4));
}

.swatch-option.selected {
  border: 0.1rem solid rgb(var(--color-badge-border));
}

.swatch-option img {
  max-width: 100%;
  max-height: 100%;
  padding: 0.2rem;
}

.swatch-option img:hover {
  cursor: pointer;
}

.swatch-option-content {
  display: block;
}
