.entry-single {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 24px 80px;
}
.entry-single__back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 16px;
  color: #5c6266;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.entry-single__back i {
  transition: transform 0.2s ease;
}
.entry-single__back:hover, .entry-single__back:focus-visible {
  color: #835a20;
}
.entry-single__back:hover i, .entry-single__back:focus-visible i {
  transform: translateX(-3px);
}
.entry-single__eyebrow {
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #5c6266;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.entry-single__title {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 760px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 520px) {
  .entry-single__title {
    font-size: 30px;
  }
}
.entry-single__destinations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: -24px 0 40px;
}
.entry-single__destinations a {
  padding: 6px 12px;
  border: 1px solid #e4e2dd;
  border-radius: 999px;
  color: #5c6266;
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.entry-single__destinations a:hover {
  border-color: #835a20;
  color: #835a20;
}
.entry-single__thumbnail {
  max-width: 900px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto 84px;
}
.entry-single__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-single__thumbnail--placeholder {
  display: grid;
  place-items: center;
  background: #dde4e9;
  color: #5c6266;
  font-size: 48px;
}
.entry-single__content {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 680px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.85;
  color: #2b2f33;
}
.entry-single__content p {
  margin-bottom: 24px;
}
.entry-single__content ul,
.entry-single__content ol {
  margin: 0 0 28px;
  padding-left: 32px;
}
.entry-single__content ul {
  list-style: disc;
}
.entry-single__content ol {
  list-style: decimal;
}
.entry-single__content li {
  margin-bottom: 10px;
  padding-left: 8px;
}
.entry-single__content ul li::marker {
  color: #835a20;
  font-size: 0.82em;
}
.entry-single__content ol li::marker {
  color: #835a20;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
}
.entry-single__content li > ul,
.entry-single__content li > ol {
  margin-top: 10px;
  margin-bottom: 0;
}
.entry-single__content h1,
.entry-single__content h2,
.entry-single__content h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  margin: 40px 0 16px;
  scroll-margin-top: 120px;
}
.entry-single__content h1 {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.15;
}
.entry-single__content h2 {
  font-size: clamp(28px, 3.5vw, 34px);
  line-height: 1.2;
}
.entry-single__content h3 {
  font-size: clamp(22px, 3vw, 27px);
  line-height: 1.3;
}
.entry-single__content img {
  margin: 32px 0;
}
.entry-single__content pre,
.entry-single__content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.entry-single__content iframe,
.entry-single__content video {
  max-width: 100%;
}
.entry-single__content blockquote {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 22px;
  border-left: 2px solid #835a20;
  padding-left: 24px;
  margin: 32px 0;
  color: #5c6266;
}
.entry-single__content a {
  color: #835a20;
  text-decoration: underline;
}
.entry-single__shop-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 12px 20px;
  border: 1px solid #2b2f33;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease;
}
.entry-single__shop-link:hover {
  background: #2b2f33;
  color: #ffffff;
}
.entry-single__disclosure {
  margin: 32px 0 16px;
  padding: 16px;
  border-left: 2px solid #835a20;
  background: #dde4e9;
  color: #5c6266;
  font-size: 12px;
  line-height: 1.6;
}

.entry-taxonomies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(100% - 48px, 680px);
  margin: 56px auto 0;
  padding-top: 28px;
  border-top: 1px solid #e4e2dd;
}
.entry-taxonomies__link {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 18px;
  border: 1px solid #e4e2dd;
  border-radius: 999px;
  color: #5c6266;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.entry-taxonomies__link:hover, .entry-taxonomies__link:focus-visible {
  border-color: #835a20;
  background: #835a20;
  color: #ffffff;
  transform: translateY(-2px);
}

