.cookie-popup {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  opacity: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.cookie-popup-container {
  width: 100%;
}
.cookie-popup-container p {
  color: #333;
  font-size: 15px;
  font-family: inherit;
  text-align: center;
}
.cookie-popup-container a {
  color: #f00;
}
