.cookie-consent-banner-inner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0.2, 0.2, 0.2, 0.5);
	color: white;
	padding: 10px;
	text-align: center;
	z-index: 10000;
}

.cookie-consent-btn {
	align-items: center;
	justify-content: center;
}