.journal-comments {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 80px max(24px, (100% - 1120px) / 2) 96px;
  border-top: 1px solid #e4e2dd;
  border-bottom: 1px solid #e4e2dd;
  background: radial-gradient(circle at 10% 8%, rgba(174, 189, 201, 0.22), transparent 38rem), radial-gradient(circle at 90% 92%, rgba(174, 189, 201, 0.2), transparent 42rem), linear-gradient(145deg, rgb(92.5333333333%, 94.0705882353%, 95.168627451%), rgb(96.2666666667%, 97.0352941176%, 97.5843137255%) 52%, rgb(93.3333333333%, 94.7058823529%, 95.6862745098%));
}
.journal-comments__header {
  margin: 0 auto 48px;
  text-align: center;
}
.journal-comments__eyebrow {
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #5c6266;
  display: block;
  margin-bottom: 10px;
  color: #835a20;
}
.journal-comments__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.15;
}
.journal-comments__manage {
  position: absolute;
  top: 34px;
  right: max(24px, (100% - 1120px) / 2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid rgba(43, 47, 51, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #2b2f33;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.journal-comments__manage:hover, .journal-comments__manage:focus-visible {
  border-color: #2b2f33;
  background: #2b2f33;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(43, 47, 51, 0.16);
  transform: translateY(-2px);
}
.journal-comments__list,
.journal-comments .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.journal-comments__list > .journal-comment {
  margin-bottom: 40px;
}
.journal-comments .children {
  position: relative;
  margin: 0;
  padding: 24px 0 0 88px;
}
.journal-comments .children > .journal-comment {
  --journal-connector-color: rgba(174, 189, 201, 0.92);
  --journal-next-connector-color: rgba(174, 189, 201, 0.92);
  position: relative;
  isolation: isolate;
}
.journal-comments .children > .journal-comment > .journal-comment__card {
  z-index: 2;
}
.journal-comments .children > .journal-comment.journal-comment--author {
  --journal-connector-color: rgba(201, 166, 107, 0.94);
}
.journal-comments .children > .journal-comment:has(+ .journal-comment--author) {
  --journal-next-connector-color: rgba(201, 166, 107, 0.94);
}
.journal-comments .children > .journal-comment::before {
  position: absolute;
  z-index: 1;
  top: -24px;
  left: -56px;
  width: 55px;
  height: 63px;
  border-bottom: 2px solid var(--journal-connector-color);
  border-left: 2px solid var(--journal-connector-color);
  border-bottom-left-radius: 20px;
  content: "";
  pointer-events: none;
}
.journal-comments .children > .journal-comment:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 18px;
  bottom: -32px;
  left: -56px;
  width: 2px;
  background: linear-gradient(to bottom, var(--journal-connector-color), var(--journal-next-connector-color));
  content: "";
  pointer-events: none;
}
.journal-comments__empty, .journal-comments__closed {
  margin: 0;
  color: #5c6266;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.journal-comments__closed {
  margin-top: 32px;
}
.journal-comments .comment-navigation {
  display: flex;
  justify-content: space-between;
  margin: 28px 0 0;
}
.journal-comments .comment-navigation a {
  color: #835a20;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .journal-comments {
    padding: 40px 18px 64px;
  }
  .journal-comments__manage {
    position: static;
    width: fit-content;
    margin: 0 0 34px auto;
  }
  .journal-comments .children {
    margin: 0;
    padding: 20px 0 0 54px;
  }
  .journal-comments .children > .journal-comment::before {
    top: -20px;
    left: -34px;
    width: 33px;
    height: 59px;
  }
  .journal-comments .children > .journal-comment:not(:last-child)::after {
    left: -34px;
  }
}

