div.meteo-alert-popup {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 1;
  background: #1a0c15;
  border-radius: 7px 0 0 7px;
  padding: 35px 45px;
  transition: all 0.3s;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
}
div.meteo-alert-popup.hidden-meteo-alert-popup {
  transform: translateX(100%);
}
div.meteo-alert-popup > button.meteo-alert-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

/*# sourceMappingURL=MeteoAlertPopup.css.map */
