/* Shared reading layout for public articles, policies and information pages. */
.theme-page.page-article .header {
  min-height: 460px;
  padding: 128px 24px 72px;
  justify-content: center;
}

.page-article .theme-page-hero-copy {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.page-article .theme-page-hero-title {
  max-width: 900px;
  margin: 0 auto;
  font-size: 48px;
  line-height: 1.13;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.page-article .theme-page-hero-text {
  max-width: 680px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.6;
}

.page-article .theme-page-hero-actions {
  justify-content: center;
  margin-top: 24px;
  gap: 12px;
}

.page-article .theme-page-hero-actions a {
  min-height: 46px;
  padding: 12px 20px;
  font-size: 16px;
  text-align: center;
  white-space: normal;
}

.theme-page.page-article .stories {
  width: min(960px, 100%);
  padding: 40px 24px 56px;
}

.theme-page.page-article .popular-tours-heading {
  max-width: 820px;
  margin: 0 auto 32px;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.theme-page.page-article .stories-wrapper {
  margin: 0;
  padding: 28px 0;
  border-bottom: 1px solid #e6d8cd;
}

.theme-page.page-article .stories-wrapper:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.theme-page.page-article .story-bg_1 {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.theme-page.page-article .story-paragraph {
  color: #4c3c32;
  font-size: 18px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.theme-page.page-article .story-paragraph h2 {
  margin: 0 0 16px;
  color: #5a3a29;
  font-size: 26px;
  line-height: 1.35;
}

.theme-page.page-article .story-paragraph h3 {
  margin: 24px 0 8px;
  font-size: 21px;
  line-height: 1.4;
}

.page-article .story-paragraph h2::before {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: -4px;
}

.theme-page.page-article .story-paragraph p {
  margin: 12px 0 0;
}

.theme-page.page-article .story-paragraph li {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-left: 22px;
}

.theme-page.page-article .story-paragraph li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 2px;
  width: 6px;
  height: 6px;
  margin: 0;
  border-radius: 50%;
  background: #a47b5c;
}

.page-article .story-paragraph li:has(> h2) {
  padding-left: 0;
}

.page-article .story-paragraph li:has(> h2)::before {
  display: none;
}

.theme-page.page-article .faq-question {
  width: 100%;
  min-height: 56px;
  padding: 16px !important;
}

.theme-page.page-article .story-paragraph .faq-text {
  min-width: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.theme-page.page-article .faq-answer p {
  margin: 0;
  padding: 16px !important;
  font-size: 17px !important;
}

.page-article .story-paragraph a:focus-visible,
.page-article .faq-question:focus-visible {
  outline: 3px solid #a47b5c;
  outline-offset: 4px;
}

.page-article .faq-item > a[href$=".pdf"] {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 16px 20px;
  background: #5a3a29;
  color: #fff;
  text-decoration: none;
}

.page-article .faq-item > a[href$=".pdf"]:hover {
  background: #714b35;
}

@media (max-width: 680px) {
  .theme-page.page-article .header {
    min-height: 420px;
    padding: 108px 20px 56px;
  }

  .page-article .theme-page-hero-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .page-article .theme-page-hero-text {
    font-size: 16px;
    margin-top: 16px;
  }

  .page-article .theme-page-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 22px auto 0;
    gap: 10px;
  }

  .theme-page.page-article .stories {
    padding: 28px 20px 40px;
  }

  .theme-page.page-article .popular-tours-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .theme-page.page-article .stories-wrapper {
    padding: 24px 0;
  }

  .theme-page.page-article .story-paragraph {
    font-size: 16px;
    line-height: 1.75;
  }

  .theme-page.page-article .story-paragraph h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .theme-page.page-article .story-paragraph h3 {
    font-size: 19px;
  }

  .theme-page.page-article .story-paragraph .faq-text,
  .theme-page.page-article .faq-answer p {
    font-size: 16px !important;
  }
}
