/* Page Container - Reduced padding */
.content-wrapper {
    padding: 1.5rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Page Header - More compact */
.report-header {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.report-header h3 {
    color: #212529;
    font-weight: 600;
    margin-bottom: 1rem;
}

.report-header ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0.5rem;
}

.report-header ul li {
    padding: 0.15rem 0;
    color: #495057;
    font-size: 0.9rem;
    border-bottom: none; /* Remove borders */
    line-height: 1.5;
}

.report-header h4 {
    color: #495057;
    font-weight: 600;
    font-size: 1.05rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

/* Tab Navigation - Compact */
.style11 {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 1rem;
}

/* Filter Section - Compact */
.style17 {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    min-height: auto;
}

.style17 p {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

/* Tables - Compact */
.table-responsive {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    margin-top: 1rem;
}

.table thead th {
    padding: 0.75rem;
    font-size: 0.85rem;
}

.table tbody td {
    padding: 0.65rem 0.75rem;
    font-size: 0.9rem;
}