#consent-banner {
  background-color: rgba(34, 34, 34, 0.5);
  border: none;
  color: #fff;
  inline-size: 100vw;
  inset: auto 0 0 0;
  padding: 1em;
  position: fixed;
  text-align: center;
  z-index: 2;

  button {
    background-color: transparent;
    border: solid 1px #fff;
    border-radius: 1rem;
    color: #fff;
    padding: 0.25rem 0.5rem;
    &:hover {
      background-color: #fff;
      color: #222;
    }
  }
}
