/* Bandeau cookies — OS Cookie Consent (Consent Mode v2) */
.oscc-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3000;
	padding: 1rem 1.25rem;
	background: #12151c;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
	color: #e8eaef;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.oscc-banner__inner {
	max-width: 72rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.oscc-banner__copy {
	flex: 1 1 18rem;
	max-width: 44rem;
}

.oscc-banner__title {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
}

.oscc-banner__inner p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #b8bec9;
}

.oscc-banner__inner a {
	color: #7eb6ff;
	text-decoration: underline;
}

.oscc-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	flex-shrink: 0;
}

.oscc-btn {
	appearance: none;
	border-radius: 0.4rem;
	padding: 0.55rem 1rem;
	font-size: 0.88rem;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid transparent;
	line-height: 1.2;
}

.oscc-btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.28);
	color: #e8eaef;
}

.oscc-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.08);
}

.oscc-btn--primary {
	background: #2f6fed;
	border-color: #2f6fed;
	color: #fff;
}

.oscc-btn--primary:hover {
	background: #2558c7;
}

@media (max-width: 560px) {
	.oscc-banner__actions {
		width: 100%;
	}
	.oscc-btn {
		flex: 1 1 auto;
		text-align: center;
	}
}
