.cookie-consent-popup.open {
  padding: 15px 30px;
  background-color: #fff;
  border-top: 1px solid #010101;
}
.cookie-consent-popup button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #010101;
  background-color: #010101;
  color: #ffffff;
}
.cookie-consent-controls.open {
  margin-top: 15px;
}
.cookie-consent-popup .cookie-consent-details-toggle {
  display: none;
}
/*# sourceMappingURL=cookie-consent.css.map */