.elementor-305 .elementor-element.elementor-element-ce21e43{--display:grid;--e-con-grid-template-columns:1fr;--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-305 .elementor-element.elementor-element-ce21e43:not(.elementor-motion-effects-element-type-background), .elementor-305 .elementor-element.elementor-element-ce21e43 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-48a7793 );}.elementor-305 .elementor-element.elementor-element-e56583f{--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;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-305 .elementor-element.elementor-element-2e4beb9{text-align:center;}.elementor-305 .elementor-element.elementor-element-2e4beb9 .elementor-heading-title{font-family:"Cinzel", Sans-serif;font-size:36px;font-weight:700;color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-305 .elementor-element.elementor-element-ce21e43{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-305 .elementor-element.elementor-element-ce21e43{--e-con-grid-template-columns:1;--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-5f8d8dc */:root {
        --primary: #8B1A1A;
        --bg: #f9f9f9;
        --text: #333;
    }

 
    .section-title { 
        color: var(--primary); 
        font-size: 1.6rem; 
        margin-bottom: 30px; 
        border-bottom: 2px solid var(--primary); 
        display: inline-block; 
        padding-bottom: 10px;
    }

    .bylaws-grid { 
        display: grid; 
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
        gap: 20px; 
    }

    .doc-row { 
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        background: #fff; 
        padding: 15px 20px; 
        border-radius: 6px; 
        border-left: 4px solid var(--primary);
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        transition: 0.3s;
    }
    
    .doc-row:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
    
    .doc-title { font-size: 0.95rem; font-weight: 600; color: var(--text); margin: 0; }
    
    .download-link { 
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--primary) !important; 
        text-decoration: none; 
        font-size: 0.8rem; 
        font-weight: 700;
        text-transform: uppercase;
        white-space: nowrap;
        margin-left: 15px;
    }

    .download-link svg {
        width: 16px;
        height: 16px;
        fill: var(--primary);
    }

    @media (max-width: 600px) {
        .bylaws-grid { grid-template-columns: 1fr; }
    }/* End custom CSS */