.flatsome-cookies {
	display: none !important;
}

.edu-lgpd-footer-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.4;
}

.edu-lgpd-footer-links a,
.edu-lgpd-footer-links button {
	display: inline-flex;
	align-items: center;
	width: auto;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.68);
	font-family: inherit;
	font-size: inherit !important;
	font-weight: 400 !important;
	line-height: inherit !important;
	letter-spacing: 0 !important;
	text-decoration: none;
	text-transform: none !important;
	white-space: nowrap;
	transition: color 160ms ease, opacity 160ms ease;
}

.edu-lgpd-footer-links button {
	appearance: none;
	cursor: pointer;
}

.edu-lgpd-footer-links a:hover,
.edu-lgpd-footer-links a:focus-visible,
.edu-lgpd-footer-links button:hover,
.edu-lgpd-footer-links button:focus-visible {
	color: #fff;
	outline: none;
}

.edu-lgpd-consent[hidden] {
	display: none !important;
}

.edu-lgpd-consent {
	position: fixed;
	right: 18px;
	bottom: 16px;
	left: 18px;
	z-index: 100000;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.edu-lgpd-consent__panel {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto;
	align-items: center;
	gap: 20px;
	width: min(684px, 100%);
	padding: 18px;
	border: 1px solid rgba(20, 30, 50, 0.12);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 52px rgba(16, 24, 40, 0.22);
	color: #1f2937;
	pointer-events: auto;
}

.edu-lgpd-consent__text strong {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.25;
	color: #111827;
}

.edu-lgpd-consent__text p {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
	color: #4b5563;
}

.edu-lgpd-consent__text a {
	color: #1d4ed8;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.edu-lgpd-consent__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.edu-lgpd-consent__button,
.edu-lgpd-preferences-button {
	min-height: 52px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.edu-lgpd-consent__button:hover,
.edu-lgpd-consent__button:focus-visible,
.edu-lgpd-preferences-button:hover,
.edu-lgpd-preferences-button:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.edu-lgpd-consent__button--secondary {
	background: #edf2f7;
	color: #1f2937;
}

.edu-lgpd-consent__button--secondary:hover,
.edu-lgpd-consent__button--secondary:focus-visible {
	background: #e4ebf4;
}

.edu-lgpd-consent__button--primary,
.edu-lgpd-preferences-button {
	background: linear-gradient(135deg, #2f46ff, #10b8c7);
	color: #fff;
	box-shadow: 0 12px 24px rgba(47, 70, 255, 0.22);
}

.edu-lgpd-consent__button--primary:hover,
.edu-lgpd-consent__button--primary:focus-visible,
.edu-lgpd-preferences-button:hover,
.edu-lgpd-preferences-button:focus-visible {
	box-shadow: 0 16px 32px rgba(47, 70, 255, 0.28);
}

.edu-lgpd-preferences-button {
	margin-top: 8px;
}

.edu-lgpd-page {
	margin-bottom: 24px;
	padding: 18px 20px;
	border-left: 3px solid #dd3333;
	background: #f8fafc;
	color: #344054;
}

.edu-lgpd-page p {
	margin-bottom: 8px;
}

@media only screen and (max-width: 849px) {
	.edu-lgpd-footer-links {
		justify-content: center;
	}

	.edu-lgpd-consent {
		right: 12px;
		bottom: 10px;
		left: 12px;
	}

	.edu-lgpd-consent__panel {
		grid-template-columns: 1fr;
		gap: 12px;
		max-height: calc(100vh - 20px);
		overflow-y: auto;
		padding: 14px;
	}

	.edu-lgpd-consent__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.edu-lgpd-consent__button {
		width: 100%;
		min-height: 48px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 360px) {
	.edu-lgpd-consent__actions {
		grid-template-columns: 1fr;
	}
}
