.cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 576px) {
  .cookiebar {
    padding: 1.5rem 2rem;
  }
}

.cookiebar__link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 0.5rem;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .cookiebar__link {
    padding-left: 1.5rem;
  }
}

.cookiebar a {
  color: #ffffff;
  text-decoration: underline;
}
