.custom-cf7 .wpcf7-list-item,
.custom-cf7 label {
  display: flex;
}

.custom-cf7 .wpcf7-list-item {
  margin: 0;
}

.custom-cf7 .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.custom-cf7 label {
  cursor: pointer;
}

.custom-cf7 [type=radio],
.custom-cf7 [type=checkbox] {
  position: absolute;
  left: -9999px;
}

.custom-cf7 [type=radio] + .wpcf7-list-item-label,
.custom-cf7 [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 12px;
  font-size: 11px;
}

.custom-cf7 [type=radio] + .wpcf7-list-item-label::before,
.custom-cf7 [type=checkbox] + .wpcf7-list-item-label::before,
.custom-cf7 [type=radio] + .wpcf7-list-item-label::after,
.custom-cf7 [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.custom-cf7 [type=radio] + .wpcf7-list-item-label::before,
.custom-cf7 [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

.custom-cf7 [type=radio] + .wpcf7-list-item-label::before,
.custom-cf7 [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #c094a3;
  border-radius: 3px;
}

.custom-cf7 [type=radio] + .wpcf7-list-item-label::after,
.custom-cf7 [type=checkbox] + .wpcf7-list-item-label::after {
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #c094a3;
  border-radius: 1px;
  transition: all 0.2s;
}

.custom-cf7 [type=radio]:not(:checked) + .wpcf7-list-item-label::after,
.custom-cf7 [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

.custom-cf7 [type=radio]:checked + .wpcf7-list-item-label::after,
.custom-cf7 [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
  color: #db8989;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  display: block;
  height: 36px;
  overflow: hidden;
  background: -webkit-linear-gradient(#333, #eee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}/*# sourceMappingURL=cf7-custom.css.map */