/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cookie-banner {
  padding: .5rem 1rem;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index:99;
}

.cookie-banner_bottom {
  bottom: 0;
}

.cookie-banner_top {
  top: 0;
}

.admin-bar .cookie-banner_top {
  top: 32px;
}

.cookie-banner__container {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}

.cookie-notice__container {
  display: inline-block;
  padding: 0 .5rem;
  margin-top: 2rem;
  font-size: 11px;
}
