#acb-banner {
  top : 0;
  align-items: center;
  justify-content: center;
}

#acb-banner *:not(.acb-button) {
  color: #000 !important;
}

.acb-inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 9px;
  padding: 2em;
}

#acb-banner .acb-button {
  color        : var(--color-primary);
}

#acb-banner .acb-button-element {
  border: 1px solid var(--color-primary);
}

.acb-banner-content-wrapper {
  position        : relative;
  top             : 0;
  bottom          : 0;
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  align-items     : center;
  background      : var(--color-grey-default);
  border-radius   : 9px;
  margin          : auto;
  padding         : 3em;
}

#acb-banner .acb-banner-content-wrapper *:not(.acb-button) {
  color : var(--color-grey-font-default);
}

.acb-banner-content-wrapper #acb-accept-all-button.acb-button {
  background : var(--btn-primary-bg-color);
}
