.checkbox-wrapper {
  margin-top: 1rem;
  width: 100%;
  text-align: left;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.checkbox__input {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.checkbox__label {
  font-size: 0.9rem;
  line-height: 1.4;
}