.po-rgpd-consent {
	bottom: 18px;
	box-sizing: border-box;
	left: 18px;
	position: fixed;
	right: 18px;
	z-index: 100000;
}

.po-rgpd-consent * {
	box-sizing: border-box;
}

.po-rgpd-panel {
	align-items: center;
	background: #ffffff;
	border: 1px solid #d7e5ef;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(12, 38, 56, 0.18);
	display: flex;
	gap: 20px;
	margin: 0 auto;
	max-width: 1120px;
	padding: 18px 20px;
}

.po-rgpd-consent--stored .po-rgpd-panel {
	display: none;
}

.po-rgpd-copy {
	color: #24384a;
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 1.55;
}

.po-rgpd-copy strong {
	color: #071f35;
	display: block;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 5px;
}

.po-rgpd-copy p {
	margin: 0;
}

.po-rgpd-copy a {
	color: #0b72a8;
	text-decoration: underline;
}

.po-rgpd-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	justify-content: flex-end;
}

.po-rgpd-btn,
.po-rgpd-manage {
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	min-height: 42px;
	padding: 0 16px;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.po-rgpd-btn--primary {
	background: #258bc2;
	border: 1px solid #258bc2;
	color: #ffffff;
}

.po-rgpd-btn--primary:hover,
.po-rgpd-btn--primary:focus {
	background: #1579ad;
	border-color: #1579ad;
}

.po-rgpd-btn--ghost {
	background: #ffffff;
	border: 1px solid #bdd5e8;
	color: #0c4164;
}

.po-rgpd-btn--ghost:hover,
.po-rgpd-btn--ghost:focus {
	background: #eef8fd;
	border-color: #8fbfdf;
}

.po-rgpd-preferences {
	align-items: center;
	background: rgba(7, 31, 53, 0.42);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 100001;
}

.po-rgpd-preferences[hidden] {
	display: none;
}

.po-rgpd-preferences__box {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(7, 31, 53, 0.24);
	max-width: 560px;
	padding: 24px;
	width: 100%;
}

.po-rgpd-preferences__box h2 {
	color: #071f35;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.po-rgpd-preferences__box p {
	color: #526678;
	line-height: 1.5;
	margin: 0 0 18px;
}

.po-rgpd-choice {
	align-items: flex-start;
	border: 1px solid #d7e5ef;
	border-radius: 8px;
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
	padding: 14px;
}

.po-rgpd-choice input {
	margin-top: 4px;
}

.po-rgpd-choice strong,
.po-rgpd-choice small {
	display: block;
}

.po-rgpd-choice strong {
	color: #071f35;
	font-size: 15px;
	margin-bottom: 4px;
}

.po-rgpd-choice small {
	color: #526678;
	font-size: 13px;
	line-height: 1.45;
}

.po-rgpd-choice--locked {
	background: #f5f9fc;
}

.po-rgpd-actions--modal {
	margin-top: 18px;
}

.po-rgpd-manage {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #bdd5e8;
	bottom: 14px;
	box-shadow: 0 8px 22px rgba(12, 38, 56, 0.12);
	color: #0c4164;
	left: 14px;
	min-height: 36px;
	padding: 0 12px;
	position: fixed;
}

.po-rgpd-consent:not(.po-rgpd-consent--stored) .po-rgpd-manage {
	display: none;
}

@media (max-width: 720px) {
	.po-rgpd-consent {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.po-rgpd-panel {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		padding: 16px;
	}

	.po-rgpd-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.po-rgpd-btn {
		width: 100%;
	}
}

.po-footer-legal {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	margin-left: 18px;
	vertical-align: middle;
}

.po-footer-legal a {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.po-footer-legal a:hover,
.po-footer-legal a:focus {
	color: #ffffff;
	text-decoration-thickness: 2px;
}

@media (max-width: 991px) {
	.po-footer-legal {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 8px 0 0;
	}
}
