#wrapper {
  position: relative;
}

#gdpr-popup {
  position: fixed;
  top: 80px;
  left: 46%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 15px 25px 15px 15px;
  display: none;
}

#gdpr-close {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 15px;
}

#gdpr-close svg {
  display: block;
}


#gdpr-popup p {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 26px;
  font-weight: bold;
  color: #ffb900;
  margin: 0;
}

#gdpr-popup .learn-more {
  display: inline-block;
  color: #999;
  font-size: 18px;
  text-decoration: underline;
  margin-left: 10px;
  margin-top: 3px;
}

#gdpr-popup button {
  float: right;
  background-color: #ffb900;
  border: none;
  border-radius: 5px;
  padding: 10px 60px;
  font-weight: 600;
  color: black;
}
