/* FCO SPECIAL STYLES */
/*** GLOBAL CPT SETTINGS ***/
/*** FEATURE CPT SETTINGS ***/
body.single-feature:not([data-global-cpt-features~="section_flex_cost"]) main *[data-section-id="cost"] {
    display: none;
    visibility: hidden;
}

body.single-feature:not([data-global-cpt-features~="flex_cost"]) main *[data-section-id="cost"] {
  display: none;
  visibility: hidden;
}

body.single-feature[data-global-cpt-features~="flex_cost"] main *[data-section-id="cost"] {
  display: flex !important;
  visibility: visible;
}