/**
 * Formularios y detalle de viaje (create_trip, create_vehicle, trip_detail).
 */
.detail-page {
    padding-top: 16px;
    padding-bottom: 24px;
}
.detail-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 14px;
}
.detail-card h1 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}
.route-line {
    font-size: 0.95rem;
    line-height: 1.45;
    color: #333;
}
.meta-row {
    font-size: 0.85rem;
    color: #666;
    margin-top: 10px;
}
.price-big {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0d6efd;
}

.form-page {
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.form-card h1 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.form-card .lead {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}
.hint {
    font-size: 0.8rem;
    color: #888;
    margin-top: 4px;
}
.pac-container {
    z-index: 2000;
}
