.lopillo-cookie-banner {
	position: fixed;
	right: 24px;
	bottom: 24px;
	left: 24px;
	z-index: 9999;
	display: none;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	padding: 16px 18px;
	border: 1px solid rgba(214, 124, 124, 0.26);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 50px rgba(32, 38, 46, 0.18);
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.lopillo-cookie-banner.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.lopillo-cookie-brand img {
	display: block;
	width: 132px;
	height: auto;
}

.lopillo-cookie-copy h3 {
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

.lopillo-cookie-copy p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #555;
}

.lopillo-cookie-copy a,
.lopillo-cookie-link {
	color: #d46f6b;
	font-weight: 700;
	text-decoration: none;
}

.lopillo-cookie-options {
	grid-column: 2 / 4;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	font-size: 13px;
	color: #444;
}

.lopillo-cookie-options[hidden] {
	display: none;
}

.lopillo-cookie-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.lopillo-cookie-actions button {
	min-height: 34px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.lopillo-cookie-link {
	background: transparent;
}

.lopillo-cookie-secondary {
	background: #eceff1;
	color: #333;
}

.lopillo-cookie-primary {
	background: #d46f6b;
	color: #fff;
}

@media (max-width: 767px) {
	.lopillo-cookie-banner {
		right: 12px;
		bottom: 12px;
		left: 12px;
		grid-template-columns: 1fr;
	}

	.lopillo-cookie-brand img {
		width: 112px;
	}

	.lopillo-cookie-options {
		grid-column: auto;
	}

	.lopillo-cookie-actions {
		justify-content: flex-start;
	}
}
