/* ==========================================================================
   Fresh Makelaars – Theme 2 – Single commercial property overrides
   Base fm2-* styles are inherited from single-house.css
   ========================================================================== */

/* Commercial singles have no contact sidebar — the floating CTA replaces it — so
   the tabs take the full width instead of leaving the 300px column empty.
   Scoped to the modifier so single-house.css keeps its two-column grid. */
#fresh-makelaars .fm2-tabs-sidebar-layout--no-sidebar {
  grid-template-columns: 1fr;
}
