﻿body {
    background: #f4f6f8;
}

.vehicle-panel {
    max-height: 70vh;
    overflow-y: auto;
}

.map-box {
    width: 100%;
    min-height: 460px;
    border: 1px solid #d9dee3;
    border-radius: 0.5rem;
}

.vehicle-item {
    border: 1px solid #e4e7eb;
    border-radius: 0.4rem;
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.4rem;
    background: #fff;
}

.vehicle-item .badge {
    font-size: 0.72rem;
}

.picado-card {
    border: 1px solid #e4e7eb;
    border-radius: 0.5rem;
    margin-bottom: 0.9rem;
    background: #fff;
}

.picado-card .picado-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e4e7eb;
    padding: 0.6rem 0.8rem;
    font-weight: 600;
}

.picado-card .picado-body {
    padding: 0.75rem;
}

.vertical-header {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    min-width: 34px;
    text-align: center;
    font-size: 0.82rem;
}

.picados-report-table td,
.picados-report-table th {
    vertical-align: middle;
}

.picados-hora-col {
    width: 72px;
    min-width: 72px;
    white-space: normal;
    line-height: 1.05;
}

.picados-time-meta {
    font-size: 12px;
    line-height: 1.08;
}

.picados-minute-value {
    font-size: 1.5rem;
    line-height: 1.02;
}
