/* Live bus GPS widget (booking-management page). Hidden until the service returns data. */
#gps-widget {
    margin: 16px 0;
    padding: 12px 16px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
}

#gps-widget .gps-line {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1E293B;
    margin-bottom: 10px;
}

#gps-map {
    width: 100%;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
}

@media only screen and (max-width: 960px) {
    #gps-map { height: 240px; }
}
