/* EP Voting Analysis - minimal custom styles */

/* Chart containers need minimum height for Plotly rendering */
.chart-container {
    min-height: 400px;
}

/* Data table headers should not wrap */
.table th {
    white-space: nowrap;
}

/* Clean thesis screenshots: hide navbar when printing */
@media print {
    .navbar {
        display: none;
    }

    main {
        padding-top: 0 !important;
    }
}
