.elementor-1979 .elementor-element.elementor-element-b0db091{--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:70px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-1979 .elementor-element.elementor-element-3174fb6{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1979 .elementor-element.elementor-element-65d5eac{width:var( --container-widget-width, 100.998% );max-width:100.998%;--container-widget-width:100.998%;--container-widget-flex-grow:0;text-align:start;}.elementor-1979 .elementor-element.elementor-element-65d5eac.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1979 .elementor-element.elementor-element-65d5eac .elementor-heading-title{font-family:"Abhaya Libre ExtraBold", Sans-serif;font-size:63px;font-weight:800;line-height:79px;letter-spacing:-1px;color:#094C3B;}.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-1979 .elementor-element.elementor-element-666aa60{width:100%;max-width:100%;text-align:start;font-family:"Source Sans Pro", Sans-serif;font-size:18px;font-weight:600;line-height:27px;color:#3B3B3B;}.elementor-1979 .elementor-element.elementor-element-666aa60.elementor-element{--align-self:flex-start;}.elementor-1979 .elementor-element.elementor-element-666aa60 p{margin-block-end:20px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1979 .elementor-element.elementor-element-65d5eac{width:100%;max-width:100%;}.elementor-1979 .elementor-element.elementor-element-65d5eac .elementor-heading-title{font-size:42px;line-height:1.2em;}.elementor-1979 .elementor-element.elementor-element-666aa60{font-size:16px;}}/* Start custom CSS for text-editor, class: .elementor-element-666aa60 *//* Import the Abhaya Libre font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@800&display=swap');

/* --- SHARED STYLES --- */
.policy-content h2, 
.policy-content h3 {
    font-family: "Abhaya Libre", serif !important;
    font-weight: 800 !important; /* Extra-Bold */
    color: #094C3B !important;   /* Dark Green Color */
}

/* --- DESKTOP SIZES (Screens wider than 768px) --- */
@media only screen and (min-width: 769px) {
    .policy-content h2 {
        font-size: 32px !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }

    .policy-content h3 {
        font-size: 25px !important;
        margin-top: 30px !important;
        margin-bottom: 15px !important;
    }
}

/* --- MOBILE SIZES (Screens 768px and smaller) --- */
@media only screen and (max-width: 768px) {
    .policy-content h2 {
        font-size: 28px !important;
        margin-top: 30px !important;
        margin-bottom: 15px !important;
    }

    .policy-content h3 {
        font-size: 20px !important;
        margin-top: 25px !important;
        margin-bottom: 10px !important;
    }

    .policy-content table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch;
        border-collapse: collapse;
    }

    .policy-content table th, 
    .policy-content table td {
        padding: 12px 15px !important;
        min-width: 140px !important; 
    }
    
    .policy-content table th {
        background-color: #094C3B !important;
        color: white !important;
        font-family: "Abhaya Libre", serif !important;
    }
}/* End custom CSS */