html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background-color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

ul {
  /* margin-top: 0; */
}

a {
  color: hsl(240, 100%, 50%);
  text-decoration: underline;
  text-decoration-color: hsl(240, 100%, 90%);
  text-underline-offset: 0.25em;
  text-decoration-thickness: 2px;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration-color: hsl(240, 100%, 80%);
}

img {
  max-width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 40em;
}

.site-header,
.site-footer {
  margin: 40px 0;
}

.site-header {
}

.site-content {
}

.site-footer {
  margin-top: 40px;
  font-size: 1.4rem;
}

/*
 * --- Post teaser ---
 */

.post-teaser {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.post-teaser--private {
}

.post-teaser-header {
  display: flex;
  flex-direction: column;
}

.post-teaser-heading {
  order: 2;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.post-teaser-date {
  order: 1;
  margin-bottom: 5px;
  color: #777;
  font-size: 1.3rem;
}

.post-teaser-excerpt {
  margin: 0;
}

/*
 * --- Article ---
 */

.article {
}

.article-header {
}

.article-heading {
}

.article-date {
}

.article-content {
}

.article-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.article-tags {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 1.4rem;
}

.article-tag {
  display: inline-block;
  color: #999;
}

.article-tag:not(:last-child) {
  margin-right: 5px;
}

.article-tag::before {
  content: '#';
  color: #ccc;
}

/*
 * --- Helpers ---
 */

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
