      /* CSS for the modal overlay */
      .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
      }

      /* CSS for the modal box */
      .modal-box {
        position: relative;
        margin: 0 auto;
        height: 720px;
        display: none;
      }

      #close-modal-button {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
      }

      .ppl-parcelshop-map {
        height: 100%;
        max-height: 640px;
      }
    