#single #ez-toc-container {
  width: 100%;
}
#single #ez-toc-container .ez-toc-title {
  font-size: 1.8rem;
}
#single #ez-toc-container nav ul.ez-toc-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#single #ez-toc-container nav ul.ez-toc-list a.ez-toc-link {
  font-size: 1.6rem;
  font-weight: 600;
}
#single #ez-toc-container nav ul.ez-toc-list ul.ez-toc-list-level-3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0 0 1rem;
}
#single #ez-toc-container nav ul.ez-toc-list ul.ez-toc-list-level-3 a.ez-toc-link {
  font-size: 1.4rem;
  font-weight: 400;
}
#single .post-content {
  margin: 3rem 0 0;
}
#single .post-content img {
  margin: 2rem 0;
  border-radius: 2rem;
}
#single .post-content h2 {
  margin: 2rem 0;
  font-size: 2.4rem;
}
#single .post-content p {
  margin: 2rem 0 0;
}
#single .btn-wrapper {
  margin: 5rem 0 0;
  text-align: center;
}
#single .btn-wrapper .btn-back {
  padding: 1rem 2rem;
}/*# sourceMappingURL=single.css.map */