.ohm-consent[hidden],
.ohm-consent [hidden] {
	display: none !important;
}

.ohm-consent {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2147483000;
	width: min(560px, calc(100vw - 40px));
	max-height: calc(100vh - 40px);
	overflow: auto;
	border: 1px solid rgba(214, 178, 94, 0.72);
	border-radius: 8px;
	background: #193f10;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
	color: #fff;
	padding: 24px;
	font: 400 15px/1.55 Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}

.ohm-consent *,
.ohm-consent *::before,
.ohm-consent *::after {
	box-sizing: border-box;
}

.ohm-consent__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.ohm-consent__eyebrow {
	margin: 0 0 5px;
	color: #d6b25e;
	font: 700 11px/1.3 Montserrat, sans-serif;
	text-transform: uppercase;
}

.ohm-consent h2 {
	margin: 0;
	color: #fff;
	font: 600 22px/1.25 Montserrat, sans-serif;
	letter-spacing: 0;
}

.ohm-consent p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.8);
}

.ohm-consent a,
.ohm-consent a:visited {
	color: #f1d590;
	text-decoration: underline;
}

.ohm-consent button {
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font: 600 13px/1 Montserrat, sans-serif;
	letter-spacing: 0;
	padding: 11px 16px;
}

.ohm-consent button:hover,
.ohm-consent button:focus-visible {
	border-color: #d6b25e;
	outline: none;
}

.ohm-consent .ohm-consent__primary {
	border-color: #d6b25e;
	background: #d6b25e;
	color: #152d10;
}

.ohm-consent__close {
	min-width: 42px;
	padding: 8px !important;
	font-size: 24px !important;
}

.ohm-consent__settings {
	margin-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ohm-consent__settings > div,
.ohm-consent__settings > label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding: 13px 0;
}

.ohm-consent__settings span {
	display: grid;
	gap: 3px;
}

.ohm-consent__settings small {
	color: rgba(255, 255, 255, 0.65);
	font-size: 12px;
}

.ohm-consent__settings input {
	width: 20px;
	height: 20px;
	accent-color: #d6b25e;
}

.ohm-consent__always {
	color: #d6b25e;
	font-size: 12px;
	white-space: nowrap;
}

.ohm-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}

.ohm-site-footer-bottom button[data-ohm-cookie-settings] {
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
	letter-spacing: 0;
	padding: 0;
	text-decoration: underline;
}

.ohm-assistant-privacy {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.55;
}

.ohm-assistant-privacy a,
.ohm-seo-consent a {
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 600px) {
	.ohm-consent {
		right: 12px;
		bottom: 12px;
		width: calc(100vw - 24px);
		max-height: calc(100vh - 24px);
		padding: 18px;
	}

	.ohm-consent__actions {
		display: grid;
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ohm-consent * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
