    .maplibregl-popup-content {
        min-width:300px;
        font-style: normal;
        font-size: 120%;
        line-height: 1.6em;
    }

    .flex-map {
      display: flex;
      gap: 2em;
      align-items: flex-start; /* or center, flex-end, stretch, baseline */
    }    

    .flex-map .left-column {
      width: 30%;     
      overflow-y:auto;
    }


    .flex-map .right-column {
      width: 70%;       
    }        