/* Cookie popup styles */
#cookie-popup-container{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:2147483647;
  background-repeat:no-repeat;
  background-position:top left;
  background-size:auto;
  display:block;
  pointer-events:auto;
}
#cookie-popup-container button{
  position:absolute;
  background:transparent;
  border:0;
  padding:0;
  margin:0;
  cursor:pointer;
  outline:none;
}
#cookie-accept-btn{
  left:143px;
  top:293px;
  width:74px;
  height:33px;
}
#cookie-deny-btn{
  left:294px;
  top:293px;
  width:61px;
  height:32px;
}
/* Make buttons visually invisible but still accessible for click */
#cookie-popup-container button::before{ content:''; display:block; width:100%; height:100%; }
