/* = Revisit CSS
-----------------------------------------------------------------*/
.wcc-btn-revisit img {
	display: none !important;
}
.wcc-btn-revisit::before {
	content: "";
	display: inline-block;
	width: 22px;   /* force width */
	height: 22px;  /* force height */
	background: url("../img/revisit.svg") no-repeat center center;
	background-size: contain; /* scales SVG properly */
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
}
button.wcc-btn-revisit{
	background: #333 !important;
	border-radius: 100%;
	width: 40px !important;
	height: 40px !important;
	transition: background-color 0.3s;
}
button.wcc-btn-revisit:hover{
	background-color: grey !important;
}
.wcc-btn-revisit-wrapper{
	box-shadow: none !important;
}
.wcc-btn-revisit-wrapper .wcc-btn-revisit img {
	max-width: 22px !important;
}
.wcc-btn-revisit-wrapper {
	padding: 0; !important;
	background-color: transparent !important;
}
.wcc-btn-revisit-wrapper:hover .wcc-revisit-help-text, .wcc-btn-revisit-wrapper:focus-within .wcc-revisit-help-text {
	display: none !important;
}
.wcc-consent-container .wcc-consent-bar{
	 display: none !important;
 }
.wcc-btn-revisit-wrapper.wcc-revisit-bottom-left{
	opacity: 0;
	visibility: hidden;
}