.cookie-consent {
  max-width: 100%;
  max-height: 100vh;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  font-size: .875rem;
  line-height: var(--wp--custom--typography--line-height--large);
}

.cookie-consent > .wp-block-group {
  display: grid;
  gap: 1.5rem;
}


.cookie-consent__buttons {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

/* .cookie-consent::before {
  content: '';
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
  z-index: -1;
} */

/* Style cookie consent so it doesn't obstruct editing */
.cookie-consent.admin {
  position: static;
  display: block !important;
}

.cookie-consent.admin::before {
  content: unset;
}
