.icon-primary {
	pointer-events: none;
}

/* Styles the close button border on the Cookie prompt - don't touch if you do not know what you are doing */
#sp-dsgvo_popup_close-2 {
	display: flex;
	height: 22px;
	border: 2px solid #E8009A !important;
	width: 22px;
}

/* Styles the close "X" button on the Cookie prompt - don't touch if you do not know what you are doing */
#sp-dsgvo_popup_close-2 svg {
	margin: 4px;
	filter: invert(11%) sepia(99%) saturate(6364%) hue-rotate(314deg) brightness(90%) contrast(100%);
}

/* Styles the primary "OK" button on the Cookie prompt - don't touch if you do not know what you are doing */
#sp-dsgvo-privacy-footer > div.sp-dsgvo-privacy-bottom.d-none.d-sm-flex > a {
	color: #E8009A !important;
	border-radius: 0 !important;
	border: 2px solid #E8009A !important;
	background-color: white;
}

.copy-cards p {
	text-align: left;
}

@media (max-width: 767px) {
	.copy-cards {
		flex-direction: column;
	}

	.copy-cards p {
		text-align: center;
	}
}