/* Vehicle detail — supplements transfer-detail.css (same layout / tokens). */

.td-price-display .td-from-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #8b8b9f;
}

.td-price-display.td-price-display--muted {
    font-size: 1rem;
    font-weight: 500;
    color: #8b8b9f;
    margin-bottom: 20px;
    line-height: 1.4;
}

.td-route-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.td-route-actions .btn-route-book {
    width: 100%;
    padding: 10px 14px;
    background: #d64045;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s;
}

.td-route-actions .btn-route-book:hover {
    background: #bf2f3a;
}

.td-prices-card .td-section-title {
    margin-top: 0;
}
