/**
 * Site-wide notice — full-width bar directly under the masthead.
 */

.jw-site-notice {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0.65rem var(--jw-header-pad-x, clamp(0.75rem, 4vw, 2.25rem));
	background: #fef3c7;
	border-bottom: 1px solid #f59e0b;
	color: #78350f;
	text-align: center;
}

.jw-site-notice__inner {
	box-sizing: border-box;
	max-width: min(72rem, 100%);
	margin: 0 auto;
}

.jw-site-notice__text {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.01em;
}

@media (max-width: 544px) {
	.jw-site-notice {
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
	}

	.jw-site-notice__text {
		font-size: 0.82rem;
	}
}
