#trails-map{height:600px;} #trails-list{margin-top:10px;padding:10px;} .trail-item{padding:6px 0;border-bottom:1px solid #eee;} .trail-gallery img{max-width:100%;height:auto;cursor:pointer;} .trails-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.8);align-items:center;justify-content:center;} .trails-modal.open{display:flex;} .trails-modal .inner{max-width:90%;max-height:90%;background:#fff;padding:10px;border-radius:6px;overflow:auto;}