.e-content.body p, .e-content.body ul {
  line-height: 1.4rem;
}

.e-content.body a {
  text-decoration: underline;
}

.footnotes {
  margin-top: 50px;
  font-size: 0.8rem;
}


a.reply-by-email {
    display: block;
    margin: 1em auto;
    width: fit-content;
    background: var(--admonition-note-bg);
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid var(--admonition-note-border);
}

.toc-container {
  font-size: 0.8rem;
}

/* tighten things up in the banner */
#banner-container-home #home-banner-text #banner-home-subtitle p {
  margin-top: 0;
  margin-block-end: 0;
}

/* Reading Length Indicator */

.reading-length {
  display: inline;
  vertical-align: baseline;
  font-size: 1.25rem;
  margin-right: 0.5rem;
  padding: 0;

}

.length-icon {
  vertical-align: baseline;
  line-height: 1;
}

.post-length-short {
  /* background-color: #e8f5e9; */
  /* color: #2e7d32; */
}

.post-length-medium {
  /* background-color: #fff3e0; */
  /* color: #e65100; */
}

.post-length-long {
  /* background-color: #e3f2fd; */
  /* color: #1565c0; */
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .post-length-short {
    /* background-color: #1b5e20; */
    /* color: #a5d6a7; */
  }
  
  .post-length-medium {
    /* background-color: #e65100; */
    /* color: #ffcc80; */
  }
  
  .post-length-long {
    /* background-color: #0d47a1; */
    /* color: #90caf9; */
  }
}

.length-icon {
  font-size: 1.1em;
  line-height: 1;
}

.length-label {
  line-height: 1;
}