
/*
=========================================================
COOKIEBANNER CSS
=========================================================
 * Innehåller styling för cookiebannern.
 *
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/

.lp-cookie-approval.lp-cookie-approval--position-top {
  align-items: center;
  background: #006eab;
  display: flex;
  left: initial;
  justify-content: center;
  position: initial;
  top: initial;
  z-index: 1;
}

.lp-cookie-approval .lp-cookie-approval__text,
.lp-cookie-approval .lp-cookie-approval-form__link {
  color: #fff;
  margin: .3rem 1rem 0 0;
}

.lp-cookie-approval .env-text a.lp-cookie-approval-form__link {
  text-decoration: underline;
  color: #fff;
}

.lp-cookie-approval .env-text a.lp-cookie-approval-form__link:hover {
  text-decoration: none;
  color: #eee;
}


@media screen and (max-width: 1567px) and (min-width: 1291px) {
  .lp-cookie-approval .lp-cookie-approval-form__link {
    display: block;
  }
} 