/**
 * "Vorübergehend nicht buchbar" notice.
 *
 * Shared by every context the note appears in — the booking-picker block,
 * the single product page (in place of the add-to-cart form) and product
 * loops — so the note looks identical everywhere.  Loaded independently of
 * the block stylesheet, which is not enqueued on archive pages.
 */

.wa-er-booking-notice {
	margin: 0;
	padding: 16px 20px;
	border: 1px solid #e6d28a;
	border-left-width: 4px;
	border-radius: 4px;
	background: #fdf8e8;
	color: #4a3f14;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
}
