.elementor-5907 .elementor-element.elementor-element-21860b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-72de954 */.cf7-tax {
  max-width: 920px;
  margin: 0 auto;
}

.cf7-tax h3 {
  margin: 26px 0 12px;
}

.cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 18px;
}

.cf7-field {
  display: block;
}

.cf7-label {
  font-weight: 600;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.4;
}

.cf7-span-2 {
  grid-column: 1 / -1;
}

.cf7-tax input[type="text"],
.cf7-tax input[type="tel"],
.cf7-tax input[type="email"],
.cf7-tax input[type="number"],
.cf7-tax textarea,
.cf7-tax select {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
}

.cf7-tax textarea.cf7-textarea-sm {
  min-height: 70px !important;
  height: 70px !important;
}

/* note επισύναψης */
.cf7-note {
  grid-column: 1 / -1;
  display: block;
  margin-top: -4px;
  padding: 10px 14px;
  background: #fff8e1;
  border-left: 4px solid #d4a017;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #6b5500;
}

/* radio / checkbox groups */
.cf7-tax .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.cf7-tax .wpcf7-form-control.wpcf7-radio,
.cf7-tax .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cf7-tax .wpcf7-list-item {
  margin: 0 !important;
  display: block;
  flex: 1 1 0;
}

.cf7-tax .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.cf7-tax .wpcf7-list-item input {
  width: auto !important;
  min-height: auto;
  margin: 0;
  flex-shrink: 0;
}

.cf7-tax .wpcf7-list-item-label {
  display: inline-block;
  font-weight: 500;
  line-height: 1.3;
}

/* bullets */
.cf7-tax ul {
  margin: 8px 0 0 18px;
  padding: 0;
}

.cf7-tax ul li {
  margin-bottom: 6px;
  line-height: 1.5;
}

/* upload box */
.cf7-uploadnote {
  background: #f5f5f5;
  padding: 18px 20px;
  border-radius: 6px;
  margin-top: 12px;
  border: 1px solid rgba(0,0,0,.08);
  font-size: 14px;
  line-height: 1.6;
}

.cf7-uploadnote h3 {
  margin: 0 0 10px;
  font-size: 28px;
}

.cf7-uploadnote a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
}

/* security */
.cf7-security-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.cf7-security-note img {
  width: 90px;
  height: auto;
  flex-shrink: 0;
}

.cf7-security-note span {
  line-height: 1.6;
  font-size: 14px;
}

/* submit */
.cf7-actions {
  margin-top: 24px;
}

.cf7-tax input[type="submit"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

/* mobile */
@media (max-width: 767px) {
  .cf7-grid {
    grid-template-columns: 1fr;
  }

  .cf7-span-2,
  .cf7-note {
    grid-column: auto;
  }

  .cf7-tax .wpcf7-form-control.wpcf7-radio,
  .cf7-tax .wpcf7-form-control.wpcf7-checkbox {
    flex-direction: column;
  }

  .cf7-security-note {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* BUTTON HOVER */
.cf7-tax input[type="submit"] {
  transition: all 0.3s ease;
}

.cf7-tax input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}
.cf7-tax input:not([type="email"]),
.cf7-tax textarea {
  text-transform: uppercase;
}
.cf7-top-note {
  background: #f5f7fa;
  border-left: 4px solid #0D2A6E;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}/* End custom CSS */