/* ════════════════════════════════════════
   ARIIMOANA WALKABOUTS — Contact Form 7
   Tema: Urbem · Palette blu tropicale
   Aggiornato: maggio 2026
════════════════════════════════════════ */


/* ── FONT ── */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;600;700&display=swap');

.wpcf7,
.wpcf7 label,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="submit"] {
  font-family: 'Albert Sans', sans-serif;
}


/* ── CONTENITORE ── */
.wpcf7 {
  width: 100%;
  max-width: 100%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.wpcf7 form {
  width: 100%;
  box-sizing: border-box;
}


/* ── CAMPI INPUT ── */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid #00b4d8;
  border-radius: 0;
  padding: 11px 14px;
  font-size: 14px;
  color: #333;
  background: #fff;
  display: block;
  font-family: 'Albert Sans', sans-serif;
}

.wpcf7 textarea {
  height: 120px;
  resize: vertical;
}


/* ── ETICHETTE ── */
.wpcf7 label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin-bottom: 4px;
  line-height: 1;
  font-family: 'Albert Sans', sans-serif;
}

/* ── SPAN WRAPPER — elimina spazio extra tra etichetta e campo ── */
.wpcf7 span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ── ELIMINA MARGINE DEFAULT DEI CAMPI ── */
.wpcf7 label input,
.wpcf7 label select,
.wpcf7 label textarea,
.wpcf7 label span.wpcf7-form-control-wrap input,
.wpcf7 label span.wpcf7-form-control-wrap select,
.wpcf7 label span.wpcf7-form-control-wrap textarea {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ── SPAZIO SOTTO OGNI BLOCCO CAMPO ── */
.wpcf7 label,
.cf7-three div,
.cf7-two div,
.wpcf7 > div {
  margin-bottom: 14px;
}


/* ── DATA LABEL ── */
.cf7-date-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin-bottom: 4px;
  line-height: 1;
  font-family: 'Albert Sans', sans-serif;
}


/* ── GRIGLIE ── */
.cf7-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 4px;
  width: 100%;
  box-sizing: border-box;
}

.cf7-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* ── DIV DENTRO LE GRIGLIE ── */
.cf7-three div,
.cf7-two div {
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  margin-bottom: 0;
}


/* ── CHECKBOX TOUR ── */
.wpcf7 .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 0;
  margin-bottom: 14px;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  background: #f0fafd;
  border: 1px solid #cceef8;
  padding: 10px 12px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input {
  width: auto !important;
  accent-color: #00b4d8;
  flex-shrink: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 13px;
  color: #444;
  font-weight: 300;
  font-family: 'Albert Sans', sans-serif;
}


/* ── BOTTONE INVIA ── */
.wpcf7 input[type="submit"] {
  background: #00b4d8 !important;
  color: #020f1a !important;
  border: none !important;
  padding: 12px 36px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  width: auto !important;
  display: inline-block;
  margin-top: 12px;
  transition: opacity 0.2s;
  box-sizing: border-box !important;
  font-family: 'Albert Sans', sans-serif;
}
.wpcf7 input[type="submit"]:hover {
  opacity: 0.87;
}
/* ════════════════════════════════════════
   FINE ARIIMOANA WALKABOUTS — Contact Form 7
   Tema: Urbem · Palette blu tropicale
   Aggiornato: maggio 2026
════════════════════════════════════════ */