.ekotec-cookie-banner[hidden] {
	display: none !important;
}

.ekotec-cookie-banner {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100000;
	padding: 0.75rem 1.25rem;
	color: #222;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.14);
	box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.1);
}

.ekotec-cookie-banner__content {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	gap: 1rem;
}

.ekotec-cookie-banner__copy {
	flex: 1 1 auto;
}

.ekotec-cookie-banner p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.4;
}

.ekotec-cookie-banner__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 0.65rem;
}

.ekotec-cookie-banner .button,
.ekotec-external-placeholder .button {
	margin: 0;
}

.ekotec-cookie-banner .button {
	min-width: 7.5rem;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.ekotec-external-placeholder {
	display: flex;
	min-height: 360px;
	padding: 2rem;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.ekotec-external-placeholder p {
	max-width: 520px;
	margin: 0 0 0.75rem;
}

.ekotec-personal-data-consent {
	clear: both;
	margin-top: 1rem;
	font-size: 0.9rem;
	line-height: 1.45;
}

.ekotec-personal-data-consent label {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.ekotec-personal-data-consent input[type="checkbox"] {
	flex: 0 0 auto;
	margin-top: 0.25rem;
}

.ekotec-form-consent {
	margin: 1rem 0;
	font-size: 0.9rem;
	line-height: 1.45;
}

@media (max-width: 720px) {
	.ekotec-cookie-banner {
		padding: 0.7rem 0.85rem;
	}

	.ekotec-cookie-banner__content,
	.ekotec-cookie-banner__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ekotec-cookie-banner__content {
		gap: 0.6rem;
	}

	.ekotec-cookie-banner__actions {
		gap: 0;
	}

	.ekotec-cookie-banner__actions .button {
		width: 100%;
	}

	.ekotec-external-placeholder {
		min-height: 260px;
		padding: 1.25rem;
	}
}
