/* stylelint-disable a11y/no-display-none, declaration-property-unit-allowed-list */
/**
 * Typography helpers
 */
/* stylelint-disable number-max-precision */
/* stylelint-disable number-max-precision */
/* stylelint-disable number-max-precision */
.log-header {
  background-color: var(--color-white);
  border: 0;
  border-left: 3px solid var(--color-accent);
  border-radius: 4px;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
  padding: 2.4rem;
}
.log-header p {
  font-size: var(--font-size-14);
  margin: 0;
}
.log-header .h2 {
  color: var(--color-darkgrey);
  display: inline-flex;
  font-size: var(--font-size-15);
  font-weight: 600;
  gap: 0.8rem;
  margin: 0 0 1rem !important;
  text-transform: uppercase;
}
.log-header a,
.log-header p {
  color: var(--color-darkgrey);
}
.log-header a {
  color: var(--color-accent);
  display: inline !important;
  font-weight: var(--font-weight-500);
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  transition: all 0.18s ease-in-out;
}
.log-header a:focus, .log-header a:hover {
  color: var(--color-accent-hover);
  text-decoration-color: var(--color-accent-hover);
}
.log-header a {
  color: var(--color-darkgrey);
  text-decoration-color: var(--color-darkgrey);
}
@media (max-width: 720px) {
  .log-header {
    margin: 0 2rem !important;
    margin-top: 4rem;
  }
}

body.single-diary .log-header {
  margin-bottom: 6rem !important;
}

:root {
  --diary-font-family-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", "San Francisco", Inter, "Sofia Pro", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --diary-font-size-main-heading: 32px;
  --diary-font-size: 17px;
  --diary-font-size-prefix: 14px;
  --diary-container-width: 600px;
}
@media (max-width: 840px) {
  :root {
    --diary-font-size-main-heading: 26px;
  }
}

