.cookie-consent-root {
	position: fixed;
	left: 50%;
	right: auto;
	bottom: 58px;
	width: 820px;
	max-width: calc(100% - 32px);
	padding: 0 16px;
	z-index: 999999;
	pointer-events: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	box-sizing: border-box;
	transform: translateX(-50%);
}

.cookie-consent-box {
	pointer-events: auto;
	max-width: 760px;
	margin: 0 auto;
	padding: 14px 16px;
	background: #ffffff;
	color: #111111;
	border: 1px solid #d8d8d8;
	border-top: 4px solid #d40000;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
	font-size: 13px;
	line-height: 1.45;
	box-sizing: border-box;
}

.cookie-consent-title {
	margin: 0 0 8px 0;
	font-size: 17px;
	line-height: 1.25;
	font-weight: bold;
	color: #111111;
}

.cookie-consent-text {
	margin: 0 0 12px 0;
}

.cookie-consent-text a,
.cookie-consent-link {
	color: #d40000;
	text-decoration: underline;
	font-weight: bold;
}

.cookie-consent-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 12px;
}

.cookie-consent-button {
	display: inline-block;
	min-width: 170px;
	padding: 9px 14px;
	border: 1px solid #b5b5b5;
	background: #f4f4f4;
	color: #111111;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	box-sizing: border-box;
}

.cookie-consent-button:hover,
.cookie-consent-button:focus {
	background: #e9e9e9;
	outline: 2px solid #d40000;
	outline-offset: 1px;
}

.cookie-consent-button-primary {
	border-color: #d40000;
	background: #d40000;
	color: #ffffff;
}

.cookie-consent-button-primary:hover,
.cookie-consent-button-primary:focus {
	background: #b60000;
}

.cookie-consent-button-secondary {
	border-color: #333333;
	background: #ffffff;
	color: #111111;
}

.cookie-consent-settings {
	display: none;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #e1e1e1;
}

.cookie-consent-settings-open .cookie-consent-settings {
	display: block;
}

.cookie-consent-category {
	display: block;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #eeeeee;
	background: #fafafa;
	box-sizing: border-box;
}

.cookie-consent-category-label {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-weight: bold;
	color: #111111;
}

.cookie-consent-category-label input {
	margin-top: 1px;
}

.cookie-consent-category-desc {
	display: block;
	margin: 4px 0 0 24px;
	color: #555555;
	font-size: 12px;
	font-weight: normal;
}

@media (max-width: 640px) {
	.cookie-consent-root {
		left: 0;
		right: 0;
		bottom: 52px;
		width: auto;
		max-width: none;
		padding: 0;
		transform: none;
	}

	.cookie-consent-box {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 14px;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		font-size: 13px;
	}

	.cookie-consent-actions {
		display: block;
	}

	.cookie-consent-button {
		display: block;
		width: 100%;
		margin: 8px 0 0 0;
	}
}
