/* IN VIEW TICKET PAGE */
#trip_data .trip-detail-content a.street-view {
    display: none !important;
}
#trip_data .trip-detail-content a.location-view:hover{
    all:unset !important;
    cursor: pointer !important;
}
#trip_data .trip-detail-content a.location-view img {
    display: none !important;
}
#trip_data .trip-detail-content a.location-view::before{
    content: "Google Map";
    display: inline-block;
    color: #1d7abe !important;
    font-size: 14px;
    text-decoration: underline !important;
}
/* IN VIEW TICKET PAGE */