.journal-comment {
  margin: 0 0 25px;
}
.journal-comment__card {
  position: relative;
  padding: 26px 28px;
  border: 1px solid #e4e2dd;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(43, 47, 51, 0.035);
}
.journal-comment--pinned > .journal-comment__card {
  border-color: rgba(174, 189, 201, 0.82);
  box-shadow: inset 0 3px 0 #aebdc9, 0 16px 42px rgba(43, 47, 51, 0.06);
}
.journal-comment--optimistic > .journal-comment__card {
  animation: journal-comment-arrive 0.35s ease both;
}
.journal-comment--failed > .journal-comment__card {
  border-color: rgba(157, 63, 70, 0.34);
}
.journal-comment__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.journal-comment__identity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  min-width: 0;
}
.journal-comment__author {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.journal-comment__avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid rgba(43, 47, 51, 0.2);
  border-radius: 50%;
  background: #dde4e9;
  object-fit: cover;
}
.journal-comment__mention {
  padding: 0 0.18em;
  background: rgba(174, 189, 201, 0.18);
  box-decoration-break: clone;
  color: #2b2f33;
  font-weight: 500;
  -webkit-box-decoration-break: clone;
}
.journal-comment__mention--author {
  background: rgba(201, 166, 107, 0.22);
}
.journal-comment__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(131, 90, 32, 0.1);
  color: #835a20;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.journal-comment__badge--pinned {
  background: rgba(43, 47, 51, 0.07);
  color: #5c6266;
}
.journal-comment__date {
  margin-left: auto;
  color: #5c6266;
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.journal-comment__moderation {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-left: 2px solid #aebdc9;
  background: rgba(221, 228, 233, 0.65);
  color: #5c6266;
  font-size: 12px;
}
.journal-comment__moderation--error {
  border-left-color: #9d3f46;
  background: rgba(157, 63, 70, 0.07);
  color: #7d343a;
}
.journal-comment__text {
  position: relative;
  color: #5c6266;
  font-size: 15px;
  line-height: 1.8;
}
.journal-comment__text[data-comment-collapsible] {
  overflow: hidden;
  transition: max-height 0.48s cubic-bezier(0.4, 0, 0.2, 1);
}
.journal-comment__text p:last-child {
  margin-bottom: 0;
}
.journal-comment__text--collapsed {
  max-height: 10.8em;
  overflow: hidden;
}
.journal-comment__text--collapsed::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.2em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 82%);
  content: "";
  pointer-events: none;
}
.journal-comment__toggle {
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(131, 90, 32, 0.45);
  background: transparent;
  color: #835a20;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.journal-comment__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.journal-comment__reply a {
  color: #835a20;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.journal-comment__creator-heart {
  display: inline-grid;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(160, 77, 83, 0.28);
  border-radius: 50%;
  background: #ffffff;
  color: #98454c;
  font-size: 10px;
  line-height: 1;
}
.journal-comment__admin-controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding-left: 12px;
  border-left: 1px solid rgba(43, 47, 51, 0.12);
}
.journal-comment__votes {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  color: #5c6266;
}
.journal-comment__votes + .journal-comment__admin-controls {
  margin-left: 0;
}
.journal-comment__vote {
  display: inline-grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(43, 47, 51, 0.14);
  border-radius: 50%;
  background: transparent;
  color: #5c6266;
  font-size: 12px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.journal-comment__vote:hover, .journal-comment__vote:focus-visible {
  border-color: rgba(174, 189, 201, 0.86);
  color: #2b2f33;
  transform: translateY(-1px);
}
.journal-comment__vote[aria-pressed=true] {
  border-color: rgba(201, 166, 107, 0.86);
  background: rgba(201, 166, 107, 0.14);
  color: #835a20;
}
.journal-comment__vote[data-comment-vote=dislike][aria-pressed=true] {
  border-color: rgba(157, 63, 70, 0.42);
  background: rgba(157, 63, 70, 0.08);
  color: #7d343a;
}
.journal-comment__vote:disabled {
  cursor: wait;
  opacity: 0.55;
}
.journal-comment__vote-score {
  min-width: 2ch;
  color: #5c6266;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  text-align: center;
}
.journal-comment__admin-action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border: 1px solid rgba(43, 47, 51, 0.14);
  border-radius: 999px;
  background: transparent;
  color: #5c6266;
  font: inherit;
  font-size: 9px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.journal-comment__admin-action:hover, .journal-comment__admin-action[aria-pressed=true] {
  border-color: rgba(174, 189, 201, 0.85);
  background: rgba(221, 228, 233, 0.58);
  color: #2b2f33;
}
.journal-comment__admin-action:disabled {
  cursor: wait;
  opacity: 0.55;
}
@media (max-width: 520px) {
  .journal-comment__card {
    padding: 22px 20px;
  }
  .journal-comment__header {
    grid-template-columns: minmax(0, 1fr);
  }
  .journal-comment__date {
    grid-column: 1;
    margin-left: 0;
  }
  .journal-comment__admin-controls {
    width: 100%;
    margin-left: 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(43, 47, 51, 0.1);
    border-left: 0;
  }
}

.journal-comments .children > .journal-comment:not(.journal-comment--author) > .journal-comment__card {
  border-color: rgba(174, 189, 201, 0.72);
  background: linear-gradient(120deg, rgba(221, 228, 233, 0.5), #ffffff 58%);
  box-shadow: inset 3px 0 0 #aebdc9, 0 12px 36px rgba(43, 47, 51, 0.045);
}

.journal-comments .children > .journal-comment:not(.journal-comment--author) .journal-comment__text--collapsed::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(97.6%, 98.0941176471%, 98.4470588235%) 82%);
}

.journal-comments .children > .journal-comment--author > .journal-comment__card {
  border-color: rgba(201, 166, 107, 0.72);
  background: linear-gradient(120deg, rgba(201, 166, 107, 0.13), #ffffff 58%);
  box-shadow: inset 3px 0 0 #c9a66b, 0 12px 36px rgba(43, 47, 51, 0.045);
}
.journal-comments .children > .journal-comment--author .journal-comment__text--collapsed::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(98.3058823529%, 97.2078431373%, 95.3568627451%) 82%);
}

