#sb-cookie-notice {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 999999;
}

.sb-cookie-hidden {
  display: none !important;
}

.sb-cookie-banner {
  padding: 5px 9px;
  border-radius: 12px;
  box-shadow: 0 -4px 12px rgba(0,0,0,.2);
  background: #fff;
  color: #111;
  font: 14px/1.4 system-ui, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .6em;
  width: 100%;
  max-width: max-content;
  margin: 10px auto;

}

.sb-cookie-banner a {
  text-decoration: underline;
}

.sb-cookie-btn {
  appearance: none;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 10px;
  background: transparent;
  color: var(--ast-global-color-0);
  border: 2px solid;
  font-weight: 600;
}

.sb-cookie-icon{
  width: 25px;
  height: 25px;
}