.course-booking-widget {
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	padding: 20px;
	max-width: 420px;
	background: #fafafa;
	font-family: inherit;
}

.course-booking-widget--empty {
	color: #666;
}

.course-booking-field {
	margin-bottom: 14px;
}

.course-booking-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}

.course-booking-field select,
.course-booking-field input[type="number"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
	background: #fff;
}

.course-booking-field select:focus,
.course-booking-field input[type="number"]:focus {
	outline: none;
	border-color: #678e97;
	box-shadow: 0 0 0 2px rgba(103, 142, 151, 0.25);
}

.course-booking-total {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}

.course-booking-total-amount {
	color: #1f2959;
}

.course-booking-actions .course-booking-submit {
	width: 100%;
	padding: 12px 18px;
	background: #1f2959;
	color: #fff;
	border: none;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
}

.course-booking-actions .course-booking-submit:hover {
	background: #678e97;
}

.course-booking-actions .course-booking-submit:disabled {
	background: #ccc;
	cursor: not-allowed;
}

.course-booking-message {
	margin: 10px 0 0;
	font-size: 14px;
}

.course-booking-message.is-error {
	color: #b00020;
}

.course-booking-message.is-success {
	color: #1a7a3c;
}

/* Basket page: non-editable "people attending" display replacing qty input */
.course-booking-qty-display {
	display: inline-block;
	padding: 4px 10px;
	font-weight: 600;
	color: #1f2959;
}

.woocommerce-cart-form small {
	color: #777;
	font-size: 0.85em;
}
