.jt-round-trip-breakdown {
    margin: 0 0 22px;
    padding: 16px;
    border: 1px solid #d8dee6;
    border-radius: 8px;
    background: #f8fafc;
    color: #18212b;
}

.jt-round-trip-heading {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.3;
}

.jt-ride-card {
    margin: 0 0 12px;
    padding: 12px;
    border-left: 4px solid #b9965a;
    background: #fff;
}

.jt-ride-card:last-of-type {
    margin-bottom: 10px;
}

.jt-ride-title {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.35;
}

.jt-ride-route,
.jt-ride-schedule,
.jt-ride-price {
    margin-top: 4px;
    overflow-wrap: anywhere;
    font-size: 13px;
    line-height: 1.45;
}

.jt-ride-price,
.jt-transport-subtotal {
    font-weight: 700;
}

.jt-transport-subtotal {
    padding-top: 10px;
    border-top: 1px solid #d8dee6;
    font-size: 14px;
}

@media (max-width: 767px) {
    .jt-round-trip-breakdown {
        padding: 12px;
    }
}

