<turbo-stream action="update" target="modal"><template><div class="flex justify-center pt-12 fixed z-50 flex items-center justify-center w-full bottom-0 left-0 bg-white w-full max-w-lg rounded-md shadow-md p-10 lg:top-0 lg:left-10 lg:bottom-auto" id="" style="" data-controller="remove"><div class="w-full max-w-[1050px] px-4  ">
  <div class="flex items-center justify-between py-5">
    <h2 class="mb-2 text-2xl sm:text-xl">
      How to use the map
    </h2>
    <button data-action="click->remove#remove" class="text-gray-900">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-12 h-12 h-8 w-8">
  <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12"></path>
</svg>

    </button>
  </div>

  <div class="max-h-[500px] overflow-y-auto lg:max-h-[700px]">

      <h3 class="text-lg font-lato">Viewing information about specific point</h3>
      <div class="leading-normal">
        <p class="my-2">
        Click on a <strong>marker</strong>
        <svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" width="6.87mm" height="10.23mm" viewBox="0 0 19.46 29" class="h-4 w-4 inline"><defs><style>.cls-1{fill:#e8af38;stroke:#fff;stroke-miterlimit:10;stroke-width:.25px;}</style></defs><g id="Layer_1-2"><path class="cls-1" d="M9.73.12C4.43.12.12,4.43.12,9.73s9.6,19.05,9.6,19.05c0,0,9.6-13.75,9.6-19.05S15.03.12,9.73.12M9.73,13.64c-2.16,0-3.91-1.75-3.91-3.91s1.75-3.91,3.91-3.91,3.91,1.75,3.91,3.91-1.75,3.91-3.91,3.91"></path></g></svg>

        and you will see the information about the specific location.
      </p>
      </div>
      
  </div>
</div></div>
</template></turbo-stream>