/* CityCourier global reset & theme guard */
.citycourier-form, .citycourier-form * { box-sizing: border-box; }

.citycourier-form {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #222;
  line-height: 1.5;
}


.citycourier-form .cc-btn {
  display: inline-block;
  padding: 10px 16px !important;
  border-radius: 8px;
  border: none;
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.citycourier-form .cc-btn:hover { filter: brightness(0.95); }

.citycourier-form .cc-row { display:flex; gap:12px; flex-wrap:wrap; }
.citycourier-form .cc-col { flex: 1 1 260px; min-width: 220px; }

/* Validation visuals */
.cc-field-error { border-color:#d9534f !important; }
.cc-error-text  { font-size:12px; margin-top:6px; color:#d9534f; }
.cc-alert { padding:10px 12px; border-radius:6px; margin:10px 0; }
.cc-alert-danger { background:#fdecea; border:1px solid #f5c2c0; color:#842029; }
