/* TIL EDITORIAL & LAYOUT POLISH 2026-08-18 */

/* Citadela adds a large top pad unless its native no-header-space state is
   present. PHP marks only pages whose first block is the signed til-hero. */
body.til-editorial-layout-polish-active.til-hero-first .site-content{
  padding-top:0!important;
}

/* Match the principal reading canvas instead of introducing narrow islands. */
body.til-editorial-layout-polish-active:not(.home) .entry-content .til-page-subtitle,
body.til-editorial-layout-polish-active:not(.home) .entry-content .til-quick-answer{
  box-sizing:border-box!important;
  width:min(100%,1280px)!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.til-editorial-layout-polish-active:not(.home) .entry-content .til-quick-answer-text{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
}

/* WordPress inserts an inner-container between the signed page wrapper and
   its blocks. Cover that real DOM so narrative paragraphs keep one width. */
body.til-editorial-layout-polish-active:not(.home) .entry-content .til-experience-depth>.wp-block-group__inner-container>p:not(.til-experience-link),
body.til-editorial-layout-polish-active:not(.home) .entry-content>.wp-block-group>.wp-block-group__inner-container>p{
  box-sizing:border-box!important;
  width:min(100%,1280px)!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Tours and stay panels are sibling sections in the actual rendered DOM.
   Give each a deliberate rhythm and let the artwork breathe on wide screens. */
body.til-editorial-layout-polish-active:not(.home) .entry-content .til-experience-depth .til-affiliate-panel{
  box-sizing:border-box!important;
  width:min(100%,1440px)!important;
  max-width:1440px!important;
  margin:64px auto!important;
  padding:30px!important;
  background:var(--til-sea-glass)!important;
  border:0!important;
  border-radius:var(--til-radius)!important;
}

body.til-editorial-layout-polish-active:not(.home) .entry-content .til-experience-depth .til-experience-tours{
  background:var(--til-blue)!important;
  color:var(--til-white)!important;
}

body.til-editorial-layout-polish-active:not(.home) .entry-content .til-experience-depth .til-experience-tours h3,
body.til-editorial-layout-polish-active:not(.home) .entry-content .til-experience-depth .til-experience-tours p{
  color:var(--til-white)!important;
}

body.til-editorial-layout-polish-active:not(.home) .entry-content .til-experience-depth .til-experience-tours .til-tour-banner{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin:30px 0 0!important;
}

body.til-editorial-layout-polish-active:not(.home) .entry-content .til-experience-depth .til-experience-tours + .til-affiliate-panel,
body.til-editorial-layout-polish-active:not(.home) .entry-content .til-experience-depth .til-experience-tours + .wp-block-group__inner-container + .til-affiliate-panel{
  margin-top:72px!important;
}

/* Citadela emits the desktop chevron as a sibling span. Align the glyph to
   the link's visual centre instead of its text baseline. */
@media (min-width:783px){
  body.til-editorial-layout-polish-active:not(.responsive-menu) .site-header #main-menu>li.menu-item-has-children>.submenu-arrow{
    top:0!important;
    height:29px!important;
    min-height:29px!important;
    line-height:29px!important;
  }

  body.til-editorial-layout-polish-active:not(.responsive-menu) .site-header #main-menu>li.menu-item-has-children>.submenu-arrow::after{
    position:absolute!important;
    top:50%!important;
    right:8px!important;
    width:auto!important;
    height:auto!important;
    line-height:1!important;
    transform:translateY(-55%)!important;
  }
}

@media (max-width:782px){
  body.til-editorial-layout-polish-active:not(.home) .entry-content .til-page-subtitle{
    margin-top:34px!important;
    margin-bottom:24px!important;
  }

  body.til-editorial-layout-polish-active:not(.home) .entry-content .til-quick-answer{
    padding:24px!important;
  }

  body.til-editorial-layout-polish-active:not(.home) .entry-content .til-experience-depth .til-affiliate-panel{
    margin-top:44px!important;
    margin-bottom:44px!important;
    padding:22px!important;
  }

  body.til-editorial-layout-polish-active:not(.home) .entry-content .til-experience-depth .til-experience-tours .til-tour-banner{
    margin-top:24px!important;
  }
}
