#politec-cookie-banner {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 999999;
	max-width: 380px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
	padding: 20px 22px;
	font-family: "Open Sans", arial, helvetica, sans-serif;
	color: #444444;
}

#politec-cookie-banner.politec-cookie-hidden {
	display: none;
}

#politec-cookie-banner h2 {
	margin: 0 0 10px 0;
	font-family: Asap, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #222222;
}

#politec-cookie-banner p {
	margin: 0 0 16px 0;
	font-size: 13px;
	line-height: 1.6;
}

#politec-cookie-banner p a {
	color: #17c8f4;
	text-decoration: underline;
}

#politec-cookie-banner .politec-cookie-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

#politec-cookie-banner button {
	cursor: pointer;
	border: 0;
	border-radius: 3px;
	padding: 10px 18px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

#politec-cookie-banner .politec-cookie-accept {
	background-color: #8bc34a;
	color: #ffffff;
}

#politec-cookie-banner .politec-cookie-accept:hover {
	background-color: #7aad3f;
}

#politec-cookie-banner .politec-cookie-reject {
	background-color: #eeeeee;
	color: #444444;
}

#politec-cookie-banner .politec-cookie-reject:hover {
	background-color: #e0e0e0;
}

@media (max-width: 480px) {
	#politec-cookie-banner {
		left: 12px;
		right: 12px;
		bottom: 12px;
		max-width: none;
	}
}
