.cmplz-cookiebanner .cmplz-message {
  margin-bottom: 15px !important;
}

.cmplz-cookiebanner .cmplz-categories details>div {
  line-height: var(--cmplz_text_line_height) !important;
}

/*.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {*/
/*  background-color: #6CC24A !important;*/
/*  border: 1px solid #6CC24A !important;*/
/*}*/

#cmplz-manage-consent {
  display: none;
}

.cmplz-soft-cookiewall.cmplz-show {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Hide the links to Cookie Policy, Privacy Statement and Impressum in cookie banner (links already in footer) */
.cmplz-cookiebanner .cmplz-links.cmplz-documents {
  display: none;
}

button.cmplz-revoke-custom {
  border: none;
  background-color: transparent;
  color: #F68D2E;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  font-family: "ProximaNova-Regular", Arial, Helvetica, sans-serif;
}

/* Add margin between cookie banner and screen edges on small screens */
@media (max-width: 768px) {
  .cmplz-cookiebanner {
    width: calc(100vw - 32px) !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1336px) {
  button.cmplz-revoke-custom {
    font-size: 14px;
  }
}
