#gdpr-popup {
  display: none;
  width: 100%;
  padding-top: 7px;
  background-color: #ddd;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
}

#gdpr-popup.top {
  top: 0;
  bottom: auto;
}

#gdpr-popup .gdpr-popup-content {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 15px;
}

@media (max-width: 991px) {
  #gdpr-popup .gdpr-popup-content {
    display: block;
  }
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-text {
  margin: 5px 0;
  text-align: left;
  max-width: 65%;
  font-size: 16px;
  color: #000;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-text.black {
  color: #000;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-text p {
  margin-bottom: 0.5em;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons {
  overflow: hidden;
  text-align: center;
  padding-top: 4px;
  color: #000;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons.white {
  color: #fff;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button {
  background-color: #6a963b;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button.button--more-info {
  background-color: transparent;
  border: 2px solid #6a963b;
  color: #000;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button.button--more-info:hover {
  color: #fff;
}

#gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button:hover {
  background-color: #345418;
}

@media (max-width: 1200px) {
  #gdpr-popup .gdpr-popup-content {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  #gdpr-popup .gdpr-popup-content {
    max-width: 90%;
  }

  #gdpr-popup .gdpr-popup-content .gdpr-popup-text {
    text-align: center;
    max-width: 100%;
  }

  #gdpr-popup .gdpr-popup-buttons {
    padding-bottom: 14px;
    max-width: 100%;
  }
}
