@charset "UTF-8";
body {
  font-family: "Segoe UI", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.highlight {
  margin-bottom: 2rem;
}

.icon-rss {
  color: #eeeeee;
  background-color: rgb(246, 154, 69);
  padding: .4rem .1rem 0;
  border-radius: .3rem;
}

.icon-twitter {
  color: rgb(29, 155, 240);
}

.post .post-toc {
  overflow-x: auto;
}

.post .post-toc .post-toc-content {
  font-size: 0.9rem;
  white-space: nowrap;
  max-height: 88.5vh;
}

.post-content h2 {
  border-bottom: 2px solid #c05b4d;
  margin-top: 2rem;
}

.slideout-panel {
  min-height: calc(100vh - 3px);
}

#main {
  min-height: 25rem;
}

@media screen and (min-width: 801px) {
  .archive {
    max-width: inherit;
  }
}

@media screen and (min-width: 1481px) {
  .post .post-toc {
    width: 20rem;
  }
}
