.elementor-kit-6{--e-global-color-primary:#005DAA;--e-global-color-secondary:#FF912A;--e-global-color-text:#707070;--e-global-color-accent:#FF912A;--e-global-color-462b0d5:#FFFFFF;--e-global-typography-primary-font-family:"Red Hat Display";--e-global-typography-primary-font-size:65px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#FF912A;}.elementor-kit-6 a:hover{color:#E7862B;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* RESPONSIVE TABLES – applies to every post that contains .custom-blog-style */
@media (max-width: 768px) {

    /* 1️⃣ force the table itself to become a scroll container */
    .custom-blog-style table,
    .custom-blog-style * table,          /* catches tables wrapped in <figure>/<div> */
    .custom-blog-style .wp-block-table table {
        display: block !important;       /* override theme default */
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;   /* smooth iOS swipe */
    }

    /* 2️⃣ stop cells from wrapping & stretching the table */
    .custom-blog-style table th,
    .custom-blog-style table td,
    .custom-blog-style * table th,
    .custom-blog-style * table td,
    .custom-blog-style .wp-block-table table th,
    .custom-blog-style .wp-block-table table td {
        white-space: nowrap !important;
    }
}/* End custom CSS */