.needhelp .form-group--consent,
#team_modal .form-group--consent,
#product-modal .form-group--consent {
  margin: 16px 0 20px;
}

.needhelp .checkbox,
#team_modal .checkbox,
#product-modal .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  margin-bottom: 8px;
}

.needhelp .checkbox:last-child,
#team_modal .checkbox:last-child,
#product-modal .checkbox:last-child {
  margin-bottom: 0;
}

.needhelp .checkbox__input,
#team_modal .checkbox__input,
#product-modal .checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.needhelp .checkbox__box,
#team_modal .checkbox__box,
#product-modal .checkbox__box {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.needhelp .checkbox__icon,
#team_modal .checkbox__icon,
#product-modal .checkbox__icon {
  width: 13px;
  height: 11px;
  fill: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.needhelp .checkbox__text,
#team_modal .checkbox__text,
#product-modal .checkbox__text {
  flex: 1;
}

.needhelp .checkbox__text a,
#team_modal .checkbox__text a,
#product-modal .checkbox__text a {
  color: inherit;
  text-decoration: underline;
}

.needhelp .checkbox__input:checked ~ .checkbox__box,
#team_modal .checkbox__input:checked ~ .checkbox__box,
#product-modal .checkbox__input:checked ~ .checkbox__box {
  border-color: rgba(0, 0, 0, 0.7);
}

.needhelp .checkbox__input:checked ~ .checkbox__box .checkbox__icon,
#team_modal .checkbox__input:checked ~ .checkbox__box .checkbox__icon,
#product-modal .checkbox__input:checked ~ .checkbox__box .checkbox__icon {
  opacity: 1;
}

.needhelp .checkbox.error .checkbox__box,
#team_modal .checkbox.error .checkbox__box,
#product-modal .checkbox.error .checkbox__box {
  border-color: #d93025;
}
