/* bn-gdpr.css — port 1:1 al stilurilor din legacy gdpr_banner.php */

.gdpr-consent-banner {
	position: fixed;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	max-width: 980px;
	margin: 0 auto;
	background: rgba(34, 16, 18, 0.98);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
	padding: 20px;
}

.gdpr-consent-banner[hidden] {
	display: none !important;
}

.gdpr-consent-banner__title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
}

.gdpr-consent-banner__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
}

.gdpr-consent-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.gdpr-consent-banner__button,
.gdpr-consent-banner__link,
.gdpr-consent-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	font-family: inherit;
}

.gdpr-consent-banner__button {
	background: transparent;
	color: #fff;
}

.gdpr-consent-banner__button:hover,
.gdpr-consent-banner__link:hover,
.gdpr-consent-trigger:hover {
	background: #fff;
	color: #540c21;
}

.gdpr-consent-banner__button--primary {
	background: #fff;
	color: #540c21;
	font-weight: 600;
}

.gdpr-consent-banner__button--primary:hover {
	background: #f4dfba;
	border-color: #f4dfba;
	color: #540c21;
}

.gdpr-consent-banner__link {
	color: #fff;
	background: transparent;
}

.gdpr-consent-trigger {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 9998;
	background: rgba(84, 12, 33, 0.96);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.25);
}

.gdpr-consent-trigger[hidden] {
	display: none !important;
}

/* Placeholder „Conținut extern blocat până la acord" */
.external-media-placeholder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 280px;
	padding: 24px;
	text-align: center;
	background: #f7f1f3;
	border: 1px solid rgba(84, 12, 33, 0.15);
	color: #40212a;
	box-sizing: border-box;
}

.external-media-placeholder__title {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
}

.external-media-placeholder__text {
	margin: 0;
	max-width: 720px;
	font-size: 14px;
	line-height: 1.6;
}

.external-media-placeholder__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.external-media-placeholder__button,
.external-media-placeholder__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid #540c21;
	background: #540c21;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-family: inherit;
}

.external-media-placeholder__link {
	background: transparent;
	color: #540c21;
}

@media (max-width: 767px) {
	.gdpr-consent-banner {
		left: 12px;
		right: 12px;
		bottom: 12px;
		padding: 16px;
	}

	.gdpr-consent-trigger {
		left: 12px;
		bottom: 12px;
	}
}
