.minigolf-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.minigolf-popup-close img {
  width: 20px;
  height: 20px;
  display: block;
}

.minigolf-popup.percent-off-popup .minigolf-popup-inner{
    background: #fff;
  padding:  22px;
  border-radius: 10px;
  max-width: 500px;
  max-height: 900px;
  width: 90%;
  text-align: center;
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: scroll;
  border: 1px solid #9B00FF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);

}

  .minigolf-popup-inner.has-scroll {
    justify-content: normal !important;
}

.drinks-popup.minigolf-popup .minigolf-popup-inner {
  background: #fff;
  padding: 60px 22px 0;
  border-radius: 10px;
  max-width: 500px;
  max-height: 900px;;
  width: 90%;
  text-align: center;
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  overflow: scroll;
  border: 1px solid #9B00FF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
}

.minigolf-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: transparent;
  border: none;
  padding: 0;
	z-index:10;
  cursor: pointer;
}


.custom-modal-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 100%;
}

.minigolf-popup.percent-off-popup p.popup-tagline,
.drinks-popup.minigolf-popup p.popup-tagline {
  order: -1;
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  background-color: #F3EBFF;
  color: #000;
  padding: 19px;
  margin-bottom: 30px;
  border-radius: 12px 12px 0 12px;
}
.minigolf-popup.percent-off-popup p.popup-description {
  margin-bottom:50px
}
.minigolf-popup.percent-off-popup p.popup-description,
.drinks-popup.minigolf-popup p.popup-description {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.minigolf-popup.percent-off-popup .popup-image,
.drinks-popup.minigolf-popup .popup-image {
  order: 2;
}
.minigolf-popup.percent-off-popup,
.drinks-popup.minigolf-popup {
  padding: 20px;
}

.minigolf-popup.percent-off-popup .popup-title {
  font-weight: 700 !important;
  font-size: 46px !important;
  line-height: 50px !important;
  text-align: center;
  background: linear-gradient(80.59deg, #8900FA 7.06%, #E200FF 49.36%, #FF0034 93.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
  text-fill-color: transparent;
}
.drinks-popup.minigolf-popup .popup-title {
  font-weight: 700 !important;
  font-size: 75px !important;
  line-height: 80px !important;
  text-align: center;
  background: linear-gradient(80.59deg, #8900FA 7.06%, #E200FF 49.36%, #FF0034 93.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
  text-fill-color: transparent;
}