#lgcookieslaw_banner.mg-cookie {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 2147483000;
	display: flex;
	opacity: 1;
	background: #111111;
	border: 0;
	border-top: 4px solid #5bb300;
	border-radius: 0;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, .18);
	font-size: 14px;
	text-align: left;
	text-shadow: none;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 24px 48px;
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__logo {
	flex: 0 0 auto;
	height: 80px;
	width: auto;
	display: block;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__text {
	flex: 1 1 0;
	color: #ffffff;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__btn {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	padding: 14px 26px;
	transition: filter .15s, background .15s, color .15s;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__btn--accept {
	background: #5bb300;
	color: #fff;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__btn--accept:hover {
	filter: brightness(1.07);
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__btn--reject {
	background: #eef0f0;
	color: #414141;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__btn--reject:hover {
	background: #e2e5e5;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__btn--info {
	background: transparent;
	color: #5bb300 !important;
	padding: 14px;
	text-decoration: underline;
}

#lgcookieslaw_banner.mg-cookie .mg-cookie__btn--info:hover {
	color: #4a9400 !important;
}

@media (max-width: 768px) {
	#lgcookieslaw_banner.mg-cookie .mg-cookie__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 30px;
		padding: 16px;
	}

	#lgcookieslaw_banner.mg-cookie .mg-cookie__logo {
		object-fit: contain;
	}

	#lgcookieslaw_banner.mg-cookie .mg-cookie__actions {
		flex-direction: column;
	}

	#lgcookieslaw_banner.mg-cookie .mg-cookie__actions .mg-cookie__btn--info {
		order: 1;
	}

	#lgcookieslaw_banner.mg-cookie .mg-cookie__btn {
		width: 100%;
		text-align: center;
		padding: 14px;
	}
}
