#wpbody-content .wrap h2 { 
    margin: 3rem 0 1rem 0 !important;
    margin-top: 3rem !important; 
}

.report-section {
    clear: both;
    margin-bottom: 2rem;
}

.erifl-total-downloads {
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: .75rem;
    margin-top: 1rem;
    border-radius: 0.25rem;
    max-height: 300px;
    overflow-y: auto;
    font-size: 0.95rem;
    line-height: 1.4;
    width: fit-content;
    float: right;
}

#downloads-by-taxonomy {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: calc(100% - 40px);
}

#erifl-report .widefat {
    width: 100%;
    border-collapse: collapse;
}

#erifl-report .widefat th, 
#erifl-report .widefat td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

#erifl-report .widefat .id { 
    width: 120px; 
}

#erifl-report .widefat .item { 
    width: auto; 
}

#erifl-report .widefat .count { 
    width: 40%; 
}

#erifl-report .widefat th {
    background-color: #1E427F;
    color: white;
    font-weight: bold;
}

#erifl-report .widefat tr:nth-child(even) {
    background-color: #f9f9f9;
}

#erifl-report .widefat tr:hover {
    background-color: #eaeaea;
}

#erifl-report .widefat a {
    color: #0073aa;
    text-decoration: none;
}

#erifl-report .widefat a:hover {
    text-decoration: underline;
}

#erifl-export-counts-btn {
    float: right;
    margin-top: -38px;
}

#erifl-report.is-loading {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

#erifl-report-filters {
    margin-top: 2rem;
    display: flex;
    gap: 10px;
}

#erifl-report-notice {
    margin-top: 1rem;
    font-style: italic;
    font-weight: 500;
}

#erifl-last-ran-info {
    font-size: 0.73rem;
    opacity: 0.7;
    margin-top: 0;
}