/* FalaBola Cookie Notice — bottom banner strip (visual, same as prior design) */
.fcn-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
	z-index: 2000;
	display: none;
}

.fcn-cookie-banner__container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: flex-end;
}

.fcn-cookie-banner__text {
	font-family: 'Onest', 'Inter', sans-serif;
	font-size: 0.7em;
	color: #141212;
	line-height: 1.5;
}

.fcn-cookie-banner__link {
	color: #136EE1;
	text-decoration: underline;
}

.fcn-cookie-banner__btn {
	padding: 10px 20px;
	background: #136EE1;
	color: #FFFFFF;
	border: none;
	border-radius: 12px;
	font-family: 'Onest', 'Inter', sans-serif;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	box-shadow: none;
	flex-shrink: 0;
}

.fcn-cookie-banner__btn:hover {
	filter: brightness(0.95);
}

@media (max-width: 768px) {
	.fcn-cookie-banner__container {
		flex-direction: column;
		align-items: flex-start;
	}

	.fcn-cookie-banner__text {
		font-size: 13px;
		white-space: normal;
		word-break: break-word;
		text-align: left;
	}

	.fcn-cookie-banner__btn {
		margin-right: 8px;
	}
}
