/* WLX v39 — larger delivery labels and corrected map projection. */

body.wlx-shell .wlx-v19-deploy-badge {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
}

/*
 * The bundled 450 × 241 map uses the full longitude range, but its visible
 * latitude canvas runs approximately from 90° N to 60° S. These positions
 * therefore keep the longitude calculation and correct the vertical scale.
 */
.wlx-v19-map-point-hk {
    top: 45.1205% !important;
    left: 81.7137% !important;
}

.wlx-v19-map-point-sg {
    top: 59.0986% !important;
    left: 78.8388% !important;
}

.wlx-v19-map-point-tokyo {
    top: 36.2070% !important;
    left: 88.8033% !important;
}

.wlx-v19-map-point-la {
    top: 37.2985% !important;
    left: 17.1545% !important;
}

@media (max-width: 767px) {
    body.wlx-shell .wlx-v19-deploy-badge {
        font-size: 12px !important;
    }
}
