.nl-checkbox {
  display: flex;
}
.nl-checkbox__input {
  margin-top: 4px;
  flex-shrink: 0;
  background-image: none;
  background-clip: padding-box;
  cursor: pointer;
}
.nl-checkbox .checkbox-desc__title {
  display: block;
  font-weight: bold;
  text-align: left;
}
.nl-checkbox .checkbox-desc__list {
  text-align: left;
}
.nl-checkbox .checkbox-desc--flex {
  display: flex;
}
.nl-checkbox--selected .nl-checkbox__input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nl-checkbox--selected .nl-checkbox__input svg {
  width: 60%;
  height: 60%;
}
.nl-checkbox--no-bold .nl-checkbox__input {
  margin-top: 0;
}
.nl-checkbox--no-bold .checkbox-desc__title {
  font-weight: normal;
  text-transform: none !important;
}
