/* OnlineIzmir canonical shared rail 1.1
 * BalkansNetwork reference geometry: full-width bands, one 1180px internal content rail.
 * Desktop/tablet only. Existing dedicated mobile geometry remains untouched.
 */
:root{
  --oi-site-rail:1180px;
  --oi-site-gutter:24px;
}

@media (min-width:768px){
  body.oiac-section-refresh,
  body.oiac-home-refresh{
    width:100%!important;
    max-width:none!important;
  }

  body.oiac-section-refresh #td-outer-wrap,
  body.oiac-home-refresh #td-outer-wrap{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:none!important;
  }

  #oihr-header{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  #oihr-header .oihr-container,
  body.oiac-section-refresh .oiac-shell,
  body.oiac-home-refresh .oiac-shell,
  .oi-footer-shell > .oi-footer-inner,
  .oi-footer-bottom > .oi-footer-bottom-inner{
    width:min(calc(100% - (2 * var(--oi-site-gutter))),var(--oi-site-rail))!important;
    max-width:var(--oi-site-rail)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  #oihr-header .oihr-container,
  .oi-footer-shell > .oi-footer-inner,
  .oi-footer-bottom > .oi-footer-bottom-inner{
    padding-left:0!important;
    padding-right:0!important;
  }
}

/* OnlineIzmir shared rail hero-search overlay correction 1.1
 * The approved panorama contains the visual search shell. The functional form
 * was originally positioned against a full-width hero inner. Keep that geometry
 * while aligning logo/tagline to the canonical 1180px rail.
 */
@media (min-width: 768px) {
  #oihr-header .oihr-hero-inner {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: max(var(--oi-site-gutter), calc((100% - var(--oi-site-rail)) / 2)) !important;
    padding-right: max(var(--oi-site-gutter), calc((100% - var(--oi-site-rail)) / 2)) !important;
    box-sizing: border-box !important;
  }
}

/* OnlineIzmir homepage Newspaper ancestry release 1.0
 * The homepage shortcode lives inside Newspaper's legacy 8/12 page column.
 * Release only that exact homepage ancestor chain so the existing 1180px
 * canonical OIAC rail can resolve against the viewport-width content area.
 * Category templates and dedicated mobile geometry remain untouched.
 */
@media (min-width:768px){
  body.oiac-home-refresh #td-outer-wrap > .td-main-content-wrap,
  body.oiac-home-refresh #td-outer-wrap > .td-main-content-wrap > .td-container,
  body.oiac-home-refresh #td-outer-wrap > .td-main-content-wrap > .td-container > .td-pb-row,
  body.oiac-home-refresh #td-outer-wrap > .td-main-content-wrap > .td-container > .td-pb-row > .td-pb-span8.td-main-content,
  body.oiac-home-refresh #td-outer-wrap > .td-main-content-wrap > .td-container > .td-pb-row > .td-pb-span8.td-main-content > .td-ss-main-content,
  body.oiac-home-refresh #td-outer-wrap > .td-main-content-wrap > .td-container > .td-pb-row > .td-pb-span8.td-main-content > .td-ss-main-content > .td-page-content.tagdiv-type{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    float:none!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    transform:none!important;
    box-sizing:border-box!important;
  }
}