.elementor-429 .elementor-element.elementor-element-1050b8f{--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;border-style:solid;--border-style:solid;border-color:#F5F5F5;--border-color:#F5F5F5;--border-radius:10px 10px 10px 10px;--padding-top:43px;--padding-bottom:43px;--padding-left:43px;--padding-right:43px;}.elementor-429 .elementor-element.elementor-element-1050b8f:not(.elementor-motion-effects-element-type-background), .elementor-429 .elementor-element.elementor-element-1050b8f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-429 .elementor-element.elementor-element-267b1dd{--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;--margin-top:30px;--margin-bottom:150px;--margin-left:0px;--margin-right:0px;}.elementor-429 .elementor-element.elementor-element-9fb307f{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-9fb307f *//* Table Styles */
        .council-table {
            width: 100%;
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        }
        
        .council-table table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .council-table thead {
            background: #007aa5;
        }
        
        .council-table thead th {
            color: #fff;
            padding: 20px;
            text-align: left;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }
        
        .council-table tbody tr {
            border-bottom: 1px solid #e9ecef;
            transition: background-color 0.3s;
        }
        
        
        .council-table tbody tr:last-child {
            border-bottom: none;
        }
        
        .council-table tbody td {
            padding: 20px;
            color: #555;
        }
        
        .council-table tbody td:first-child {
            font-weight: 600;
            color: #007aa5;
            width: 30%;
        }  
  /* Responsive */
        @media (max-width: 768px) {
            .council-table {
                overflow-x: auto;
            }
            
            .council-table thead th,
            .council-table tbody td {
                padding: 15px 10px;
                font-size: 0.9rem;
            }
            
            .section-title {
                font-size: 1.5rem;
            }
        }/* End custom CSS */