.custom-modal {
  position: fixed;
  z-index: 1;
  width: 500px;
  overflow: auto;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -60%);
  min-height: 300px;
  text-align: center;
  padding-left: 100px;
}

.custom-modal .modal-content {
  /* border: 1px solid #ede9d8; */
  /* border-radius: 14px; */
  /* background-color: #ede9d8; */
  /* padding: 0px 24px; */
  padding: 1px 24px;
  position: relative;
  background: url('https://digital-mag.co.uk/wp-content/themes/hello-theme-child-master/mns-halloween-2026/assets/images/halloween_blank_popup_box%20.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-modal .top-center-picture {
  width: 100px;
  margin: auto;
  position: relative;
  top: 25px;
  z-index: 1;
}

.custom-modal .bottom-left-picture {
  width: 200px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.custom-modal .modal-content .content-section .heading,
.custom-modal .modal-content .content-section .content {
  line-height: 165%;
  text-align: center;
  margin: 24px 10px;
  letter-spacing: 1px;
}

.custom-modal .modal-content .content-section .heading {
  font-weight: bold;
  text-transform: uppercase;
}

.custom-modal .close-popup {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 0px;
}

@media screen and (max-width: 500px) {
  .custom-modal {
    width: 90%;
    padding-left: 0px;
  }

  .custom-modal .bottom-left-picture {
    display: none;
  }
}
