.ndsf-filter-bar {
    text-align: center;
    margin-bottom: 1.5rem;
}

    .ndsf-filter-bar select {
        padding: 0.5rem 1rem;
        border-radius: 5px;
        border: 1px solid #ccc;
        font-size: 1.5rem;
        cursor: pointer;
    }
.ndsf-date-range {
  margin-left: 1rem;
  font-size: 1.5rem;
  color: #444;
  font-style: italic;
}
.ndsf-dashboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.ndsf-vehicle {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 1rem;
    transition: all 0.3s ease-in-out;
}

    

    .ndsf-vehicle h3 {
        text-align: center;
        color: #004080;
        margin-bottom: 1rem;
    }

.ndsf-data-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 4px 0;
}

    .ndsf-data-item span {
        font-weight: bold;
    }

.ndsf-loading {
    text-align: center;
    margin-top: 1rem;
    color: #666;
    font-style: italic;
}
