/*
 * Regulatory notice banner.
 * Rendered via wp_body_open — no JavaScript repositioning needed.
 */
.wdmv-regulatory-notice,
.wdmv-regulatory-notice * {
	box-sizing: border-box;
}

.wdmv-regulatory-notice {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
	width: 100%;
	min-height: 58px;
	margin: 0;
	padding: 14px 24px;
	border: 0;
	border-top: 7px solid #222222;
	border-bottom: 4px solid #222222;
	background: #ffffff;
	color: #111111;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

.wdmv-regulatory-notice strong,
.wdmv-regulatory-notice span {
	color: #111111;
}

.wdmv-regulatory-notice strong {
	font-weight: 900;
}

@media screen and (max-width: 782px) {
	.wdmv-regulatory-notice {
		min-height: 50px;
		padding: 11px 14px;
		border-top-width: 5px;
		border-bottom-width: 3px;
		font-size: 14px;
		line-height: 1.35;
	}
}

@media screen and (max-width: 480px) {
	.wdmv-regulatory-notice {
		gap: 2px 5px;
		min-height: 54px;
		padding: 10px 12px;
		font-size: 13px;
		line-height: 1.3;
	}
}
