:is(.form) input:is([type='checkbox'], [type='radio']) {
  appearance: auto;
}

:is(.form) .wpcf7-list-item {
  display: block;
}

.terms-box-title,
.terms-box-h4,
.terms-box-h3,
.terms-box-h2,
.terms-box-h1 {
  font-weight: var(--font-weight-bold);
}

:is(.form) .wpcf7 input[type='submit'] {
  background: var(--color-main);
  color: var(--color-white);
  text-align: center;
}
