#wvc-privacy-policy-message-container {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	min-height: 50px;
	width: 100%;
	background: #000;
	color: #f7f7f7;
	z-index: 999;
}

#wvc-privacy-policy-message-content {
	padding: 14px;
	padding-left: 28px;
	padding-right: 50px;
	font-size: 13px;
	text-align: center;
	color: #fff;

	a:not(#wvc-privacy-policy-message-close) {
		color: inherit;
		text-decoration: underline;
		font-weight: 700;
	}
}

#wvc-privacy-policy-message-close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	opacity: 1;
	border: 0;
	color: inherit;
	z-index: 9999;

	&:before {
		color: inherit;
	}
}
