/* Embedded from the original HTML file, adapted for WordPress */
#interactive-gantt-chart-container {
    max-width: 100%;
    overflow-x: auto;
}

#interactive-gantt-chart-container .container {
    font-family: Arial, sans-serif;
    padding: 20px;
    background-color: #f5f5f5;
}

/* [Rest of the CSS remains the same as in the original HTML file] */
