/* Frontend checkout styles – keep lightweight and theme-friendly */

.wcdc-delivery-fields {
	margin: 1.5em 0;
	padding: 1em 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wcdc-delivery-fields h3 {
	margin-top: 0;
	margin-bottom: 0.75em;
	font-size: 1.1em;
}

.wcdc-delivery-fields .form-row {
	margin-bottom: 1em;
}

.wcdc-delivery-fields select {
	width: 100%;
	max-width: 100%;
}

.wcdc-delivery-notice {
	margin-top: 0.75em;
	padding: 0.75em 1em;
	background: #f8f8f8;
	border-left: 3px solid #96588a;
	font-size: 0.9em;
	line-height: 1.45;
	color: #333;
}

.wcdc-delivery-notice p {
	margin: 0;
}

/* Ensure selects are usable on mobile */
@media (max-width: 768px) {
	.wcdc-delivery-fields select {
		font-size: 16px; /* prevents iOS zoom */
	}
}
