.cookie-banner {
  background: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #ffffff;
  -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;
  padding: 1rem 0; }
  @media (min-width: 62em) {
    .cookie-banner {
      padding: 1.25rem 0; } }
  .cookie-banner a:not(.button) {
    color: #ffffff;
    text-decoration: underline; }
  @media (max-width: 30em) {
    .cookie-banner p {
      font-size: 0.875rem; } }
  .cookie-banner p, .cookie-banner .button {
    margin: 0.5rem 0;
    color: #ffffff; }
  .cookie-banner .button-column {
    text-align: right; }
  .cookie-banner.active {
    display: block; }

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