/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/promo-bottom-banner/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.uni_promo-bottom__container {
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 8888;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  max-width: 700px;
}

.uni_promo-bottom__content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.uni_promo-bottom__button-wpapper {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition-delay: 0.2s;
  cursor: pointer;
}

.uni_promo-bottom__button-wpapper:hover {
  filter: opacity(30%);
}

.uni_button__close-popup {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 24px;
  font-weight: bold;
  color: red;
  text-shadow: 1px 1px 2px #1f1f1f;
  display: flex;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 8px #fff;
  transition-delay: 0.2s;
}

.uni_button__close-popup:hover {
  background: #e1f00e;
}

@media (max-width: 800px) {
  .uni_promo-bottom__content p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .uni_promo-bottom__container {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .uni_promo-bottom__button-wpapper {
    width: 100%;
  }
  .uni_promo-bottom__content {
    gap: 10px;
    flex-direction: column;
    margin-top: 20px;
  }
  .uni_promo-bottom__content p {
    text-align: center;
  }
}

/*# sourceMappingURL=style-index.css.map*/