/**
 * @file Styling for the webapp.
 * @author Limepark
 * @copyright Limepark
 * @license https://limepark.se/licensvillkor
 */

.lp-cookie-approval {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #efefef;
}

.lp-cookie-approval--position-bottom {
  bottom: 0;
  top: auto;
}

.lp-cookie-approval__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}