.comfy-consent {
	position: fixed;
	z-index: 100000;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	max-width: 52rem;
	margin: 0 auto;
	padding: 0.85rem 1rem;
	background: #fff;
	color: #2c2c2c;
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(0,0,0,.12);
	font-family: "Source Sans Pro", system-ui, sans-serif;
	font-size: 0.92rem;
	line-height: 1.45;
}
.comfy-consent__row {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.comfy-consent__text {
	margin: 0;
	flex: 1 1 auto;
}
.comfy-consent a { color: #540d5e; }
.comfy-consent__ok {
	appearance: none;
	border: 0;
	border-radius: 8px;
	padding: 0.5rem 1.1rem;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	background: #5f7352;
	color: #fff;
	flex: 0 0 auto;
	white-space: nowrap;
}
@media (max-width: 560px) {
	.comfy-consent__row { align-items: flex-start; }
}
