/* 交通信息卡优化样式 */

/* 三段行程样式 */
.route-segment {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e2e8f0;
}

.route-segment:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.segment-info strong {
    color: #1e293b;
    font-weight: 600;
}

.segment-price {
    font-size: 14px;
    color: #64748b;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 4px;
}

/* 行程步骤标识 */
.route-step {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #0052CC;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
}

/* 步行时间样式 */
.walk-time {
    color: #059669;
    font-weight: 500;
}

/* 交通方式图标 */
.segment-icon {
    font-size: 18px;
    margin-right: 8px;
}
