/* Increase contrast for Scikit-learn estimator summaries */
.estimator-table details summary {
    color: #333 !important; /* Force a darker text color */
    background-color: #f8f9fa !important; /* Ensure a light background */
    font-weight: 600;
}