@charset "UTF-8";

/* static/src/scss/main-desktop.scss */
@font-face {
  font-family: "Apalu";
  src: url("../fonts/Apalu.b0a79d8ab9a7.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 110%;
  line-height: 1.2;
  min-height: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: hsl(280, 80%, 10%);
}
.page-spacer {
  flex: 1 0 auto;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4,
h5,
h6 {
  font-size: 1.5rem;
}
p {
  font-size: 1rem;
}
.icon-button {
  display: flex;
  flex-direction: row;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}
.icon-button i {
  color: inherit;
}
.item-main,
.item-main > div {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.item-main a,
.item-main > div a {
  color: hsl(280, 80%, 50%);
  font-weight: 600;
  text-decoration: none;
}
.item-main a:hover,
.item-main a:focus,
.item-main > div a:hover,
.item-main > div a:focus {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.item-main,
.item-main > div {
  color: rgb(50, 50, 50);
  line-height: 1.6;
}
.item-content,
.item-content > div:not(.cards),
.item-content > div > section {
  display: flex;
  flex-direction: column;
  hyphens: auto;
  word-wrap: break-word;
}
.item-content p,
.item-content > div:not(.cards) p,
.item-content > div > section p {
  text-align: justify;
}
.item-content p.source,
.item-content > div:not(.cards) p.source,
.item-content > div > section p.source {
  color: rgb(130, 130, 130);
}
.item-content p.source + p,
.item-content > div:not(.cards) p.source + p,
.item-content > div > section p.source + p {
  margin-top: -0.5em;
}
.item-content h1,
.item-content h2,
.item-content h3,
.item-content h4,
.item-content h5,
.item-content h6,
.item-content > div:not(.cards) h1,
.item-content > div:not(.cards) h2,
.item-content > div:not(.cards) h3,
.item-content > div:not(.cards) h4,
.item-content > div:not(.cards) h5,
.item-content > div:not(.cards) h6,
.item-content > div > section h1,
.item-content > div > section h2,
.item-content > div > section h3,
.item-content > div > section h4,
.item-content > div > section h5,
.item-content > div > section h6 {
  font-weight: 700;
  line-height: 1.25;
  color: rgb(30, 30, 30);
}
.item-content h1,
.item-content > div:not(.cards) h1,
.item-content > div > section h1 {
  font-size: 1.3rem;
}
.item-content h2,
.item-content > div:not(.cards) h2,
.item-content > div > section h2 {
  font-size: 1.1rem;
}
.item-content h3,
.item-content h4,
.item-content h5,
.item-content h6,
.item-content > div:not(.cards) h3,
.item-content > div:not(.cards) h4,
.item-content > div:not(.cards) h5,
.item-content > div:not(.cards) h6,
.item-content > div > section h3,
.item-content > div > section h4,
.item-content > div > section h5,
.item-content > div > section h6 {
  font-size: 1rem;
}
.item-content blockquote,
.item-content > div:not(.cards) blockquote,
.item-content > div > section blockquote {
  border-left: 0.3em solid hsl(280, 80%, 50%);
  padding-left: 0.5em;
}
.item-content blockquote > * + *,
.item-content > div:not(.cards) blockquote > * + *,
.item-content > div > section blockquote > * + * {
  margin-top: 1em;
}
.item-content iframe,
.item-content > div:not(.cards) iframe,
.item-content > div > section iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border: none;
}
.item-content ol,
.item-content > div:not(.cards) ol,
.item-content > div > section ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 2em;
}
.item-content ol > * + *,
.item-content > div:not(.cards) ol > * + *,
.item-content > div > section ol > * + * {
  margin-top: 1em;
}
.item-content ol li,
.item-content > div:not(.cards) ol li,
.item-content > div > section ol li {
  line-height: 1.6;
}
.item-content ul,
.item-content > div:not(.cards) ul,
.item-content > div > section ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 2em;
}
.item-content ul > * + *,
.item-content > div:not(.cards) ul > * + *,
.item-content > div > section ul > * + * {
  margin-top: 1em;
}
.item-content ul li,
.item-content > div:not(.cards) ul li,
.item-content > div > section ul li {
  line-height: 1.6;
}
.item-content li > ul,
.item-content li > ol,
.item-content > div:not(.cards) li > ul,
.item-content > div:not(.cards) li > ol,
.item-content > div > section li > ul,
.item-content > div > section li > ol {
  margin-left: 2em;
}
.item-content ol.tight-list,
.item-content ul.tight-list,
.item-content > div:not(.cards) ol.tight-list,
.item-content > div:not(.cards) ul.tight-list,
.item-content > div > section ol.tight-list,
.item-content > div > section ul.tight-list {
  margin: 1em 0 0 0;
  list-style-position: outside;
  padding-left: 2em;
}
.item-content ol.tight-list > * + *,
.item-content ul.tight-list > * + *,
.item-content > div:not(.cards) ol.tight-list > * + *,
.item-content > div:not(.cards) ul.tight-list > * + *,
.item-content > div > section ol.tight-list > * + *,
.item-content > div > section ul.tight-list > * + * {
  margin-top: 0;
}
.item-content ol.tight-list li,
.item-content ul.tight-list li,
.item-content > div:not(.cards) ol.tight-list li,
.item-content > div:not(.cards) ul.tight-list li,
.item-content > div > section ol.tight-list li,
.item-content > div > section ul.tight-list li {
  line-height: 1.6;
}
.item-content ol.tight-list li,
.item-content ul.tight-list li,
.item-content > div:not(.cards) ol.tight-list li,
.item-content > div:not(.cards) ul.tight-list li,
.item-content > div > section ol.tight-list li,
.item-content > div > section ul.tight-list li {
  margin: 0;
}
.item-content ol.tight-list li:first-child,
.item-content ul.tight-list li:first-child,
.item-content > div:not(.cards) ol.tight-list li:first-child,
.item-content > div:not(.cards) ul.tight-list li:first-child,
.item-content > div > section ol.tight-list li:first-child,
.item-content > div > section ul.tight-list li:first-child {
  margin-top: 0;
}
.item-content .tight-list > ol,
.item-content .tight-list > ul,
.item-content > div:not(.cards) .tight-list > ol,
.item-content > div:not(.cards) .tight-list > ul,
.item-content > div > section .tight-list > ol,
.item-content > div > section .tight-list > ul {
  margin: 1em 0 0 0;
  list-style-position: outside;
  padding-left: 2em;
}
.item-content .tight-list > ol > * + *,
.item-content .tight-list > ul > * + *,
.item-content > div:not(.cards) .tight-list > ol > * + *,
.item-content > div:not(.cards) .tight-list > ul > * + *,
.item-content > div > section .tight-list > ol > * + *,
.item-content > div > section .tight-list > ul > * + * {
  margin-top: 0;
}
.item-content .tight-list > ol li,
.item-content .tight-list > ul li,
.item-content > div:not(.cards) .tight-list > ol li,
.item-content > div:not(.cards) .tight-list > ul li,
.item-content > div > section .tight-list > ol li,
.item-content > div > section .tight-list > ul li {
  line-height: 1.6;
}
.item-content .tight-list > ol li,
.item-content .tight-list > ul li,
.item-content > div:not(.cards) .tight-list > ol li,
.item-content > div:not(.cards) .tight-list > ul li,
.item-content > div > section .tight-list > ol li,
.item-content > div > section .tight-list > ul li {
  margin: 0;
}
.item-content .tight-list > ol li:first-child,
.item-content .tight-list > ul li:first-child,
.item-content > div:not(.cards) .tight-list > ol li:first-child,
.item-content > div:not(.cards) .tight-list > ul li:first-child,
.item-content > div > section .tight-list > ol li:first-child,
.item-content > div > section .tight-list > ul li:first-child {
  margin-top: 0;
}
.wide {
  width: 100%;
  max-width: 1200px;
}
.narrow {
  width: 100%;
  max-width: 800px;
}
.page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background:
    linear-gradient(
      to bottom,
      hsl(280, 80%, 10%),
      hsl(280, 80%, 40%));
}
.page-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
  background-color: white;
}
.page-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: hsl(0, 0%, 25%);
}
.page-footer-copyright {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  color: rgb(128, 128, 128);
}
.home-header {
  display: flex;
  flex-direction: column;
  padding-inline: 0.5rem;
  padding-block: 1rem 2rem;
  gap: 1em;
}
.home-main {
  display: flex;
  flex-direction: column;
  padding-inline: 0.5rem;
  padding-block: 1rem;
  gap: 1em;
}
.item-header {
  display: flex;
  flex-direction: column;
  padding-inline: 0.5rem;
  padding-block: 1rem 2rem;
  gap: 1em;
  flex: 1;
  min-height: 12rem;
  color: rgb(220, 220, 220);
}
.item-main {
  display: flex;
  flex-direction: column;
  padding-inline: 0.5rem;
  padding-block: 1rem;
  gap: 1em;
  flex: 1;
  color: rgb(50, 50, 50);
}
.site-header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.page-home .site-header-wrapper {
  position: absolute;
  top: 0;
  z-index: 10;
}
.page-item .site-header-wrapper {
  border-bottom: 1px solid rgb(200, 200, 200);
}
.header {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 4rem;
}
.header-logo {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  text-decoration: none;
}
.header-logo-image {
  height: 3.2rem;
  width: auto;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}
