@charset "UTF-8";
.eshcook {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #012060;
  color: #2cd5fe;
  border: 0;
  padding: 3rem;
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.89);
  outline-offset: -2px;
}
.eshcook__h, .eshcook__p {
  color: inherit;
  font-size: 1.25em;
}
.eshcook__h {
  margin: 0 0 1em;
  margin-left: 3rem;
  outline: 0;
}
.eshcook__p {
  margin-bottom: 0;
}
.eshcook__link, .eshcook__link:hover {
  color: #fff;
  text-decoration: underline;
}
.eshcook__close, .eshcook__close:hover, .eshcook__close:focus {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 5em;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  border-radius: 4px;
}
.eshcook__close:focus {
  outline: 2px solid #fff;
}
.eshcook__close::before {
  content: "×";
}

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