.ctbb-booking-button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:48px;
	padding:0 22px;
	border-radius:8px;
	background:#111;
	color:#fff!important;
	text-decoration:none!important;
	font-weight:700;
}
.ctbb-booking-fields{clear:both;margin-top:28px}
.ctbb-booking-fields>h3,.ctbb-section>h3{margin:28px 0 14px}
.ctbb-radio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}
.ctbb-radio-card{display:flex;align-items:center;gap:10px;min-height:58px;padding:12px 14px;border:1px solid #d9dde3;border-radius:10px;background:#fff;cursor:pointer;transition:.2s ease}
.ctbb-radio-card:hover,.ctbb-radio-card:has(input:checked){border-color:#1d1d1d;box-shadow:0 0 0 1px #1d1d1d}
.ctbb-radio-card input{margin:0}
.ctbb-radio-content{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}
.ctbb-service-name{font-weight:600}
.ctbb-service-price{white-space:nowrap;font-weight:700}
.ctbb-uploads input[type=file]{width:100%;padding:12px;border:1px dashed #c8cdd4;border-radius:10px;background:#fafafa}
.ctbb-uploads small,.ctbb-postcode-status,.ctbb-upload-status{display:block;margin-top:6px;font-size:12px;opacity:.72}
.ctbb-postcode-status.is-error,.ctbb-upload-status.is-error{color:#b42318;opacity:1}
.ctbb-postcode-status.is-success,.ctbb-upload-status.is-success{color:#067647;opacity:1}
.ctbb-schedule-note{margin:14px 0 22px;padding:16px;border:1px solid #e3e6ea;border-radius:12px;background:#f7f8f9;font-size:13px;line-height:1.5}
.ctbb-schedule-title{margin-bottom:10px;font-size:14px;font-weight:700}
.ctbb-schedule-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0!important;padding:0!important;list-style:none!important}
.ctbb-schedule-list li{display:flex;align-items:flex-start;gap:10px;margin:0!important;padding:9px 10px;border-radius:8px;background:#fff;list-style:none!important}
.ctbb-schedule-list strong{min-width:78px;font-weight:700}
.ctbb-schedule-list span{opacity:.8}
.woocommerce-checkout .ctbb-booking-fields .form-row{margin-bottom:16px}
.woocommerce-checkout .ctbb-booking-fields select,.woocommerce-checkout .ctbb-booking-fields input[type=text],.woocommerce-checkout .ctbb-booking-fields input[type=number],.woocommerce-checkout .ctbb-booking-fields input[type=date],.woocommerce-checkout .ctbb-booking-fields textarea{min-height:46px}
@media(max-width:767px){
	.ctbb-radio-grid,.ctbb-schedule-list{grid-template-columns:1fr}
	.ctbb-schedule-list li{display:block}
	.ctbb-schedule-list strong{display:block;margin-bottom:2px}
}
