@charset "UTF-8";
/* 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 */
/* stylelint-disable a11y/no-display-none, declaration-property-unit-allowed-list */
.single .site-head {
  display: none;
}

.hero-single {
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  max-height: 1300px;
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
}
.hero-single .shade {
  /* stylelint-disable-next-line */
  background: linear-gradient(to bottom, rgba(19, 21, 23, 0.1), rgba(19, 21, 23, 0.75));
  opacity: 1;
}
.hero-single .site-branding {
  left: 25px;
  position: absolute;
  top: 25px;
  z-index: 6;
}
.hero-single .site-branding .site-title {
  margin: 0;
}
.hero-single .site-branding .site-title svg {
  bottom: -2px;
  fill: rgb(var(--color-white-rgb)/0.3);
  height: 60px;
  position: relative;
  transition: 0.66s all;
  width: 48px;
}
.hero-single .site-branding .site-title a:hover svg,
.hero-single .site-branding .site-title a:focus svg {
  fill: rgb(var(--color-white-rgb)/1);
}
.hero-single .article-title-area {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-bottom: 8vh;
  width: 100%;
  z-index: 5;
}
.hero-single .article-title-area h1 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .hero-single .article-title-area h1 {
    font-size: calc(30px + 40 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .hero-single .article-title-area h1 {
    font-size: 70px;
  }
}
.hero-single .article-title-area h1 {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: var(--font-weight-semibold);
  line-height: 1.1;
}
@media (max-width: 600px) {
  .hero-single .article-title-area {
    padding-bottom: 6rem;
  }
}
@media (max-width: 770px) {
  .hero-single .article-title-area {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 480px) {
  .hero-single .article-title-area {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.hero-single .article-description {
  color: var(--color-white);
  font-size: var(--font-size-18);
}
.hero-single .article-description a {
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5), inset 0 -2px 0 0 rgba(0, 0, 0, 0);
  color: var(--color-white);
  text-transform: lowercase;
  transition: 0.55s all;
}
.hero-single .article-description a:hover, .hero-single .article-description a:focus {
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -2px 0 0 rgb(var(--color-black-rgb)/0);
}
.hero-single .article-description::before {
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 2px;
  margin: 40px 0;
  width: 80px;
}
@media (max-width: 480px) {
  .hero-single .article-description::before {
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .hero-single .article-description {
    font-size: 16px;
  }
}

.nav-article-wrapper {
  border-bottom: 1px solid var(--color-border-light);
}
.nav-article-wrapper .container.container-nav-article {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 800px;
  padding-bottom: 0;
  padding-top: 0;
}
.nav-article-wrapper .container.container-nav-article #nav.nav-article ul li a {
  color: var(--color-black);
  font-family: "Inter", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 400;
}
.nav-article-wrapper .container.container-nav-article #nav.nav-article ul li.current-menu-item a,
.nav-article-wrapper .container.container-nav-article #nav.nav-article ul li.current_page_item a {
  border-bottom: 1px solid var(--color-black);
  margin-bottom: -1px;
  margin-top: 0;
  opacity: 1;
}

.nav-article {
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.nav-article::-webkit-scrollbar {
  display: none;
}
.nav-article ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav-article ul li {
  display: inline-block;
  line-height: 2;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
}
.nav-article ul li:last-child {
  margin-right: 0;
}
.nav-article ul li.current-menu-item a, .nav-article ul li.current_page_item a {
  border-top: 1px solid var(--color-white);
  margin-top: -1px;
  opacity: 1;
}
.nav-article ul li a {
  display: block;
  font-family: "Inter", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: var(--font-weight-500);
  opacity: 0.7;
  padding: 9px;
  text-decoration: none;
}
.nav-article ul li a:hover,
.nav-article ul li a:focus {
  opacity: 1;
}

.scroll-indicator {
  bottom: 20px;
  display: block;
  height: 120px;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  right: 20px;
  transition: all 0.55s;
  width: 40px;
  z-index: 3;
}
.scroll-indicator:hover, .scroll-indicator:focus {
  opacity: 0.8;
}
.scroll-indicator.fadeout {
  /* stylelint-disable-next-line */
  animation: fadeOutUpShort 1000ms;
  opacity: 0;
}
.scroll-indicator .animated-mouse {
  display: block;
}
.scroll-indicator .swiping-hand {
  /* stylelint-disable-next-line */
  animation: fadeOutUp 3s infinite;
  display: none;
  height: 55px;
  width: 35px;
}
.scroll-indicator .swiping-hand svg {
  bottom: -60px;
  fill: #fff;
  height: 65px;
  left: -10px;
  position: relative;
  width: 52px;
}
@media (max-width: 760px) {
  .scroll-indicator .animated-mouse {
    display: none;
  }
  .scroll-indicator .swiping-hand {
    display: block;
  }
}

.animated-mouse {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 14px;
  bottom: 5px;
  height: 47px;
  position: absolute;
  width: 27px;
}
.animated-mouse a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.animated-mouse .animated-mouse-pointer {
  animation-delay: 0.5s;
  animation-direction: normal;
  animation-duration: 3s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  /* stylelint-disable-next-line */
  animation-name: mousePointer;
  animation-timing-function: linear;
  background-color: #fff;
  border-radius: 100%;
  height: 6px;
  left: 49%;
  position: absolute;
  top: 70%;
  transform: translate(-50%, 0);
  width: 6px;
}
@media (max-width: 480px) {
  .animated-mouse {
    display: none;
  }
}

.cat-links,
.tags-links {
  display: block;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

del {
  color: var(--color-grey);
  text-decoration: line-through;
}

.container.container-article {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.article-content figure.wp-caption.alignnone[style],
.container.container-article .entry-content figure.wp-caption.alignnone[style],
.container.container-article article figure.wp-caption.alignnone[style],
.container.container-article .article figure.wp-caption.alignnone[style] {
  max-width: 800px;
  width: 100% !important;
}
.article-content figure.wp-caption.alignnone > img,
.container.container-article .entry-content figure.wp-caption.alignnone > img,
.container.container-article article figure.wp-caption.alignnone > img,
.container.container-article .article figure.wp-caption.alignnone > img {
  height: auto;
  max-width: 800px;
  width: 100%;
}
.article-content .minikuvateksti,
.article-content .kuvateksti,
.article-content .kuvateksti-horizontal,
.article-content small,
.container.container-article .entry-content .minikuvateksti,
.container.container-article .entry-content .kuvateksti,
.container.container-article .entry-content .kuvateksti-horizontal,
.container.container-article .entry-content small,
.container.container-article article .minikuvateksti,
.container.container-article article .kuvateksti,
.container.container-article article .kuvateksti-horizontal,
.container.container-article article small,
.container.container-article .article .minikuvateksti,
.container.container-article .article .kuvateksti,
.container.container-article .article .kuvateksti-horizontal,
.container.container-article .article small {
  border: 0;
  color: rgb(var(--color-figcaptions-rgb)/0.9);
  font-size: 15px;
  font-style: normal;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 800px;
  padding-bottom: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .article-content .minikuvateksti,
  .article-content .kuvateksti,
  .article-content .kuvateksti-horizontal,
  .article-content small,
  .container.container-article .entry-content .minikuvateksti,
  .container.container-article .entry-content .kuvateksti,
  .container.container-article .entry-content .kuvateksti-horizontal,
  .container.container-article .entry-content small,
  .container.container-article article .minikuvateksti,
  .container.container-article article .kuvateksti,
  .container.container-article article .kuvateksti-horizontal,
  .container.container-article article small,
  .container.container-article .article .minikuvateksti,
  .container.container-article .article .kuvateksti,
  .container.container-article .article .kuvateksti-horizontal,
  .container.container-article .article small {
    margin-top: 2rem;
  }
}
.article-content p,
.container.container-article .entry-content p,
.container.container-article article p,
.container.container-article .article p {
  color: var(--color-black);
  font-weight: 400;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content .is-style-ingress,
.container.container-article .entry-content h1,
.container.container-article .entry-content h2,
.container.container-article .entry-content h3,
.container.container-article .entry-content h4,
.container.container-article .entry-content h5,
.container.container-article .entry-content .is-style-ingress,
.container.container-article article h1,
.container.container-article article h2,
.container.container-article article h3,
.container.container-article article h4,
.container.container-article article h5,
.container.container-article article .is-style-ingress,
.container.container-article .article h1,
.container.container-article .article h2,
.container.container-article .article h3,
.container.container-article .article h4,
.container.container-article .article h5,
.container.container-article .article .is-style-ingress {
  line-height: 1.22;
}
.article-content iframe,
.article-content .fb-post,
.article-content small,
.container.container-article .entry-content iframe,
.container.container-article .entry-content .fb-post,
.container.container-article .entry-content small,
.container.container-article article iframe,
.container.container-article article .fb-post,
.container.container-article article small,
.container.container-article .article iframe,
.container.container-article .article .fb-post,
.container.container-article .article small {
  display: block;
}
.article-content ul,
.article-content li,
.container.container-article .entry-content ul,
.container.container-article .entry-content li,
.container.container-article article ul,
.container.container-article article li,
.container.container-article .article ul,
.container.container-article .article li {
  line-height: 1.77;
}
.article-content .featured-image-single,
.container.container-article .entry-content .featured-image-single,
.container.container-article article .featured-image-single,
.container.container-article .article .featured-image-single {
  margin-bottom: 8rem;
  max-width: 920px;
}
.article-content .featured-image-single img,
.container.container-article .entry-content .featured-image-single img,
.container.container-article article .featured-image-single img,
.container.container-article .article .featured-image-single img {
  height: auto;
  width: 100%;
}
.article-content blockquote,
.container.container-article .entry-content blockquote,
.container.container-article article blockquote,
.container.container-article .article blockquote {
  border-left: 2px solid var(--color-shark);
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  max-width: 920px;
  padding: 0 6rem;
}
.article-content blockquote *,
.container.container-article .entry-content blockquote *,
.container.container-article article blockquote *,
.container.container-article .article blockquote * {
  color: var(--color-shark);
}
.article-content blockquote cite,
.container.container-article .entry-content blockquote cite,
.container.container-article article blockquote cite,
.container.container-article .article blockquote cite {
  opacity: 0.8;
  text-align: left;
  transition: all 22s;
}
.article-content blockquote cite:hover, .article-content blockquote cite:focus,
.container.container-article .entry-content blockquote cite:hover,
.container.container-article .entry-content blockquote cite:focus,
.container.container-article article blockquote cite:hover,
.container.container-article article blockquote cite:focus,
.container.container-article .article blockquote cite:hover,
.container.container-article .article blockquote cite:focus {
  opacity: 1;
}
.article-content blockquote cite *,
.container.container-article .entry-content blockquote cite *,
.container.container-article article blockquote cite *,
.container.container-article .article blockquote cite * {
  font-size: var(--font-size-16) !important;
}
.article-content blockquote cite *.is-external-link::after,
.container.container-article .entry-content blockquote cite *.is-external-link::after,
.container.container-article article blockquote cite *.is-external-link::after,
.container.container-article .article blockquote cite *.is-external-link::after {
  background-image: url("../svg/external-link-shark.svg");
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
}
.article-content blockquote p,
.container.container-article .entry-content blockquote p,
.container.container-article article blockquote p,
.container.container-article .article blockquote p {
  font-size: var(--font-size-22);
}
@media (max-width: 1000px) {
  .article-content blockquote,
  .container.container-article .entry-content blockquote,
  .container.container-article article blockquote,
  .container.container-article .article blockquote {
    padding: 0 4rem;
  }
}
@media (max-width: 480px) {
  .article-content blockquote,
  .container.container-article .entry-content blockquote,
  .container.container-article article blockquote,
  .container.container-article .article blockquote {
    padding: 0 2rem;
  }
}
.article-content cite,
.container.container-article .entry-content cite,
.container.container-article article cite,
.container.container-article .article cite {
  margin-bottom: 0;
}
.article-content div[style="width: 640px;"],
.article-content .wp-video,
.container.container-article .entry-content div[style="width: 640px;"],
.container.container-article .entry-content .wp-video,
.container.container-article article div[style="width: 640px;"],
.container.container-article article .wp-video,
.container.container-article .article div[style="width: 640px;"],
.container.container-article .article .wp-video {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px !important;
  width: 100% !important;
}
.article-content > *.wp-block-image,
.container.container-article .entry-content > *.wp-block-image,
.container.container-article article > *.wp-block-image,
.container.container-article .article > *.wp-block-image {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.article-content > *.wp-block-image .entry-photo,
.container.container-article .entry-content > *.wp-block-image .entry-photo,
.container.container-article article > *.wp-block-image .entry-photo,
.container.container-article .article > *.wp-block-image .entry-photo {
  margin: 0;
}
.article-content > *.wp-block-image .entry-photo img,
.container.container-article .entry-content > *.wp-block-image .entry-photo img,
.container.container-article article > *.wp-block-image .entry-photo img,
.container.container-article .article > *.wp-block-image .entry-photo img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.article-content > * .entry-title,
.container.container-article .entry-content > * .entry-title,
.container.container-article article > * .entry-title,
.container.container-article .article > * .entry-title {
  font-size: 42px;
}
@media screen and (min-width: 320px) {
  .article-content > * .entry-title,
  .container.container-article .entry-content > * .entry-title,
  .container.container-article article > * .entry-title,
  .container.container-article .article > * .entry-title {
    font-size: calc(42px + 48 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .article-content > * .entry-title,
  .container.container-article .entry-content > * .entry-title,
  .container.container-article article > * .entry-title,
  .container.container-article .article > * .entry-title {
    font-size: 90px;
  }
}
.article-content > * .entry-title,
.container.container-article .entry-content > * .entry-title,
.container.container-article article > * .entry-title,
.container.container-article .article > * .entry-title {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 8rem;
  max-width: 1000px;
  text-align: center;
}
.article-content > * .entry-title svg,
.container.container-article .entry-content > * .entry-title svg,
.container.container-article article > * .entry-title svg,
.container.container-article .article > * .entry-title svg {
  margin-left: 5px;
}
.article-content > * .entry-title .entry-meta,
.container.container-article .entry-content > * .entry-title .entry-meta,
.container.container-article article > * .entry-title .entry-meta,
.container.container-article .article > * .entry-title .entry-meta {
  margin-bottom: 9rem;
  max-width: 800px;
  text-align: center;
}
.article-content > * .entry-title .entry-meta p,
.container.container-article .entry-content > * .entry-title .entry-meta p,
.container.container-article article > * .entry-title .entry-meta p,
.container.container-article .article > * .entry-title .entry-meta p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .article-content > * .entry-title .entry-meta p,
  .container.container-article .entry-content > * .entry-title .entry-meta p,
  .container.container-article article > * .entry-title .entry-meta p,
  .container.container-article .article > * .entry-title .entry-meta p {
    font-size: calc(16px + 3 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .article-content > * .entry-title .entry-meta p,
  .container.container-article .entry-content > * .entry-title .entry-meta p,
  .container.container-article article > * .entry-title .entry-meta p,
  .container.container-article .article > * .entry-title .entry-meta p {
    font-size: 19px;
  }
}
.article-content > * .entry-title .entry-meta p,
.container.container-article .entry-content > * .entry-title .entry-meta p,
.container.container-article article > * .entry-title .entry-meta p,
.container.container-article .article > * .entry-title .entry-meta p {
  margin-top: 2rem;
  opacity: 0.8;
}
@media (max-width: 480px) {
  .article-content > * .entry-title .entry-meta p,
  .container.container-article .entry-content > * .entry-title .entry-meta p,
  .container.container-article article > * .entry-title .entry-meta p,
  .container.container-article .article > * .entry-title .entry-meta p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .article-content > * .entry-title .entry-meta,
  .container.container-article .entry-content > * .entry-title .entry-meta,
  .container.container-article article > * .entry-title .entry-meta,
  .container.container-article .article > * .entry-title .entry-meta {
    margin-bottom: 8rem;
  }
}
@media (max-width: 480px) {
  .article-content > * .entry-title .entry-meta .reading-time,
  .container.container-article .entry-content > * .entry-title .entry-meta .reading-time,
  .container.container-article article > * .entry-title .entry-meta .reading-time,
  .container.container-article .article > * .entry-title .entry-meta .reading-time {
    display: block;
  }
  .article-content > * .entry-title .entry-meta .reading-time .dot-divider,
  .container.container-article .entry-content > * .entry-title .entry-meta .reading-time .dot-divider,
  .container.container-article article > * .entry-title .entry-meta .reading-time .dot-divider,
  .container.container-article .article > * .entry-title .entry-meta .reading-time .dot-divider {
    display: none;
  }
}
@media (max-width: 600px) {
  .article-content > * .entry-title,
  .container.container-article .entry-content > * .entry-title,
  .container.container-article article > * .entry-title,
  .container.container-article .article > * .entry-title {
    margin-top: 0;
  }
}
@media (min-width: 1170px) {
  .article-content .entry-photo,
  .container.container-article .entry-content .entry-photo,
  .container.container-article article .entry-photo,
  .container.container-article .article .entry-photo {
    margin-bottom: 8rem;
    margin-top: 8rem;
    max-width: 100%;
    text-align: center;
  }
  .article-content .entry-photo img,
  .container.container-article .entry-content .entry-photo img,
  .container.container-article article .entry-photo img,
  .container.container-article .article .entry-photo img {
    margin: 0 auto;
    max-width: 70%;
  }
  .article-content small[style="text-align: center;"],
  .container.container-article .entry-content small[style="text-align: center;"],
  .container.container-article article small[style="text-align: center;"],
  .container.container-article .article small[style="text-align: center;"] {
    display: block;
    margin-bottom: 8rem;
    margin-top: -4rem;
    max-width: 100%;
    width: 100%;
  }
}

.comments-area .comment-list li.bypostauthor {
  background-color: rgb(var(--color-post-author-background-rgb)/0.4);
  border-color: var(--color-post-author-border);
  padding: 3rem;
}

.entry-content {
  margin-bottom: 2em;
}
.entry-content p {
  line-height: 1.77;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  max-width: 100%;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}

th {
  font-weight: var(--font-weight-bold);
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

dfn {
  font-style: italic;
}

kbd {
  background-color: var(--color-lighter-grey);
  border: 1px solid var(--color-grey-alt);
  border-radius: 4px;
  box-shadow: 0 1px 0 rgb(var(--color-black-rgb)/0.2), 0 0 0 2px var(--color-white) inset;
  color: var(--color-black-three);
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  line-height: var(--line-height);
  padding: 0 0.5rem;
  text-shadow: 0 1px 0 var(--color-white);
  white-space: nowrap;
}

.entry-header .entry-title {
  margin-bottom: 0.1em;
}
.entry-header .entry-title a {
  color: var(--color-black);
}
.entry-header .entry-title a:hover, .entry-header .entry-title a:focus {
  color: var(--color-hover);
}

.entry-meta {
  margin-bottom: 1em;
}
.entry-meta * {
  color: var(--color-darkgrey);
}

p.entry-time {
  margin-bottom: 0.1em;
}

.cat {
  margin-bottom: 10px;
  margin-top: 0;
}

ul.tags {
  margin: 0;
  overflow: hidden;
  padding: 0;
  padding-left: 0;
}
ul.tags li {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding-left: 0;
}
ul.tags li a {
  background-color: var(--color-white-two);
  border-radius: 4px;
  color: var(--color-black-three);
  display: inline;
  font-size: 1.2rem;
  opacity: 0.8;
  padding: 0.5rem 1rem;
}
ul.tags li a:hover,
ul.tags li a:focus {
  background-color: var(--color-grey-alt);
  color: var(--color-white);
  opacity: 1;
}

.comments-link {
  display: block;
  font-size: var(--font-size-14);
  text-align: right;
}
.comments-link svg {
  fill: var(--color-grey-two);
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.comments-link:hover, .comments-link:focus {
  color: var(--color-black);
}
.comments-link:hover a,
.comments-link:hover a:link,
.comments-link:hover a:visited,
.comments-link:hover svg, .comments-link:focus a,
.comments-link:focus a:link,
.comments-link:focus a:visited,
.comments-link:focus svg {
  color: var(--color-black);
  fill: var(--color-black);
}

.entry-footer {
  margin-bottom: 0;
  margin-top: 0;
}
.entry-footer a {
  color: var(--color-darkgrey);
}
.entry-footer a:hover, .entry-footer a:focus {
  color: var(--color-black);
  text-decoration: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 1.5em 0;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
  content: "← ";
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
  content: " →";
}

.oikealle {
  border-radius: 4px;
  float: right;
  padding: 0 22px 8px 19px;
}

body.post-type-archive-diary .article-content .author-info,
body.post-type-archive-diary .container.container-article .entry-content .author-info,
.single .container.container-article .entry-content .author-info,
.single .container.container-article article .author-info {
  border-top: 1px solid var(--color-white-three);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 5fr;
  margin-top: 60px;
  overflow: hidden;
  padding-top: 30px;
}
body.post-type-archive-diary .article-content .author-info .author-col a:not(.button),
body.post-type-archive-diary .container.container-article .entry-content .author-info .author-col a:not(.button),
.single .container.container-article .entry-content .author-info .author-col a:not(.button),
.single .container.container-article article .author-info .author-col a:not(.button) {
  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 .article-content .author-info .author-col a:not(.button):focus, body.post-type-archive-diary .article-content .author-info .author-col a:not(.button):hover,
body.post-type-archive-diary .container.container-article .entry-content .author-info .author-col a:not(.button):focus,
body.post-type-archive-diary .container.container-article .entry-content .author-info .author-col a:not(.button):hover,
.single .container.container-article .entry-content .author-info .author-col a:not(.button):focus,
.single .container.container-article .entry-content .author-info .author-col a:not(.button):hover,
.single .container.container-article article .author-info .author-col a:not(.button):focus,
.single .container.container-article article .author-info .author-col a:not(.button):hover {
  color: var(--color-accent-hover);
  text-decoration-color: var(--color-accent-hover);
}
body.post-type-archive-diary .article-content .author-info .author-col a:not(.button),
body.post-type-archive-diary .container.container-article .entry-content .author-info .author-col a:not(.button),
.single .container.container-article .entry-content .author-info .author-col a:not(.button),
.single .container.container-article article .author-info .author-col a:not(.button) {
  color: var(--color-black);
  text-decoration-color: rgb(var(--color-black-rgb)/0.3);
}
body.post-type-archive-diary .article-content .author-info .author-col a:not(.button):hover, body.post-type-archive-diary .article-content .author-info .author-col a:not(.button):focus,
body.post-type-archive-diary .container.container-article .entry-content .author-info .author-col a:not(.button):hover,
body.post-type-archive-diary .container.container-article .entry-content .author-info .author-col a:not(.button):focus,
.single .container.container-article .entry-content .author-info .author-col a:not(.button):hover,
.single .container.container-article .entry-content .author-info .author-col a:not(.button):focus,
.single .container.container-article article .author-info .author-col a:not(.button):hover,
.single .container.container-article article .author-info .author-col a:not(.button):focus {
  color: var(--color-accent-hover);
  text-decoration-color: rgba(23, 69, 158, 0.2);
}
body.post-type-archive-diary .article-content .author-info a.button,
body.post-type-archive-diary .container.container-article .entry-content .author-info a.button,
.single .container.container-article .entry-content .author-info a.button,
.single .container.container-article article .author-info a.button {
  background-color: transparent;
  border: 1px solid var(--color-black);
  border-radius: 50px;
  color: var(--color-black);
  font-size: 13px;
  opacity: 0.7;
  padding: 5px 25px;
}
body.post-type-archive-diary .article-content .author-info a.button:hover, body.post-type-archive-diary .article-content .author-info a.button:focus,
body.post-type-archive-diary .container.container-article .entry-content .author-info a.button:hover,
body.post-type-archive-diary .container.container-article .entry-content .author-info a.button:focus,
.single .container.container-article .entry-content .author-info a.button:hover,
.single .container.container-article .entry-content .author-info a.button:focus,
.single .container.container-article article .author-info a.button:hover,
.single .container.container-article article .author-info a.button:focus {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}
body.post-type-archive-diary .article-content .author-info .author-col-avatar img,
body.post-type-archive-diary .container.container-article .entry-content .author-info .author-col-avatar img,
.single .container.container-article .entry-content .author-info .author-col-avatar img,
.single .container.container-article article .author-info .author-col-avatar img {
  border-radius: 50%;
  height: 80px;
  max-width: 80px;
  min-width: 80px;
  width: 80px;
}
@media (max-width: 600px) {
  body.post-type-archive-diary .article-content .author-info .author-col-avatar img,
  body.post-type-archive-diary .container.container-article .entry-content .author-info .author-col-avatar img,
  .single .container.container-article .entry-content .author-info .author-col-avatar img,
  .single .container.container-article article .author-info .author-col-avatar img {
    height: 60px;
    max-width: 60px;
    min-width: 60px;
    width: 60px;
  }
}
@media (max-width: 480px) {
  body.post-type-archive-diary .article-content .author-info .author-col-avatar img,
  body.post-type-archive-diary .container.container-article .entry-content .author-info .author-col-avatar img,
  .single .container.container-article .entry-content .author-info .author-col-avatar img,
  .single .container.container-article article .author-info .author-col-avatar img {
    height: 100px;
    max-width: 100px;
    min-width: 100px;
    width: 100px;
  }
}
body.post-type-archive-diary .article-content .author-info h3,
body.post-type-archive-diary .container.container-article .entry-content .author-info h3,
.single .container.container-article .entry-content .author-info h3,
.single .container.container-article article .author-info h3 {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-semibold);
  margin-bottom: 1.5rem;
  margin-top: 0;
}
body.post-type-archive-diary .article-content .author-info p,
body.post-type-archive-diary .container.container-article .entry-content .author-info p,
.single .container.container-article .entry-content .author-info p,
.single .container.container-article article .author-info p {
  color: var(--color-grey);
  font-size: 14px;
}
body.post-type-archive-diary .article-content .author-info p.description,
body.post-type-archive-diary .container.container-article .entry-content .author-info p.description,
.single .container.container-article .entry-content .author-info p.description,
.single .container.container-article article .author-info p.description {
  margin-bottom: 2rem;
  margin-top: 0;
}
@media (max-width: 480px) {
  body.post-type-archive-diary .article-content .author-info p.description,
  body.post-type-archive-diary .container.container-article .entry-content .author-info p.description,
  .single .container.container-article .entry-content .author-info p.description,
  .single .container.container-article article .author-info p.description {
    margin-bottom: 20px;
  }
}
body.post-type-archive-diary .article-content .author-info p.button-paragraph,
body.post-type-archive-diary .container.container-article .entry-content .author-info p.button-paragraph,
.single .container.container-article .entry-content .author-info p.button-paragraph,
.single .container.container-article article .author-info p.button-paragraph {
  margin: 0;
}
body.post-type-archive-diary .article-content .author-info p:last-of-type,
body.post-type-archive-diary .container.container-article .entry-content .author-info p:last-of-type,
.single .container.container-article .entry-content .author-info p:last-of-type,
.single .container.container-article article .author-info p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  body.post-type-archive-diary .article-content .author-info,
  body.post-type-archive-diary .container.container-article .entry-content .author-info,
  .single .container.container-article .entry-content .author-info,
  .single .container.container-article article .author-info {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  body.post-type-archive-diary .article-content .author-info,
  body.post-type-archive-diary .container.container-article .entry-content .author-info,
  .single .container.container-article .entry-content .author-info,
  .single .container.container-article article .author-info {
    text-align: center;
  }
}

.article-content .notification-box.old,
.notification-box.old,
.container.container-article article .notification-box.old {
  background-color: var(--color-white);
  border: 1px dashed var(--color-pickled-bluewood);
  box-shadow: 0 0 0 3px var(--color-lighter-grey), 0 0 0 5px rgb(54.8932926829, 59.1158536585, 83.6067073171), 0 0 0 10px var(--color-lighter-grey), 0 0 2px 10px var(--color-screechin-white);
  color: var(--color-pickled-bluewood);
  font-family: "Charter", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  margin-bottom: 6rem;
  margin-top: 2.9rem;
  padding: 3rem;
  text-align: center;
}
.article-content .notification-box.old svg,
.notification-box.old svg,
.container.container-article article .notification-box.old svg {
  height: auto;
  margin-bottom: -2rem;
  width: 70px;
}
.article-content .notification-box.old h2,
.notification-box.old h2,
.container.container-article article .notification-box.old h2 {
  font-size: 24px;
  margin: 0 0 2rem;
}
.article-content .notification-box.old p,
.notification-box.old p,
.container.container-article article .notification-box.old p {
  font-size: 17px;
  line-height: 1.44;
  margin: 0;
}
.article-content .notification-box.old h2,
.article-content .notification-box.old p,
.notification-box.old h2,
.notification-box.old p,
.container.container-article article .notification-box.old h2,
.container.container-article article .notification-box.old p {
  color: var(--color-pickled-bluewood);
  font-family: "Charter", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
@media (max-width: 842px) {
  .article-content .notification-box.old,
  .notification-box.old,
  .container.container-article article .notification-box.old {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2.9rem;
    width: calc(100% - 4rem);
  }
}

.theme-dark .article-content .notification-box.old,
.theme-dark .container.container-archive .notification-box.old,
.theme-dark .container.container-article article .notification-box.old {
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.article-content .is-external-link > img[loading=lazy],
.article-content a > img[sizes],
.article-content p:not([class]) > img[sizes],
.article-content p:not([class]) > img.photoblog,
.article-content p:not([class]) > img.size-large,
.article-content p:not([class]) > img.kuva2,
.article-content p:not([class]) > img.size-full {
  height: auto;
  max-width: 800px;
  width: 100%;
}
.article-content p > .button.button-bmc svg {
  border: none;
  box-shadow: none;
  margin-bottom: 1px;
  margin-right: 5px;
  min-width: 27px;
  width: 27px;
}
.article-content p > .button.button-bmc {
  align-items: center;
  background-color: var(--color-white-three);
  border: 1px solid transparent;
  box-sizing: border-box;
  color: var(--color-black);
  display: inline-flex;
  height: 40px;
  line-height: 40px;
  margin-top: 1rem;
  opacity: 1;
  padding-left: 15px;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.2s;
}
.article-content p > .button.button-bmc:hover,
.article-content p > .button.button-bmc:active,
.article-content p > .button.button-bmc:focus {
  box-shadow: 0 4px 20px rgb(var(--color-black-rgb)/0.5);
  color: var(--color-black);
  text-decoration: none;
  transform: scale(1.1);
}

.wp-audio-shortcode {
  display: block;
}

.comment-reply-title,
.comment-reply-title > small {
  display: none !important;
}

.comments-wrap {
  background-color: transparent;
  overflow: hidden;
}
.comments-wrap input[type=text],
.comments-wrap input[type=email],
.comments-wrap textarea {
  color: var(--color-grey);
}
.comments-wrap label.cnns-label, .comments-wrap label#cnns-label {
  color: var(--color-grey-alt);
  font-size: 16px;
  margin: 0;
}
@media (max-width: 480px) {
  .comments-wrap label.cnns-label, .comments-wrap label#cnns-label {
    font-size: 13px;
  }
}
.comments-wrap p.comment-form-comment,
.comments-wrap form#commentform p.comment-form-comment,
.comments-wrap #comments div#respond p.comment-form-comment,
.comments-wrap #comments div.comment-respond p.comment-form-comment {
  margin-bottom: 0;
}
.comments-wrap p.comment-form-comment textarea,
.comments-wrap form#commentform p.comment-form-comment textarea,
.comments-wrap #comments div#respond p.comment-form-comment textarea,
.comments-wrap #comments div.comment-respond p.comment-form-comment textarea {
  color: var(--color-grey);
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .comments-wrap p.comment-form-comment textarea,
  .comments-wrap form#commentform p.comment-form-comment textarea,
  .comments-wrap #comments div#respond p.comment-form-comment textarea,
  .comments-wrap #comments div.comment-respond p.comment-form-comment textarea {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.comments-wrap p.form-submit input,
.comments-wrap form#commentform p.form-submit input,
.comments-wrap #comments div#respond p.form-submit input,
.comments-wrap #comments div.comment-respond p.form-submit input {
  border-color: var(--color-grey);
  color: var(--color-grey);
}
.comments-wrap p.form-submit input:hover, .comments-wrap p.form-submit input:focus,
.comments-wrap form#commentform p.form-submit input:hover,
.comments-wrap form#commentform p.form-submit input:focus,
.comments-wrap #comments div#respond p.form-submit input:hover,
.comments-wrap #comments div#respond p.form-submit input:focus,
.comments-wrap #comments div.comment-respond p.form-submit input:hover,
.comments-wrap #comments div.comment-respond p.form-submit input:focus {
  background-color: var(--color-grey);
  border-color: var(--color-grey);
  color: var(--color-white);
}
@media (max-width: 840px) {
  .comments-wrap p.form-submit input,
  .comments-wrap form#commentform p.form-submit input,
  .comments-wrap #comments div#respond p.form-submit input,
  .comments-wrap #comments div.comment-respond p.form-submit input {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.comments-wrap p#lstc-comment-subscription, .comments-wrap p.cnns-comment-subscription,
.comments-wrap form#commentform p#lstc-comment-subscription,
.comments-wrap form#commentform p.cnns-comment-subscription,
.comments-wrap #comments div#respond p#lstc-comment-subscription,
.comments-wrap #comments div#respond p.cnns-comment-subscription,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription {
  margin-bottom: 20px;
  margin-top: 20px;
}
.comments-wrap p#lstc-comment-subscription:hover label, .comments-wrap p#lstc-comment-subscription:focus label, .comments-wrap p.cnns-comment-subscription:hover label, .comments-wrap p.cnns-comment-subscription:focus label,
.comments-wrap form#commentform p#lstc-comment-subscription:hover label,
.comments-wrap form#commentform p#lstc-comment-subscription:focus label,
.comments-wrap form#commentform p.cnns-comment-subscription:hover label,
.comments-wrap form#commentform p.cnns-comment-subscription:focus label,
.comments-wrap #comments div#respond p#lstc-comment-subscription:hover label,
.comments-wrap #comments div#respond p#lstc-comment-subscription:focus label,
.comments-wrap #comments div#respond p.cnns-comment-subscription:hover label,
.comments-wrap #comments div#respond p.cnns-comment-subscription:focus label,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription:hover label,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription:focus label,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription:hover label,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription:focus label {
  filter: brightness(85%);
}
.comments-wrap p#lstc-comment-subscription:hover, .comments-wrap p#lstc-comment-subscription:focus, .comments-wrap p.cnns-comment-subscription:hover, .comments-wrap p.cnns-comment-subscription:focus,
.comments-wrap form#commentform p#lstc-comment-subscription:hover,
.comments-wrap form#commentform p#lstc-comment-subscription:focus,
.comments-wrap form#commentform p.cnns-comment-subscription:hover,
.comments-wrap form#commentform p.cnns-comment-subscription:focus,
.comments-wrap #comments div#respond p#lstc-comment-subscription:hover,
.comments-wrap #comments div#respond p#lstc-comment-subscription:focus,
.comments-wrap #comments div#respond p.cnns-comment-subscription:hover,
.comments-wrap #comments div#respond p.cnns-comment-subscription:focus,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription:hover,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription:focus,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription:hover,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription:focus {
  filter: brightness(85%);
}
.comments-wrap p#lstc-comment-subscription:hover input[type=checkbox] + label::before, .comments-wrap p#lstc-comment-subscription:focus input[type=checkbox] + label::before, .comments-wrap p.cnns-comment-subscription:hover input[type=checkbox] + label::before, .comments-wrap p.cnns-comment-subscription:focus input[type=checkbox] + label::before,
.comments-wrap form#commentform p#lstc-comment-subscription:hover input[type=checkbox] + label::before,
.comments-wrap form#commentform p#lstc-comment-subscription:focus input[type=checkbox] + label::before,
.comments-wrap form#commentform p.cnns-comment-subscription:hover input[type=checkbox] + label::before,
.comments-wrap form#commentform p.cnns-comment-subscription:focus input[type=checkbox] + label::before,
.comments-wrap #comments div#respond p#lstc-comment-subscription:hover input[type=checkbox] + label::before,
.comments-wrap #comments div#respond p#lstc-comment-subscription:focus input[type=checkbox] + label::before,
.comments-wrap #comments div#respond p.cnns-comment-subscription:hover input[type=checkbox] + label::before,
.comments-wrap #comments div#respond p.cnns-comment-subscription:focus input[type=checkbox] + label::before,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription:hover input[type=checkbox] + label::before,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription:focus input[type=checkbox] + label::before,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription:hover input[type=checkbox] + label::before,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription:focus input[type=checkbox] + label::before {
  filter: brightness(85%);
}
.comments-wrap p#lstc-comment-subscription:hover input[type=checkbox]:checked + label::before, .comments-wrap p#lstc-comment-subscription:focus input[type=checkbox]:checked + label::before, .comments-wrap p.cnns-comment-subscription:hover input[type=checkbox]:checked + label::before, .comments-wrap p.cnns-comment-subscription:focus input[type=checkbox]:checked + label::before,
.comments-wrap form#commentform p#lstc-comment-subscription:hover input[type=checkbox]:checked + label::before,
.comments-wrap form#commentform p#lstc-comment-subscription:focus input[type=checkbox]:checked + label::before,
.comments-wrap form#commentform p.cnns-comment-subscription:hover input[type=checkbox]:checked + label::before,
.comments-wrap form#commentform p.cnns-comment-subscription:focus input[type=checkbox]:checked + label::before,
.comments-wrap #comments div#respond p#lstc-comment-subscription:hover input[type=checkbox]:checked + label::before,
.comments-wrap #comments div#respond p#lstc-comment-subscription:focus input[type=checkbox]:checked + label::before,
.comments-wrap #comments div#respond p.cnns-comment-subscription:hover input[type=checkbox]:checked + label::before,
.comments-wrap #comments div#respond p.cnns-comment-subscription:focus input[type=checkbox]:checked + label::before,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription:hover input[type=checkbox]:checked + label::before,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription:focus input[type=checkbox]:checked + label::before,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription:hover input[type=checkbox]:checked + label::before,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription:focus input[type=checkbox]:checked + label::before {
  filter: brightness(85%);
}
.comments-wrap p#lstc-comment-subscription input[type=checkbox], .comments-wrap p.cnns-comment-subscription input[type=checkbox],
.comments-wrap form#commentform p#lstc-comment-subscription input[type=checkbox],
.comments-wrap form#commentform p.cnns-comment-subscription input[type=checkbox],
.comments-wrap #comments div#respond p#lstc-comment-subscription input[type=checkbox],
.comments-wrap #comments div#respond p.cnns-comment-subscription input[type=checkbox],
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription input[type=checkbox],
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription input[type=checkbox] {
  max-width: 2rem;
  opacity: 0;
  position: absolute;
}
.comments-wrap p#lstc-comment-subscription input[type=checkbox] + label, .comments-wrap p.cnns-comment-subscription input[type=checkbox] + label,
.comments-wrap form#commentform p#lstc-comment-subscription input[type=checkbox] + label,
.comments-wrap form#commentform p.cnns-comment-subscription input[type=checkbox] + label,
.comments-wrap #comments div#respond p#lstc-comment-subscription input[type=checkbox] + label,
.comments-wrap #comments div#respond p.cnns-comment-subscription input[type=checkbox] + label,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription input[type=checkbox] + label,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription input[type=checkbox] + label {
  cursor: pointer;
  padding: 0;
  position: relative;
}
.comments-wrap p#lstc-comment-subscription input[type=checkbox] + label::before, .comments-wrap p.cnns-comment-subscription input[type=checkbox] + label::before,
.comments-wrap form#commentform p#lstc-comment-subscription input[type=checkbox] + label::before,
.comments-wrap form#commentform p.cnns-comment-subscription input[type=checkbox] + label::before,
.comments-wrap #comments div#respond p#lstc-comment-subscription input[type=checkbox] + label::before,
.comments-wrap #comments div#respond p.cnns-comment-subscription input[type=checkbox] + label::before,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription input[type=checkbox] + label::before,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription input[type=checkbox] + label::before {
  background-color: var(--color-white);
  border: 2px solid var(--color-grey-alt);
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-bottom: 1rem;
  margin-right: 0.6rem;
  position: relative;
  top: 2px;
  vertical-align: text-top;
  width: 1.5rem;
}
@media (max-width: 840px) {
  .comments-wrap p#lstc-comment-subscription input[type=checkbox] + label::before, .comments-wrap p.cnns-comment-subscription input[type=checkbox] + label::before,
  .comments-wrap form#commentform p#lstc-comment-subscription input[type=checkbox] + label::before,
  .comments-wrap form#commentform p.cnns-comment-subscription input[type=checkbox] + label::before,
  .comments-wrap #comments div#respond p#lstc-comment-subscription input[type=checkbox] + label::before,
  .comments-wrap #comments div#respond p.cnns-comment-subscription input[type=checkbox] + label::before,
  .comments-wrap #comments div.comment-respond p#lstc-comment-subscription input[type=checkbox] + label::before,
  .comments-wrap #comments div.comment-respond p.cnns-comment-subscription input[type=checkbox] + label::before {
    top: 2px;
  }
}
.comments-wrap p#lstc-comment-subscription input[type=checkbox]:hover + label::before, .comments-wrap p.cnns-comment-subscription input[type=checkbox]:hover + label::before,
.comments-wrap form#commentform p#lstc-comment-subscription input[type=checkbox]:hover + label::before,
.comments-wrap form#commentform p.cnns-comment-subscription input[type=checkbox]:hover + label::before,
.comments-wrap #comments div#respond p#lstc-comment-subscription input[type=checkbox]:hover + label::before,
.comments-wrap #comments div#respond p.cnns-comment-subscription input[type=checkbox]:hover + label::before,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription input[type=checkbox]:hover + label::before,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription input[type=checkbox]:hover + label::before {
  background-color: var(--color-grey-alt);
}
.comments-wrap p#lstc-comment-subscription input[type=checkbox]:focus + label::before, .comments-wrap p.cnns-comment-subscription input[type=checkbox]:focus + label::before,
.comments-wrap form#commentform p#lstc-comment-subscription input[type=checkbox]:focus + label::before,
.comments-wrap form#commentform p.cnns-comment-subscription input[type=checkbox]:focus + label::before,
.comments-wrap #comments div#respond p#lstc-comment-subscription input[type=checkbox]:focus + label::before,
.comments-wrap #comments div#respond p.cnns-comment-subscription input[type=checkbox]:focus + label::before,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription input[type=checkbox]:focus + label::before,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription input[type=checkbox]:focus + label::before {
  box-shadow: 0 0 0 3px rgb(var(--color-black-rgb)/0.12);
}
.comments-wrap p#lstc-comment-subscription input[type=checkbox]:checked + label::before, .comments-wrap p.cnns-comment-subscription input[type=checkbox]:checked + label::before,
.comments-wrap form#commentform p#lstc-comment-subscription input[type=checkbox]:checked + label::before,
.comments-wrap form#commentform p.cnns-comment-subscription input[type=checkbox]:checked + label::before,
.comments-wrap #comments div#respond p#lstc-comment-subscription input[type=checkbox]:checked + label::before,
.comments-wrap #comments div#respond p.cnns-comment-subscription input[type=checkbox]:checked + label::before,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription input[type=checkbox]:checked + label::before,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription input[type=checkbox]:checked + label::before {
  background-color: var(--color-grey-alt);
}
.comments-wrap p#lstc-comment-subscription input[type=checkbox]:disabled + label, .comments-wrap p.cnns-comment-subscription input[type=checkbox]:disabled + label,
.comments-wrap form#commentform p#lstc-comment-subscription input[type=checkbox]:disabled + label,
.comments-wrap form#commentform p.cnns-comment-subscription input[type=checkbox]:disabled + label,
.comments-wrap #comments div#respond p#lstc-comment-subscription input[type=checkbox]:disabled + label,
.comments-wrap #comments div#respond p.cnns-comment-subscription input[type=checkbox]:disabled + label,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription input[type=checkbox]:disabled + label,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription input[type=checkbox]:disabled + label {
  color: var(--color-grey-alt);
  cursor: auto;
}
.comments-wrap p#lstc-comment-subscription input[type=checkbox]:disabled + label::before, .comments-wrap p.cnns-comment-subscription input[type=checkbox]:disabled + label::before,
.comments-wrap form#commentform p#lstc-comment-subscription input[type=checkbox]:disabled + label::before,
.comments-wrap form#commentform p.cnns-comment-subscription input[type=checkbox]:disabled + label::before,
.comments-wrap #comments div#respond p#lstc-comment-subscription input[type=checkbox]:disabled + label::before,
.comments-wrap #comments div#respond p.cnns-comment-subscription input[type=checkbox]:disabled + label::before,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription input[type=checkbox]:disabled + label::before,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription input[type=checkbox]:disabled + label::before {
  background-color: #ddd;
  box-shadow: none;
}
.comments-wrap p#lstc-comment-subscription input[type=checkbox]:checked + label::after, .comments-wrap p.cnns-comment-subscription input[type=checkbox]:checked + label::after,
.comments-wrap form#commentform p#lstc-comment-subscription input[type=checkbox]:checked + label::after,
.comments-wrap form#commentform p.cnns-comment-subscription input[type=checkbox]:checked + label::after,
.comments-wrap #comments div#respond p#lstc-comment-subscription input[type=checkbox]:checked + label::after,
.comments-wrap #comments div#respond p.cnns-comment-subscription input[type=checkbox]:checked + label::after,
.comments-wrap #comments div.comment-respond p#lstc-comment-subscription input[type=checkbox]:checked + label::after,
.comments-wrap #comments div.comment-respond p.cnns-comment-subscription input[type=checkbox]:checked + label::after {
  background-color: var(--color-white);
  box-shadow: 2px 0 0 var(--color-white), 4px 0 0 var(--color-white), 4px -2px 0 var(--color-white), 4px -4px 0 var(--color-white), 4px -6px 0 var(--color-white), 4px -8px 0 var(--color-white);
  content: "";
  height: 2px;
  left: 3px;
  position: absolute;
  top: 9px;
  transform: rotate(45deg);
  width: 2px;
}
@media (max-width: 840px) {
  .comments-wrap p#lstc-comment-subscription, .comments-wrap p.cnns-comment-subscription,
  .comments-wrap form#commentform p#lstc-comment-subscription,
  .comments-wrap form#commentform p.cnns-comment-subscription,
  .comments-wrap #comments div#respond p#lstc-comment-subscription,
  .comments-wrap #comments div#respond p.cnns-comment-subscription,
  .comments-wrap #comments div.comment-respond p#lstc-comment-subscription,
  .comments-wrap #comments div.comment-respond p.cnns-comment-subscription {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.comments-wrap .comment-reply-title {
  color: var(--color-grey);
  display: block;
  font-size: 16px;
  font-weight: var(--font-weight-500);
  margin-bottom: 15px;
  margin-top: 65px;
}
.comments-wrap .comment-form {
  display: block;
  margin-bottom: 50px;
  margin-top: 0;
}
.comments-wrap .hidden-by-default {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 1s all;
}
.comments-wrap .hidden-by-default.show {
  height: 158px;
  opacity: 1;
}
@media (max-width: 840px) {
  .comments-wrap .hidden-by-default {
    margin-left: 0;
    margin-right: 0;
  }
  .comments-wrap .hidden-by-default input {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  .comments-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

body.logged-in .logged-in-as {
  display: none;
}
body.logged-in .hidden-by-default.show {
  height: 47px;
}

.comments-area {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 640px;
  overflow: hidden;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Nested replies: no list markers, keep the thread indentation */
.comments-area .comment-list ol.children,
.comments-area .comment-list ul.children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 19px;
}
.comments-area .comment-list li {
  background-color: var(--color-white);
  border: 1px solid var(--color-light-grey);
  margin-bottom: 30px;
  margin-top: 0;
  padding: 30px;
}
.comments-area .comment-list li p {
  color: var(--color-black);
  font-size: 17px;
  line-height: 1.65;
  margin-top: 0;
  opacity: 0.8;
}
.comments-area .comment-list li p a.comment-edit-link {
  color: var(--color-black-two);
  font-size: 13px;
  opacity: 0.5;
}
.comments-area .comment-list li .avatar {
  border-radius: 50%;
  float: right;
}
.comments-area .comment-list li .comment-author {
  color: var(--color-black);
  font-size: 16px;
  font-weight: var(--font-weight-500);
  margin-bottom: 3px;
  margin-top: 0;
  padding: 0;
}
.comments-area .comment-list li blockquote {
  margin: 2rem 0;
  padding: 0 2rem;
  width: 100%;
}
.comments-area .comment-list li > div p:not([class]) 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;
}
.comments-area .comment-list li > div p:not([class]) a:focus, .comments-area .comment-list li > div p:not([class]) a:hover {
  color: var(--color-accent-hover);
  text-decoration-color: var(--color-accent-hover);
}
.comments-area .comment-list li .comment-author a {
  color: var(--color-black);
}
.comments-area .comment-list li .comment-author a.is-external-link:hover::after, .comments-area .comment-list li .comment-author a.is-external-link:focus::after, .comments-area .comment-list li .comment-author a.is-external-link::after {
  background-image: url("../svg/external-link-black.svg");
  background-size: 12px 12px;
  height: 11px;
  margin-left: 3px;
  top: -1px;
}
.comments-area .comment-list li .comment-time {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 0;
  opacity: 0.5;
  padding: 0;
}
.comments-area .comment-list li .comment-time svg {
  fill: var(--color-darkgrey);
  height: 12px;
  margin-right: 3px;
  position: relative;
  top: 0;
  width: 12px;
}
.comments-area .comment-list li .comment-time a {
  color: var(--color-darkgrey);
}
.comments-area .comment-list li .comment-time:hover,
.comments-area .comment-list li .comment-time:focus {
  opacity: 1;
}

.comments-area .comment-list li p.comments-no-comments-text,
.comments-no-comments-text {
  background-color: var(--color-white);
  border: 2px solid #d12e70;
  color: #d12e70;
  font-size: 15px;
  font-weight: var(--font-weight-semibold);
  padding: 2rem;
}

.article-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3.2rem;
  padding-top: 3.2rem;
}
@media (max-width: 480px) {
  
  .article-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.article-content > * {
  line-height: var(--line-height-paragraphs-blog);
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.article-content > *.instagram-media.instagram-media-rendered,
.article-content > *.wp-video,
.article-content > *.twitter-tweet,
.article-content > *.instagram-media,
.article-content > *.is-provider-instagram,
.article-content > *.is-provider-twitter,
.article-content > *.is-provider-facebook {
  margin: 0 auto !important;
  max-width: 800px !important;
  width: 100% !important;
}
@media (max-width: 840px) {
  
  .article-content > * {
    padding-left: var(--padding-container-horizontal);
    padding-right: var(--padding-container-horizontal);
  }
  
  .article-content > *.alignfull {
    padding-left: var(--padding-container-horizontal);
    padding-right: var(--padding-container-horizontal);
    width: calc(100% - var(--padding-container-horizontal) * 2);
  }
}

.article-content .alignleft > * {
  float: left;
}
.article-content .alignright > * {
  float: right;
}
.article-content .alignleft > img {
  margin-bottom: var(--margin-between-paragraphs);
  margin-right: var(--padding-container-horizontal);
  margin-top: var(--margin-between-paragraphs);
}
.article-content .alignleft > img + figcaption {
  margin-top: 0;
}
.article-content .alignright > img {
  margin-bottom: var(--margin-between-paragraphs);
  margin-left: var(--padding-container-horizontal);
  margin-top: var(--margin-between-paragraphs);
}
.article-content .alignright > img + figcaption {
  margin-top: 0;
}
@media (min-width: 1240px) {
  
  .article-content .alignwide {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.article-content .alignfull {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.article-content .alignfull.wp-block-image img {
  border-radius: 0;
}
@media (min-width: 840px) {
  
  .article-content .alignfull {
    margin-bottom: var(--padding-block);
    margin-top: var(--padding-block);
    max-width: 100%;
    width: 100%;
  }
}
.article-content .post-past__content-excerpt .wp-block-image,
.article-content .post-past__content-excerpt .align-full {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 840px) {
  
  .article-content .post-past__content-excerpt .wp-block-image,
  .article-content .post-past__content-excerpt .align-full {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

/* stylelint-disable selector-max-combinators, selector-max-compound-selectors */
.article-content figcaption[aria-label=Kuvateksti],
.article-content figcaption,
.article-content cite,
.article-content small {
  border: 0;
  color: var(--color-caption);
  font-size: var(--font-size-captions);
  font-style: normal;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 800px;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 480px) {
  
  .article-content figcaption[aria-label=Kuvateksti],
  .article-content figcaption,
  .article-content cite,
  .article-content small {
    margin-top: 2rem;
  }
}
.article-content .wp-block-image figcaption,
.article-content .wp-block-image .alignright > figcaption,
.article-content .wp-block-image .aligncenter > figcaption,
.article-content .wp-block-image.is-resized > figcaption {
  display: block;
  width: 100%;
}
.article-content cite {
  margin-bottom: 0;
}

.entry-content iframe[src*=youtube],
.entry-content iframe[src*="youtu.be"],
.entry-content iframe[src*=vimeo],
.entry-content iframe[src*=dailymotion],
.article-content iframe[src*=youtube],
.article-content iframe[src*="youtu.be"],
.article-content iframe[src*=vimeo],
.article-content iframe[src*=dailymotion],
.wp-block-embed__wrapper iframe[src*=youtube],
.wp-block-embed__wrapper iframe[src*="youtu.be"],
.wp-block-embed__wrapper iframe[src*=vimeo],
.wp-block-embed__wrapper iframe[src*=dailymotion] {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.article-content img {
  border-radius: 4px;
}

kbd {
  background-color: var(--color-kbd-background);
  border: 1px solid var(--color-kbd-border);
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(22, 22, 22, 0.2), 0 0 0 2px var(--color-white) inset;
  color: var(--color-paragraph);
  display: inline-block;
  line-height: 1.4;
  padding: 0 0.5rem;
  text-shadow: 0 1px 0 var(--color-white);
  white-space: nowrap;
}

/* stylelint-disable a11y/no-display-none, no-descending-specificity, selector-max-pseudo-class */
a {
  color: var(--color-link-text);
  letter-spacing: -0.003em;
  text-decoration: none;
  transition: 0.4s;
}
a:hover, a:focus {
  color: var(--color-link-text);
}

.article-content [data-type="core/paragraph"] > a,
.article-content li > a,
.article-content p > strong > a,
.article-content p > em > a,
.article-content p:not([class]) > a:not([class]),
.article-content p.has-text-align-left > a,
.article-content p.has-text-align-center > a,
.article-content p.has-text-align-right > a,
.article-content p.has-small-font-size > a,
.article-content figcaption > a,
.article-content p:not([class]) > a.is-external-link:not(.button) {
  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;
}
.article-content [data-type="core/paragraph"] > a:focus,
.article-content [data-type="core/paragraph"] > a:hover,
.article-content li > a:focus,
.article-content li > a:hover,
.article-content p > strong > a:focus,
.article-content p > strong > a:hover,
.article-content p > em > a:focus,
.article-content p > em > a:hover,
.article-content p:not([class]) > a:not([class]):focus,
.article-content p:not([class]) > a:not([class]):hover,
.article-content p.has-text-align-left > a:focus,
.article-content p.has-text-align-left > a:hover,
.article-content p.has-text-align-center > a:focus,
.article-content p.has-text-align-center > a:hover,
.article-content p.has-text-align-right > a:focus,
.article-content p.has-text-align-right > a:hover,
.article-content p.has-small-font-size > a:focus,
.article-content p.has-small-font-size > a:hover,
.article-content figcaption > a:focus,
.article-content figcaption > a:hover,
.article-content p:not([class]) > a.is-external-link:not(.button):focus,
.article-content p:not([class]) > a.is-external-link:not(.button):hover {
  color: var(--color-accent-hover);
  text-decoration-color: var(--color-accent-hover);
}

p {
  color: var(--color-paragraph);
  line-height: var(--line-height-paragraphs-blog);
}

/* ActivityPub reply embeds hard-code a white card; follow the theme colors so dark mode stays readable */
.entry-content .activitypub-embed {
  background: var(--color-white);
}
.entry-content .activitypub-embed,
.entry-content .activitypub-embed * {
  border-color: var(--color-border-light);
}
.entry-content .activitypub-embed-header-text h2,
.entry-content .activitypub-embed-content .ap-title,
.entry-content .activitypub-embed-content .ap-subtitle,
.entry-content .activitypub-embed-meta strong {
  color: var(--color-paragraph);
}
