/* Lupino Core — informational cookie notice. */
.lupino-cookie {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 99999;
	max-width: 680px;
	margin: 0 auto;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: 1px solid #e6e1d8;
	border-radius: 8px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	padding: 1rem 1.25rem;
	font-size: 0.9rem;
	line-height: 1.45;
}

.lupino-cookie__text {
	margin: 0;
	color: #3a3a3a;
}

.lupino-cookie__text a {
	color: #8526ff;
	text-decoration: underline;
}

.lupino-cookie__btn {
	flex: 0 0 auto;
	background: #8526ff;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 0.6rem 1.1rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}

.lupino-cookie__btn:hover {
	background: #6f1fd6;
}

.lupino-cookie--hidden {
	display: none;
}

@media (max-width: 520px) {
	.lupino-cookie {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.lupino-cookie__btn {
		width: 100%;
	}
}
