.site-header hgroup {
  max-width: 960px;
}

.wrapper {
  min-height: calc(100vh - 260px);
}

.archive-description,
.page-description {
  margin: 18px 0 26px;
  color: #757575;
}

.entry-summary,
.entry-metadata,
.read-more {
  margin-top: 18px;
}

.entry-summary p {
  margin-bottom: 1em;
}

.entry-metadata {
  color: #757575;
  font-size: 13px;
}

.entry-metadata span + span::before {
  content: "|";
  margin: 0 8px;
  color: #b7b7b7;
}

.post-card {
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ededed;
}

.post-card:last-child {
  border-bottom: 0;
}

.archive-group {
  margin-bottom: 28px;
}

.archive-group h2 {
  margin-bottom: 12px;
}

.archive-group ul,
.archive-month ul {
  list-style: disc;
  margin-left: 22px;
}

.archive-month {
  margin-bottom: 16px;
}

.hero-cover {
  margin: 16px 0 22px;
}

.hero-cover img {
  width: 100%;
  border-radius: 4px;
}

.widget .searchform {
  margin-bottom: 0;
}

.widget .searchform input[type="text"] {
  width: calc(100% - 92px);
}

.widget .searchform input[type="submit"] {
  margin-left: 8px;
}

.tagcloud a {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.empty-state {
  padding: 32px 0;
  color: #757575;
}

.breadcrumbs {
  margin: 12px 0 24px;
  color: #757575;
  font-size: 13px;
}

.breadcrumbs a {
  color: #21759b;
}

.static-article-body {
  overflow-wrap: anywhere;
}

.static-article-body img,
.static-article-body iframe,
.static-article-body table,
.static-article-body video,
.static-article-body pre {
  max-width: 100%;
}

.static-article-body body {
  margin: 0;
}

.static-article-body > *:first-child {
  margin-top: 0;
}

.nav-single {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid #ededed;
}

.nav-single .nav-previous,
.nav-single .nav-next {
  max-width: 48%;
}

.site-footer-note {
  margin-top: 8px;
  color: #757575;
}

code {
  word-break: break-word;
}

@media (max-width: 700px) {
  .widget .searchform input[type="text"] {
    width: 100%;
    margin-bottom: 8px;
  }

  .widget .searchform input[type="submit"] {
    margin-left: 0;
  }

  .nav-single .nav-previous,
  .nav-single .nav-next {
    display: block;
    max-width: none;
    float: none;
    margin-bottom: 10px;
  }
}
