.elementor-kit-20728{--e-global-color-primary:#B90C2F;--e-global-color-secondary:#70081D;--e-global-color-text:#222222;--e-global-color-accent:#00000000;--e-global-color-637ee19:#000000;--e-global-color-7d35ef1:#FFFFFF;--e-global-color-795f78a:#F4F4F4;--e-global-color-f4dbd1d:#231F20;--e-global-color-e10da30:#999999;--e-global-typography-primary-font-family:"Noto Serif";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Serif";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Serif";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Serif";--e-global-typography-accent-font-weight:500;--e-global-typography-c6ababa-font-family:"Noto Serif";--e-global-typography-485427b-font-family:"Noto Serif";--e-global-typography-485427b-font-size:2rem;--e-global-typography-485427b-text-transform:uppercase;--e-global-typography-485427b-line-height:1.5em;--e-global-typography-1335992-font-family:"Noto Serif";--e-global-typography-1335992-font-size:1.5rem;--e-global-typography-1335992-text-transform:uppercase;--e-global-typography-1335992-line-height:1.2em;--e-global-typography-f4eb5c0-font-family:"Noto Serif";--e-global-typography-f4eb5c0-font-size:1rem;--e-global-typography-f4eb5c0-font-weight:600;--e-global-typography-f4eb5c0-text-transform:uppercase;--e-global-typography-e76fa9a-font-family:"Noto Serif";--e-global-typography-e76fa9a-font-size:1.2rem;--e-global-typography-e76fa9a-text-transform:uppercase;--e-global-typography-e76fa9a-line-height:1.2em;--e-global-typography-2531786-font-family:"Open Sans";--e-global-typography-2531786-font-size:0.9rem;--e-global-typography-2531786-font-weight:600;--e-global-typography-69bb451-font-family:"Noto Serif";--e-global-typography-69bb451-font-size:0.9rem;}.elementor-kit-20728 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Space for images placed within the text editor aligned left & right */
.alignleft, a img.alignleft {
	margin:5px 10px 20px 0 !important;
}
.alignright, a img.alignright {
	margin:5px 0 20px 10px !important;
}
/* ----- */

/* Background logo image */
body {
    background-image: 
        url("https://futurecfo.net/wp-content/uploads/2026/01/cfo-bg-2026-600px-15pct.png"),
        url("https://futurecfo.net/wp-content/uploads/2026/01/cfo-bg-2026-600px-15pct.png");
    
    background-position: 
        -15% 30vh,        /* top-left (existing) */
        115% calc(100% - 70vh);        /* bottom-right (mirrored position) */
    
    background-repeat: 
        no-repeat,
        no-repeat;
    
    background-size: 
        30% auto,
        30% auto;
}
/* ----- */

/* Grey border around images as fallback */
.elementor-post__thumbnail {
    border: 1px solid #ddd;
}
/* ---- */

/* Temporary Fix: hero main panel full-width on mobile */
.cxo-hero-main {
  grid-column: span 12;
}

/* Desktop override is already in the plugin CSS (span 8),
   but redeclaring here keeps things explicit */
@media (min-width: 768px) {
  .cxo-hero-main {
    grid-column: span 8;
  }
}

.cxo-hero-main .cxo-main-content {
    padding:20px;
}

@media (max-width: 767px) {
  .cxo-hero-main .cxo-main-content h2 {
    font-size: 1.2rem;
  }
}
/* ----- *//* End custom CSS */