/* Development History Timeline Styles - Consistent with Company Profile */

/* Timeline Style Consistency CSS */
/* This file ensures consistent styling across the timeline components */

/* Ensure the timeline container takes full width */
.horizontal-timeline-container {
    width: 100%;
    margin: 0 auto;
}

/* Timeline wrapper should have appropriate padding */
.horizontal-timeline-wrapper {
    padding: 20px 0;
}

/* Timeline content should be responsive */
.timeline-content-wrapper {
    max-width: 100%;
    margin: 0 auto;
}