/* Cookie Notice presentation aligned with the OTMAZGIN source palette. */
body.otmazgin-wp #cookie-notice {
	background: rgba(115, 45, 35, .98) !important;
	color: #fff !important;
	box-shadow: 0 -12px 36px rgba(35, 32, 25, .14);
	font-family: 'Heebo', system-ui, sans-serif;
}
body.otmazgin-wp #cookie-notice .cookie-notice-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	max-width: 1440px;
	min-height: 72px;
	margin: 0 auto;
	padding: 14px 60px;
	color: #fff !important;
	font-size: 15px;
	line-height: 1.6;
	text-align: start;
}
body.otmazgin-wp #cookie-notice .cn-text-container { margin: 0; }
body.otmazgin-wp #cookie-notice .cn-buttons-container {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	white-space: nowrap;
}
body.otmazgin-wp #cookie-notice .cn-button {
	min-height: 42px;
	margin: 0;
	padding: 8px 22px;
	border: 1px solid rgba(255, 255, 255, .78) !important;
	border-radius: 2px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: 'Heebo', system-ui, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}
body.otmazgin-wp #cookie-notice #cn-accept-cookie {
	border-color: #fff !important;
	background: #fff !important;
	color: #732d23 !important;
}
body.otmazgin-wp #cookie-notice .cn-button:hover,
body.otmazgin-wp #cookie-notice .cn-button:focus-visible {
	border-color: #fff !important;
	background: #fff !important;
	color: #232019 !important;
	transform: none;
}
body.otmazgin-wp #cookie-notice #cn-accept-cookie:hover,
body.otmazgin-wp #cookie-notice #cn-accept-cookie:focus-visible {
	border-color: #e3b49a !important;
	background: #e3b49a !important;
	color: #232019 !important;
}
body.otmazgin-wp #cookie-notice .cn-close-icon::before,
body.otmazgin-wp #cookie-notice .cn-close-icon::after { background-color: #fff; }
@media (max-width: 782px) {
	body.otmazgin-wp #cookie-notice .cookie-notice-container {
		align-items: stretch;
		gap: 13px;
		min-height: 0;
		padding: 18px 44px 18px 20px;
		font-size: 14px;
	}
	body.otmazgin-wp #cookie-notice .cn-buttons-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
	body.otmazgin-wp #cookie-notice .cn-button { width: 100%; padding-inline: 12px; }
}
@media (max-width: 520px) {
	body.otmazgin-wp #cookie-notice .cookie-notice-container { flex-direction: column; }
}