.maplibregl-popup-content{padding:0;border-radius:.5rem;background:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 1px 3px 0 rgb(0 0 0/.1),0 1px 2px -1px rgb(0 0 0/.1);border:1px solid hsl(var(--border));min-width:220px;max-width:280px}.map-popup-link{text-decoration:none;color:inherit;display:block;cursor:pointer}.map-popup-link:hover .map-popup-card{background:hsl(var(--accent))}.map-popup-card{display:flex;flex-direction:column;width:100%;transition:background-color .2s ease;border-radius:.5rem;overflow:hidden}.map-popup-image-container{width:100%;position:relative;overflow:hidden}.map-popup-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:.375rem .375rem 0 0}.map-popup-content-section{padding:.5rem .75rem 0}.map-popup-row-1{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem}.map-popup-name{line-height:1.4;overflow:hidden;text-overflow:ellipsis}.map-popup-name,.map-popup-price{font-size:.875rem;font-weight:500;white-space:nowrap}.map-popup-row-2{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem;margin-top:.25rem}.map-popup-specs,.map-popup-type-location{font-size:.75rem;color:hsl(var(--muted-foreground))}.map-popup-specs{margin-left:auto;white-space:nowrap}.map-popup-footer{margin:.5rem .75rem 0;padding-bottom:.5rem}.map-popup-queue-row{display:flex;align-items:center;gap:.375rem;width:100%}.map-popup-queue-icon{width:.75rem;height:.75rem;flex-shrink:0;vertical-align:middle;margin-top:-1px}.map-popup-queue-text{font-size:.75rem}.map-popup-queue-muted{color:hsl(var(--muted-foreground))}.map-popup-queue-points{font-weight:600}.maplibregl-popup-close-button{font-size:20px;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));right:6px;top:6px}.maplibregl-popup-close-button,.maplibregl-popup-close-button:hover{background-color:hsl(var(--muted));border-radius:4px}.maplibregl-popup-tip{border-top-color:hsl(var(--card))}