* {
  box-sizing: border-box;
}
html,
body,
#container {
  -webkit-tap-highlight-color: transparent;
  background: #fff;
}
body {
  margin: 0;
  font: 16px "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: rgba(0,0,0,0.87);
}
a,
a:visited,
a:hover {
  text-decoration: none;
  color: rgba(0,0,0,0.87);
}
.archive section {
  box-shadow: 0 0 __CALL__ 0 rgba(0,0,0,0.12), 0 __CALL__ __CALL__ 0 rgba(0,0,0,0.24);
  box-shadow: 0 0 0.125rem 0 rgba(0,0,0,0.12), 0 __CALL__ __CALL__ 0 rgba(0,0,0,0.24);
  box-shadow: 0 0 0.125rem 0 rgba(0,0,0,0.12), 0 0.125rem __CALL__ 0 rgba(0,0,0,0.24);
  box-shadow: 0 0 0.125rem 0 rgba(0,0,0,0.12), 0 0.125rem 0.125rem 0 rgba(0,0,0,0.24);
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.archive section header {
  color: rgba(0,0,0,0.38);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 12px 12px 12px;
  padding: 0.75rem 16px 16px;
  padding: 0.75rem 1rem 8px;
  padding: 0.75rem 1rem 0.5rem;
}
.archive .post-list .post-item {
  display: block;
  min-height: 48px;
  min-height: 3rem;
  color: rgba(0,0,0,0.87);
  position: relative;
}
.archive .post-list .post-item span {
  display: block;
  margin-left: 72px;
  margin-left: 4.5rem;
  box-shadow: 0 1px 0 0 #e6e6e6;
  padding: 13px 13px 13px 0;
  padding: 0.8125rem 16px 16px 0;
  padding: 0.8125rem 1rem 13px 0;
  padding: 0.8125rem 1rem 0.8125rem 0;
  line-height: 22px;
  line-height: 1.375rem;
}
.archive .post-list .post-item:last-child span {
  box-shadow: none;
}
.archive .post-list .icon-post {
  fill: rgba(49,65,90,0.38);
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 20px;
  left: 1.25rem;
  transform: translateY(-50%);
}
.article {
  font-size: 16px;
  font-size: 1rem;
  padding: 16px;
  padding: 1rem;
  color: #000;
}
.article > h1,
.article .article-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 33px;
  line-height: 2.0625rem;
  font-weight: normal;
}
.article .article-title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: rgba(0,0,0,0.87);
}
.article section h2 {
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 30px 0;
  margin: 1.875rem 0;
}
.article section h3,
.article section h4,
.article section h5 {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 15px 0;
  margin: 0.9375rem 0;
}
.article section p,
.article section li {
  line-height: 24px;
  line-height: 1.5rem;
}
.article section p + p {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.article section ul {
  list-style-type: disc;
  margin: 15px 0;
  margin: 0.9375rem 0;
  padding-left: 32px;
  padding-left: 2rem;
}
.article section blockquote {
  margin: 30px 0;
  margin: 1.875rem 0;
  padding: 10px 10px;
  padding: 0.625rem 14px;
  padding: 0.625rem 0.875rem;
}
.article section blockquote ul {
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding-left: 22px;
  padding-left: 1.375rem;
}
.article section blockquote ul li {
  color: $black36;
}
.article section blockquote *:last-child {
  margin-bottom: 0;
}
.article section code {
  padding: 0 4px;
  padding: 0 0.25rem;
  color: $black40;
  background-color: #f7f7f7;
}
.article section a {
  vertical-align: baseline;
  text-decoration: underline;
  color: #4285f4;
}
.article section ol,
.article section ul {
  padding-left: 24px;
  padding-left: 1.5rem;
}
.article section ol li,
.article section ul li {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (max-width: $screen-sm) {
  .article .article-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    text-align: left;
  }
  .article .article-author {
    margin: 16px 0;
    margin: 1rem 0;
    text-align: left;
  }
  .article section h2 {
    margin: 20px 0;
    margin: 1.25rem 0;
  }
  .article section h3,
  .article section h4,
  .article section h5 {
    margin: 10px 0;
    margin: 0.625rem 0;
  }
  .article section p + p {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .article section blockquote {
    margin: 16px 0;
    margin: 1rem 0;
  }
  .article section img {
    max-width: 100%;
  }
}
section.related {
  margin-top: 32px;
  margin-top: 2rem;
}
section.related header {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0,0,0,0.38);
  font-weight: bold;
}
section.related ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.related li {
  margin-top: 10px;
  margin-top: 0.625rem;
}
