& {
  width: 200px;
  padding: 10px 10px 0;
  box-sizing: initial;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 8px 16px rgba(0,0,0,.15);

  &__saturation {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px, rgba(0, 0, 0, 0.15) 0 8px 16px;
  }

  &__saturation-pointer {
    width: 4px;
    height: 4px;
    box-shadow: rgb(255, 255, 255) 0 0 0 1.5px, rgba(0, 0, 0, 0.3) 0 0 1px 1px inset, rgba(0, 0, 0, 0.4) 0 0 1px 2px;
    border-radius: 50%;
    transform: translate(-2px, -2px);
  }

  &__controls {
    display: flex;
  }

  &__color {
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: 4px;
    margin-left: 4px;
    border-radius: 3px;
  }

  &__active-color {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.15), inset 0 0 4px rgba(0,0,0,.25);
  }

  &__hue {
    position: relative;
    height: 10px;
    overflow: hidden;
  }

  &__alpha-slider {
    position: relative;
    height: 10px;
    margin-top: 4px;
    overflow: hidden;
  }

  &__sliders {
    padding: 4px 0;
    flex: 1 1 0;
  }

  &__picker {
    width: 4px !important;
    border-radius: 1px !important;
    height: 8px !important;
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px !important;
    background: rgb(255, 255, 255);
    margin-top: 1px;
    transform: translateX(-1px) !important;
  }
}
