/* Page-specific overrides for post-1231 (UPSC CSAT 2025)
   _Layout.cshtml hardcodes the homepage's body classes (including
   page-template-template-online-education-page-builder), which forces
   .site-content and .ole-container to full-width/no-padding via style_1.css.
   This page is a plain page-template-default page on the live site and
   needs the normal contained layout, so it is restored here scoped to
   this post only. */
#content.site-content:has(#post-1231) {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

#content.site-content:has(#post-1231) > .ole-container {
    max-width: var(--container-width, 1170px);
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}
