.gdpr-consent {
	position: fixed;
	inset: auto 16px 16px 16px;
	z-index: 999999;
	display: none;
	color: #2b123d;
	font-size: 14px;
	line-height: 1.45;
}
.gdpr-consent.is-visible {
	display: block;
}
.gdpr-consent__panel {
	max-width: 980px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid rgba(80, 39, 107, 0.25);
	box-shadow: 0 18px 55px rgba(31, 31, 31, 0.25);
	border-radius: 6px;
	padding: 18px;
}
.gdpr-consent__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}
.gdpr-consent__title {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
}
.gdpr-consent__text {
	margin: 0;
	color: #4d3a5d;
}
.gdpr-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
.gdpr-consent__button {
	border: 1px solid #50276b;
	background: #ffffff;
	color: #50276b;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 700;
	min-height: 38px;
	padding: 8px 13px;
	text-align: center;
	text-shadow: none;
}
.gdpr-consent__button:hover,
.gdpr-consent__button:focus {
	background: #f5eef8;
	color: #50276b;
	text-shadow: none;
}
.gdpr-consent__button--primary {
	background: #50276b;
	color: #ffffff;
}
.gdpr-consent__button--primary:hover,
.gdpr-consent__button--primary:focus {
	background: #3b1b51;
	color: #ffffff !important;
	text-shadow: none;
}
.gdpr-consent__button--plain {
	border-color: transparent;
	background: transparent;
	text-decoration: underline;
}
.gdpr-consent__button--plain:hover,
.gdpr-consent__button--plain:focus {
	background: transparent;
	color: #50276b;
}
.gdpr-consent__settings {
	display: none;
	border-top: 1px solid rgba(80, 39, 107, 0.18);
	margin-top: 14px;
	padding-top: 12px;
}
.gdpr-consent.is-settings .gdpr-consent__settings {
	display: block;
}
.gdpr-consent__category {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: start;
	border-bottom: 1px solid rgba(80, 39, 107, 0.12);
	padding: 10px 0;
}
.gdpr-consent__category:last-child {
	border-bottom: 0;
}
.gdpr-consent__category-title {
	font-weight: 700;
	margin-bottom: 2px;
}
.gdpr-consent__category-text {
	color: #4d3a5d;
	margin: 0;
}
.gdpr-consent__toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}
.gdpr-consent__toggle input {
	width: 18px;
	height: 18px;
	margin: 0;
}
.gdpr-cookie-settings {
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.gdpr-cookie-settings:hover,
.gdpr-cookie-settings:focus {
	color: #f7ee47;
}
#footer_bottom .footer-bottom__policy-links {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-left: 6px !important;
}
#footer_bottom .footer-bottom__policy-separator {
	color: rgba(255,255,255,0.7) !important;
}
#footer_bottom .footer-bottom__copy .gdpr-cookie-settings {
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #f7ee47 !important;
	cursor: pointer !important;
	display: inline !important;
	font: inherit !important;
	font-weight: 900 !important;
	height: auto !important;
	letter-spacing: 0 !important;
	line-height: inherit !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap !important;
}
#footer_bottom .footer-bottom__copy .gdpr-cookie-settings:hover,
#footer_bottom .footer-bottom__copy .gdpr-cookie-settings:focus {
	color: #ffffff !important;
	outline: none !important;
	text-decoration: underline !important;
}
.gdpr-rights {
	margin: 28px auto;
}
.gdpr-rights__panel {
	background: #ffffff;
	border: 1px solid rgba(80, 39, 107, 0.18);
	border-radius: 6px;
	padding: 18px;
}
.gdpr-rights__form {
	max-width: 980px;
}
.gdpr-rights__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 18px;
	row-gap: 14px;
}
.gdpr-rights label {
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
}
.gdpr-rights input,
.gdpr-rights select,
.gdpr-rights textarea {
	box-sizing: border-box;
	width: 100%;
}
.gdpr-rights textarea {
	min-height: 120px;
}
.gdpr-rights__full {
	grid-column: 1 / -1;
}
.gdpr-rights__confirm {
	align-items: flex-start;
	display: flex !important;
	gap: 10px;
	line-height: 1.45;
	margin: 4px 0 0;
	white-space: normal !important;
}
.gdpr-rights__confirm input {
	flex: 0 0 auto;
	margin-top: 2px;
	width: 18px;
}
.gdpr-rights__actions {
	display: flex;
	justify-content: flex-start;
}
.gdpr-rights__actions .gdpr-consent__button {
	min-width: 185px;
}
.gdpr-rights__status {
	display: none;
	margin-top: 12px;
}
.gdpr-rights__status.is-visible {
	display: block;
}
.gdpr-rights__status.is-error {
	color: #9b1c1c;
}
.gdpr-rights__status.is-success {
	color: #1b6b2f;
}
@media (max-width: 720px) {
	.gdpr-consent {
		inset: auto 8px 8px 8px;
	}
	.gdpr-consent__header,
	.gdpr-consent__category {
		display: block;
	}
	.gdpr-consent__actions {
		display: grid;
	}
	.gdpr-consent__button {
		width: 100%;
	}
	.gdpr-consent__toggle {
		margin-top: 8px;
	}
	.gdpr-rights__grid {
		grid-template-columns: 1fr;
	}
}
