/* Универсальная стилизация чекбоксов для форм Tilda (t702, t-form) */
.t702 .t-checkbox__control,
.t-form .t-checkbox__control {
  display: flex;
  column-gap: 10px;
}

.t702 .t-checkbox__indicator,
.t-form .t-checkbox__indicator {
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  width: 16px;
  height: 16px;
  margin-right: 0;
  flex-shrink: 0;
}

.t702 .t-checkbox:checked ~ .t-checkbox__indicator,
.t-form .t-checkbox:checked ~ .t-checkbox__indicator {
  border-color: #00AB6D !important;
  background: #00AB6D;
}

.t702 .t-checkbox__indicator:after,
.t-form .t-checkbox__indicator:after {
  left: 5px;
  top: 1px;
  border-width: 0 1px 1px 0;
  border-color: #ffffff !important;
}

.t702 .t-input-group_cb div[data-customstyle=yes],
.t-form .t-input-group_cb div[data-customstyle=yes] {
  font-size: 10px !important;
  line-height: 1.2;
}