& {
  position: relative;

  &__swatch {
    width: 40px;
    height: 24px;
    margin-bottom: 1px;
  }

  &__swatch--first {
    overflow: hidden;
    border-radius: 2px 2px 0 0;
  }

  &__swatch--last {
    overflow: hidden;
    border-radius: 0 0 2px 2px;
  }

  &__swatch--white {
    box-shadow: inset 0 0 0 1px #ddd;
  }

  &__check {
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 1;
    display: none;
    pointer-events: none;
  }

  &__check--active {
    display: block;
  }
}
