/* 足迹地图前端样式 */
.fp-gallery {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 6px;
    margin-bottom: 4px;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #aaa transparent;
}

.fp-gallery::-webkit-scrollbar {
    height: 20px;
}

.fp-gallery::-webkit-scrollbar-track {
    background: transparent;
}

.fp-gallery::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 3px;
}

/* 修复百度地图标记点阴影显示 bug */
.BMap_shadow {
    display: none !important;
}

/* 隐藏百度地图 InfoWindow 阴影精灵图（WebGL 版精灵图错位导致阴影偏移） */
img[src*="iws3.png"] {
    display: none !important;
}

.BMap_bubble_pop {
    background: rgba(255,255,255,0.88) !important;
}

.BMap_bubble_content {
    width: 284px !important;
}

.BMap_bubble_title {
    margin: 8px 0 0 !important;
    font-weight: bold !important;
}

/* 全屏按钮 */
.fp-fullscreen-btn {
    position: absolute;
    inset: auto 15px 80px auto;
    z-index: 10;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
    user-select: none;
}

.fp-fullscreen-btn:hover {
    background: #f5f5f5;
}

.fp-fullscreen-btn:hover {
    background: #f5f5f5;
}