@keyframes journal-comment-arrive {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.journal-comment-form {
  margin-top: 48px;
  padding: 36px;
  border: 1px solid rgba(43, 47, 51, 0.12);
  border-radius: 8px;
  background: #ffffff;
}
.journal-comment-form__title {
  display: inline-block;
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.journal-comment-form__cancel {
  display: inline-flex;
  margin-left: 16px;
  vertical-align: 6px;
}
.journal-comment-form__cancel a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(174, 189, 201, 0.82);
  border-radius: 999px;
  background: rgba(221, 228, 233, 0.62);
  color: #2b2f33;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.journal-comment-form__cancel a:hover {
  border-color: #aebdc9;
  background: rgba(221, 228, 233, 0.95);
}
.journal-comment-form__note {
  margin: 0 0 22px;
  color: #5c6266;
  font-size: 12px;
  line-height: 1.65;
}
.journal-comment-form__identity, .journal-comment-form__saved {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 22px;
  padding: 14px 16px;
  border-left: 2px solid #aebdc9;
  background: rgba(221, 228, 233, 0.52);
  color: #5c6266;
  font-size: 12px;
  line-height: 1.5;
}
.journal-comment-form__identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 17px;
}
.journal-comment-form__identity span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.journal-comment-form__identity strong {
  color: #2b2f33;
  font-size: 12px;
  font-weight: 600;
}
.journal-comment-form__identity small {
  color: rgba(43, 47, 51, 0.68);
  font-size: 11px;
}
.journal-comment-form__change {
  flex: 0 0 auto;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #5c6266;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.journal-comment-form__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.journal-comment-form__details[hidden] {
  display: none;
}
.journal-comment-form__details--owner {
  grid-template-columns: 1fr;
}
.journal-comment-form__field {
  position: relative;
  margin: 0 0 20px;
}
.journal-comment-form__field label {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.journal-comment-form__field input,
.journal-comment-form__field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(43, 47, 51, 0.22);
  border-radius: 6px;
  outline: 0;
  background: #ffffff;
  color: #2b2f33;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.journal-comment-form__field input:focus,
.journal-comment-form__field textarea:focus {
  border-color: #aebdc9;
  box-shadow: 0 0 0 3px rgba(174, 189, 201, 0.18);
}
.journal-comment-form__field input:-webkit-autofill, .journal-comment-form__field input:-webkit-autofill:hover, .journal-comment-form__field input:-webkit-autofill:focus,
.journal-comment-form__field textarea:-webkit-autofill,
.journal-comment-form__field textarea:-webkit-autofill:hover,
.journal-comment-form__field textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #2b2f33;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  caret-color: #2b2f33;
}
.journal-comment-form__field textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.7;
}
.journal-comment-form__field--comment {
  grid-column: 1/-1;
}
.journal-comment-form__required {
  color: #835a20;
}
.journal-comment-form__counter {
  display: block;
  margin-top: 7px;
  color: #5c6266;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: right;
}
.journal-comment-form__avatar-field {
  grid-column: 1/-1;
  margin: 0 0 22px;
}
.journal-comment-form__avatar-label {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.journal-comment-form__avatar-label small {
  color: #5c6266;
  font: inherit;
  font-weight: 400;
}
.journal-comment-form__avatar-picker {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(43, 47, 51, 0.14);
  border-radius: 6px;
  background: rgb(95.4666666667%, 96.4%, 97.0666666667%);
}
.journal-comment-form__avatar-preview {
  display: grid;
  width: 48px;
  height: 48px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(43, 47, 51, 0.2);
  border-radius: 50%;
  background: #ffffff;
  color: #5c6266;
}
.journal-comment-form__avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journal-comment-form__avatar-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}
.journal-comment-form__avatar-copy strong {
  color: #2b2f33;
  font-size: 12px;
  font-weight: 600;
}
.journal-comment-form__avatar-copy small {
  color: #5c6266;
  font-size: 11px;
  line-height: 1.5;
}
.journal-comment-form__avatar-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.journal-comment-form__avatar-button, .journal-comment-form__avatar-remove {
  padding: 9px 12px;
  border: 1px solid rgba(43, 47, 51, 0.18);
  background: #ffffff;
  color: #2b2f33;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.journal-comment-form__avatar-remove {
  padding-right: 0;
  padding-left: 0;
  border-width: 0 0 1px;
  background: transparent;
  color: #5c6266;
}
.journal-comment-form__consent {
  grid-column: 1/-1;
  margin: -2px 0 22px;
}
.journal-comment-form__consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.journal-comment-form__consent input:focus-visible + label .journal-comment-form__check {
  outline: 2px solid #aebdc9;
  outline-offset: 3px;
}
.journal-comment-form__consent input:not(:checked) + label .journal-comment-form__check i {
  opacity: 0;
  transform: scale(0.6);
}
.journal-comment-form__consent label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: #5c6266;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.55;
}
.journal-comment-form__check {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(174, 189, 201, 0.88);
  border-radius: 4px;
  background: rgba(221, 228, 233, 0.72);
  color: #2b2f33;
  font-size: 10px;
}
.journal-comment-form__check i {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.journal-comment-form__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.journal-comment-form__submit {
  padding: 14px 24px;
  border: 1px solid #2b2f33;
  background: #2b2f33;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease;
}
.journal-comment-form__submit:hover {
  background: transparent;
  color: #2b2f33;
}
.journal-comment-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
@media (max-width: 520px) {
  .journal-comment-form {
    padding: 28px 20px;
  }
  .journal-comment-form__identity, .journal-comment-form__saved {
    align-items: flex-start;
    flex-direction: column;
  }
  .journal-comment-form__details {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .journal-comment-form__cancel {
    display: flex;
    width: fit-content;
    margin: 10px 0 0;
    vertical-align: 0;
  }
  .journal-comment-form__avatar-picker {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .journal-comment-form__avatar-button, .journal-comment-form__avatar-remove {
    grid-column: 2;
    width: fit-content;
  }
}

.journal-avatar-cropper {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
}
.journal-avatar-cropper[hidden] {
  display: none;
}
.journal-avatar-cropper__backdrop {
  position: absolute;
  background: rgba(43, 47, 51, 0.72);
  inset: 0;
}
.journal-avatar-cropper__dialog {
  position: relative;
  width: min(100%, 430px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(43, 47, 51, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(43, 47, 51, 0.3);
}
.journal-avatar-cropper__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.journal-avatar-cropper__header span {
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #5c6266;
  color: #835a20;
}
.journal-avatar-cropper__header h3 {
  margin: 5px 0 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}
.journal-avatar-cropper__close {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(43, 47, 51, 0.16);
  border-radius: 50%;
  background: transparent;
  color: #2b2f33;
}
.journal-avatar-cropper__instructions {
  margin: 16px 0 20px;
  color: #5c6266;
  font-size: 12px;
  line-height: 1.65;
}
.journal-avatar-cropper__viewport {
  position: relative;
  width: min(280px, 100vw - 104px);
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
  background: #2b2f33;
  cursor: grab;
  touch-action: none;
}
.journal-avatar-cropper__viewport:active {
  cursor: grabbing;
}
.journal-avatar-cropper__viewport::after {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 0 0 999px rgba(43, 47, 51, 0.7);
  content: "";
  inset: 0;
  pointer-events: none;
}
.journal-avatar-cropper__viewport img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  user-select: none;
  will-change: width, height, transform;
}
.journal-avatar-cropper__zoom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 22px 0 0;
  color: #5c6266;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.journal-avatar-cropper__zoom input {
  width: 100%;
  accent-color: #835a20;
}
.journal-avatar-cropper__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}
.journal-avatar-cropper__cancel, .journal-avatar-cropper__apply {
  padding: 11px 16px;
  border: 1px solid #2b2f33;
  background: transparent;
  color: #2b2f33;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.journal-avatar-cropper__apply {
  background: #2b2f33;
  color: #ffffff;
}
@media (max-width: 520px) {
  .journal-avatar-cropper {
    padding: 14px;
  }
  .journal-avatar-cropper__dialog {
    max-height: calc(100vh - 28px);
    padding: 22px 18px;
  }
}

body.rylnx-avatar-cropper-open {
  overflow: hidden;
}

.journal-comment .journal-comment-form {
  margin: 20px 0 24px;
}

.entry-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1040px;
  margin: 56px auto 0;
}
.entry-gallery[id=post-photos] {
  scroll-margin-top: calc(var(--rylnx-header-height, 64px) + 48px);
}
@media (max-width: 520px) {
  .entry-gallery {
    grid-template-columns: 1fr;
  }
}
.entry-gallery__item {
  margin: 0;
}
.entry-gallery--crop .entry-gallery__item {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}
.entry-gallery__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.entry-gallery--crop .entry-gallery__image {
  height: 100%;
  object-fit: cover;
}
.entry-gallery--masonry {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 8px;
  gap: 24px;
}
@media (max-width: 520px) {
  .entry-gallery--masonry {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.entry-gallery--masonry .entry-gallery__item {
  align-self: start;
  min-width: 0;
}
.entry-gallery__caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #5c6266;
}

.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) {
  container-type: inline-size;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) a:not(.wp-element-button):not(:has(img)) {
  color: #835a20;
  text-decoration: underline;
  text-decoration-color: #c9a66b;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  text-decoration-skip-ink: auto;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) a:not(.wp-element-button):not(:has(img)):hover, .editorial-layout__main > :is(.entry-single__content, .collection__content--destination) a:not(.wp-element-button):not(:has(img)):focus-visible {
  color: #2b2f33;
  text-decoration-color: #2b2f33;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) blockquote {
  margin: 36px 0;
  padding: 20px 24px;
  border: 0;
  border-left: 2px solid #c9a66b;
  background: rgba(221, 228, 233, 0.25);
  color: #2b2f33;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 3vw, 27px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  text-align: start;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) blockquote p {
  margin: 0;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) blockquote p + p {
  margin-top: 16px;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) blockquote cite {
  display: block;
  margin-top: 16px;
  color: #5c6266;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.5px;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .wp-block-pullquote {
  margin: 36px 0;
  padding: 0;
  border: 0;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .wp-block-pullquote blockquote {
  margin: 0;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-photo {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 32px auto;
  text-align: center;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-photo img,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) img.editorial-inline-photo__image {
  display: block;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 600px;
  max-height: calc((100cqi - 12px) * 0.888889);
  margin: 0 auto !important;
  object-fit: contain !important;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) img.editorial-inline-photo__image {
  margin: 32px auto !important;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-photo figcaption {
  margin-top: 12px;
  color: #5c6266;
  font-size: 12px;
  line-height: 1.6;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery__grid {
  display: grid !important;
  grid-template-columns: repeat(var(--rylnx-inline-columns, 2), minmax(0, 1fr));
  align-items: start;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 32px auto;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery > .editorial-inline-gallery__grid,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery__grid > .editorial-inline-gallery__grid {
  grid-column: 1/-1;
  margin: 0;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery > br,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery__grid > br {
  display: none;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery > figcaption,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery__grid > figcaption {
  grid-column: 1/-1;
  margin: 0;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--single,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-1 {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: auto;
  justify-items: center;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: calc((100cqi - 12px) * 0.75);
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: calc((100cqi - 24px) / 3 * 1.777778);
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, calc((100cqi - 12px) / 2));
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-5 {
  grid-auto-rows: calc((100cqi - 24px) / 3 * 0.75);
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery__item {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  max-width: 100%;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 6px;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery__item > a,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery__item > figure,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery__item .gallery-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery__item img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  object-fit: cover !important;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--single .editorial-inline-gallery__item,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-1 .editorial-inline-gallery__item {
  height: auto !important;
  overflow: visible;
  border-radius: 0;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--single .editorial-inline-gallery__item > a,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--single .editorial-inline-gallery__item > figure,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--single .editorial-inline-gallery__item .gallery-icon,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-1 .editorial-inline-gallery__item > a,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-1 .editorial-inline-gallery__item > figure,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-1 .editorial-inline-gallery__item .gallery-icon {
  display: flex;
  justify-content: center;
  height: auto;
}
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--single .editorial-inline-gallery__item img,
.editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-1 .editorial-inline-gallery__item img {
  flex: none !important;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 600px;
  max-height: calc((100cqi - 12px) * 0.75);
  border-radius: 6px;
  object-fit: contain !important;
}
@media (max-width: 700px) {
  .editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery,
  .editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery__grid {
    grid-template-columns: repeat(min(2, var(--rylnx-inline-columns, 2)), minmax(0, 1fr));
  }
  .editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-2 {
    grid-auto-rows: calc((100cqi - 12px) * 0.75);
  }
  .editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: calc((100cqi - 12px) / 2 * 1.777778);
  }
  .editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, calc((100cqi - 12px) / 2));
  }
  .editorial-layout__main > :is(.entry-single__content, .collection__content--destination) .editorial-inline-gallery--count-5 {
    grid-auto-rows: calc((100cqi - 12px) / 2 * 0.75);
  }
}

.editorial-layout {
  position: relative;
  display: grid;
  grid-template-columns: 184px minmax(0, 680px) 184px;
  gap: 48px;
  width: min(100%, 1144px);
  margin: 0 auto;
}
.editorial-layout__contents {
  grid-column: 1;
  min-width: 0;
}
.editorial-layout__contents-inner, .editorial-layout__rail-inner {
  position: sticky;
  top: calc(var(--rylnx-header-height, 64px) + 72px);
}
.editorial-layout__contents-title {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: block;
  color: #835a20;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.editorial-layout__contents-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.editorial-layout__swipe {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #5c6266;
  font-size: 10px;
  letter-spacing: 0.6px;
  transition: color 0.2s ease;
}
.editorial-layout__swipe:hover, .editorial-layout__swipe:focus-visible {
  color: #835a20;
}
.editorial-layout__swipe i {
  color: #835a20;
}
.editorial-layout__chapters {
  display: grid;
  gap: 4px;
}
.editorial-layout__chapter {
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 9px 0 9px 16px;
  border-left: 2px solid #e4e2dd;
  color: rgba(92, 98, 102, 0.66);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.45px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.editorial-layout__chapter:hover {
  border-color: #5c6266;
  color: #2b2f33;
}
.editorial-layout__chapter--active {
  border-color: #835a20;
  color: #2b2f33;
}
.editorial-layout__chapter-label {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: transform 0.2s ease;
}
.editorial-layout__chapter:hover .editorial-layout__chapter-label, .editorial-layout__chapter:focus-visible .editorial-layout__chapter-label {
  transform: translateX(2px);
}
.editorial-layout__chapter--gallery {
  margin-top: 10px;
}
.editorial-layout__main {
  grid-column: 2;
  width: 100%;
  min-width: 0;
}
.editorial-layout__main > .entry-single__content > p:first-of-type::first-letter, .editorial-layout__main > .collection__content--destination > p:first-of-type::first-letter {
  float: left;
  padding: 7px 14px 0 0;
  color: #c9a66b;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 72px;
  line-height: 0.75;
  text-transform: uppercase;
}
.editorial-layout__main h1[id], .editorial-layout__main h2[id], .editorial-layout__main h3[id], .editorial-layout__inline-target, .editorial-layout__legacy-heading {
  scroll-margin-top: calc(var(--rylnx-header-height, 64px) + 48px);
}
.editorial-layout__section-number {
  display: block;
  margin-bottom: 6px;
  color: #c9a66b;
  font-family: "Jost", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
}
.editorial-layout__rail {
  grid-column: 3;
  min-width: 0;
}
.editorial-layout__details {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 22px 0 24px;
  border-top: 1px solid #e4e2dd;
  border-bottom: 1px solid #e4e2dd;
  color: #5c6266;
  font-size: 13px;
  line-height: 1.55;
}
.editorial-layout__details > span:not(.editorial-layout__label) {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  letter-spacing: 0.15px;
}
.editorial-layout__label {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin-top: 15px;
  color: #835a20;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.editorial-layout__label:first-child {
  margin-top: 0;
}
.editorial-layout__share {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding: 11px 0 9px;
  border: 0;
  border-bottom: 1px solid #e4e2dd;
  background: transparent;
  color: #2b2f33;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.editorial-layout__share:hover, .editorial-layout__share:focus-visible {
  border-color: #835a20;
  color: #835a20;
  transform: translateY(-1px);
}
@media (max-width: 1240px) {
  .editorial-layout {
    grid-template-columns: minmax(0, 680px);
    width: min(100%, 680px);
    gap: 0;
  }
  .editorial-layout__contents, .editorial-layout__main, .editorial-layout__rail {
    grid-column: 1;
  }
  .editorial-layout__contents-inner, .editorial-layout__rail-inner {
    position: static;
  }
  .editorial-layout__contents {
    grid-row: 2;
    margin-bottom: 36px;
  }
  .editorial-layout__swipe:not([hidden]) {
    display: inline-flex;
  }
  .editorial-layout__contents-heading {
    min-height: 30px;
  }
  .editorial-layout__chapter--gallery {
    margin-top: 0;
  }
  .editorial-layout__main {
    grid-row: 3;
  }
  .editorial-layout__rail {
    grid-row: 1;
    margin-bottom: 36px;
  }
  .editorial-layout__details {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 24px;
  }
  .editorial-layout__label, .editorial-layout__label:first-child {
    margin-top: 0;
  }
  .editorial-layout__chapters {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }
  .editorial-layout__chapter {
    flex: 0 0 180px;
  }
}
@media (max-width: 520px) {
  .editorial-layout__contents, .editorial-layout__rail {
    margin-bottom: 32px;
  }
  .editorial-layout__details {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .editorial-layout__label:not(:first-child) {
    margin-top: 13px;
  }
}

.entry-single__title[id],
.collection__title[id] {
  scroll-margin-top: calc(var(--rylnx-header-height, 64px) + 32px);
}

.entry-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100% - 48px, 1200px);
  margin: 96px auto 0;
  border-top: 1px solid #e4e2dd;
  border-bottom: 1px solid #e4e2dd;
}
.entry-navigation__link {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 176px;
  padding: 36px 48px;
  color: #2b2f33;
  transition: background-color 0.3s ease;
}
.entry-navigation__link:hover, .entry-navigation__link:focus-visible {
  background: #dde4e9;
}
.entry-navigation__link--left {
  grid-column: 1;
  text-align: center;
}
.entry-navigation__link--right {
  grid-column: 2;
  border-left: 1px solid #e4e2dd;
  text-align: center;
}
.entry-navigation__direction {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #835a20;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.entry-navigation__link .entry-navigation__direction {
  justify-content: center;
}
.entry-navigation__direction i {
  transition: transform 0.2s ease;
}
.entry-navigation__link--left:hover .entry-navigation__direction i, .entry-navigation__link--left:focus-visible .entry-navigation__direction i {
  transform: translateX(-4px);
}
.entry-navigation__link--right:hover .entry-navigation__direction i, .entry-navigation__link--right:focus-visible .entry-navigation__direction i {
  transform: translateX(4px);
}
.entry-navigation__title {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: block;
  margin-top: 12px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.15;
}
@media (max-width: 900px) {
  .entry-navigation {
    margin-top: 72px;
  }
  .entry-navigation__link {
    min-height: 152px;
    padding: 32px;
  }
}
@media (max-width: 520px) {
  .entry-navigation {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 1200px);
    margin-top: 64px;
  }
  .entry-navigation__link {
    min-height: 0;
    padding: 28px 24px;
  }
  .entry-navigation__link--left, .entry-navigation__link--right {
    grid-column: 1;
  }
  .entry-navigation__link--right {
    border-top: 1px solid #e4e2dd;
    border-left: 0;
  }
}

.entry-navigation + .related-posts {
  margin-top: 64px;
}
@media (max-width: 900px) {
  .entry-navigation + .related-posts {
    margin-top: 56px;
  }
}
@media (max-width: 520px) {
  .entry-navigation + .related-posts {
    margin-top: 48px;
  }
}

.related-posts {
  width: min(100% - 48px, 1200px);
  margin: 96px auto 0;
  padding-top: 48px;
  border-top: 1px solid #e4e2dd;
}
.related-posts__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}
.related-posts__heading {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
}
.related-posts__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.related-posts__arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #e4e2dd;
  border-radius: 50%;
  background: #ffffff;
  color: #2b2f33;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.related-posts__arrow:hover:not(:disabled), .related-posts__arrow:focus-visible {
  border-color: #2b2f33;
  background: #2b2f33;
  color: #ffffff;
}
.related-posts__arrow:disabled {
  cursor: default;
  opacity: 0.35;
}
.related-posts__viewport {
  overflow: hidden;
}
.related-posts__track {
  display: grid;
  grid-auto-columns: calc((100% - 72px) / 4);
  grid-auto-flow: column;
  gap: 24px;
  transition: transform 0.6s ease;
  will-change: transform;
}
.related-posts__card {
  min-width: 0;
}
.related-posts__link {
  display: block;
}
.related-posts__media {
  display: grid;
  aspect-ratio: 4/3;
  overflow: hidden;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #dde4e9, #ffffff);
}
.related-posts__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.related-posts__link:hover .related-posts__image {
  transform: scale(1.04);
}
.related-posts__placeholder {
  color: #835a20;
  font-size: 32px;
}
.related-posts__category {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: block;
  margin-top: 16px;
  color: #835a20;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.related-posts__title {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
@media (max-width: 900px) {
  .related-posts {
    margin-top: 72px;
  }
  .related-posts__track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }
}
@media (max-width: 520px) {
  .related-posts {
    width: min(100% - 32px, 1200px);
    margin-top: 64px;
    padding-top: 40px;
  }
  .related-posts__header {
    display: grid;
    gap: 24px;
    margin-bottom: 32px;
  }
  .related-posts__controls {
    justify-content: space-between;
  }
  .related-posts__track {
    grid-auto-columns: 100%;
  }
}
