/* Keep theme and legacy badge styles from darkening the route price. */
.tas-shell #tas_route_panels button.tas-route-card .tas-route-price,
.tas-shell #tas_route_panels button.tas-route-card .tas-route-price > strong {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.tas-shell #tas_route_panels button.tas-route-card .tas-route-price > strong {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    opacity: 1 !important;
    filter: none !important;
    padding: 5px 0 !important;
}
