#wp-gpx-map {
    width: 100%;
    height: 600px;
}

@media (max-width: 768px) {
    #wp-gpx-map {
        height: 400px;
    }
}

.gpx-filters {
    background: white;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 1.4;
}

.gpx-filters label {
    display: block;
    margin-bottom: 4px;
    cursor: pointer;
}

.gpx-filters hr {
    margin: 6px 0;
    border: 0;
    border-top: 1px solid #ccc;
}
