body {
    background: #f6f7f9;
}

main.container {
    max-width: 1180px;
}

.dashboard-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
}

.metric-box {
    min-height: 84px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    padding: 0.85rem;
    background: #fff;
}

.metric-box span {
    display: block;
    color: var(--bs-secondary-color);
    font-size: 0.8125rem;
    margin-bottom: 0.35rem;
}

.metric-box strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
}

.vehicle-image-placeholder {
    min-height: 150px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef1f5, #ffffff);
    border: 1px dashed rgba(15, 23, 42, 0.18);
}

.equipment-list .list-group-item:last-child {
    border-bottom: 0;
}
