/* ─── GameMapPro Frontend ─── */
.gmp-map-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.gmp-map-wrapper * {
    box-sizing: border-box;
}

/* CRITICAL: Prevent WordPress themes from interfering with map rendering */
.gmp-map-wrapper .gmp-front-canvas .gmp-map-image {
    max-width: none !important;
    max-height: none !important;
}

.gmp-map-wrapper .gmp-front-canvas .gmp-front-marker-layer {
    max-width: none !important;
}

.gmp-map-wrapper .gmp-front-canvas .gmp-front-marker img {
    max-width: none !important;
    max-height: none !important;
}

.gmp-error {
    padding: 20px;
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    border-radius: 8px;
    text-align: center;
}

/* Scrollbar for sidebar */
.gmp-front-list::-webkit-scrollbar {
    width: 6px;
}
.gmp-front-list::-webkit-scrollbar-track {
    background: transparent;
}
.gmp-front-list::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.15);
    border-radius: 3px;
}
.gmp-front-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.25);
}

/* Grouped sidebar list */
.gmp-list-cat-header:hover { background: rgba(255,255,255,0.05) !important; }
.gmp-front-list-item:hover { background: rgba(255,255,255,0.05) !important; }

.gmp-list-group-header:hover { background: rgba(255,255,255,0.04) !important; }
.gmp-list-cat-header:hover { background: rgba(255,255,255,0.05) !important; }
