/* Style for Power Pages list headers */
.ms-List-header,
.ms-List-headerCell {
    color: #333333 !important; /* Dark gray text color */
    background-color: #f5f5f5; /* Light gray background */
    font-weight: bold;
}

/* Ensure contrast even with system theme changes */
[data-theme="dark"] .ms-List-header,
[data-theme="dark"] .ms-List-headerCell {
    color: #ffffff !important; /* White text for dark theme */
    background-color: #2b2b2b; /* Dark background */
}
