/* הקטנת צ'קבוקסים ל־14 פיקסל בטופס צור קשר
   מקטין מעט את ריבוע הסימון, משפר יישור מול הטקסט ושומר על מראה עדין יותר */
.contact-form-main .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 14px 0;
}

.contact-form-main .wpcf7 input[type="checkbox"] {
  width: 14px !important;
  min-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  margin: 3px 8px 0 0 !important;
  vertical-align: top;
}

.contact-form-main .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 1.7;
  display: inline;
}