.elementor-17 .elementor-element.elementor-element-fcc2c1f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-937e9a6 */<style>
    .history-page {
        max-width: 960px;
        margin: 40px auto;
        padding: 0 20px;
        font-family: 'Lato', sans-serif;
        color: #333;
    }

    .history-header {
        text-align: center;
        margin-bottom: 60px;
        border-bottom: 2px solid #E67E22;
        padding-bottom: 20px;
    }

    .history-header h1 {
        font-family: 'Libre Baskerville', serif;
        font-size: 32px;
        margin-bottom: 5px;
    }

    .timeline-row {
        display: grid;
        grid-template-columns: 160px 1fr;
        gap: 40px;
        padding: 25px 0;
        border-bottom: 1px solid #f0f0f0;
        align-items: baseline;
    }

    .year-col {
        font-family: 'Libre Baskerville', serif;
        font-weight: bold;
        color: #E67E22;
        font-size: 1.15rem;
        text-align: right;
    }

    .text-col {
        line-height: 1.8;
        font-size: 1.05rem;
    }

    .accent-row {
        background-color: #fdf7f2;
        padding: 30px 20px;
        margin: 0 -20px;
        border-radius: 4px;
        border-bottom: none;
    }

    .warning-row {
        border-left: 5px solid #2C3E50;
        background-color: #f9f9f9;
        padding-left: 25px;
    }

    @media (max-width: 768px) {
        .timeline-row {
            grid-template-columns: 1fr;
            gap: 10px;
        }
        .year-col {
            text-align: left;
            border-bottom: 2px solid #E67E22;
            display: inline-block;
        }
    }
</style>/* End custom CSS */