/* v0.1.0 single post refinements */

/* -----------------------------------------------
   Post header — left-align on single view
   (parent: .post-header { text-align: center })
   ----------------------------------------------- */

.single .post-header {
  text-align: left;
}

/* -----------------------------------------------
   Post title in single view
   ----------------------------------------------- */

.single article .post-title {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 768px) {
  .single article .post-title {
    font-size: 1.7rem;
  }
}

/* -----------------------------------------------
   Post categories (above title)
   ----------------------------------------------- */

.single .post-categories {
  margin-bottom: 0.4em;
}

.single .post-categories a {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

/* -----------------------------------------------
   Post meta
   ----------------------------------------------- */

.single .post-meta {
  font-size: 0.875em;
  margin-bottom: 1.4em;
  color: #888;
  font-style: normal;
  letter-spacing: 0.02em;
}

/* Separator — keep visible but muted */
.single .meta-sep {
  display: inline !important;
  margin: 0 0.35em;
  opacity: 0.4;
}

/* -----------------------------------------------
   Featured image
   ----------------------------------------------- */

.single .post-media {
  margin-bottom: 1.8em;
}

.single .post-media img {
  display: block;
  width: 100%;
  height: auto;
}

/* -----------------------------------------------
   Constrain the blog-post block on fullwidth singles
   so the content column doesn't sprawl edge-to-edge
   ----------------------------------------------- */

.single .main-container .blog-post {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------
   Post footer
   ----------------------------------------------- */

.single .post-footer {
  margin-top: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

/* -----------------------------------------------
   Post tags
   ----------------------------------------------- */

.single .post-tags {
  margin-bottom: 0.6em;
}

.single .post-tags a {
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 0.78em;
  margin: 0 3px 4px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.single .post-tags a:hover {
  opacity: 0.65;
}

/* -----------------------------------------------
   Single navigation (prev/next)
   ----------------------------------------------- */

.single-navigation {
  padding: 1.5em 0;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}

/* -----------------------------------------------
   Related posts
   ----------------------------------------------- */

.single .related-posts {
  padding-top: 1.5em;
}

/* -----------------------------------------------
   Comments section
   ----------------------------------------------- */

.single .entry-comments,
.single .comments-area {
  margin-top: 2em;
}
