.cookie-banner {
  padding: 1rem 2rem;
  background: #2E2D2D;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  color: #E7D3BC;
  -webkit-box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.14);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .cookie-banner.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 55rem) {
    .cookie-banner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .cookie-banner a:not(.btn) {
    color: #E7D3BC;
    text-decoration: underline; }
  .cookie-banner p {
    font-size: 0.875rem;
    margin: 0 0 1rem; }
    @media (min-width: 55rem) {
      .cookie-banner p {
        font-size: 1rem;
        margin: 0 3rem 0 0; } }
  .cookie-banner .btn {
    margin: 0; }

/*# sourceMappingURL=maps/cookie-banner.css.map */
