.cookie-consent-banner-9591 {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	color: #fff;
	padding: 15px 20px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.cookie-consent-content-9591 {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1200px;
	width: 100%;
}

@media (min-width: 768px) {
	.cookie-consent-content-9591 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.cookie-consent-content-9591 p {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.cookie-consent-content-9591 p {
		margin: 0 20px 0 0;
	}
}

.cookie-consent-buttons-9591 {
	display: flex;
	gap: 10px;
}

.cookie-consent-btn-9591 {
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.accept-btn-9591 {
	background-color: #4CAF50;
	color: white;
}

.accept-btn-9591:hover {
	background-color: #45a049;
}

.decline-btn-9591 {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}

.decline-btn-9591:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
