/* Single blog post layout polish — scoped to single posts via the mu-plugin
   (loaded as an external <link> wrapped in noptimize markers; root font-size is
   62.5%, so 1rem = 10px). Goal: align the post title/meta with the reading
   column (the body was a narrow 58rem block centered under a full-width title),
   and give the breadcrumb room to breathe. */
body.single-post .post-head{
  max-width:72rem;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:1.6rem;
  padding-left:0;
  padding-right:0;
}
body.single-post .post-body{
  max-width:72rem;
}
body.single-post .nincha-breadcrumb{
  display:block;
  margin-bottom:2.6rem;
  padding-bottom:1.2rem;
  border-bottom:1px solid rgba(0,0,0,.08);
  font-size:1.4rem;
  color:#777;
}
body.single-post .nincha-breadcrumb a{color:#777;}
