.cemar-form-field-checkbox label {
  font-size: 16 px !important;
}
#gform_1 input[type="text"],
#gform_1 input[type="tel"],
#gform_1 input[type="email"] {
  border-radius: 40px !important;
  height: 48px !important;
}
#gform_1 textarea {
  border-radius: 24px !important;
}

#gform_1 .gfield_label.gform-field-label,
#gform_1
  .gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  color: #fff !important;
}
#gform_1 .gfield_label.gform-field-label {
  font-size: 20px !important;
  margin-bottom: 16px !important;
}
#gform_1 .select-arrow {
  position: absolute !important;
}

/* === Tendina "Voglio info su…" stile pill rosa — solo form #gform_1 === */
#gform_1 .gravity-select-parent select.gfield_select {
  background-color: #d6176f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"),
    linear-gradient(90deg, #e6147f 0%, #d2156c 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 26px center, center;
  background-size: 18px 18px, auto;
  color: #fff;
  border: none;
  border-radius: 999px;
  height: 47px;
  padding: 0 56px 0 32px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Opzioni del menu a tendina leggibili (testo scuro su bianco) */
#gform_1 .gravity-select-parent select.gfield_select option {
  color: #141617;
  background: #fff;
  font-size: 16px;
}
/* Nasconde il vecchio quadrato bianco della freccia (risolve anche il glitch precedente) */
#gform_1 .gravity-select-parent .select-arrow {
  display: none;
}

/* === Pulsante "Invia" stile pill rosa — solo form #gform_1 === */
#gform_1 .gform-footer.gform_footer.top_label {
  justify-content: center !important;
}
#gform_1 input[type="submit"].gform_button {
  background: #ff1493;
  background-image: linear-gradient(180deg, #f60588 0%, #d20474 100%);
  border-radius: 50px;
  color: #fff;
  border: none;
  border-radius: 999px;
  min-height: 48px;
  padding: 0 56px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  /* box-shadow: 0 8px 24px rgba(255, 20, 147, 0.35); */
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
#gform_1 input[type="submit"].gform_button:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 12px 30px rgba(255, 20, 147, 0.45); */
}
#gform_1 textarea {
}
