.cclf { --gap: 12px; font-family: inherit; }
.cclf .cclf-step { margin-bottom: 12px; }
.cclf .cclf-label { display:block; margin: 0 0 6px; font-weight:600; }
.cclf .cclf-input { width: 100%; padding: 10px 12px; border: 1px solid #cfd3d9; border-radius: 6px; font-size: 16px; }
.cclf .cclf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.cclf .cclf-col { min-width: 0; }
.cclf .cclf-btn { margin-top: 12px; display:inline-block; padding: 10px 16px; border-radius: 6px; background:#00ACD5; color:#fff; border:0; cursor:pointer; }
.cclf .cclf-btn:hover { background:#1b5e20; }
.cclf .cclf-msg { font-size: 14px; color:#555; margin-top:8px; }
.cclf .cclf-result p { margin-top:8px; }
@media (max-width: 680px){
  .cclf .cclf-grid { grid-template-columns: 1fr; }
}

label.cclf-label.destaque-n {
    color: red !important;
}

/* ===== Override: todos os campos 100% largura ===== */
.cclf-row, .cclf-col-25, .cclf-col-50, .cclf-col, .cclf-step .cclf-col-25, .cclf-step .cclf-col-50 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
  display: block !important;
}
.cclf-input, .cclf-step input[type="text"], .cclf-step input[type="email"], .cclf-step input[type="tel"], .cclf-step input[type="number"], .cclf-step select, .cclf-step textarea {
  width: 100% !important;
  box-sizing: border-box;
}
/* Garantir espaçamento vertical entre campos */
.cclf-col-25, .cclf-col-50, .cclf-col { margin-bottom: 12px; }


/* === HARD OVERRIDE: full width fields === */
.cclf-wrap .cclf-row,
.cclf-wrap .cclf-col-25,
.cclf-wrap .cclf-col-50,
.cclf-wrap .cclf-col {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  display: block !important;
}
.cclf-wrap input[type="text"],
.cclf-wrap input[type="email"],
.cclf-wrap input[type="tel"],
.cclf-wrap input[type="number"],
.cclf-wrap select,
.cclf-wrap textarea,
.cclf-wrap .cclf-input {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.cclf-wrap .cclf-col-25, .cclf-wrap .cclf-col-50, .cclf-wrap .cclf-col { margin-bottom: 14px !important; }


/* == Override: todos os campos 100% == */
.cclf-wrap .cclf-row,
.cclf-wrap .cclf-col-25,
.cclf-wrap .cclf-col-50,
.cclf-wrap .cclf-col {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  display: block !important;
}

.cclf-wrap .cclf-input,
.cclf-wrap input[type="text"],
.cclf-wrap input[type="email"],
.cclf-wrap input[type="tel"],
.cclf-wrap input[type="number"],
.cclf-wrap select,
.cclf-wrap textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.cclf-wrap .cclf-col-25,
.cclf-wrap .cclf-col-50,
.cclf-wrap .cclf-col {
  margin-bottom: 14px !important;
}

/* === CCLF 11.4: one-column layout forced === */
.cclf-wrap{max-width:640px;margin:0 auto;}
.cclf-form .cclf-row{display:block;}
.cclf-form .cclf-field{width:100%;display:block;margin:0 0 12px 0;}
.cclf-form .cclf-field label{display:block;font-weight:600;margin:0 0 6px 0;}
.cclf-form .cclf-field input[type="text"],
.cclf-form .cclf-field input[type="email"],
.cclf-form .cclf-field input[type="tel"],
.cclf-form .cclf-field input[type="number"],
.cclf-form .cclf-field textarea,
.cclf-form .cclf-field select{display:block;width:100%;box-sizing:border-box;padding:10px;border:1px solid #d3d6db;border-radius:6px;line-height:1.4;}
.cclf-form .cclf-help{font-size:12px;color:#6b7280;margin-top:4px;}
.cclf-form .cclf-lgpd{display:block;margin:8px 0 16px 0;}
.cclf-form .cclf-lgpd input[type="checkbox"]{margin-right:8px;}
.cclf-form .cclf-error{color:#b91c1c;font-size:12px;margin-top:6px;}

/* === CCLF 15.0.0: force single column and full width === */
.cclf-wrap { max-width: 640px; margin: 0 auto; }
.cclf-form .cclf-row { display: block !important; }
.cclf-form .cclf-field { width: 100% !important; display: block !important; float: none !important; clear: both !important; margin: 0 0 12px 0 !important; }
.cclf-form .cclf-field label { display: block !important; font-weight: 600 !important; margin: 0 0 6px 0 !important; }
.cclf-form .cclf-field input[type="text"],
.cclf-form .cclf-field input[type="email"],
.cclf-form .cclf-field input[type="tel"],
.cclf-form .cclf-field input[type="number"],
.cclf-form .cclf-field textarea,
.cclf-form .cclf-field select { width: 100% !important; box-sizing: border-box !important; padding: 10px !important; }
.cclf-form [class*="col-"], .cclf-form .elementor-col, .cclf-form .row, .cclf-form .columns { width: 100% !important; max-width: 100% !important; flex: none !important; display: block !important; padding-left: 0 !important; padding-right: 0 !important; }
