/* Papaya25 GPX v0.21.2
   Leaflet 1.9 includes a 12x8 attribution flag. A legacy GPX SVG rule must
   never resize this brand icon or any other SVG inside the attribution. */
.gpx-map .leaflet-control-attribution svg,
.gpx-map svg.leaflet-attribution-flag {
    display: inline !important;
    width: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
    cursor: default !important;
    touch-action: auto !important;
    vertical-align: baseline !important;
}
