/* Additional styles for report pages */
.report-header {
    margin-bottom: 2rem;
}

.report-filters {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
}

.report-table {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
}

.report-footer {
    margin-top: 2rem;
    font-size: 0.875rem;
    color: #6c757d;
}

/* Export button styling */
.export-button {
    transition: all 0.2s ease-in-out;
}

.export-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .filter-row {
        margin-bottom: 1rem;
    }
}
