.control {
  &[data-disabled] {
    cursor: not-allowed;
    opacity: 60%;
  }
}

.label {
  display: block;
}
