/**
 * Professional Hydraulic Design Platform - Chart Styles
 * Plotly chart containers and visualization styling
 */

/* Chart Container Components */
.plot-container {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-top: 1.5rem;
}