body {
    -ms-overflow-style: scrollbar;
}
[data-role="cookies-info"] {
	background: rgba(0, 0, 0, 0.85);
	display: table;
	height: 1px;
	width: 100%;
}
[data-role="cookies-info"] div {
	display: table-cell;
	vertical-align: middle;
}
[data-role="cookies-info"] div p {
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 !important;
	padding: 30px 15px !important;
	text-align: center;
}
[data-role="cookies-info"] div a {
	color: #fff !important;
	text-decoration: none !important;
}
[data-role="cookies-info"] div a:hover {
	text-decoration: underline !important;
}
[data-role="cookies-info"] div + a { 
	background: #000 !important;
	color: #fff !important;
	display: table-cell;
	font-size: 2.5rem;
	position: relative;
	width: 50px;
}
[data-role="cookies-info"] div + a:hover {
	background-color: transparent !important;
}
[data-role="cookies-info"] div + a span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}