/* Left The Flat: center article and guide pages */
body.single-post.has-sidebar #secondary,
body.page.has-sidebar:not(.home) #secondary {
  display: none !important;
}

body.single-post.has-sidebar #primary,
body.single-post.has-sidebar .content-area,
body.page.has-sidebar:not(.home) #primary,
body.page.has-sidebar:not(.home) .content-area {
  width: 100% !important;
  max-width: 100% !important;
}

body.single-post.has-sidebar main.wrap,
body.single-post.has-sidebar .content-container,
body.page.has-sidebar:not(.home) main.wrap,
body.page.has-sidebar:not(.home) .content-container {
  display: block !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 22px;
  padding-right: 22px;
}

body.single-post article.entry,
body.single-post .entry-header,
body.single-post .entry-content {
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page:not(.home) article.entry,
body.page:not(.home) .entry-content {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page:not(.home) .entry-header {
  display: none !important;
}

body.single-post .entry-content .ltf-article > h1:first-of-type {
  display: none !important;
}

/* Left The Flat: clean footer credit */
.site-footer .footer-html-inner p {
  font-size: 0 !important;
}
.site-footer .footer-html-inner p::before {
  content: "Left The Flat © 2026";
  font-size: 13px !important;
}
.site-footer .footer-html-inner a[href*="novemberdahlia.com"] {
  display: none !important;
}

/* Left The Flat: Russian rules page as standalone page */
body.page-id-9600 #masthead,
body.page-id-9600 .site-header,
body.page-id-9600 #mobile-header,
body.page-id-9600 .site-bottom-footer-wrap .footer-navigation-wrap {
  display: none !important;
}
body.page-id-9600 .site-bottom-footer-inner-wrap {
  display: block !important;
}
body.page-id-9600 .site-bottom-footer-wrap .site-footer-section {
  text-align: center !important;
}


/* Left The Flat: hide empty social icons until real accounts exist */
a.social-link-tiktok[href=""],
a.social-link-youtube[href=""],
.header-mobile-social-wrap a.social-link-tiktok[href=""],
.header-mobile-social-wrap a.social-link-youtube[href=""] {
  display: none !important;
}


/* Left The Flat: hide unused social icons until real accounts exist */
a.social-button[aria-label="TikTok"][href=""],
a.social-button[aria-label="YouTube"][href=""],
a.social-button[aria-label="TikTok"][href="https://lefttheflat.com/"],
a.social-button[aria-label="YouTube"][href="https://lefttheflat.com/"] {
  display: none !important;
}

/* Keep automatic post navigation from mixing languages. */
.post-navigation,
.navigation.post-navigation,
nav.post-navigation {
  display: none !important;
}


/* Left The Flat: remove third-party footer credit */
.footer-html-inner p {
  font-size: 0 !important;
}
.footer-html-inner p::before {
  content: "Left The Flat © 2026";
  font-size: 14px !important;
}


/* Left The Flat: clean header tagline while keeping SEO site description */
.site-branding .site-description,
.mobile-site-branding .site-description {
  display: none !important;
}

body.home .entry-header.page-title,
body.home h1.entry-title {
  display: none !important;
}