.header-logo-text {
  color: white;
  font-family: "Apalu";
  font-size: 2.56rem;
  line-height: 1;
  margin-top: 0.48rem;
  user-select: none;
  -webkit-user-select: none;
}
.header-icons {
  display: flex;
  flex-direction: row;
  margin-right: 0.8rem;
}
.header-icons .icon-button .icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: white;
}
body.no-scroll {
  overflow: hidden;
}
.menu {
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  flex-direction: column;
  background: rgba(120, 120, 120, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  width: 20rem;
  min-width: min-content;
  border: none;
  outline: none;
  backdrop-filter: blur(20px);
  max-height: 100dvh;
  overflow-y: auto;
  transform: translateY(-110%);
  opacity: 0;
}
.menu[open] {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@starting-style {
  .menu[open] {
    transform: translateY(-110%);
    opacity: 0;
  }
}
.menu:not([open]) {
  display: none;
}
.menu::backdrop {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(5px);
  opacity: 0;
}
.menu[open]::backdrop {
  opacity: 1;
  transition: opacity 0.2s ease;
}
@starting-style {
  .menu[open]::backdrop {
    opacity: 0;
  }
}
.menu-content {
  display: flex;
  flex-direction: column;
  padding-inline: 0.5rem;
  padding-block: 1rem;
  gap: 1em;
}
.menu-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.menu-group-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgb(220, 220, 220);
  letter-spacing: 0.02em;
  padding: 0.6rem 0;
}
.menu-list {
  display: flex;
  flex-direction: column;
  width: max-content;
  list-style: none;
}
.menu-list.with-icons {
  display: grid;
  grid-template-columns: auto auto;
}
.menu-item {
  display: flex;
  flex-direction: row;
  padding: 0 0;
  align-items: center;
  font-weight: 600;
  gap: 0.75em;
  text-decoration: none;
  color: rgb(235, 200, 0);
  padding: 0.6rem 0.8rem;
  transition: border-color 0.1s ease;
}
.menu-item .icon {
  display: block;
  width: 28px;
  height: 28px;
  fill: rgb(220, 220, 220);
}
.block-audio {
  width: 100%;
}
.block-audio audio {
  width: 100%;
  display: block;
}
.block-audio .element-caption {
  margin-top: 0.5em;
  font-size: 0.8em;
  color: rgb(130, 130, 130);
  text-align: center;
}
.cards {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.card {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
  gap: 0.3rem;
  border: 0.1rem solid hsl(280, 80%, 80%);
  border-radius: 0.5rem;
  background: rgb(230, 230, 230);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
  transition:
    box-shadow 150ms ease,
    transform 150ms ease,
    background 150ms ease;
}
.card:hover,
.card:focus {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
  background: hsl(280, 80%, 90%);
}
.dropdown {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.dropdown::marker,
.dropdown > summary::marker,
.dropdown > summary::-webkit-details-marker {
  display: none;
}
.dropdown > summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}
.dropdown > summary::after {
  content: "\2304";
  transform: translateY(-0.2em) translateX(0.3em) scaleX(1.5);
}
.dropdown-list {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  margin: 0.3em 0 0 0;
  padding: 0.3em 0;
  min-width: 100%;
  white-space: nowrap;
  list-style: none;
  background: white;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 0.3em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.dropdown-list li {
  margin: 0;
  padding: 0;
}
.dropdown-list a {
  display: block;
  padding: 0.4em 0.8em;
  color: rgb(50, 50, 50);
  text-decoration: none;
}
.dropdown-list a:hover,
.dropdown-list a:focus {
  background: hsl(280, 80%, 95%);
}
.dropdown.dropdown-right .dropdown-list {
  left: auto;
  right: 0;
}
.dropdown.dropdown-inline > summary {
  color: hsl(280, 80%, 50%);
  font-weight: 600;
}
.page-home .is-site .header-logo {
  visibility: hidden;
}
@font-face {
  font-family: "Cormorant Garamond Italic";
  src: url("../fonts/CormorantGaramondItalic.7da24ab5cc66.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
.home-hero {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 0.8rem;
}
.hero-logo {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
img.hero-image {
  height: 10rem;
  width: auto;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}
.hero-title {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-title .hero-line1 {
  color: white;
  font-family: "Apalu";
  font-size: 5rem;
  line-height: 1;
  margin-bottom: -0.6rem;
  user-select: none;
  -webkit-user-select: none;
}
.hero-title .hero-line2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: rgb(235, 200, 0);
  user-select: none;
  -webkit-user-select: none;
  animation: color-pulse 4s ease-in-out infinite;
}
@keyframes color-pulse {
  0% {
    color: rgb(235, 200, 0);
  }
  30% {
    color: rgb(235, 200, 0);
  }
  50% {
    color: rgb(255, 119, 0);
  }
  70% {
    color: rgb(235, 200, 0);
  }
  100% {
    color: rgb(235, 200, 0);
  }
}
.hero-verse {
  font-family: "Cormorant Garamond Italic", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(220, 220, 220);
  text-align: center;
  line-height: 1.2;
  text-wrap: balance;
}
a.hero-button {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(235, 200, 0);
  background: hsl(280, 80%, 40%);
  text-decoration: none;
  border: 0.1rem solid rgb(235, 200, 0);
  border-radius: 999px;
  box-shadow: 0 0 8px 2px rgba(235, 200, 0, 0.7);
  cursor: pointer;
  transition:
    box-shadow 0.15s,
    background 0.15s,
    color 0.15s,
    border 0.15s;
}
a.hero-button::after {
  content: "\bb";
  display: inline-block;
  margin-left: 0.4em;
  transition: transform 0.15s ease;
}
a.hero-button:hover,
a.hero-button:focus {
  background: rgb(235, 200, 0);
  color: hsl(280, 80%, 40%);
  border-color: rgb(235, 200, 0);
  box-shadow: 0 0 16px 4px rgba(235, 200, 0, 0.7);
  outline: none;
}
a.hero-button:hover::after,
a.hero-button:focus::after {
  transform: translateX(0.2em);
}
a.hero-button:active {
  box-shadow: 0 0 0 0 transparent;
  background: rgb(255, 221.6382978723, 31);
  color: hsl(280, 80%, 40%);
}
.home-cards.cards {
  grid-template-columns: repeat(3, 1fr);
}
.home-cards .card {
  display: block;
  padding: 0.8rem;
}
.home-cards .card:hover img {
  filter: none;
}
.card-image {
  float: right;
  width: 40%;
  aspect-ratio: 1/1;
  margin-left: 0.8rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-image {
  user-select: none;
  -webkit-user-select: none;
}
.card-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: hsl(280, 80%, 50%);
  margin-bottom: 0.5rem;
}
.card-description {
  font-size: 1rem;
  color: rgb(100, 100, 100);
}
.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.breadcrumbs a {
  color: rgb(235, 200, 0);
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li.current {
  color: rgb(180, 180, 180);
}
.breadcrumbs li:not(:last-child)::after {
  content: "\bb";
  padding: 0 0.2em;
  color: rgb(150, 150, 150);
}
.item-title-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.item-title-block .title {
  text-align: center;
  text-wrap: balance;
  font-weight: 600;
  font-size: 2rem;
  color: white;
}
.item-title-block .subtitle {
  text-align: center;
  text-wrap: balance;
  color: rgb(220, 220, 220);
}
.item-date {
  text-align: center;
  color: rgb(220, 220, 220);
}
.item-main > * + * {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}
.slideshow {
  position: relative;
  outline: none;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.slideshow-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.slide-counter {
  min-width: 4em;
  text-align: center;
  color: hsl(280, 80%, 50%);
  font-weight: 500;
}
.slide-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid hsl(280, 80%, 70%);
  border-radius: 0.3rem;
  background: hsl(280, 80%, 90%);
  color: hsl(280, 80%, 40%);
  overflow: hidden;
  text-decoration: none;
}
.slide-btn:hover,
.slide-btn:focus {
  background: hsl(280, 80%, 80%);
}
.slide-btn .icon {
  display: block;
  width: 36px;
  height: 36px;
  fill: currentColor;
}
.slide-btn .icon path {
  transform: scale(1.2);
  transform-origin: center;
  transform-box: fill-box;
}
.slide-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.translation-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1lh;
  overflow: visible;
}
.source-toggle-label {
  color: rgb(50, 50, 50);
}
.source-toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: rgb(50, 50, 50);
  cursor: pointer;
}
.source-toggle-button:focus {
  outline: none;
}
.source-toggle-button .icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  fill: rgb(50, 50, 50);
}
.source-toggle-button .toggle-on {
  display: none;
}
.source-toggle-button[aria-pressed=true] .toggle-on {
  display: inline;
}
.source-toggle-button[aria-pressed=true] .toggle-off {
  display: none;
}
.date-filter {
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: normal;
}
.date-filter p {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.date-filter a,
.date-filter span {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 0.8em;
  border-radius: 1em;
  border-style: solid;
  border-width: 0.05em;
  transition: box-shadow 0.15s ease;
}
.date-filter a {
  color: hsl(280, 80%, 50%);
  background: hsl(280, 80%, 90%);
  border-color: transparent;
  text-decoration: none;
}
.date-filter a:hover {
  color: hsl(280, 80%, 50%);
  background: hsl(280, 80%, 90%);
  border-color: transparent;
}
.date-filter span {
  color: white;
  background: hsl(280, 80%, 40%);
  border-color: transparent;
}
.prev-next {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: auto;
}
.prev-next-item {
  display: flex;
  align-items: flex-start;
  width: 48%;
  gap: 0.4em;
}
.prev-next-item.prev {
  flex-direction: row;
  text-align: left;
}
.prev-next-item.next {
  flex-direction: row-reverse;
  text-align: right;
}
.prev-next-arrow {
  font-weight: 600;
}
.prev-next-arrow:only-child {
  color: rgb(200, 200, 200);
}
.prev-next-title a {
  color: hsl(280, 80%, 50%);
  font-weight: 600;
  text-decoration: none;
}
.prev-next-title {
  text-wrap: balance;
}
.item-content .list-count {
  color: rgb(100, 100, 100);
  font-weight: 600;
}
.item-content ul.children-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.item-content ul.children-list li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
}
.item-content ul.children-list a.item-title {
  color: hsl(280, 80%, 50%);
  font-weight: 600;
  text-decoration: none;
}
.item-content ul.children-list a.item-title:hover {
  text-decoration: underline;
}
.item-content ul.children-list .item-meta {
  display: flex;
  gap: 0.5em;
  font-size: 0.8rem;
  white-space: nowrap;
}
.item-content ul.children-list .item-meta span {
  color: rgb(100, 100, 100);
}
.item-content ul.children-list .item-date + .item-read-time::before {
  content: "\2022";
  margin-right: 0.5em;
}
/*# sourceMappingURL=main-desktop.css.770fd5472179.map */
