/*
Theme Name: Terra Sprinter theme by ADL
Author: Agrand Digital Labs
Version: 0.1.5
*/
/* GENERATED FILE - DO NOT EDIT MANUALLY */
.wpcf7 form > p,
.wpcf7 .form-row > p {
  margin: 0;
}
.wpcf7 .choice-options > p,
.wpcf7 .choice-options .wpcf7-form-control-wrap {
  display: contents;
}
.wpcf7 .choice-options .wpcf7-form-control,
.wpcf7 .choice-options .wpcf7-list-item {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  transition: none;
}
.wpcf7 .choice-options .wpcf7-radio,
.wpcf7 .choice-options .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 760px) {
  .wpcf7 .choice-options .wpcf7-radio,
  .wpcf7 .choice-options .wpcf7-checkbox {
    display: grid;
    grid-template-columns: 1fr;
  }
}
