.jenh-country-switcher {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
}

.jenh-country-switcher__label {
	color: #20242a;
	font-weight: 700;
}

.jenh-country-switcher select {
	border: 1px solid #b8c0ca;
	border-radius: 6px;
	min-height: 40px;
	padding: 6px 34px 6px 10px;
}

.jenh-country-switcher button {
	background: #fff7ed;
	border: 1px solid #f0b37a;
	border-radius: 6px;
	color: #8a430c;
	cursor: pointer;
	font-weight: 700;
	min-height: 40px;
	padding: 6px 14px;
}

.jenh-country-switcher button:hover,
.jenh-country-switcher button:focus {
	background: #ffedd5;
	border-color: #e99a50;
	color: #71360a;
}

.jenh-scr-product-notice {
	align-items: center;
	background: #fff3f1;
	border: 1px solid #f1b9ae;
	border-left: 5px solid #df7d74;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(95, 41, 48, 0.08);
	color: #5f2930;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	line-height: 1.45;
	margin: 12px 0;
	padding: 14px 16px;
}

.jenh-scr-product-notice::before {
	display: none;
}

.jenh-scr-product-notice__flag {
	align-items: center;
	background: linear-gradient(90deg, #161616 0 33.33%, #ffd90c 33.33% 66.66%, #ef3340 66.66% 100%);
	border: 1px solid rgba(95, 41, 48, 0.2);
	border-radius: 3px;
	display: inline-flex;
	flex: 0 0 34px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 34px;
}

.jenh-scr-belgian-flag span {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.jenh-scr-product-notice__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.jenh-scr-product-notice__text {
	font-weight: 700;
}

.jenh-scr-product-notice__reset {
	color: #9c3f3d;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.jenh-scr-product-notice__reset:hover,
.jenh-scr-product-notice__reset:focus {
	color: #6f2b2e;
}

.jenh-scr-checkout-message {
	align-items: center;
	color: #5f2930;
	display: flex;
	font-size: 16px;
	gap: 10px;
	line-height: 1.5;
}

.jenh-scr-checkout-message__flag {
	align-items: center;
	background: linear-gradient(90deg, #161616 0 33.33%, #ffd90c 33.33% 66.66%, #ef3340 66.66% 100%);
	border: 1px solid rgba(95, 41, 48, 0.2);
	border-radius: 3px;
	display: inline-flex;
	flex: 0 0 34px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 34px;
}

.jenh-scr-checkout-message__text {
	display: block;
}

.woocommerce-error:has(.jenh-scr-checkout-message),
.woocommerce-info:has(.jenh-scr-checkout-message),
.woocommerce-message:has(.jenh-scr-checkout-message) {
	background: #fff3f1;
	border: 1px solid #f1b9ae;
	border-left: 5px solid #df7d74;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(95, 41, 48, 0.08);
	color: #5f2930;
	margin: 0 0 22px;
	padding: 16px 18px;
}

.woocommerce-error:has(.jenh-scr-checkout-message)::before,
.woocommerce-info:has(.jenh-scr-checkout-message)::before,
.woocommerce-message:has(.jenh-scr-checkout-message)::before {
	color: #c75854;
	top: 16px;
}

.woocommerce-error:has(.jenh-scr-checkout-message) li {
	margin: 0;
}
