/* WordPress GDPR popup — compact bar, don't eat the registration viewport */
.wordpress-gdpr-popup-container {
	left: 12px !important;
	right: 12px !important;
	bottom: 12px !important;
	width: auto !important;
	max-width: 520px !important;
	margin: 0 auto !important;
	padding: 14px 16px !important;
	border-radius: 12px !important;
	box-shadow: 0 12px 32px rgba(13, 59, 94, 0.18) !important;
	box-sizing: border-box;
}

.wordpress-gdpr-popup-container .wordpress-gdpr-popup-content,
.wordpress-gdpr-popup-container .wordpress-gdpr-popup-text,
.wordpress-gdpr-popup-container p {
	margin: 0 0 10px !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

.wordpress-gdpr-popup-actions,
.wordpress-gdpr-popup-actions-buttons {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px !important;
	margin: 0 !important;
}

.wordpress-gdpr-popup-actions-buttons a,
.wordpress-gdpr-popup-actions-buttons button,
.wordpress-gdpr-popup-actions a.wordpress-gdpr-popup-agree,
.wordpress-gdpr-popup-actions a.wordpress-gdpr-popup-decline,
.wordpress-gdpr-popup-container .wordpress-gdpr-popup-agree,
.wordpress-gdpr-popup-container .wordpress-gdpr-popup-decline {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px !important;
	border-radius: 8px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: transform 140ms cubic-bezier(0.23, 1, 0.32, 1), opacity 160ms ease;
}

.wordpress-gdpr-popup-container .wordpress-gdpr-popup-agree:active,
.wordpress-gdpr-popup-container .wordpress-gdpr-popup-decline:active {
	transform: scale(0.97);
}

@media (max-width: 767px) {
	.wordpress-gdpr-popup-container {
		left: 10px !important;
		right: 10px !important;
		bottom: 10px !important;
		max-width: none !important;
		padding: 12px 14px !important;
	}

	.wordpress-gdpr-popup-actions-buttons {
		width: 100%;
	}

	.wordpress-gdpr-popup-actions-buttons a,
	.wordpress-gdpr-popup-actions-buttons button,
	.wordpress-gdpr-popup-container .wordpress-gdpr-popup-agree,
	.wordpress-gdpr-popup-container .wordpress-gdpr-popup-decline {
		flex: 1 1 calc(50% - 4px);
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wordpress-gdpr-popup-container .wordpress-gdpr-popup-agree,
	.wordpress-gdpr-popup-container .wordpress-gdpr-popup-decline {
		transition: none !important;
	}
}
