.cookie-preferences {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: green;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
	font-size: 24px;
  color: #fff;
  line-height: 0;
}

.cookie-preferences i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.cookie-preferences-btn:hover {
  background: #6bc1e9; /* Even Lighter Blue */
  color: #fff;
}

.cookie-preferences-btn.active {
  visibility: visible;
  opacity: 1;
}