/* Notice Bar — Blocksy top row (Figma nodes 23295:56326, 25078:50345, 25078:50473) */

/* Top row container */
#header [data-row="top"] {
	--height: 39px !important;
	background-color: #8f3237 !important;
	padding: 0 16px;
}

/* Center the content */
#header [data-row="top"] .ct-container {
	justify-content: center;
}

/* Text element */
#header [data-row="top"] .ct-header-text .entry-content,
#header [data-row="top"] .ct-header-text .entry-content p {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0;
}

/* Bed icon */
#header [data-row="top"] .ct-header-text svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	vertical-align: middle;
	fill: currentColor;
}

/* Tablet & Mobile — tighter line-height */
@media (max-width: 1024px) {
	#header [data-row="top"] .ct-header-text .entry-content,
	#header [data-row="top"] .ct-header-text .entry-content p {
		line-height: 20px;
	}
}

/* Small mobile — allow wrapping */
@media (max-width: 480px) {
	#header [data-row="top"] .ct-header-text .entry-content p {
		white-space: normal;
		text-align: center;
		font-size: 12px;
	}
}
