.cookieAlert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 5px 15px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #f6f6f6;
}
.cookieAlert__link {
  color: #667cd5;
}
.cookieAlert__link:hover {
  color: #fda079;
}
.cookieAlert__hide {
  margin-top: 20px;
  padding: 25px;
  border-radius: 5px;
  text-align: center;
  background-color: #e7e7e7;
}

/*# sourceMappingURL=../maps/component/cookieAlert.css.map */
