.cd-fc-booking, .cd-fc-claim { border:1px solid #E3DDD0; border-radius:12px; padding:28px 26px; background:#fff; max-width:640px; }
.cd-fc-h3 { font-size:19px; font-weight:800; color:#17233D; margin:0 0 6px; }
.cd-fc-sub { font-size:13.5px; color:#57647B; margin:0 0 20px; }
.cd-fc-note { font-size:14px; color:#57647B; }

.cd-fc-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }

.cd-fc-booking .cd-field, .cd-fc-claim .cd-field { margin:0 0 14px; }
.cd-fc-booking .cd-field label, .cd-fc-claim .cd-field label { display:block; font-size:13px; font-weight:600; margin-bottom:4px; color:#17233D; }
.cd-fc-booking .cd-field input,
.cd-fc-booking .cd-field select,
.cd-fc-booking .cd-field textarea,
.cd-fc-claim .cd-field input {
	width:100%; padding:11px 12px; border:1px solid #E3DDD0; border-radius:6px; font-size:14px; background:#FAF6EE; font-family:inherit; color:#17233D;
}
.cd-fc-booking .cd-field textarea { resize:vertical; background:#FAF6EE; }
.cd-fc-booking .cd-field select { cursor:pointer; }

.cd-fc-pills { display:flex; flex-wrap:wrap; gap:8px; margin-top:6px; }
.cd-fc-pill {
	padding:8px 16px; border-radius:20px; border:1.5px solid #E3DDD0; background:#fff; color:#57647B;
	font-size:13px; font-weight:600; cursor:pointer; transition:background .15s ease, color .15s ease, border-color .15s ease;
}
.cd-fc-pill:hover { border-color:#17233D; }
.cd-fc-pill.is-active { background:#17233D; border-color:#17233D; color:#fff; }

.cd-fc-submit {
	width:100%; display:flex; align-items:center; justify-content:center; gap:8px;
	background:#DF7A28; color:#fff; border:none; padding:15px 24px; border-radius:6px; font-weight:700; font-size:15px; cursor:pointer; margin-top:6px;
}
.cd-fc-submit:hover { background:#B75F17; }
.cd-fc-submit[disabled] { opacity:.6; cursor:default; }

.cd-fc-privacy { font-size:11.5px; color:#8A93A3; text-align:center; margin:12px 0 0; }

.cd-fc-claim .cd-button { padding:13px 22px; border-radius:6px; border:none; font-weight:700; cursor:pointer; }
.cd-fc-claim .cd-button--primary { background:#17233D; color:#fff; }
.cd-fc-claim .cd-button--primary:hover { background:#B98A2E; }

.cd-fc-feedback { margin-top:12px; font-size:14px; }
.cd-fc-feedback.is-error { color:#B3261E; }
.cd-fc-feedback.is-success { color:#3F7A55; }

@media (max-width:560px) { .cd-fc-row { grid-template-columns:1fr; } }
