/* Larger feature influence chart */
#correlation-heatmap-chart {
    height: 450px !important;
    width: 100% !important;
}

/* Enhanced key findings styling */
.key-findings ul {
    padding-left: 1.2rem;
}

.key-findings li {
    margin-bottom: 1rem;
    color: #e0e0e0;
    line-height: 1.5;
}

.key-findings li strong {
    color: #60a5fa;
    font-weight: 600;
}

/* Hide the theme toggle button completely */
.theme-toggle {
    display: none !important;
}

/* Chart label enhancements */
.chart-label {
    text-align: center;
    color: #94a3b8;
    margin-top: 10px;
    font-size: 0.9rem;
    font-style: italic;
}
