

/* Advanced Cookie Banner - Advanced Styles Content */

#acb-banner {
  background-color: #262626 !important;
  margin: 0 !important;
}


.acb_link_deny_mobile {
  position: relative !important;
  margin: 6px 0 10px 25px !important;
}

@media (max-width: 560px) {
  .acb_link_deny_desktop {
    position: relative !important;
    margin: 12px 0 0 2px !important;
  }
}

@media screen and (min-width: 768px) {
  #acb-banner.acb-gdpr {
    padding: 10px calc((100% - 1140px) / 2);
  }
  .acbCheckboxesContainer {
    justify-content: flex-start;
  }
  .acbCheckboxContainer {
    margin-right: 2rem;
  }
  #acb-banner.acb-gdpr #acb-action {
    justify-content: flex-start;
  }
  #acb-banner.acb-gdpr .acb-button {
    padding: 0 2rem;
    margin: 0 1rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #acb-banner.acb-position-bottom {
    top: auto;
    bottom: -320px;
  }
  .acbCheckboxContainer {
    margin: 0.4rem 0;
  }
}

.acbCheckbox {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 6px;
}
#acb-deny-all-button, #acb-close-button {
  color: #626568;
}