.cookie-policy-bar {
  font-size:14px;
  font-size:.875rem;
  -ms-flex-align:center;
  align-items:center;
  background-color:hsla(0,0%,100%,.9);
  color:#505055;
  border:0;
  bottom:0;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-preferred-size:100%;
  flex-basis:100%;
  -ms-flex-pack:center;
  justify-content:center;
  line-height:18px;
  margin:0 auto;
  padding:12px 8px 8px 16px;
  position:fixed;
  z-index:6
}

.cookie-policy-bar a {
  color: #00B9E4;
}

.cookie-policy-bar__button {
  background-color: rgba(0,160,214,.1);
  border: 1px solid transparent;
  border-radius: 5px;
  color: #00B9E4;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: 600;
  line-height: 25px;
  min-height: 43px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left:16px;
  margin-top:0
}

@media screen and (min-width:768px) {
  .cookie-policy-bar {
    font-size:16px;
    font-size:1rem;
    background-color:#fff;
    border-radius:8px;
    bottom:16px;
    box-shadow:0 8px 16px 0 rgba(34,50,84,.06);
    -ms-flex-preferred-size:auto;
    flex-basis:auto;
    padding-top:8px;
  }
}
