#colorPicker {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  padding: .5rem 0;
}

.color-sliders {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  justify-content: space-between;
}

.color-sliders div {
  display: flex;
  align-items: center;
  gap: .3rem;
}

.color-sliders label {
  width: 1.2rem;
  font-weight: bold;
}

.color-sliders input[type=range] {
  width: 6rem;
}