@media (min-width: 960px) {
  .archive.tag .menu-item-26560 a,
  .home .menu-item-26560 a,
  .single-diary .menu-item-26435 a {
    opacity: 1;
  }
}
body.post-type-archive-diary.single .site-head,
body.post-type-diary.single .site-head,
body.single-diary.single .site-head {
  display: block;
}
body.post-type-archive-diary .wp-video,
body.post-type-archive-diary .twitter-tweet,
body.post-type-archive-diary .instagram-media,
body.post-type-archive-diary .is-provider-instagram,
body.post-type-archive-diary .is-provider-twitter,
body.post-type-archive-diary .is-provider-facebook,
body.post-type-diary .wp-video,
body.post-type-diary .twitter-tweet,
body.post-type-diary .instagram-media,
body.post-type-diary .is-provider-instagram,
body.post-type-diary .is-provider-twitter,
body.post-type-diary .is-provider-facebook,
body.single-diary .wp-video,
body.single-diary .twitter-tweet,
body.single-diary .instagram-media,
body.single-diary .is-provider-instagram,
body.single-diary .is-provider-twitter,
body.single-diary .is-provider-facebook {
  max-width: var(--diary-container-width) !important;
  width: 100% !important;
}
body.post-type-archive-diary .telegram-group,
body.post-type-archive-diary .log-header,
body.post-type-archive-diary .back-to-link,
body.post-type-archive-diary .custom-pagination,
body.post-type-diary .telegram-group,
body.post-type-diary .log-header,
body.post-type-diary .back-to-link,
body.post-type-diary .custom-pagination,
body.single-diary .telegram-group,
body.single-diary .log-header,
body.single-diary .back-to-link,
body.single-diary .custom-pagination {
  margin: 0 auto;
}
body.post-type-archive-diary .log-header h1,
body.post-type-diary .log-header h1,
body.single-diary .log-header h1 {
  font-size: 24px;
  margin: 0 0 1.2rem;
}
body.post-type-archive-diary .log-header p,
body.post-type-diary .log-header p,
body.single-diary .log-header p {
  font-size: var(--font-size-14);
  margin: 0;
}
body.post-type-archive-diary .log-header a,
body.post-type-archive-diary .log-header p,
body.post-type-diary .log-header a,
body.post-type-diary .log-header p,
body.single-diary .log-header a,
body.single-diary .log-header p {
  color: var(--color-darkgrey);
}
body.post-type-archive-diary .log-header a,
body.post-type-diary .log-header a,
body.single-diary .log-header a {
  color: var(--color-accent);
  display: inline !important;
  font-weight: var(--font-weight-500);
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  transition: all 0.18s ease-in-out;
}
body.post-type-archive-diary .log-header a:focus, body.post-type-archive-diary .log-header a:hover,
body.post-type-diary .log-header a:focus,
body.post-type-diary .log-header a:hover,
body.single-diary .log-header a:focus,
body.single-diary .log-header a:hover {
  color: var(--color-accent-hover);
  text-decoration-color: var(--color-accent-hover);
}
body.post-type-archive-diary .log-header a,
body.post-type-diary .log-header a,
body.single-diary .log-header a {
  color: var(--color-darkgrey);
  text-decoration-color: var(--color-darkgrey);
}
@media (max-width: 720px) {
  body.post-type-archive-diary .log-header,
  body.post-type-diary .log-header,
  body.single-diary .log-header {
    margin-top: 4rem;
  }
}
body.post-type-archive-diary .back-to-link,
body.post-type-diary .back-to-link,
body.single-diary .back-to-link {
  display: none;
  margin-bottom: 5rem;
}
body.post-type-archive-diary .back-to-link a,
body.post-type-diary .back-to-link a,
body.single-diary .back-to-link a {
  align-items: center;
  display: flex;
  font-size: var(--font-size-14);
  gap: 1rem;
  justify-content: flex-start;
  opacity: 0.7;
}
body.post-type-archive-diary .back-to-link a svg,
body.post-type-diary .back-to-link a svg,
body.single-diary .back-to-link a svg {
  height: auto;
  transition: all 100ms;
  width: 16px;
}
body.post-type-archive-diary .back-to-link a:focus, body.post-type-archive-diary .back-to-link a:hover,
body.post-type-diary .back-to-link a:focus,
body.post-type-diary .back-to-link a:hover,
body.single-diary .back-to-link a:focus,
body.single-diary .back-to-link a:hover {
  opacity: 1;
}
body.post-type-archive-diary .back-to-link a:focus svg, body.post-type-archive-diary .back-to-link a:hover svg,
body.post-type-diary .back-to-link a:focus svg,
body.post-type-diary .back-to-link a:hover svg,
body.single-diary .back-to-link a:focus svg,
body.single-diary .back-to-link a:hover svg {
  transform: translateX(-1rem);
}
body.post-type-archive-diary .telegram-group,
body.post-type-archive-diary .log-header,
body.post-type-archive-diary .back-to-link,
body.post-type-archive-diary .prefix,
body.post-type-archive-diary h1.prefix,
body.post-type-archive-diary h2.prefix,
body.post-type-archive-diary .type-diary p.diary-title,
body.post-type-archive-diary .custom-pagination,
body.post-type-diary .telegram-group,
body.post-type-diary .log-header,
body.post-type-diary .back-to-link,
body.post-type-diary .prefix,
body.post-type-diary h1.prefix,
body.post-type-diary h2.prefix,
body.post-type-diary .type-diary p.diary-title,
body.post-type-diary .custom-pagination,
body.single-diary .telegram-group,
body.single-diary .log-header,
body.single-diary .back-to-link,
body.single-diary .prefix,
body.single-diary h1.prefix,
body.single-diary h2.prefix,
body.single-diary .type-diary p.diary-title,
body.single-diary .custom-pagination {
  max-width: var(--diary-container-width);
}
body.post-type-archive-diary .telegram-group a,
body.post-type-archive-diary .log-header a,
body.post-type-archive-diary .back-to-link a,
body.post-type-archive-diary .prefix a,
body.post-type-archive-diary h1.prefix a,
body.post-type-archive-diary h2.prefix a,
body.post-type-archive-diary .type-diary p.diary-title a,
body.post-type-archive-diary .custom-pagination a,
body.post-type-diary .telegram-group a,
body.post-type-diary .log-header a,
body.post-type-diary .back-to-link a,
body.post-type-diary .prefix a,
body.post-type-diary h1.prefix a,
body.post-type-diary h2.prefix a,
body.post-type-diary .type-diary p.diary-title a,
body.post-type-diary .custom-pagination a,
body.single-diary .telegram-group a,
body.single-diary .log-header a,
body.single-diary .back-to-link a,
body.single-diary .prefix a,
body.single-diary h1.prefix a,
body.single-diary h2.prefix a,
body.single-diary .type-diary p.diary-title a,
body.single-diary .custom-pagination a {
  color: var(--color-heading);
}
body.post-type-archive-diary .telegram-group a:focus,
body.post-type-archive-diary .telegram-group a:hover,
body.post-type-archive-diary .log-header a:focus,
body.post-type-archive-diary .log-header a:hover,
body.post-type-archive-diary .back-to-link a:focus,
body.post-type-archive-diary .back-to-link a:hover,
body.post-type-archive-diary .prefix a:focus,
body.post-type-archive-diary .prefix a:hover,
body.post-type-archive-diary h1.prefix a:focus,
body.post-type-archive-diary h1.prefix a:hover,
body.post-type-archive-diary h2.prefix a:focus,
body.post-type-archive-diary h2.prefix a:hover,
body.post-type-archive-diary .type-diary p.diary-title a:focus,
body.post-type-archive-diary .type-diary p.diary-title a:hover,
body.post-type-archive-diary .custom-pagination a:focus,
body.post-type-archive-diary .custom-pagination a:hover,
body.post-type-diary .telegram-group a:focus,
body.post-type-diary .telegram-group a:hover,
body.post-type-diary .log-header a:focus,
body.post-type-diary .log-header a:hover,
body.post-type-diary .back-to-link a:focus,
body.post-type-diary .back-to-link a:hover,
body.post-type-diary .prefix a:focus,
body.post-type-diary .prefix a:hover,
body.post-type-diary h1.prefix a:focus,
body.post-type-diary h1.prefix a:hover,
body.post-type-diary h2.prefix a:focus,
body.post-type-diary h2.prefix a:hover,
body.post-type-diary .type-diary p.diary-title a:focus,
body.post-type-diary .type-diary p.diary-title a:hover,
body.post-type-diary .custom-pagination a:focus,
body.post-type-diary .custom-pagination a:hover,
body.single-diary .telegram-group a:focus,
body.single-diary .telegram-group a:hover,
body.single-diary .log-header a:focus,
body.single-diary .log-header a:hover,
body.single-diary .back-to-link a:focus,
body.single-diary .back-to-link a:hover,
body.single-diary .prefix a:focus,
body.single-diary .prefix a:hover,
body.single-diary h1.prefix a:focus,
body.single-diary h1.prefix a:hover,
body.single-diary h2.prefix a:focus,
body.single-diary h2.prefix a:hover,
body.single-diary .type-diary p.diary-title a:focus,
body.single-diary .type-diary p.diary-title a:hover,
body.single-diary .custom-pagination a:focus,
body.single-diary .custom-pagination a:hover {
  color: var(--color-accent-hover);
}
@media (max-width: 840px) {
  body.post-type-archive-diary .telegram-group,
  body.post-type-archive-diary .log-header,
  body.post-type-archive-diary .back-to-link,
  body.post-type-archive-diary .prefix,
  body.post-type-archive-diary h1.prefix,
  body.post-type-archive-diary h2.prefix,
  body.post-type-archive-diary .type-diary p.diary-title,
  body.post-type-archive-diary .custom-pagination,
  body.post-type-diary .telegram-group,
  body.post-type-diary .log-header,
  body.post-type-diary .back-to-link,
  body.post-type-diary .prefix,
  body.post-type-diary h1.prefix,
  body.post-type-diary h2.prefix,
  body.post-type-diary .type-diary p.diary-title,
  body.post-type-diary .custom-pagination,
  body.single-diary .telegram-group,
  body.single-diary .log-header,
  body.single-diary .back-to-link,
  body.single-diary .prefix,
  body.single-diary h1.prefix,
  body.single-diary h2.prefix,
  body.single-diary .type-diary p.diary-title,
  body.single-diary .custom-pagination {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
body.post-type-archive-diary .post-past .diary-title,
body.post-type-archive-diary .prefix,
body.post-type-archive-diary h1.prefix,
body.post-type-archive-diary h2.prefix,
body.post-type-archive-diary .type-diary p.diary-title,
body.post-type-archive-diary .diary-title,
body.post-type-diary .post-past .diary-title,
body.post-type-diary .prefix,
body.post-type-diary h1.prefix,
body.post-type-diary h2.prefix,
body.post-type-diary .type-diary p.diary-title,
body.post-type-diary .diary-title,
body.single-diary .post-past .diary-title,
body.single-diary .prefix,
body.single-diary h1.prefix,
body.single-diary h2.prefix,
body.single-diary .type-diary p.diary-title,
body.single-diary .diary-title {
  font-family: var(--diary-font-family-heading);
  font-size: var(--diary-font-size-main-heading);
}
body.post-type-archive-diary .type-diary p.diary-title,
body.post-type-archive-diary .diary-title,
body.post-type-diary .type-diary p.diary-title,
body.post-type-diary .diary-title,
body.single-diary .type-diary p.diary-title,
body.single-diary .diary-title {
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
  margin: 0 auto 2rem;
}
body.post-type-archive-diary .type-diary p.diary-title .time,
body.post-type-archive-diary .diary-title .time,
body.post-type-diary .type-diary p.diary-title .time,
body.post-type-diary .diary-title .time,
body.single-diary .type-diary p.diary-title .time,
body.single-diary .diary-title .time {
  font-size: 66%;
  opacity: 0.8;
}
body.post-type-archive-diary .type-diary > h1.prefix,
body.post-type-archive-diary .type-diary > h2.prefix,
body.post-type-diary .type-diary > h1.prefix,
body.post-type-diary .type-diary > h2.prefix,
body.single-diary .type-diary > h1.prefix,
body.single-diary .type-diary > h2.prefix {
  color: rgb(var(--color-black-rgb)/0.55);
  font-size: var(--diary-font-size-prefix);
  font-weight: var(--font-weight-regular);
  margin: 2rem auto 1rem;
}
body.post-type-archive-diary .article-content,
body.post-type-diary .article-content,
body.single-diary .article-content {
  padding-bottom: 0;
  padding-top: 0;
}
body.post-type-archive-diary .article-content h2.wp-block-heading,
body.post-type-diary .article-content h2.wp-block-heading,
body.single-diary .article-content h2.wp-block-heading {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-500);
}
body.post-type-archive-diary .article-content h3.wp-block-heading,
body.post-type-diary .article-content h3.wp-block-heading,
body.single-diary .article-content h3.wp-block-heading {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-500);
}
body.post-type-archive-diary .wp-block p,
body.post-type-archive-diary .wp-block li,
body.post-type-archive-diary .type-diary li,
body.post-type-archive-diary .type-diary p,
body.post-type-archive-diary .article-content p,
body.post-type-archive-diary .article-content li,
body.post-type-archive-diary .container.container-article .entry-content p,
body.post-type-archive-diary .container.container-article article p,
body.post-type-diary .wp-block p,
body.post-type-diary .wp-block li,
body.post-type-diary .type-diary li,
body.post-type-diary .type-diary p,
body.post-type-diary .article-content p,
body.post-type-diary .article-content li,
body.post-type-diary .container.container-article .entry-content p,
body.post-type-diary .container.container-article article p,
body.single-diary .wp-block p,
body.single-diary .wp-block li,
body.single-diary .type-diary li,
body.single-diary .type-diary p,
body.single-diary .article-content p,
body.single-diary .article-content li,
body.single-diary .container.container-article .entry-content p,
body.single-diary .container.container-article article p{
  font-size: var(--diary-font-size);
}
body.post-type-archive-diary .wp-block p.word-count,
body.post-type-archive-diary .wp-block li.word-count,
body.post-type-archive-diary .type-diary li.word-count,
body.post-type-archive-diary .type-diary p.word-count,
body.post-type-archive-diary .article-content p.word-count,
body.post-type-archive-diary .article-content li.word-count,
body.post-type-archive-diary .container.container-article .entry-content p.word-count,
body.post-type-archive-diary .container.container-article article p.word-count,
body.post-type-diary .wp-block p.word-count,
body.post-type-diary .wp-block li.word-count,
body.post-type-diary .type-diary li.word-count,
body.post-type-diary .type-diary p.word-count,
body.post-type-diary .article-content p.word-count,
body.post-type-diary .article-content li.word-count,
body.post-type-diary .container.container-article .entry-content p.word-count,
body.post-type-diary .container.container-article article p.word-count,
body.single-diary .wp-block p.word-count,
body.single-diary .wp-block li.word-count,
body.single-diary .type-diary li.word-count,
body.single-diary .type-diary p.word-count,
body.single-diary .article-content p.word-count,
body.single-diary .article-content li.word-count,
body.single-diary .container.container-article .entry-content p.word-count,
body.single-diary .container.container-article article p.word-count{
  font-family: "Inter", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: var(--diary-font-size-prefix);
  opacity: 0.8;
}
body.post-type-archive-diary .container.container-article,
body.post-type-diary .container.container-article,
body.single-diary .container.container-article {
  padding-top: 0;
}
body.post-type-archive-diary .article-content > *:not(.alignwide):not(.alignfull),
body.post-type-archive-diary .container.container-article .entry-content > *:not(.alignwide):not(.alignfull),
body.post-type-diary .article-content > *:not(.alignwide):not(.alignfull),
body.post-type-diary .container.container-article .entry-content > *:not(.alignwide):not(.alignfull),
body.single-diary .article-content > *:not(.alignwide):not(.alignfull),
body.single-diary .container.container-article .entry-content > *:not(.alignwide):not(.alignfull) {
  max-width: var(--diary-container-width);
  position: relative;
  z-index: 2;
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull),
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull),
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull),
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull),
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull),
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) {
  border: 1px solid rgb(var(--color-black-rgb)/0.2);
  border-radius: 4px;
  list-style: none;
  margin-top: 4rem;
  overflow: hidden;
  padding: 2.2rem;
  position: relative;
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .meta-prefix,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .meta-prefix,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .meta-prefix,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .meta-prefix,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .meta-prefix,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .meta-prefix,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .meta-prefix,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .meta-prefix,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .meta-prefix {
  font-size: 12px;
  font-weight: var(--font-weight-regular);
  margin: 0;
  margin-bottom: 2rem;
  margin-left: 0;
  opacity: 0.5;
  padding-left: 0;
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-title.prefix,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-title.prefix,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-title.prefix,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-title.prefix,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-title.prefix,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-title.prefix,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-title.prefix,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-title.prefix,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-title.prefix {
  color: rgb(var(--color-black-rgb)/0.55);
  font-size: var(--diary-font-size-prefix);
  font-weight: var(--font-weight-regular);
  margin: 2rem auto;
  padding: 0;
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .diary-title,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .diary-title,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .diary-title,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title {
  font-family: var(--diary-font-family-heading);
  font-size: 22px;
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 800px) {
  
  body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .diary-title,
  body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title,
  body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title,
  body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .diary-title,
  body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title,
  body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title,
  body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .diary-title,
  body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title,
  body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .diary-title {
    font-size: 18px;
  }
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt > ul.bandinfo li,
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt > ul:not([class]) li,
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt > ol:not([class]) li,
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt .wp-block-categories-list li,
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt .wp-block-list li,
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul.is-style-default li,
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol.is-style-default li,
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol:not([class]) li,
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul:not([class]) .article-content > ul.is-style-default li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul.bandinfo li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul:not([class]) li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ol:not([class]) li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-categories-list li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-list li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul.is-style-default li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol.is-style-default li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol:not([class]) li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul:not([class]) .article-content > ul.is-style-default li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul.bandinfo li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul:not([class]) li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ol:not([class]) li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-categories-list li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-list li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul.is-style-default li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol.is-style-default li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol:not([class]) li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul:not([class]) .article-content > ul.is-style-default li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt > ul.bandinfo li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt > ul:not([class]) li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt > ol:not([class]) li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt .wp-block-categories-list li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt .wp-block-list li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul.is-style-default li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol.is-style-default li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol:not([class]) li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul:not([class]) .article-content > ul.is-style-default li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul.bandinfo li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul:not([class]) li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ol:not([class]) li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-categories-list li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-list li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul.is-style-default li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol.is-style-default li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol:not([class]) li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul:not([class]) .article-content > ul.is-style-default li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul.bandinfo li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul:not([class]) li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ol:not([class]) li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-categories-list li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-list li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul.is-style-default li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol.is-style-default li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol:not([class]) li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul:not([class]) .article-content > ul.is-style-default li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt > ul.bandinfo li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt > ul:not([class]) li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt > ol:not([class]) li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt .wp-block-categories-list li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt .wp-block-list li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul.is-style-default li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol.is-style-default li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol:not([class]) li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul:not([class]) .article-content > ul.is-style-default li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul.bandinfo li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul:not([class]) li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ol:not([class]) li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-categories-list li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-list li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul.is-style-default li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol.is-style-default li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol:not([class]) li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul:not([class]) .article-content > ul.is-style-default li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul.bandinfo li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ul:not([class]) li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt > ol:not([class]) li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-categories-list li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt .wp-block-list li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul.is-style-default li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol.is-style-default li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol:not([class]) li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul:not([class]) .article-content > ul.is-style-default li {
  display: table-row;
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt p,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt p,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt p,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt p,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt p,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt p,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt p,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt p,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt p {
  font-size: 15px;
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol,
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul {
  padding-left: 0;
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol li,
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ol li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt ul li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ol li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt ul li {
  gap: 0;
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt blockquote,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt blockquote,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt blockquote,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote {
  margin: 2rem auto;
  padding: 0 2rem;
}
@media (max-width: 640px) {
  
  body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt blockquote,
  body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote,
  body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote,
  body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt blockquote,
  body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote,
  body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote,
  body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata .post-past__inner .post-past__content-excerpt blockquote,
  body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote,
  body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) .post-past__inner .post-past__content-excerpt blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata a:not(.button):not(.post-edit-link):not(.author-link),
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link),
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link),
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata a:not(.button):not(.post-edit-link):not(.author-link),
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link),
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link),
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata a:not(.button):not(.post-edit-link):not(.author-link),
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link),
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link) {
  color: rgb(var(--color-black-rgb)/0.8);
  text-decoration-color: rgb(var(--color-black-rgb)/0.8);
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata a:not(.button):not(.post-edit-link):not(.author-link).is-external-link::after,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link).is-external-link::after,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link).is-external-link::after,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata a:not(.button):not(.post-edit-link):not(.author-link).is-external-link::after,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link).is-external-link::after,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link).is-external-link::after,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata a:not(.button):not(.post-edit-link):not(.author-link).is-external-link::after,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link).is-external-link::after,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) a:not(.button):not(.post-edit-link):not(.author-link).is-external-link::after {
  background-image: url("../svg/external-link-323232.svg");
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata li,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) li,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) li,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata li,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) li,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) li,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata li,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) li,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) li {
  align-items: flex-start;
  color: rgb(var(--color-black-rgb)/0.8);
  display: inline-flex;
  font-size: var(--font-size-14);
  gap: 1rem;
  width: 100%;
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata svg,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) svg,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) svg,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata svg,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) svg,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) svg,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata svg,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) svg,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) svg {
  height: 16px;
  min-width: 16px;
  position: relative;
  width: 16px;
}
body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata svg.can,
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) svg.can,
body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) svg.can,
body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata svg.can,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) svg.can,
body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) svg.can,
body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata svg.can,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull) svg.can,
body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) svg.can {
  height: 20px;
  width: 16px;
}
@media (max-width: 640px) {
  
  body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata,
  body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull),
  body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull),
  body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata,
  body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull),
  body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull),
  body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata,
  body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull),
  body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull) {
    max-width: calc(100% - 4rem);
    padding: 1rem 2rem;
  }
  
  body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata.post-past,
  body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).post-past,
  body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull).post-past,
  body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata.post-past,
  body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).post-past,
  body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull).post-past,
  body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata.post-past,
  body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).post-past,
  body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull).post-past {
    padding: 2rem;
  }
  
  body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata.metadata-gratitude,
  body.post-type-archive-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata.metadata-progress,
  body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude,
  body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-progress,
  body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull).metadata-gratitude,
  body.post-type-archive-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull).metadata-progress,
  body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata.metadata-gratitude,
  body.post-type-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata.metadata-progress,
  body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude,
  body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-progress,
  body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull).metadata-gratitude,
  body.post-type-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull).metadata-progress,
  body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata.metadata-gratitude,
  body.single-diary .article-content.entry-content .post-past.post.diary.type-diary.metadata.metadata-progress,
  body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude,
  body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-progress,
  body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull).metadata-gratitude,
  body.single-diary .article-content.entry-content ul.metadata:not(.alignwide):not(.alignfull).metadata-progress {
    padding: 2rem;
  }
}
body.post-type-archive-diary .article-content.entry-content .metadata .mood svg,
body.post-type-diary .article-content.entry-content .metadata .mood svg,
body.single-diary .article-content.entry-content .metadata .mood svg {
  stroke-width: 1.5;
}
@media (max-width: 640px) {
  
  body.post-type-archive-diary .article-content.entry-content ul[data-type="core/list"]:not(.is-style-green-shades):not(.is-style-red-shades):not(.is-style-no-bullets):not(.is-style-todo-list),
  body.post-type-archive-diary .article-content.entry-content ol[data-type="core/list"]:not(.is-style-green-shades):not(.is-style-red-shades):not(.is-style-no-bullets):not(.is-style-todo-list),
  body.post-type-diary .article-content.entry-content ul[data-type="core/list"]:not(.is-style-green-shades):not(.is-style-red-shades):not(.is-style-no-bullets):not(.is-style-todo-list),
  body.post-type-diary .article-content.entry-content ol[data-type="core/list"]:not(.is-style-green-shades):not(.is-style-red-shades):not(.is-style-no-bullets):not(.is-style-todo-list),
  body.single-diary .article-content.entry-content ul[data-type="core/list"]:not(.is-style-green-shades):not(.is-style-red-shades):not(.is-style-no-bullets):not(.is-style-todo-list),
  body.single-diary .article-content.entry-content ol[data-type="core/list"]:not(.is-style-green-shades):not(.is-style-red-shades):not(.is-style-no-bullets):not(.is-style-todo-list) {
    padding-left: 2rem !important;
  }
}
body.post-type-archive-diary .article-content.entry-content .metadata li,
body.post-type-diary .article-content.entry-content .metadata li,
body.single-diary .article-content.entry-content .metadata li {
  align-items: center !important;
}
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude .meta-prefix,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude .meta-prefix,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude .meta-prefix {
  font-size: 12px;
  margin: 0;
  opacity: 0.5;
}
body.post-type-archive-diary .article-content.entry-content .post-past__content-excerpt *,
body.post-type-diary .article-content.entry-content .post-past__content-excerpt *,
body.single-diary .article-content.entry-content .post-past__content-excerpt * {
  font-size: 14px;
}
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude .gratitude-reasons,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude .gratitude-reasons,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude .gratitude-reasons {
  font-size: 16px;
}
body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude > svg,
body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude > svg,
body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude > svg {
  fill: rgb(var(--color-black-rgb)/0.2);
  height: 500px;
  pointer-events: none;
  position: absolute;
  right: -20vw;
  top: -70px;
  width: 55vw;
}
@media (max-width: 890px) {
  
  body.post-type-archive-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude > svg,
  body.post-type-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude > svg,
  body.single-diary .article-content.entry-content div.metadata:not(.alignwide):not(.alignfull).metadata-gratitude > svg {
    min-width: 400px;
    top: -110px;
    width: 55vw;
  }
}
body.post-type-archive-diary .article-content.entry-content .progress,
body.post-type-diary .article-content.entry-content .progress,
body.single-diary .article-content.entry-content .progress {
  line-height: 1;
  margin-bottom: 1.4rem;
  position: relative;
}
body.post-type-archive-diary .article-content.entry-content .progress:last-child,
body.post-type-diary .article-content.entry-content .progress:last-child,
body.single-diary .article-content.entry-content .progress:last-child {
  margin-bottom: 0;
}
body.post-type-archive-diary .article-content.entry-content .progress-bar,
body.post-type-diary .article-content.entry-content .progress-bar,
body.single-diary .article-content.entry-content .progress-bar {
  padding-bottom: 10px;
  position: relative;
}
body.post-type-archive-diary .article-content.entry-content .progress::after,
body.post-type-archive-diary .article-content.entry-content .progress-bar::after,
body.post-type-diary .article-content.entry-content .progress::after,
body.post-type-diary .article-content.entry-content .progress-bar::after,
body.single-diary .article-content.entry-content .progress::after,
body.single-diary .article-content.entry-content .progress-bar::after {
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
body.post-type-archive-diary .article-content.entry-content .progress::after,
body.post-type-diary .article-content.entry-content .progress::after,
body.single-diary .article-content.entry-content .progress::after {
  background-color: var(--color-white-faded);
  z-index: 0;
}
body.post-type-archive-diary .article-content.entry-content .progress-bar::after,
body.post-type-diary .article-content.entry-content .progress-bar::after,
body.single-diary .article-content.entry-content .progress-bar::after {
  z-index: 1;
}
body.post-type-archive-diary .article-content.entry-content .progress-bar.is-bad::after,
body.post-type-diary .article-content.entry-content .progress-bar.is-bad::after,
body.single-diary .article-content.entry-content .progress-bar.is-bad::after {
  background-color: var(--color-mood-bad);
}
body.post-type-archive-diary .article-content.entry-content .progress-bar.is-okay::after,
body.post-type-diary .article-content.entry-content .progress-bar.is-okay::after,
body.single-diary .article-content.entry-content .progress-bar.is-okay::after {
  background-color: var(--color-mood-okay);
}
body.post-type-archive-diary .article-content.entry-content .progress-bar.is-good::after,
body.post-type-diary .article-content.entry-content .progress-bar.is-good::after,
body.single-diary .article-content.entry-content .progress-bar.is-good::after {
  background-color: var(--color-mood-good);
}
body.post-type-archive-diary .article-content.entry-content .progress span,
body.post-type-diary .article-content.entry-content .progress span,
body.single-diary .article-content.entry-content .progress span {
  font-size: var(--font-size-15);
  opacity: 0.8;
  white-space: nowrap;
}
body.post-type-archive-diary .article-content.entry-content ol.habits,
body.post-type-archive-diary .article-content.entry-content ul.habits,
body.post-type-diary .article-content.entry-content ol.habits,
body.post-type-diary .article-content.entry-content ul.habits,
body.single-diary .article-content.entry-content ol.habits,
body.single-diary .article-content.entry-content ul.habits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
  transition: opacity 500ms;
}
body.post-type-archive-diary .article-content.entry-content ol.habits .habit svg,
body.post-type-archive-diary .article-content.entry-content ul.habits .habit svg,
body.post-type-diary .article-content.entry-content ol.habits .habit svg,
body.post-type-diary .article-content.entry-content ul.habits .habit svg,
body.single-diary .article-content.entry-content ol.habits .habit svg,
body.single-diary .article-content.entry-content ul.habits .habit svg {
  height: 24px;
  min-width: 24px;
  width: 24px;
}
body.post-type-archive-diary .article-content.entry-content ol.habits:focus li,
body.post-type-archive-diary .article-content.entry-content ol.habits:hover li,
body.post-type-archive-diary .article-content.entry-content ul.habits:focus li,
body.post-type-archive-diary .article-content.entry-content ul.habits:hover li,
body.post-type-diary .article-content.entry-content ol.habits:focus li,
body.post-type-diary .article-content.entry-content ol.habits:hover li,
body.post-type-diary .article-content.entry-content ul.habits:focus li,
body.post-type-diary .article-content.entry-content ul.habits:hover li,
body.single-diary .article-content.entry-content ol.habits:focus li,
body.single-diary .article-content.entry-content ol.habits:hover li,
body.single-diary .article-content.entry-content ul.habits:focus li,
body.single-diary .article-content.entry-content ul.habits:hover li {
  opacity: 0.2;
}
body.post-type-archive-diary .article-content.entry-content ol.habits:focus li:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits:focus li:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits:hover li:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits:hover li:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits:focus li:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits:focus li:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits:hover li:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits:hover li:hover,
body.post-type-diary .article-content.entry-content ol.habits:focus li:focus,
body.post-type-diary .article-content.entry-content ol.habits:focus li:hover,
body.post-type-diary .article-content.entry-content ol.habits:hover li:focus,
body.post-type-diary .article-content.entry-content ol.habits:hover li:hover,
body.post-type-diary .article-content.entry-content ul.habits:focus li:focus,
body.post-type-diary .article-content.entry-content ul.habits:focus li:hover,
body.post-type-diary .article-content.entry-content ul.habits:hover li:focus,
body.post-type-diary .article-content.entry-content ul.habits:hover li:hover,
body.single-diary .article-content.entry-content ol.habits:focus li:focus,
body.single-diary .article-content.entry-content ol.habits:focus li:hover,
body.single-diary .article-content.entry-content ol.habits:hover li:focus,
body.single-diary .article-content.entry-content ol.habits:hover li:hover,
body.single-diary .article-content.entry-content ul.habits:focus li:focus,
body.single-diary .article-content.entry-content ul.habits:focus li:hover,
body.single-diary .article-content.entry-content ul.habits:hover li:focus,
body.single-diary .article-content.entry-content ul.habits:hover li:hover {
  filter: unset;
  opacity: 1;
}
body.post-type-archive-diary .article-content.entry-content ol.habits li,
body.post-type-archive-diary .article-content.entry-content ul.habits li,
body.post-type-diary .article-content.entry-content ol.habits li,
body.post-type-diary .article-content.entry-content ul.habits li,
body.single-diary .article-content.entry-content ol.habits li,
body.single-diary .article-content.entry-content ul.habits li {
  align-items: center;
  background-color: rgba(47, 87, 139, 0.5);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: inline-flex;
  filter: grayscale(1);
  font-size: var(--font-size-14);
  gap: 1rem;
  height: 40px;
  overflow: hidden;
  padding: 0.8rem;
  transition: opacity 500ms;
  width: 40px;
}
body.post-type-archive-diary .article-content.entry-content ol.habits li .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li .label,
body.post-type-diary .article-content.entry-content ol.habits li .label,
body.post-type-diary .article-content.entry-content ul.habits li .label,
body.single-diary .article-content.entry-content ol.habits li .label,
body.single-diary .article-content.entry-content ul.habits li .label {
  align-items: center;
  background-color: inherit;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  height: 40px;
  margin-left: 32px;
  max-width: calc(var(--diary-container-width) - 48px);
  opacity: 0;
  overflow: hidden;
  padding-left: 0.4rem;
  padding-right: 0.8rem;
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
}
body.post-type-archive-diary .article-content.entry-content ol.habits li:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li:focus,
body.post-type-diary .article-content.entry-content ol.habits li:hover,
body.post-type-diary .article-content.entry-content ol.habits li:focus,
body.post-type-diary .article-content.entry-content ul.habits li:hover,
body.post-type-diary .article-content.entry-content ul.habits li:focus,
body.single-diary .article-content.entry-content ol.habits li:hover,
body.single-diary .article-content.entry-content ol.habits li:focus,
body.single-diary .article-content.entry-content ul.habits li:hover,
body.single-diary .article-content.entry-content ul.habits li:focus {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
}
body.post-type-archive-diary .article-content.entry-content ol.habits li:focus > .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li:hover > .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li:focus > .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li:hover > .label,
body.post-type-diary .article-content.entry-content ol.habits li:focus > .label,
body.post-type-diary .article-content.entry-content ol.habits li:hover > .label,
body.post-type-diary .article-content.entry-content ul.habits li:focus > .label,
body.post-type-diary .article-content.entry-content ul.habits li:hover > .label,
body.single-diary .article-content.entry-content ol.habits li:focus > .label,
body.single-diary .article-content.entry-content ol.habits li:hover > .label,
body.single-diary .article-content.entry-content ul.habits li:focus > .label,
body.single-diary .article-content.entry-content ul.habits li:hover > .label {
  opacity: 1;
}
body.post-type-archive-diary .article-content.entry-content ol.habits li.sleep,
body.post-type-archive-diary .article-content.entry-content ol.habits li.workout,
body.post-type-archive-diary .article-content.entry-content ol.habits li.breakfast,
body.post-type-archive-diary .article-content.entry-content ol.habits li.weighin,
body.post-type-archive-diary .article-content.entry-content ol.habits li.ade,
body.post-type-archive-diary .article-content.entry-content ol.habits li.run,
body.post-type-archive-diary .article-content.entry-content ol.habits li.walk,
body.post-type-archive-diary .article-content.entry-content ol.habits li.water,
body.post-type-archive-diary .article-content.entry-content ul.habits li.sleep,
body.post-type-archive-diary .article-content.entry-content ul.habits li.workout,
body.post-type-archive-diary .article-content.entry-content ul.habits li.breakfast,
body.post-type-archive-diary .article-content.entry-content ul.habits li.weighin,
body.post-type-archive-diary .article-content.entry-content ul.habits li.ade,
body.post-type-archive-diary .article-content.entry-content ul.habits li.run,
body.post-type-archive-diary .article-content.entry-content ul.habits li.walk,
body.post-type-archive-diary .article-content.entry-content ul.habits li.water,
body.post-type-diary .article-content.entry-content ol.habits li.sleep,
body.post-type-diary .article-content.entry-content ol.habits li.workout,
body.post-type-diary .article-content.entry-content ol.habits li.breakfast,
body.post-type-diary .article-content.entry-content ol.habits li.weighin,
body.post-type-diary .article-content.entry-content ol.habits li.ade,
body.post-type-diary .article-content.entry-content ol.habits li.run,
body.post-type-diary .article-content.entry-content ol.habits li.walk,
body.post-type-diary .article-content.entry-content ol.habits li.water,
body.post-type-diary .article-content.entry-content ul.habits li.sleep,
body.post-type-diary .article-content.entry-content ul.habits li.workout,
body.post-type-diary .article-content.entry-content ul.habits li.breakfast,
body.post-type-diary .article-content.entry-content ul.habits li.weighin,
body.post-type-diary .article-content.entry-content ul.habits li.ade,
body.post-type-diary .article-content.entry-content ul.habits li.run,
body.post-type-diary .article-content.entry-content ul.habits li.walk,
body.post-type-diary .article-content.entry-content ul.habits li.water,
body.single-diary .article-content.entry-content ol.habits li.sleep,
body.single-diary .article-content.entry-content ol.habits li.workout,
body.single-diary .article-content.entry-content ol.habits li.breakfast,
body.single-diary .article-content.entry-content ol.habits li.weighin,
body.single-diary .article-content.entry-content ol.habits li.ade,
body.single-diary .article-content.entry-content ol.habits li.run,
body.single-diary .article-content.entry-content ol.habits li.walk,
body.single-diary .article-content.entry-content ol.habits li.water,
body.single-diary .article-content.entry-content ul.habits li.sleep,
body.single-diary .article-content.entry-content ul.habits li.workout,
body.single-diary .article-content.entry-content ul.habits li.breakfast,
body.single-diary .article-content.entry-content ul.habits li.weighin,
body.single-diary .article-content.entry-content ul.habits li.ade,
body.single-diary .article-content.entry-content ul.habits li.run,
body.single-diary .article-content.entry-content ul.habits li.walk,
body.single-diary .article-content.entry-content ul.habits li.water {
  background-color: rgba(16, 158, 58, 0.12);
  color: rgb(23, 192, 73);
}
body.post-type-archive-diary .article-content.entry-content ol.habits li.sleep:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.sleep:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.sleep:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.sleep:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.workout:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.workout:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.workout:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.workout:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.breakfast:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.breakfast:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.breakfast:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.breakfast:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.weighin:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.weighin:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.weighin:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.weighin:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.ade:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.ade:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.ade:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.ade:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.run:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.run:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.run:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.run:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.walk:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.walk:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.walk:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.walk:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.water:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.water:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.water:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.water:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.sleep:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.sleep:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.sleep:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.sleep:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.workout:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.workout:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.workout:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.workout:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.breakfast:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.breakfast:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.breakfast:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.breakfast:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.weighin:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.weighin:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.weighin:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.weighin:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.ade:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.ade:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.ade:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.ade:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.run:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.run:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.run:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.run:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.walk:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.walk:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.walk:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.walk:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.water:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.water:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.water:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.water:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.sleep:hover,
body.post-type-diary .article-content.entry-content ol.habits li.sleep:focus,
body.post-type-diary .article-content.entry-content ol.habits li.sleep:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.sleep:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.workout:hover,
body.post-type-diary .article-content.entry-content ol.habits li.workout:focus,
body.post-type-diary .article-content.entry-content ol.habits li.workout:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.workout:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.breakfast:hover,
body.post-type-diary .article-content.entry-content ol.habits li.breakfast:focus,
body.post-type-diary .article-content.entry-content ol.habits li.breakfast:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.breakfast:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.weighin:hover,
body.post-type-diary .article-content.entry-content ol.habits li.weighin:focus,
body.post-type-diary .article-content.entry-content ol.habits li.weighin:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.weighin:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.ade:hover,
body.post-type-diary .article-content.entry-content ol.habits li.ade:focus,
body.post-type-diary .article-content.entry-content ol.habits li.ade:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.ade:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.run:hover,
body.post-type-diary .article-content.entry-content ol.habits li.run:focus,
body.post-type-diary .article-content.entry-content ol.habits li.run:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.run:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.walk:hover,
body.post-type-diary .article-content.entry-content ol.habits li.walk:focus,
body.post-type-diary .article-content.entry-content ol.habits li.walk:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.walk:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.water:hover,
body.post-type-diary .article-content.entry-content ol.habits li.water:focus,
body.post-type-diary .article-content.entry-content ol.habits li.water:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.water:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.sleep:hover,
body.post-type-diary .article-content.entry-content ul.habits li.sleep:focus,
body.post-type-diary .article-content.entry-content ul.habits li.sleep:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.sleep:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.workout:hover,
body.post-type-diary .article-content.entry-content ul.habits li.workout:focus,
body.post-type-diary .article-content.entry-content ul.habits li.workout:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.workout:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.breakfast:hover,
body.post-type-diary .article-content.entry-content ul.habits li.breakfast:focus,
body.post-type-diary .article-content.entry-content ul.habits li.breakfast:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.breakfast:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.weighin:hover,
body.post-type-diary .article-content.entry-content ul.habits li.weighin:focus,
body.post-type-diary .article-content.entry-content ul.habits li.weighin:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.weighin:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.ade:hover,
body.post-type-diary .article-content.entry-content ul.habits li.ade:focus,
body.post-type-diary .article-content.entry-content ul.habits li.ade:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.ade:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.run:hover,
body.post-type-diary .article-content.entry-content ul.habits li.run:focus,
body.post-type-diary .article-content.entry-content ul.habits li.run:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.run:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.walk:hover,
body.post-type-diary .article-content.entry-content ul.habits li.walk:focus,
body.post-type-diary .article-content.entry-content ul.habits li.walk:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.walk:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.water:hover,
body.post-type-diary .article-content.entry-content ul.habits li.water:focus,
body.post-type-diary .article-content.entry-content ul.habits li.water:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.water:focus .label,
body.single-diary .article-content.entry-content ol.habits li.sleep:hover,
body.single-diary .article-content.entry-content ol.habits li.sleep:focus,
body.single-diary .article-content.entry-content ol.habits li.sleep:hover .label,
body.single-diary .article-content.entry-content ol.habits li.sleep:focus .label,
body.single-diary .article-content.entry-content ol.habits li.workout:hover,
body.single-diary .article-content.entry-content ol.habits li.workout:focus,
body.single-diary .article-content.entry-content ol.habits li.workout:hover .label,
body.single-diary .article-content.entry-content ol.habits li.workout:focus .label,
body.single-diary .article-content.entry-content ol.habits li.breakfast:hover,
body.single-diary .article-content.entry-content ol.habits li.breakfast:focus,
body.single-diary .article-content.entry-content ol.habits li.breakfast:hover .label,
body.single-diary .article-content.entry-content ol.habits li.breakfast:focus .label,
body.single-diary .article-content.entry-content ol.habits li.weighin:hover,
body.single-diary .article-content.entry-content ol.habits li.weighin:focus,
body.single-diary .article-content.entry-content ol.habits li.weighin:hover .label,
body.single-diary .article-content.entry-content ol.habits li.weighin:focus .label,
body.single-diary .article-content.entry-content ol.habits li.ade:hover,
body.single-diary .article-content.entry-content ol.habits li.ade:focus,
body.single-diary .article-content.entry-content ol.habits li.ade:hover .label,
body.single-diary .article-content.entry-content ol.habits li.ade:focus .label,
body.single-diary .article-content.entry-content ol.habits li.run:hover,
body.single-diary .article-content.entry-content ol.habits li.run:focus,
body.single-diary .article-content.entry-content ol.habits li.run:hover .label,
body.single-diary .article-content.entry-content ol.habits li.run:focus .label,
body.single-diary .article-content.entry-content ol.habits li.walk:hover,
body.single-diary .article-content.entry-content ol.habits li.walk:focus,
body.single-diary .article-content.entry-content ol.habits li.walk:hover .label,
body.single-diary .article-content.entry-content ol.habits li.walk:focus .label,
body.single-diary .article-content.entry-content ol.habits li.water:hover,
body.single-diary .article-content.entry-content ol.habits li.water:focus,
body.single-diary .article-content.entry-content ol.habits li.water:hover .label,
body.single-diary .article-content.entry-content ol.habits li.water:focus .label,
body.single-diary .article-content.entry-content ul.habits li.sleep:hover,
body.single-diary .article-content.entry-content ul.habits li.sleep:focus,
body.single-diary .article-content.entry-content ul.habits li.sleep:hover .label,
body.single-diary .article-content.entry-content ul.habits li.sleep:focus .label,
body.single-diary .article-content.entry-content ul.habits li.workout:hover,
body.single-diary .article-content.entry-content ul.habits li.workout:focus,
body.single-diary .article-content.entry-content ul.habits li.workout:hover .label,
body.single-diary .article-content.entry-content ul.habits li.workout:focus .label,
body.single-diary .article-content.entry-content ul.habits li.breakfast:hover,
body.single-diary .article-content.entry-content ul.habits li.breakfast:focus,
body.single-diary .article-content.entry-content ul.habits li.breakfast:hover .label,
body.single-diary .article-content.entry-content ul.habits li.breakfast:focus .label,
body.single-diary .article-content.entry-content ul.habits li.weighin:hover,
body.single-diary .article-content.entry-content ul.habits li.weighin:focus,
body.single-diary .article-content.entry-content ul.habits li.weighin:hover .label,
body.single-diary .article-content.entry-content ul.habits li.weighin:focus .label,
body.single-diary .article-content.entry-content ul.habits li.ade:hover,
body.single-diary .article-content.entry-content ul.habits li.ade:focus,
body.single-diary .article-content.entry-content ul.habits li.ade:hover .label,
body.single-diary .article-content.entry-content ul.habits li.ade:focus .label,
body.single-diary .article-content.entry-content ul.habits li.run:hover,
body.single-diary .article-content.entry-content ul.habits li.run:focus,
body.single-diary .article-content.entry-content ul.habits li.run:hover .label,
body.single-diary .article-content.entry-content ul.habits li.run:focus .label,
body.single-diary .article-content.entry-content ul.habits li.walk:hover,
body.single-diary .article-content.entry-content ul.habits li.walk:focus,
body.single-diary .article-content.entry-content ul.habits li.walk:hover .label,
body.single-diary .article-content.entry-content ul.habits li.walk:focus .label,
body.single-diary .article-content.entry-content ul.habits li.water:hover,
body.single-diary .article-content.entry-content ul.habits li.water:focus,
body.single-diary .article-content.entry-content ul.habits li.water:hover .label,
body.single-diary .article-content.entry-content ul.habits li.water:focus .label {
  background-color: #ddeee2;
}
body.post-type-archive-diary .article-content.entry-content ol.habits li.combhair,
body.post-type-archive-diary .article-content.entry-content ol.habits li.books,
body.post-type-archive-diary .article-content.entry-content ol.habits li.wallet,
body.post-type-archive-diary .article-content.entry-content ol.habits li.journal,
body.post-type-archive-diary .article-content.entry-content ul.habits li.combhair,
body.post-type-archive-diary .article-content.entry-content ul.habits li.books,
body.post-type-archive-diary .article-content.entry-content ul.habits li.wallet,
body.post-type-archive-diary .article-content.entry-content ul.habits li.journal,
body.post-type-diary .article-content.entry-content ol.habits li.combhair,
body.post-type-diary .article-content.entry-content ol.habits li.books,
body.post-type-diary .article-content.entry-content ol.habits li.wallet,
body.post-type-diary .article-content.entry-content ol.habits li.journal,
body.post-type-diary .article-content.entry-content ul.habits li.combhair,
body.post-type-diary .article-content.entry-content ul.habits li.books,
body.post-type-diary .article-content.entry-content ul.habits li.wallet,
body.post-type-diary .article-content.entry-content ul.habits li.journal,
body.single-diary .article-content.entry-content ol.habits li.combhair,
body.single-diary .article-content.entry-content ol.habits li.books,
body.single-diary .article-content.entry-content ol.habits li.wallet,
body.single-diary .article-content.entry-content ol.habits li.journal,
body.single-diary .article-content.entry-content ul.habits li.combhair,
body.single-diary .article-content.entry-content ul.habits li.books,
body.single-diary .article-content.entry-content ul.habits li.wallet,
body.single-diary .article-content.entry-content ul.habits li.journal {
  background-color: rgba(158, 108, 16, 0.12);
  color: rgb(255, 105, 0);
}
body.post-type-archive-diary .article-content.entry-content ol.habits li.combhair:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.combhair:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.combhair:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.combhair:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.books:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.books:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.books:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.books:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.wallet:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.wallet:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.wallet:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.wallet:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.journal:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.journal:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.journal:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.journal:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.combhair:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.combhair:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.combhair:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.combhair:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.books:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.books:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.books:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.books:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.wallet:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.wallet:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.wallet:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.wallet:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.journal:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.journal:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.journal:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.journal:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.combhair:hover,
body.post-type-diary .article-content.entry-content ol.habits li.combhair:focus,
body.post-type-diary .article-content.entry-content ol.habits li.combhair:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.combhair:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.books:hover,
body.post-type-diary .article-content.entry-content ol.habits li.books:focus,
body.post-type-diary .article-content.entry-content ol.habits li.books:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.books:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.wallet:hover,
body.post-type-diary .article-content.entry-content ol.habits li.wallet:focus,
body.post-type-diary .article-content.entry-content ol.habits li.wallet:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.wallet:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.journal:hover,
body.post-type-diary .article-content.entry-content ol.habits li.journal:focus,
body.post-type-diary .article-content.entry-content ol.habits li.journal:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.journal:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.combhair:hover,
body.post-type-diary .article-content.entry-content ul.habits li.combhair:focus,
body.post-type-diary .article-content.entry-content ul.habits li.combhair:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.combhair:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.books:hover,
body.post-type-diary .article-content.entry-content ul.habits li.books:focus,
body.post-type-diary .article-content.entry-content ul.habits li.books:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.books:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.wallet:hover,
body.post-type-diary .article-content.entry-content ul.habits li.wallet:focus,
body.post-type-diary .article-content.entry-content ul.habits li.wallet:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.wallet:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.journal:hover,
body.post-type-diary .article-content.entry-content ul.habits li.journal:focus,
body.post-type-diary .article-content.entry-content ul.habits li.journal:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.journal:focus .label,
body.single-diary .article-content.entry-content ol.habits li.combhair:hover,
body.single-diary .article-content.entry-content ol.habits li.combhair:focus,
body.single-diary .article-content.entry-content ol.habits li.combhair:hover .label,
body.single-diary .article-content.entry-content ol.habits li.combhair:focus .label,
body.single-diary .article-content.entry-content ol.habits li.books:hover,
body.single-diary .article-content.entry-content ol.habits li.books:focus,
body.single-diary .article-content.entry-content ol.habits li.books:hover .label,
body.single-diary .article-content.entry-content ol.habits li.books:focus .label,
body.single-diary .article-content.entry-content ol.habits li.wallet:hover,
body.single-diary .article-content.entry-content ol.habits li.wallet:focus,
body.single-diary .article-content.entry-content ol.habits li.wallet:hover .label,
body.single-diary .article-content.entry-content ol.habits li.wallet:focus .label,
body.single-diary .article-content.entry-content ol.habits li.journal:hover,
body.single-diary .article-content.entry-content ol.habits li.journal:focus,
body.single-diary .article-content.entry-content ol.habits li.journal:hover .label,
body.single-diary .article-content.entry-content ol.habits li.journal:focus .label,
body.single-diary .article-content.entry-content ul.habits li.combhair:hover,
body.single-diary .article-content.entry-content ul.habits li.combhair:focus,
body.single-diary .article-content.entry-content ul.habits li.combhair:hover .label,
body.single-diary .article-content.entry-content ul.habits li.combhair:focus .label,
body.single-diary .article-content.entry-content ul.habits li.books:hover,
body.single-diary .article-content.entry-content ul.habits li.books:focus,
body.single-diary .article-content.entry-content ul.habits li.books:hover .label,
body.single-diary .article-content.entry-content ul.habits li.books:focus .label,
body.single-diary .article-content.entry-content ul.habits li.wallet:hover,
body.single-diary .article-content.entry-content ul.habits li.wallet:focus,
body.single-diary .article-content.entry-content ul.habits li.wallet:hover .label,
body.single-diary .article-content.entry-content ul.habits li.wallet:focus .label,
body.single-diary .article-content.entry-content ul.habits li.journal:hover,
body.single-diary .article-content.entry-content ul.habits li.journal:focus,
body.single-diary .article-content.entry-content ul.habits li.journal:hover .label,
body.single-diary .article-content.entry-content ul.habits li.journal:focus .label {
  background-color: #eee8dd;
}
body.post-type-archive-diary .article-content.entry-content ol.habits li.kitchen,
body.post-type-archive-diary .article-content.entry-content ol.habits li.inventory,
body.post-type-archive-diary .article-content.entry-content ol.habits li.clothes,
body.post-type-archive-diary .article-content.entry-content ol.habits li.clean,
body.post-type-archive-diary .article-content.entry-content ol.habits li.roomba,
body.post-type-archive-diary .article-content.entry-content ul.habits li.kitchen,
body.post-type-archive-diary .article-content.entry-content ul.habits li.inventory,
body.post-type-archive-diary .article-content.entry-content ul.habits li.clothes,
body.post-type-archive-diary .article-content.entry-content ul.habits li.clean,
body.post-type-archive-diary .article-content.entry-content ul.habits li.roomba,
body.post-type-diary .article-content.entry-content ol.habits li.kitchen,
body.post-type-diary .article-content.entry-content ol.habits li.inventory,
body.post-type-diary .article-content.entry-content ol.habits li.clothes,
body.post-type-diary .article-content.entry-content ol.habits li.clean,
body.post-type-diary .article-content.entry-content ol.habits li.roomba,
body.post-type-diary .article-content.entry-content ul.habits li.kitchen,
body.post-type-diary .article-content.entry-content ul.habits li.inventory,
body.post-type-diary .article-content.entry-content ul.habits li.clothes,
body.post-type-diary .article-content.entry-content ul.habits li.clean,
body.post-type-diary .article-content.entry-content ul.habits li.roomba,
body.single-diary .article-content.entry-content ol.habits li.kitchen,
body.single-diary .article-content.entry-content ol.habits li.inventory,
body.single-diary .article-content.entry-content ol.habits li.clothes,
body.single-diary .article-content.entry-content ol.habits li.clean,
body.single-diary .article-content.entry-content ol.habits li.roomba,
body.single-diary .article-content.entry-content ul.habits li.kitchen,
body.single-diary .article-content.entry-content ul.habits li.inventory,
body.single-diary .article-content.entry-content ul.habits li.clothes,
body.single-diary .article-content.entry-content ul.habits li.clean,
body.single-diary .article-content.entry-content ul.habits li.roomba {
  background-color: rgba(118, 16, 158, 0.12);
  color: rgb(226, 71, 240);
}
body.post-type-archive-diary .article-content.entry-content ol.habits li.kitchen:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.kitchen:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.kitchen:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.kitchen:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.inventory:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.inventory:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.inventory:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.inventory:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.clothes:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.clothes:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.clothes:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.clothes:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.clean:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.clean:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.clean:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.clean:focus .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.roomba:hover,
body.post-type-archive-diary .article-content.entry-content ol.habits li.roomba:focus,
body.post-type-archive-diary .article-content.entry-content ol.habits li.roomba:hover .label,
body.post-type-archive-diary .article-content.entry-content ol.habits li.roomba:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.kitchen:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.kitchen:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.kitchen:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.kitchen:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.inventory:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.inventory:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.inventory:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.inventory:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.clothes:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.clothes:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.clothes:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.clothes:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.clean:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.clean:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.clean:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.clean:focus .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.roomba:hover,
body.post-type-archive-diary .article-content.entry-content ul.habits li.roomba:focus,
body.post-type-archive-diary .article-content.entry-content ul.habits li.roomba:hover .label,
body.post-type-archive-diary .article-content.entry-content ul.habits li.roomba:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.kitchen:hover,
body.post-type-diary .article-content.entry-content ol.habits li.kitchen:focus,
body.post-type-diary .article-content.entry-content ol.habits li.kitchen:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.kitchen:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.inventory:hover,
body.post-type-diary .article-content.entry-content ol.habits li.inventory:focus,
body.post-type-diary .article-content.entry-content ol.habits li.inventory:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.inventory:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.clothes:hover,
body.post-type-diary .article-content.entry-content ol.habits li.clothes:focus,
body.post-type-diary .article-content.entry-content ol.habits li.clothes:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.clothes:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.clean:hover,
body.post-type-diary .article-content.entry-content ol.habits li.clean:focus,
body.post-type-diary .article-content.entry-content ol.habits li.clean:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.clean:focus .label,
body.post-type-diary .article-content.entry-content ol.habits li.roomba:hover,
body.post-type-diary .article-content.entry-content ol.habits li.roomba:focus,
body.post-type-diary .article-content.entry-content ol.habits li.roomba:hover .label,
body.post-type-diary .article-content.entry-content ol.habits li.roomba:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.kitchen:hover,
body.post-type-diary .article-content.entry-content ul.habits li.kitchen:focus,
body.post-type-diary .article-content.entry-content ul.habits li.kitchen:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.kitchen:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.inventory:hover,
body.post-type-diary .article-content.entry-content ul.habits li.inventory:focus,
body.post-type-diary .article-content.entry-content ul.habits li.inventory:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.inventory:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.clothes:hover,
body.post-type-diary .article-content.entry-content ul.habits li.clothes:focus,
body.post-type-diary .article-content.entry-content ul.habits li.clothes:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.clothes:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.clean:hover,
body.post-type-diary .article-content.entry-content ul.habits li.clean:focus,
body.post-type-diary .article-content.entry-content ul.habits li.clean:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.clean:focus .label,
body.post-type-diary .article-content.entry-content ul.habits li.roomba:hover,
body.post-type-diary .article-content.entry-content ul.habits li.roomba:focus,
body.post-type-diary .article-content.entry-content ul.habits li.roomba:hover .label,
body.post-type-diary .article-content.entry-content ul.habits li.roomba:focus .label,
body.single-diary .article-content.entry-content ol.habits li.kitchen:hover,
body.single-diary .article-content.entry-content ol.habits li.kitchen:focus,
body.single-diary .article-content.entry-content ol.habits li.kitchen:hover .label,
body.single-diary .article-content.entry-content ol.habits li.kitchen:focus .label,
body.single-diary .article-content.entry-content ol.habits li.inventory:hover,
body.single-diary .article-content.entry-content ol.habits li.inventory:focus,
body.single-diary .article-content.entry-content ol.habits li.inventory:hover .label,
body.single-diary .article-content.entry-content ol.habits li.inventory:focus .label,
body.single-diary .article-content.entry-content ol.habits li.clothes:hover,
body.single-diary .article-content.entry-content ol.habits li.clothes:focus,
body.single-diary .article-content.entry-content ol.habits li.clothes:hover .label,
body.single-diary .article-content.entry-content ol.habits li.clothes:focus .label,
body.single-diary .article-content.entry-content ol.habits li.clean:hover,
body.single-diary .article-content.entry-content ol.habits li.clean:focus,
body.single-diary .article-content.entry-content ol.habits li.clean:hover .label,
body.single-diary .article-content.entry-content ol.habits li.clean:focus .label,
body.single-diary .article-content.entry-content ol.habits li.roomba:hover,
body.single-diary .article-content.entry-content ol.habits li.roomba:focus,
body.single-diary .article-content.entry-content ol.habits li.roomba:hover .label,
body.single-diary .article-content.entry-content ol.habits li.roomba:focus .label,
body.single-diary .article-content.entry-content ul.habits li.kitchen:hover,
body.single-diary .article-content.entry-content ul.habits li.kitchen:focus,
body.single-diary .article-content.entry-content ul.habits li.kitchen:hover .label,
body.single-diary .article-content.entry-content ul.habits li.kitchen:focus .label,
body.single-diary .article-content.entry-content ul.habits li.inventory:hover,
body.single-diary .article-content.entry-content ul.habits li.inventory:focus,
body.single-diary .article-content.entry-content ul.habits li.inventory:hover .label,
body.single-diary .article-content.entry-content ul.habits li.inventory:focus .label,
body.single-diary .article-content.entry-content ul.habits li.clothes:hover,
body.single-diary .article-content.entry-content ul.habits li.clothes:focus,
body.single-diary .article-content.entry-content ul.habits li.clothes:hover .label,
body.single-diary .article-content.entry-content ul.habits li.clothes:focus .label,
body.single-diary .article-content.entry-content ul.habits li.clean:hover,
body.single-diary .article-content.entry-content ul.habits li.clean:focus,
body.single-diary .article-content.entry-content ul.habits li.clean:hover .label,
body.single-diary .article-content.entry-content ul.habits li.clean:focus .label,
body.single-diary .article-content.entry-content ul.habits li.roomba:hover,
body.single-diary .article-content.entry-content ul.habits li.roomba:focus,
body.single-diary .article-content.entry-content ul.habits li.roomba:hover .label,
body.single-diary .article-content.entry-content ul.habits li.roomba:focus .label {
  background-color: #e9ddee;
}
body.post-type-archive-diary .article-content.entry-content ol.habits li:last-child,
body.post-type-archive-diary .article-content.entry-content ul.habits li:last-child,
body.post-type-diary .article-content.entry-content ol.habits li:last-child,
body.post-type-diary .article-content.entry-content ul.habits li:last-child,
body.single-diary .article-content.entry-content ol.habits li:last-child,
body.single-diary .article-content.entry-content ul.habits li:last-child {
  margin-bottom: 0;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades,
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades,
body.post-type-diary .article-content.entry-content ol.is-style-green-shades,
body.post-type-diary .article-content.entry-content ul.is-style-green-shades,
body.single-diary .article-content.entry-content ol.is-style-green-shades,
body.single-diary .article-content.entry-content ul.is-style-green-shades {
  border-radius: 5px;
  list-style: none;
  overflow: hidden;
  width: auto;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:first-child,
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:first-child,
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:first-child,
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:first-child,
body.single-diary .article-content.entry-content ol.is-style-green-shades li:first-child,
body.single-diary .article-content.entry-content ul.is-style-green-shades li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:last-child,
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:last-child,
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:last-child,
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:last-child,
body.single-diary .article-content.entry-content ol.is-style-green-shades li:last-child,
body.single-diary .article-content.entry-content ul.is-style-green-shades li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li,
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li,
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li,
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li,
body.single-diary .article-content.entry-content ol.is-style-green-shades li,
body.single-diary .article-content.entry-content ul.is-style-green-shades li {
  color: var(--color-paragraph);
  display: block;
  font-size: var(--font-size-16);
  padding: 0.5rem 1.2rem;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li::before,
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li::after,
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li::before,
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li::after,
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li::before,
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li::after,
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li::before,
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li::after,
body.single-diary .article-content.entry-content ol.is-style-green-shades li::before,
body.single-diary .article-content.entry-content ol.is-style-green-shades li::after,
body.single-diary .article-content.entry-content ul.is-style-green-shades li::before,
body.single-diary .article-content.entry-content ul.is-style-green-shades li::after {
  display: none;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(1),
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(1),
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(1),
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(1),
body.single-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(1),
body.single-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(1) {
  background-color: rgba(85, 139, 47, 0.7);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(2),
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(2),
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(2),
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(2),
body.single-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(2),
body.single-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(2) {
  background-color: rgba(85, 139, 47, 0.5);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(3),
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(3),
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(3),
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(3),
body.single-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(3),
body.single-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(3) {
  background-color: rgba(85, 139, 47, 0.3);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(4),
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(4),
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(4),
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(4),
body.single-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(4),
body.single-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(4) {
  background-color: rgba(85, 139, 47, 0.2);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(5),
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(5),
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(5),
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(5),
body.single-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(5),
body.single-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(5) {
  background-color: rgba(85, 139, 47, 0.1);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(6),
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(6),
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(6),
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(6),
body.single-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(6),
body.single-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(6) {
  background-color: rgba(85, 139, 47, 0.072);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(7),
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(7),
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(7),
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(7),
body.single-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(7),
body.single-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(7) {
  background-color: rgba(85, 139, 47, 0.057);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(8),
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(8),
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(8),
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(8),
body.single-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(8),
body.single-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(8) {
  background-color: rgba(85, 139, 47, 0.037);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(9),
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(9),
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(9),
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(9),
body.single-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(9),
body.single-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(9) {
  background-color: rgba(85, 139, 47, 0.022);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(10),
body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(10),
body.post-type-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(10),
body.post-type-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(10),
body.single-diary .article-content.entry-content ol.is-style-green-shades li:nth-child(10),
body.single-diary .article-content.entry-content ul.is-style-green-shades li:nth-child(10) {
  background-color: rgba(85, 139, 47, 0.012);
}
@media (min-width: 640px) {
  
  body.post-type-archive-diary .article-content.entry-content ol.is-style-green-shades,
  body.post-type-archive-diary .article-content.entry-content ul.is-style-green-shades,
  body.post-type-diary .article-content.entry-content ol.is-style-green-shades,
  body.post-type-diary .article-content.entry-content ul.is-style-green-shades,
  body.single-diary .article-content.entry-content ol.is-style-green-shades,
  body.single-diary .article-content.entry-content ul.is-style-green-shades {
    padding-left: 0;
  }
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades,
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades,
body.post-type-diary .article-content.entry-content ol.is-style-red-shades,
body.post-type-diary .article-content.entry-content ul.is-style-red-shades,
body.single-diary .article-content.entry-content ol.is-style-red-shades,
body.single-diary .article-content.entry-content ul.is-style-red-shades {
  border-radius: 5px;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  width: auto;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li:first-child,
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li:first-child,
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li:first-child,
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li:first-child,
body.single-diary .article-content.entry-content ol.is-style-red-shades li:first-child,
body.single-diary .article-content.entry-content ul.is-style-red-shades li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li:last-child,
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li:last-child,
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li:last-child,
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li:last-child,
body.single-diary .article-content.entry-content ol.is-style-red-shades li:last-child,
body.single-diary .article-content.entry-content ul.is-style-red-shades li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li,
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li,
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li,
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li,
body.single-diary .article-content.entry-content ol.is-style-red-shades li,
body.single-diary .article-content.entry-content ul.is-style-red-shades li {
  color: var(--color-paragraph);
  display: block;
  font-size: var(--font-size-16);
  padding: 0.5rem 1.2rem;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li::before,
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li::after,
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li::before,
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li::after,
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li::before,
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li::after,
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li::before,
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li::after,
body.single-diary .article-content.entry-content ol.is-style-red-shades li::before,
body.single-diary .article-content.entry-content ol.is-style-red-shades li::after,
body.single-diary .article-content.entry-content ul.is-style-red-shades li::before,
body.single-diary .article-content.entry-content ul.is-style-red-shades li::after {
  display: none;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(8),
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(8),
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(8),
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(8),
body.single-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(8),
body.single-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(8) {
  background-color: rgba(139, 47, 47, 0.62);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(7),
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(7),
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(7),
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(7),
body.single-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(7),
body.single-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(7) {
  background-color: rgba(139, 47, 47, 0.42);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(6),
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(6),
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(6),
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(6),
body.single-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(6),
body.single-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(6) {
  background-color: rgba(139, 47, 47, 0.32);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(5),
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(5),
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(5),
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(5),
body.single-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(5),
body.single-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(5) {
  background-color: rgba(139, 47, 47, 0.18);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(4),
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(4),
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(4),
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(4),
body.single-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(4),
body.single-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(4) {
  background-color: rgba(139, 47, 47, 0.1);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(3),
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(3),
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(3),
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(3),
body.single-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(3),
body.single-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(3) {
  background-color: rgba(139, 47, 47, 0.072);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(2),
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(2),
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(2),
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(2),
body.single-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(2),
body.single-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(2) {
  background-color: rgba(139, 47, 47, 0.057);
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(1),
body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(1),
body.post-type-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(1),
body.post-type-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(1),
body.single-diary .article-content.entry-content ol.is-style-red-shades li:nth-child(1),
body.single-diary .article-content.entry-content ul.is-style-red-shades li:nth-child(1) {
  background-color: rgba(139, 47, 47, 0.037);
}
@media (max-width: 640px) {
  
  body.post-type-archive-diary .article-content.entry-content ol.is-style-red-shades,
  body.post-type-archive-diary .article-content.entry-content ul.is-style-red-shades,
  body.post-type-diary .article-content.entry-content ol.is-style-red-shades,
  body.post-type-diary .article-content.entry-content ul.is-style-red-shades,
  body.single-diary .article-content.entry-content ol.is-style-red-shades,
  body.single-diary .article-content.entry-content ul.is-style-red-shades {
    padding-left: 0 !important;
  }
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-todo-list,
body.post-type-archive-diary .article-content.entry-content ul.is-style-todo-list,
body.post-type-diary .article-content.entry-content ol.is-style-todo-list,
body.post-type-diary .article-content.entry-content ul.is-style-todo-list,
body.single-diary .article-content.entry-content ol.is-style-todo-list,
body.single-diary .article-content.entry-content ul.is-style-todo-list {
  list-style: none;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-todo-list li::before,
body.post-type-archive-diary .article-content.entry-content ul.is-style-todo-list li::before,
body.post-type-diary .article-content.entry-content ol.is-style-todo-list li::before,
body.post-type-diary .article-content.entry-content ul.is-style-todo-list li::before,
body.single-diary .article-content.entry-content ol.is-style-todo-list li::before,
body.single-diary .article-content.entry-content ul.is-style-todo-list li::before {
  border: 1px solid var(--color-darkgrey);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  top: 2px;
  width: 16px;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-todo-list li.is-style-checked,
body.post-type-archive-diary .article-content.entry-content ol.is-style-todo-list li.checked,
body.post-type-archive-diary .article-content.entry-content ul.is-style-todo-list li.is-style-checked,
body.post-type-archive-diary .article-content.entry-content ul.is-style-todo-list li.checked,
body.post-type-diary .article-content.entry-content ol.is-style-todo-list li.is-style-checked,
body.post-type-diary .article-content.entry-content ol.is-style-todo-list li.checked,
body.post-type-diary .article-content.entry-content ul.is-style-todo-list li.is-style-checked,
body.post-type-diary .article-content.entry-content ul.is-style-todo-list li.checked,
body.single-diary .article-content.entry-content ol.is-style-todo-list li.is-style-checked,
body.single-diary .article-content.entry-content ol.is-style-todo-list li.checked,
body.single-diary .article-content.entry-content ul.is-style-todo-list li.is-style-checked,
body.single-diary .article-content.entry-content ul.is-style-todo-list li.checked {
  text-decoration: line-through;
}
body.post-type-archive-diary .article-content.entry-content ol.is-style-todo-list li.is-style-checked::before,
body.post-type-archive-diary .article-content.entry-content ol.is-style-todo-list li.checked::before,
body.post-type-archive-diary .article-content.entry-content ul.is-style-todo-list li.is-style-checked::before,
body.post-type-archive-diary .article-content.entry-content ul.is-style-todo-list li.checked::before,
body.post-type-diary .article-content.entry-content ol.is-style-todo-list li.is-style-checked::before,
body.post-type-diary .article-content.entry-content ol.is-style-todo-list li.checked::before,
body.post-type-diary .article-content.entry-content ul.is-style-todo-list li.is-style-checked::before,
body.post-type-diary .article-content.entry-content ul.is-style-todo-list li.checked::before,
body.single-diary .article-content.entry-content ol.is-style-todo-list li.is-style-checked::before,
body.single-diary .article-content.entry-content ol.is-style-todo-list li.checked::before,
body.single-diary .article-content.entry-content ul.is-style-todo-list li.is-style-checked::before,
body.single-diary .article-content.entry-content ul.is-style-todo-list li.checked::before {
  background-color: var(--color-darkgrey);
  background-image: url("../svg/checked-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
@media (min-width: 640px) {
  
  body.post-type-archive-diary .article-content.entry-content ol.is-style-todo-list,
  body.post-type-archive-diary .article-content.entry-content ul.is-style-todo-list,
  body.post-type-diary .article-content.entry-content ol.is-style-todo-list,
  body.post-type-diary .article-content.entry-content ul.is-style-todo-list,
  body.single-diary .article-content.entry-content ol.is-style-todo-list,
  body.single-diary .article-content.entry-content ul.is-style-todo-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 640px) {
  
  body.post-type-archive-diary .article-content.entry-content ol.is-style-todo-list,
  body.post-type-archive-diary .article-content.entry-content ul.is-style-todo-list,
  body.post-type-diary .article-content.entry-content ol.is-style-todo-list,
  body.post-type-diary .article-content.entry-content ul.is-style-todo-list,
  body.single-diary .article-content.entry-content ol.is-style-todo-list,
  body.single-diary .article-content.entry-content ul.is-style-todo-list {
    padding-left: 0;
  }
}
@media (min-width: 840px) {
  
  body.post-type-archive-diary .article-content.entry-content ol.is-style-todo-list,
  body.post-type-archive-diary .article-content.entry-content ul.is-style-todo-list,
  body.post-type-diary .article-content.entry-content ol.is-style-todo-list,
  body.post-type-diary .article-content.entry-content ul.is-style-todo-list,
  body.single-diary .article-content.entry-content ol.is-style-todo-list,
  body.single-diary .article-content.entry-content ul.is-style-todo-list {
    padding-left: 0 !important;
  }
}
@media (max-width: 640px) {
  
  body.post-type-archive-diary .article-content.entry-content ul.is-style-default,
  body.post-type-archive-diary .article-content.entry-content ol.is-style-default,
  body.post-type-archive-diary .article-content.entry-content ol:not([class]),
  body.post-type-archive-diary .article-content.entry-content ul:not([class]),
  body.post-type-diary .article-content.entry-content ul.is-style-default,
  body.post-type-diary .article-content.entry-content ol.is-style-default,
  body.post-type-diary .article-content.entry-content ol:not([class]),
  body.post-type-diary .article-content.entry-content ul:not([class]),
  body.single-diary .article-content.entry-content ul.is-style-default,
  body.single-diary .article-content.entry-content ol.is-style-default,
  body.single-diary .article-content.entry-content ol:not([class]),
  body.single-diary .article-content.entry-content ul:not([class]) {
    padding-left: 0 !important;
  }
}
body.post-type-archive-diary .container.container-article .article-content blockquote.wp-block-quote ol,
body.post-type-archive-diary .container.container-article .article-content blockquote.wp-block-quote ul,
body.post-type-diary .container.container-article .article-content blockquote.wp-block-quote ol,
body.post-type-diary .container.container-article .article-content blockquote.wp-block-quote ul,
body.single-diary .container.container-article .article-content blockquote.wp-block-quote ol,
body.single-diary .container.container-article .article-content blockquote.wp-block-quote ul {
  padding-left: 1.9rem !important;
}
body.post-type-archive-diary .container.container-article .article-content blockquote.wp-block-quote li::before,
body.post-type-diary .container.container-article .article-content blockquote.wp-block-quote li::before,
body.single-diary .container.container-article .article-content blockquote.wp-block-quote li::before {
  display: none !important;
}
@media (min-width: 1015px) {
  body.post-type-archive-diary .container.container-article .article-content blockquote.wp-block-quote,
  body.post-type-diary .container.container-article .article-content blockquote.wp-block-quote,
  body.single-diary .container.container-article .article-content blockquote.wp-block-quote {
    margin: 4rem auto;
    padding-right: 0;
    transform: translateX(-6rem);
  }
  body.post-type-archive-diary .container.container-article .article-content blockquote.wp-block-quote p,
  body.post-type-diary .container.container-article .article-content blockquote.wp-block-quote p,
  body.single-diary .container.container-article .article-content blockquote.wp-block-quote p {
    font-size: var(--font-size-18);
  }
  body.post-type-archive-diary .container.container-article .article-content blockquote.wp-block-quote > *,
  body.post-type-diary .container.container-article .article-content blockquote.wp-block-quote > *,
  body.single-diary .container.container-article .article-content blockquote.wp-block-quote > * {
    width: calc(100% + 12rem);
  }
}

.type-diary + .type-diary {
  margin-top: 4rem;
}

body.post-type-diary .wp-block,
body.post-type-diary .wp-block li{
  max-width: var(--diary-container-width);
}
body.post-type-diary p {
  font-size: var(--diary-font-size);
}
body.post-type-diary .acf-field p.description,
body.post-type-diary .acf-fields *[class^=acf-],
body.post-type-diary .acf-fields [class^=acf-] * {
  font-family: inherit;
  font-size: unset;
}

@media (max-width: 840px) {
  .widget {
    padding-left: var(--padding-container-horizontal);
    padding-right: var(--padding-container-horizontal);
  }
}
.widget.widget_calendar {
  margin: 7rem auto 0;
  max-width: var(--diary-container-width);
}
.widget.widget_calendar .calendar_wrap {
  max-width: 300px;
  width: 100%;
}
.widget.widget_calendar .widget-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.widget.widget_calendar .wp-calendar-table {
  width: 100%;
}
.widget.widget_calendar .wp-calendar-table * {
  font-size: var(--font-size-14);
  text-align: left;
}
.widget.widget_calendar caption {
  color: rgb(var(--color-black-rgb)/0.4);
  font-size: var(--font-size-14);
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.widget.widget_calendar .wp-calendar-nav-prev,
.widget.widget_calendar .wp-calendar-nav-next {
  display: inline-block;
  font-size: var(--font-size-14);
  margin-top: 2rem;
  overflow: hidden;
  white-space: nowrap;
  width: 45px;
}
.widget.widget_calendar .wp-calendar-nav-prev a,
.widget.widget_calendar .wp-calendar-nav-next a {
  color: rgb(var(--color-black-rgb)/0.4);
}
.widget.widget_calendar .wp-calendar-nav-prev a:hover,
.widget.widget_calendar .wp-calendar-nav-prev a:focus,
.widget.widget_calendar .wp-calendar-nav-next a:hover,
.widget.widget_calendar .wp-calendar-nav-next a:focus {
  color: var(--color-black);
}
.widget.widget_calendar .wp-calendar-nav-prev {
  text-indent: -1rem;
}
.widget.widget_calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  max-width: 460px;
}
.widget.widget_calendar thead,
.widget.widget_calendar tbody {
  transform: translateX(-0.5rem);
}
.widget.widget_calendar td,
.widget.widget_calendar th {
  color: rgb(var(--color-black-rgb)/0.4);
  display: table-cell;
  height: 47px;
  margin: 0.5rem 0;
  padding: 0.6rem 0.8rem;
}
.widget.widget_calendar td > a,
.widget.widget_calendar th > a {
  align-items: center;
  border-radius: 4px;
  box-shadow: none;
  color: var(--color-rain);
  display: inline-flex;
  font-size: var(--font-size-14);
  height: 35px;
  justify-content: center;
  margin-left: -10px;
  text-align: center;
  text-decoration: none;
  transition: 0.22s;
  width: 35px;
}
.widget.widget_calendar td > a:focus,
.widget.widget_calendar td > a:hover,
.widget.widget_calendar th > a:focus,
.widget.widget_calendar th > a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.site-main .post-prev-next-navigation {
  top: 50vh;
  width: 100vw;
}
.site-main .post-prev-next-navigation ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0 2rem;
}
.site-main .post-prev-next-navigation a {
  color: var(--color-black);
  display: block;
  font-size: clamp(0.5rem, 3.4vw, 3rem);
  max-width: 22vw;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 300ms;
  white-space: nowrap;
}
.site-main .post-prev-next-navigation a:focus, .site-main .post-prev-next-navigation a:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .site-main .post-prev-next-navigation a {
    font-size: clamp(0.5rem, 2vw, 2.5rem);
  }
}
@media (max-width: 1100px) {
  .site-main .post-prev-next-navigation a {
    background-size: 3rem;
    font-size: clamp(0.5rem, 2vw, 4rem);
    height: 5rem;
    overflow: hidden;
    text-indent: -900px;
    white-space: nowrap;
    width: 5rem;
  }
}
.site-main .post-prev-next-navigation .hide-label a {
  background-size: 3rem;
  font-size: clamp(0.5rem, 2vw, 4rem);
  height: 5rem;
  overflow: hidden;
  text-indent: -900px;
  white-space: nowrap;
  width: 5rem;
}
.site-main .post-prev-next-navigation .prev a {
  background-image: url('data:image/svg+xml, %0A%3Csvg width="22" height="12" viewBox="0 0 22 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.469669 5.46967C0.176777 5.76257 .176777 6.23744 .469669 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 .989594 6.3033 .696701C6.01041 .403807 5.53553 .403807 5.24264 .696701L0.469669 5.46967ZM22 5.25L1 5.25L1 6.75L22 6.75L22 5.25Z" fill="%23fff"/%3E%3C/svg%3E%0A');
  background-position: left 1.5rem center;
  padding: 0 1.5rem 0 6rem;
}
.site-main .post-prev-next-navigation .prev a:focus, .site-main .post-prev-next-navigation .prev a:hover {
  transform: translateX(-1rem);
}
.site-main .post-prev-next-navigation .next a {
  background-image: url('data:image/svg+xml, %0A%3Csvg width="22" height="12" viewBox="0 0 22 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M21.5303 6.53033C21.8232 6.23744 21.8232 5.76257 21.5303 5.46967L16.7574 .696701C16.4645 .403807 15.9896 .403807 15.6967 .696701C15.4038 .989594 15.4038 1.46447 15.6967 1.75736L19.9393 6L15.6967 10.2426C15.4038 10.5355 15.4038 11.0104 15.6967 11.3033C15.9896 11.5962 16.4645 11.5962 16.7574 11.3033L21.5303 6.53033ZM-6.55671e-08 6.75L21 6.75L21 5.25L6.55671e-08 5.25L-6.55671e-08 6.75Z" fill="%23fff"/%3E%3C/svg%3E%0A');
  background-position: right 1.5rem center;
  padding: 0 6rem 0 1.5rem;
}
.site-main .post-prev-next-navigation .next a:focus, .site-main .post-prev-next-navigation .next a:hover {
  transform: translateX(1rem);
}
@media (min-width: 890px) {
  .site-main .post-prev-next-navigation {
    position: absolute;
  }
}

.post-past__content-excerpt .wp-block-image,
.post-past__content-excerpt .align-full {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media (min-width: 840px) {
  .post-past__content-excerpt .wp-block-image,
  .post-past__content-excerpt .align-full {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 720px) {
  #heatmap {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 770px) {
  #heatmap {
    margin: 2rem 0 6rem;
  }
}

.chart-container {
  margin: 0 auto;
}
@media (max-width: 720px) {
  .chart-container {
    transform: translateX(1rem);
  }
}

.heatmap-chart {
  --hm-cell: 10px;
  --hm-gap: 3px;
  --hm-step: calc(var(--hm-cell) + var(--hm-gap));
  color: var(--color-grey);
  font-size: 9px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.heatmap-chart .hm {
  background: #ebedf0;
  border-radius: 1px;
  height: var(--hm-cell);
  width: var(--hm-cell);
}
.heatmap-chart .hm-l1 {
  background: #c0ddf9;
}
.heatmap-chart .hm-l2 {
  background: #73b3f3;
}
.heatmap-chart .hm-l3 {
  background: #3886e1;
}
.heatmap-chart .hm-l4 {
  background: #17459e;
}

.heatmap-inner {
  display: flex;
  gap: var(--hm-gap);
}

.heatmap-days {
  display: grid;
  gap: var(--hm-gap);
  grid-template-rows: repeat(7, var(--hm-cell));
  margin-top: 14px;
}
.heatmap-days span {
  align-self: center;
  line-height: 1;
  padding-right: 4px;
  text-align: right;
}

.heatmap-months {
  display: grid;
  gap: var(--hm-gap);
  height: 14px;
}
.heatmap-months span {
  line-height: 1;
  white-space: nowrap;
}

.heatmap-cells {
  display: grid;
  gap: var(--hm-gap);
  grid-auto-columns: var(--hm-cell);
  grid-auto-flow: column;
  grid-template-rows: repeat(7, var(--hm-cell));
}

.heatmap-legend {
  align-items: center;
  display: flex;
  gap: var(--hm-gap);
  justify-content: flex-end;
  margin-top: 8px;
}
.heatmap-legend .heatmap-legend-label {
  line-height: 1;
  padding: 0 4px;
}

.site-main .title-with-icon {
  align-items: center;
  display: grid;
  font-family: var(--font-sans);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-medium);
  grid-gap: 1.5rem;
  grid-template-columns: auto 1fr;
}
.site-main .title-with-icon .icon {
  align-items: center;
  background-color: var(--color-border-light);
  border-radius: 50%;
  display: flex;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  width: 32px;
}
.site-main .title-with-icon .sub-title {
  color: var(--color-black);
  opacity: 0.8;
}
.site-main .title-with-icon svg {
  height: 18px;
  width: 18px;
}
