/*
 * Blog
 *
 * Index, category and post pages. Shares the home page's vocabulary: PT Sans
 * for structural text, a #313131 / #767676 / #9a9a9a colour ladder, and hairline
 * #eee rules instead of fills.
 */


/*
 * Page header
 */

.page-title,
.post-title {
  margin-bottom: .35rem;
}

.page-title {
  padding-bottom: .5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5rem;
}

/* Small uppercase label above the title, echoing the home page section labels. */
.back-link {
  display: inline-block;
  margin-bottom: .5rem;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9a9a9a;
}

.back-link:hover,
.back-link:focus {
  color: #268bd2;
  text-decoration: none;
}

.post-date {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: .75rem;
  color: #9a9a9a;
  font-variant-numeric: tabular-nums;
}


/*
 * Index list
 *
 * Used for both the category index and the post lists inside a category: a
 * full-width row, title left, meta right, hairline separators.
 */

.index-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.index-item {
  border-bottom: 1px solid #f0f0f0;
}

.index-link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: .6rem .5rem;
  border-left: 2px solid transparent;
  color: #313131;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out;
}

.index-link:hover,
.index-link:focus {
  background-color: #fafafa;
  border-left-color: #268bd2;
  text-decoration: none;
}

.index-title {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  min-width: 0;
}

.index-link:hover .index-title,
.index-link:focus .index-title {
  color: #268bd2;
}

.index-meta {
  flex: 0 0 auto;
  font-size: .75rem;
  color: #9a9a9a;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}


/*
 * Table of contents
 *
 * Generated by kramdown from the `{:toc}` marker at the top of a post.
 */

#markdown-toc {
  margin: 0 0 2.5rem;
  padding: .9rem 1.25rem;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: .85rem;
  list-style: none;
}

#markdown-toc ul {
  margin: .25rem 0 0;
  padding-left: 1rem;
  list-style: none;
}

#markdown-toc li {
  margin-bottom: .25rem;
}

#markdown-toc li:last-child {
  margin-bottom: 0;
}
