/*
Theme Name: von Essen Standalone
Theme URI: https://vonessen.com/
Author: vonessen.com
Description: Fristående WordPress-tema med modern heraldisk formgivning.
Version: 3.16.5
Text Domain: vonessen-standalone
*/

:root {
  --vonessen-blue: #173f73;
  --vonessen-blue-dark: #102c52;
  --vonessen-gold: #c6a24a;
  --vonessen-red: #9e2f35;
  --vonessen-ink: #252525;
  --vonessen-muted: #62676d;
  --vonessen-surface: #f7f8f6;
  --vonessen-line: #dfe2e5;
  --vonessen-header-height: 84px;
}

/* In-site image viewer, version 3.16.0 */
.attachment-view {
  min-height: 70vh;
  background: #f0f1ef;
}

.attachment-view__header {
  color: #fff;
  background: var(--vonessen-blue-dark);
  border-bottom: 4px solid var(--vonessen-gold);
}

.attachment-view__header-inner {
  padding-top: 42px;
  padding-bottom: 38px;
}

.attachment-view__back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 15px;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.attachment-view__back:hover,
.attachment-view__back:focus {
  color: var(--vonessen-blue-dark);
  background: #fff;
}

.attachment-view__eyebrow {
  display: block;
  margin-top: 30px;
  color: var(--vonessen-gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.attachment-view__header h1 {
  max-width: 900px;
  margin: 7px 0 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.14;
}

.attachment-view__content {
  padding: 46px 0 70px;
}

.attachment-view__figure {
  position: relative;
  margin: 0;
  background: #dedfdd;
  border: 1px solid #cfd2d3;
}

.attachment-view__fullscreen {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 13px;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  background: rgba(16, 44, 82, 0.94);
  border: 1px solid var(--vonessen-gold);
  cursor: pointer;
}

.attachment-view__fullscreen:hover,
.attachment-view__fullscreen:focus {
  color: var(--vonessen-blue-dark);
  background: #fff;
}

.attachment-view__fullscreen-icon {
  font-size: 18px;
  line-height: 1;
}

.attachment-view__figure:fullscreen {
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background: #111;
  border: 0;
}

.attachment-view__figure:fullscreen img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: contain;
}

.attachment-view__figure:fullscreen figcaption {
  display: none;
}

html.has-image-viewer-overlay,
body.has-image-viewer-overlay {
  overflow: hidden;
  overscroll-behavior: none;
}

.attachment-view__figure.is-faux-fullscreen {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  background: #111;
  border: 0;
}

.attachment-view__figure.is-faux-fullscreen img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  object-fit: contain;
}

.attachment-view__figure.is-faux-fullscreen figcaption {
  display: none;
}

.attachment-view__figure.is-faux-fullscreen .attachment-view__fullscreen {
  top: calc(10px + env(safe-area-inset-top));
  right: calc(10px + env(safe-area-inset-right));
}

.attachment-view__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 210px);
  margin: 0 auto;
  object-fit: contain;
}

.attachment-view__figure figcaption {
  padding: 15px 18px;
  color: var(--vonessen-muted);
  font-size: 14px;
  line-height: 1.6;
  background: #fff;
  border-top: 1px solid var(--vonessen-line);
}

.attachment-view__information {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.8fr);
  gap: 34px;
  margin-top: 24px;
  padding: 25px 27px;
  background: #fff;
  border-top: 3px solid var(--vonessen-gold);
}

.attachment-view__description p {
  margin: 0;
  color: var(--vonessen-ink);
  font-size: 16px;
  line-height: 1.75;
}

.attachment-view__details {
  margin: 0;
}

.attachment-view__details div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--vonessen-line);
}

.attachment-view__details dt {
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.attachment-view__details dd {
  min-width: 0;
  margin: 0;
  color: var(--vonessen-blue-dark);
  overflow-wrap: anywhere;
}

.attachment-view__back--footer {
  margin-top: 28px;
  color: var(--vonessen-blue-dark);
  border-color: var(--vonessen-blue-dark);
}

.attachment-view__back--footer:hover,
.attachment-view__back--footer:focus {
  color: #fff;
  background: var(--vonessen-blue-dark);
}

@media (max-width: 700px) {
  .attachment-view__header-inner {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .attachment-view__eyebrow {
    margin-top: 24px;
  }

  .attachment-view__header h1 {
    font-size: 34px;
  }

  .attachment-view__content {
    padding: 28px 0 50px;
  }

  .attachment-view__figure img {
    max-height: 72vh;
  }

  .attachment-view__fullscreen {
    top: 10px;
    right: 10px;
  }

  .attachment-view__information {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }
}

/* Searchable image archive, version 3.14.0 */
.document-image-archive-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 310px) auto;
  align-items: center;
  gap: 32px;
  margin-bottom: 42px;
  padding: 25px 27px 25px 24px;
  color: var(--vonessen-blue-dark);
  background: #eef1f3;
  border-top: 1px solid var(--vonessen-gold);
  border-right: 1px solid var(--vonessen-line);
  border-bottom: 1px solid var(--vonessen-gold);
  border-left: 5px solid var(--vonessen-gold);
  text-decoration: none;
  transition: background 180ms ease;
}

.document-image-archive-link small {
  display: block;
  margin-bottom: 5px;
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.document-image-archive-link strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
}

.document-image-archive-link__copy > span {
  display: block;
  max-width: 620px;
  margin-top: 9px;
  color: var(--vonessen-muted);
  font-size: 12px;
  line-height: 1.6;
}

.document-image-archive-link__preview {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 5px;
  min-width: 0;
  height: 128px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(16, 44, 82, 0.12);
}

.document-image-archive-link__preview img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: center 24%;
  transition: transform 180ms ease;
}

.document-image-archive-link__meta {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-end;
}

.document-image-archive-link__count {
  color: var(--vonessen-muted);
  font-size: 13px;
  white-space: nowrap;
}

.document-image-archive-link__action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 12px 15px;
  color: #fff;
  background: var(--vonessen-blue);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.document-image-archive-link:hover,
.document-image-archive-link:focus {
  background: #e5eaed;
}

.document-image-archive-link:hover .document-image-archive-link__preview img,
.document-image-archive-link:focus .document-image-archive-link__preview img {
  transform: scale(1.025);
}

.document-image-archive-link:hover .document-image-archive-link__action,
.document-image-archive-link:focus .document-image-archive-link__action {
  background: var(--vonessen-red);
}

.document-image-archive-link:focus-visible {
  outline: 3px solid var(--vonessen-blue);
  outline-offset: 3px;
}

.image-archive {
  padding: 64px 0 104px;
  background: #f5f3ee;
}

.image-archive__inner {
  width: min(88%, 1240px);
}

.image-archive__toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--vonessen-gold);
}

.image-archive__count span {
  display: block;
  margin-bottom: 3px;
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-archive__count strong {
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.image-archive__filters {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(170px, 220px) auto auto;
  gap: 10px;
  align-items: center;
}

.image-archive__filters input,
.image-archive__filters select,
.image-archive__filters button {
  min-height: 44px;
  border-radius: 2px;
  font: inherit;
}

.image-archive__filters input,
.image-archive__filters select {
  width: 100%;
  padding: 9px 12px;
  color: var(--vonessen-ink);
  background: #fff;
  border: 1px solid #cfd3d6;
}

.image-archive__filters button {
  padding: 9px 19px;
  color: #fff;
  background: var(--vonessen-blue);
  border: 1px solid var(--vonessen-blue);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.image-archive__filters button:hover,
.image-archive__filters button:focus {
  background: var(--vonessen-blue-dark);
}

.image-archive__reset {
  color: var(--vonessen-blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration-color: var(--vonessen-gold);
  text-underline-offset: 4px;
  white-space: nowrap;
}

.image-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.image-archive-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--vonessen-line);
}

.image-archive-card__media {
  position: relative;
  display: grid;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  place-items: center;
  background: #e7e5df;
}

.image-archive-card__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 180ms ease;
}

.image-archive-card__media:hover img,
.image-archive-card__media:focus img {
  transform: scale(1.012);
}

.image-archive-card__open {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--vonessen-blue-dark);
  border: 1px solid var(--vonessen-gold);
  place-items: center;
}

.image-archive-card__content {
  padding: 21px 22px 24px;
}

.image-archive-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 9px;
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-archive-card__meta span + span {
  padding-left: 12px;
  color: var(--vonessen-blue);
  border-left: 1px solid var(--vonessen-line);
}

.image-archive-card h2 {
  margin: 0 0 10px;
  color: var(--vonessen-blue-dark);
  font-size: 25px;
  line-height: 1.25;
}

.image-archive-card__caption {
  margin: 0;
  color: var(--vonessen-muted);
  font-size: 13px;
  line-height: 1.6;
}

.image-archive-card__description {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--vonessen-line);
}

.image-archive-card__description > span {
  display: block;
  margin-bottom: 6px;
  color: var(--vonessen-red);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-archive-card__description p {
  margin: 0;
  color: var(--vonessen-ink);
  font-size: 13px;
  line-height: 1.65;
}

.image-archive-card__description p + p {
  margin-top: 8px;
}

.image-archive-card__details {
  display: grid;
  gap: 5px;
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--vonessen-line);
}

.image-archive-card__details div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 8px;
}

.image-archive-card__details dt {
  color: var(--vonessen-muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-archive-card__details dd {
  min-width: 0;
  margin: 0;
  color: var(--vonessen-ink);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.contact-page__section {
  padding: 76px 0 92px;
  background: #f4f3ef;
}

.contact-page__layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: start;
}

.contact-page__copy {
  padding-top: 10px;
}

.contact-page__copy > span {
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-page__copy h2 {
  margin: 12px 0 18px;
  color: var(--vonessen-blue-dark);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
}

.contact-page__copy p {
  max-width: 430px;
  margin: 0 0 24px;
  color: var(--vonessen-muted);
  font-size: 16px;
  line-height: 1.75;
}

.contact-page__copy a {
  display: inline-block;
  color: var(--vonessen-blue-dark);
  font-size: 15px;
  font-weight: 700;
  text-decoration-color: var(--vonessen-gold);
  text-underline-offset: 5px;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 20px;
  padding: clamp(28px, 5vw, 52px);
  background: #fff;
  border-top: 4px solid var(--vonessen-gold);
  box-shadow: 0 18px 50px rgba(20, 44, 75, 0.08);
}

.contact-form__row {
  display: grid;
  gap: 8px;
}

.contact-form label {
  color: var(--vonessen-blue-dark);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  color: var(--vonessen-ink);
  background: #f8f7f4;
  border: 1px solid #d4d0c8;
  border-radius: 0;
  font: inherit;
  font-size: 16px;
}

.contact-form input {
  min-height: 50px;
  padding: 11px 14px;
}

.contact-form textarea {
  min-height: 180px;
  padding: 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--vonessen-gold);
  outline-offset: 2px;
  border-color: var(--vonessen-blue);
}

.contact-form button {
  justify-self: start;
  min-height: 48px;
  padding: 12px 20px;
  color: #fff;
  background: var(--vonessen-blue-dark);
  border: 1px solid var(--vonessen-blue-dark);
  border-radius: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.contact-form button span {
  margin-left: 10px;
  color: var(--vonessen-gold);
}

.contact-form button:hover,
.contact-form button:focus-visible {
  color: var(--vonessen-blue-dark);
  background: var(--vonessen-gold);
}

.contact-form button:hover span,
.contact-form button:focus-visible span {
  color: var(--vonessen-blue-dark);
}

.contact-form__notice {
  padding: 14px 16px;
  color: var(--vonessen-blue-dark);
  background: #edf4ed;
  border-left: 3px solid #517857;
  font-size: 14px;
  line-height: 1.55;
}

.contact-form__notice--error {
  background: #f8eceb;
  border-left-color: var(--vonessen-red);
}

.contact-form__trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 760px) {
  .contact-page__section {
    padding: 54px 0 70px;
  }

  .contact-page__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contact-form {
    padding: 26px 20px 30px;
  }
}

.image-archive__empty {
  padding: 44px 0;
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

@media (max-width: 980px) {
  .document-image-archive-link {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  }

  .document-image-archive-link__meta {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .image-archive__toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .image-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .document-image-archive-link {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px 18px;
  }

  .document-image-archive-link strong {
    font-size: 22px;
  }

  .document-image-archive-link__preview {
    width: 100%;
    height: 138px;
  }

  .document-image-archive-link__meta {
    grid-column: auto;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .document-image-archive-link__count {
    padding: 0 2px;
  }

  .document-image-archive-link__action {
    width: 100%;
    min-height: 50px;
    justify-content: space-between;
    padding: 13px 16px;
    font-size: 13px;
  }

  .image-archive {
    padding: 48px 0 72px;
  }

  .image-archive__inner {
    width: 90%;
  }

  .image-archive__filters,
  .image-archive__grid {
    grid-template-columns: 1fr;
  }

  .image-archive__filters button {
    width: 100%;
  }

  .image-archive-card h2 {
    font-size: 23px;
  }
}

.page-id-492 .meeting-place-image {
  display: block !important;
  width: min(100%, 220px) !important;
  height: 150px !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  margin: 14px auto !important;
  background-position: center !important;
  background-size: cover !important;
}

.page-id-492 #dvmd_tm_title_0 {
  margin: 0 0 18px !important;
  color: var(--vonessen-blue-dark) !important;
  font-size: 42px !important;
  line-height: 1.08 !important;
}

.page-id-492 .meeting-archive-intro {
  max-width: 820px;
  margin: 0 0 42px !important;
  padding: 4px 0 6px 24px !important;
  border-left: 3px solid var(--vonessen-gold);
}

.page-id-492 .meeting-archive-intro__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #80651f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-id-492 .meeting-archive-intro__lead {
  margin: 0 0 10px;
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.48;
}

.page-id-492 .meeting-archive-intro__note {
  max-width: 720px;
  margin: 0;
  color: var(--vonessen-muted);
  font-size: 15px;
  line-height: 1.65;
}

.page-id-492 .dvmd_table_maker_0 .dvmd_tm_table {
  outline: 1px solid rgba(198, 162, 74, 0.72);
  outline-offset: 6px;
}

.page-id-492 .dvmd_table_maker_0 .dvmd_tm_chead {
  background: var(--vonessen-blue-dark) !important;
  border-bottom: 3px solid var(--vonessen-gold) !important;
}

.page-id-492 .dvmd_table_maker_0 .dvmd_tm_rhead {
  background: var(--vonessen-blue) !important;
  box-shadow: inset 4px 0 0 var(--vonessen-gold);
}

.page-id-492 .dvmd_table_maker_0 .dvmd_tm_tdata {
  border-bottom: 1px solid rgba(198, 162, 74, 0.28) !important;
}

.page-id-492 .dvmd_table_maker_0 .dvmd_tm_col_1 .dvmd_tm_cdata {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.page-id-492 .dvmd_table_maker_0 .dvmd_tm_col_5 a.dvmd_tm_image {
  border: 1px solid rgba(198, 162, 74, 0.9);
  box-shadow: 0 5px 16px rgba(16, 44, 82, 0.14);
}

.page-id-492 .meeting-history-note {
  margin: 0 !important;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .page-id-492 .dvmd_table_maker_0 .dvmd_tm_table {
    grid-template-columns:
      minmax(108px, 0fr)
      minmax(64px, 0fr)
      minmax(70px, 0fr)
      minmax(118px, 1.1fr)
      minmax(145px, 1.45fr)
      minmax(210px, 2.3fr) !important;
  }
}

@media (max-width: 767px) {
  .page-id-492 #dvmd_tm_title_0 {
    font-size: 34px !important;
  }

  .page-id-492 .meeting-archive-intro {
    margin-bottom: 30px !important;
    padding-left: 18px !important;
  }

  .page-id-492 .meeting-archive-intro__lead {
    font-size: 19px;
  }

  .page-id-492 .dvmd_table_maker_0 .dvmd_tm_table {
    outline: 0;
  }
}

.place-detail__gallery {
  width: 88%;
  margin-top: 76px;
}

.place-detail__gallery-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.place-detail__gallery-heading > span {
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.place-detail__gallery-heading h2 {
  margin: 8px 0 12px;
  color: var(--vonessen-blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
}

.place-detail__gallery-heading p {
  margin: 0;
  color: var(--vonessen-muted);
  font-size: 14px;
  line-height: 1.7;
}

.place-detail__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.place-detail__gallery-item {
  margin: 0;
  background: var(--vonessen-surface);
  border: 1px solid var(--vonessen-line);
}

.place-detail__gallery-item a {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.place-detail__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 180ms ease, transform 220ms ease;
}

.place-detail__gallery-item a:hover img,
.place-detail__gallery-item a:focus img {
  opacity: 0.92;
  transform: scale(1.01);
}

.place-detail__gallery-item a span {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 17px;
  background: rgba(16, 44, 82, 0.92);
}

@media (max-width: 900px) {
  .place-detail__gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .place-detail__gallery {
    width: 90%;
    margin-top: 54px;
  }

  .place-detail__gallery-heading h2 {
    font-size: 30px;
  }

  .place-detail__gallery-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--vonessen-ink);
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--vonessen-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--vonessen-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.container {
  width: min(92%, 1180px);
  margin-inline: auto;
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

#page-container {
  min-height: 100vh;
  padding-top: var(--vonessen-header-height);
  overflow: hidden;
}

#main-header {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  left: 0;
  min-height: var(--vonessen-header-height);
  background: rgba(255, 255, 255, 0.98);
  border-top: 3px solid var(--vonessen-gold);
  box-shadow: 0 1px 0 rgba(23, 63, 115, 0.13);
}

body.admin-bar #main-header {
  top: 32px;
}

.et_menu_container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: calc(var(--vonessen-header-height) - 3px);
}

.logo_container {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  inset: auto;
  width: auto;
  height: auto;
  text-align: left;
  pointer-events: auto;
}

.logo_container .site-brand {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 12px;
  color: var(--vonessen-blue-dark);
  text-decoration: none;
}

#logo {
  display: block;
  width: 46px;
  height: 57px;
  max-height: none;
  object-fit: contain;
}

.site-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.site-brand__text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.site-brand__text small {
  margin-top: 5px;
  color: var(--vonessen-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#et-top-navigation {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  min-height: calc(var(--vonessen-header-height) - 3px);
  padding: 0;
}

#top-menu-nav {
  display: flex;
  align-items: stretch;
}

#top-menu-nav,
#top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#top-menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 28px;
}

#top-menu > li {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

#top-menu > li:nth-child(2) {
  margin-right: 0;
}

#top-menu > li > a {
  display: flex;
  align-items: center;
  padding: 3px 0 0;
  color: var(--vonessen-blue-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

#top-menu > li > a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--vonessen-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

#top-menu > li:hover > a::before,
#top-menu > li:focus-within > a::before,
#top-menu > .current-menu-item > a::before,
#top-menu > .current-menu-ancestor > a::before {
  transform: scaleX(1);
}

#top-menu a:hover,
#top-menu .current-menu-item > a,
#top-menu .current-menu-ancestor > a {
  color: var(--vonessen-red);
}

#top-menu > li:last-child > a {
  color: var(--vonessen-red);
}

#top-menu .menu-item-has-children > a:first-child {
  padding-right: 17px;
}

#top-menu .menu-item-has-children > a:first-child::after {
  position: absolute;
  top: 50%;
  right: 1px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: "";
  font-family: inherit;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

#top-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  width: 280px;
  margin: 0;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(16, 44, 82, 0.12);
  border-top: 3px solid var(--vonessen-gold);
  box-shadow: 0 10px 30px rgba(16, 44, 82, 0.16);
  transition: opacity 160ms ease, visibility 160ms ease;
}

#top-menu li:hover > .sub-menu,
#top-menu li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
}

#top-menu .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#top-menu .sub-menu a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 9px 21px;
  color: var(--vonessen-blue-dark);
  font-size: 14px;
  line-height: 1.45;
}

#top-menu .sub-menu a:hover {
  color: var(--vonessen-red);
  background: var(--vonessen-surface);
}

#top-menu .sub-menu .current-menu-item > a {
  color: var(--vonessen-blue);
  background: #eef2f4;
  box-shadow: inset 3px 0 var(--vonessen-gold);
}

#et_mobile_nav_menu {
  display: none;
}

.mobile-menu-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--vonessen-blue);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.mobile-menu-toggle::before,
.mobile-menu-toggle::after,
.mobile-menu-toggle > .mobile-menu-line {
  position: absolute;
  width: 27px;
  height: 2px;
  content: "";
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.mobile-menu-toggle::before {
  transform: translateY(-8px);
}

.mobile-menu-toggle::after {
  transform: translateY(8px);
}

.mobile_nav.opened .mobile-menu-toggle::before {
  transform: rotate(45deg);
}

.mobile_nav.opened .mobile-menu-toggle::after {
  transform: rotate(-45deg);
}

.mobile_nav.opened .mobile-menu-toggle > .mobile-menu-line {
  opacity: 0;
}

.et_mobile_menu {
  position: fixed !important;
  top: var(--vonessen-header-height) !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 9997;
  display: none;
  width: 100vw !important;
  max-width: none !important;
  max-height: calc(100vh - var(--vonessen-header-height));
  margin: 0;
  padding: 18px 5% 28px;
  overflow: auto;
  background: #fff;
  border-top: 3px solid var(--vonessen-gold);
  box-shadow: 0 12px 28px rgba(16, 44, 82, 0.16);
  list-style: none;
}

.mobile_nav.opened .et_mobile_menu {
  display: block;
}

.et_mobile_menu ul {
  padding-left: 20px;
  list-style: none;
}

.et_mobile_menu a {
  display: block;
  padding: 10px 0;
  color: var(--vonessen-blue-dark);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--vonessen-line);
}

.heritage-hero {
  position: relative;
  display: flex;
  align-items: center;
  height: min(720px, calc(100svh - var(--vonessen-header-height) - 52px));
  min-height: 570px;
  overflow: hidden;
  background: var(--vonessen-surface);
  border-bottom: 1px solid var(--vonessen-line);
}

.heritage-hero__inner {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  width: min(92%, 1180px);
  height: 100%;
  margin: 0 auto;
  padding: 34px 0 22px;
}

.heritage-hero__heading {
  position: relative;
  z-index: 2;
  text-align: center;
}

.heritage-hero__heading span {
  display: block;
  color: var(--vonessen-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heritage-hero__heading h1 {
  margin: 4px 0 0;
  color: var(--vonessen-blue-dark);
  font-size: 60px;
  line-height: 1;
}

.heritage-hero__heading p {
  margin: 10px 0 0;
  color: var(--vonessen-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  letter-spacing: 1px;
}

.heritage-hero__arms {
  display: block;
  width: auto;
  max-width: min(78vw, 720px);
  max-height: 440px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.heritage-shortcuts {
  background: #fff;
  border-bottom: 1px solid var(--vonessen-line);
}

.heritage-shortcuts__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.heritage-shortcuts a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 116px;
  padding: 22px 34px;
  color: var(--vonessen-blue-dark);
  text-decoration: none;
  border-left: 1px solid var(--vonessen-line);
}

.heritage-shortcuts a:last-child {
  border-right: 1px solid var(--vonessen-line);
}

.heritage-shortcuts a::after {
  position: absolute;
  right: 28px;
  color: var(--vonessen-gold);
  content: "\2192";
  font-size: 24px;
  transition: transform 160ms ease;
}

.heritage-shortcuts a:hover::after,
.heritage-shortcuts a:focus::after {
  transform: translateX(4px);
}

.heritage-shortcuts span {
  color: var(--vonessen-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.heritage-shortcuts strong {
  max-width: 210px;
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.heritage-archive {
  padding: 76px 0;
  overflow: hidden;
  background: #eef1f3;
  border-bottom: 1px solid var(--vonessen-line);
}

.heritage-archive__inner {
  display: grid;
  grid-template-columns: minmax(260px, 400px) minmax(0, 1fr);
  gap: clamp(54px, 9vw, 132px);
  align-items: center;
  width: min(86%, 1060px);
}

.heritage-archive__figure {
  margin: 0;
}

.heritage-archive__figure img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  box-shadow: 0 16px 34px rgba(16, 44, 82, 0.14);
}

.heritage-archive__figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 13px;
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.heritage-archive__figure figcaption span {
  color: var(--vonessen-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heritage-archive__content > span {
  display: block;
  color: var(--vonessen-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.heritage-archive__content h2 {
  max-width: 560px;
  margin: 10px 0 20px;
  color: var(--vonessen-blue-dark);
  font-size: 45px;
  line-height: 1.08;
}

.heritage-archive__content p {
  max-width: 510px;
  margin: 0;
  color: var(--vonessen-ink);
  font-size: 17px;
  line-height: 1.75;
}

.heritage-archive__content a {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding-bottom: 6px;
  color: var(--vonessen-blue-dark);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--vonessen-gold);
}

.heritage-archive__content a span {
  color: var(--vonessen-red);
  font-size: 20px;
  transition: transform 160ms ease;
}

.heritage-archive__content a:hover span,
.heritage-archive__content a:focus span {
  transform: translateX(4px);
}

.page-id-400 #main-content {
  background: #fff;
}

.page-id-400 .entry-content {
  overflow: hidden;
}

.places-intro {
  padding: 92px 0 84px;
  color: #fff;
  background: var(--vonessen-blue-dark);
  border-bottom: 4px solid var(--vonessen-gold);
}

.places-intro__inner {
  width: min(86%, 960px);
  margin: 0 auto;
}

.places-eyebrow {
  display: block;
  color: var(--vonessen-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.places-intro h1 {
  max-width: 760px;
  margin: 11px 0 24px;
  color: #fff;
  font-size: 56px;
  line-height: 1.06;
}

.places-intro p {
  max-width: 720px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
}

.places-index {
  padding: 28px 0;
  background: #eef1f3;
  border-bottom: 1px solid var(--vonessen-line);
}

.places-index__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.places-index__item {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: var(--vonessen-blue-dark);
}

.places-index__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}

.places-index__label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  min-height: 60px;
  padding: 8px 44px 8px 17px;
  color: #fff;
  background: rgba(16, 44, 82, 0.94);
}

.places-index__label::after {
  position: absolute;
  top: 50%;
  right: 17px;
  color: var(--vonessen-gold);
  content: "\2193";
  font-size: 21px;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.places-index__label small {
  color: #e5c86f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-transform: uppercase;
}

.places-index__label strong {
  margin-top: 3px;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.places-index__item:hover img,
.places-index__item:focus img {
  opacity: 0.9;
  transform: scale(1.025);
}

.places-index__item:hover .places-index__label::after,
.places-index__item:focus .places-index__label::after {
  transform: translateY(-35%);
}

.places-index__item:focus-visible,
.place-story__image-link:focus-visible {
  outline: 3px solid var(--vonessen-gold);
  outline-offset: 3px;
}

.places-stories {
  background: #fff;
}

.place-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(54px, 8vw, 116px);
  align-items: center;
  width: min(86%, 1180px);
  margin: 0 auto;
  padding: 88px 0;
  border-bottom: 1px solid var(--vonessen-line);
  scroll-margin-top: calc(var(--vonessen-header-height) + 24px);
}

.place-story:last-child {
  border-bottom: 0;
}

.place-story:nth-child(even) {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.place-story:nth-child(even) .place-story__media {
  order: 2;
}

.place-story:nth-child(even) .place-story__content {
  order: 1;
}

.place-story__media {
  margin: 0;
}

.place-story__image-link {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}

.place-story__media img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--vonessen-surface);
  box-shadow: 0 16px 34px rgba(16, 44, 82, 0.12);
  transition: opacity 180ms ease;
}

.place-story__image-link:hover img,
.place-story__image-link:focus img {
  opacity: 0.92;
}

.place-story__image-open {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  background: rgba(16, 44, 82, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.42);
  transition: background 160ms ease, transform 160ms ease;
}

.place-story__image-link:hover .place-story__image-open,
.place-story__image-link:focus .place-story__image-open {
  background: var(--vonessen-red);
  transform: translate(2px, -2px);
}

.meeting-image-link {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  isolation: isolate;
}

.meeting-image-link::after {
  position: absolute;
  top: 9px;
  right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  background: rgba(16, 44, 82, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.48);
  content: "\2197";
  transition: background 160ms ease, transform 160ms ease;
}

.meeting-image-link:hover::after,
.meeting-image-link:focus::after {
  background: var(--vonessen-red);
  transform: translate(2px, -2px);
}

.meeting-image-link:focus-visible {
  outline: 3px solid var(--vonessen-gold);
  outline-offset: -3px;
}

#kavlas .place-story__media img {
  max-width: 591px;
}

.place-story__media figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 18px;
  margin-top: 12px;
  color: var(--vonessen-muted);
  font-size: 11px;
  letter-spacing: 0.4px;
  line-height: 1.5;
}

.place-story__media figcaption a {
  color: var(--vonessen-blue);
  text-decoration-color: var(--vonessen-gold);
  text-underline-offset: 3px;
}

.place-story__meta {
  display: block;
  color: var(--vonessen-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.place-story__content h2 {
  margin: 10px 0 23px;
  color: var(--vonessen-blue-dark);
  font-size: 44px;
  line-height: 1.08;
}

.place-story__content h2 small {
  color: var(--vonessen-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.place-story__content p {
  margin: 0 0 16px;
  padding: 0;
  color: var(--vonessen-ink);
  font-size: 16px;
  line-height: 1.75;
}

.place-story__source {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  margin-top: 13px;
  padding-bottom: 5px;
  color: var(--vonessen-blue-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--vonessen-gold);
}

.place-story__source span {
  color: var(--vonessen-red);
  font-size: 18px;
  transition: transform 160ms ease;
}

.place-story__source:hover span,
.place-story__source:focus span {
  transform: translateX(4px);
}

.place-story__actions,
.place-related__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 20px;
}

.place-detail-link,
.place-external-link {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.place-detail-link {
  color: #fff !important;
  background: var(--vonessen-blue);
  border: 1px solid var(--vonessen-blue);
}

.place-detail-link:hover,
.place-detail-link:focus {
  color: #fff !important;
  background: var(--vonessen-red);
  border-color: var(--vonessen-red);
}

.place-external-link {
  color: var(--vonessen-blue-dark) !important;
  background: transparent;
  border: 1px solid var(--vonessen-gold);
}

.place-external-link:hover,
.place-external-link:focus {
  color: #fff !important;
  background: var(--vonessen-blue-dark);
}

.place-detail-link span,
.place-external-link span {
  font-size: 16px;
}

#main-content {
  min-height: 55vh;
  background: #fff;
}

.entry-content {
  color: var(--vonessen-ink);
}

.home .et_pb_section_18 {
  min-height: 0 !important;
  padding: 72px 0 78px !important;
  background: #fff !important;
}

.home .et_pb_row_16,
.home .et_pb_image_6 {
  display: none !important;
}

.home .et_pb_row_17 {
  width: min(88%, 860px) !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.home .et_pb_row_17 > .et_pb_column {
  display: block !important;
}

.home .et_pb_text_7 {
  margin: 0 !important;
  color: var(--vonessen-ink) !important;
  font-size: 17px;
  line-height: 1.75;
}

.home .et_pb_text_7 h5 {
  margin: 0 0 12px;
  padding: 0;
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.5;
}

.home .et_pb_text_7 h5:first-child {
  margin-bottom: 18px;
  color: var(--vonessen-blue-dark);
  font-size: 30px;
  line-height: 1.35;
}

.home .et_pb_text_7 ul {
  padding-left: 22px;
}

.home .et_pb_section_19 {
  min-height: 0 !important;
  padding: 0 !important;
}

.vonessen-standard-content {
  width: min(90%, 1080px);
  margin: 0 auto;
  padding: 72px 0;
}

.vonessen-standard-content h1 {
  margin-top: 0;
  color: var(--vonessen-blue-dark);
  font-size: 46px;
  line-height: 1.15;
}

.vonessen-post-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}

.vonessen-post-list article {
  padding-bottom: 24px;
  border-bottom: 2px solid var(--vonessen-gold);
}

.et_pb_button,
button,
input[type="submit"] {
  border-radius: 4px;
}

.dvmd_table_maker .dvmd_tm_chead,
.dvmd_table_maker .dvmd_tm_rhead {
  color: #fff !important;
  background: var(--vonessen-blue) !important;
}

.dvmd_table_maker .dvmd_tm_tdata {
  color: var(--vonessen-ink) !important;
  background: #f1f4f7 !important;
}

.dvmd_table_maker .dvmd_tm_trow:nth-child(even) .dvmd_tm_tdata {
  background: #f8f9f8 !important;
}

.dvmd_table_maker .dvmd_tm_title,
.dvmd_table_maker h2 {
  color: var(--vonessen-blue-dark) !important;
}

#main-footer {
  color: #fff;
  background: var(--vonessen-blue-dark);
  border-top: 4px solid var(--vonessen-gold);
}

.footer-identity {
  padding: 38px 0 28px;
}

.footer-identity__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-identity img {
  width: 43px;
  height: 53px;
  object-fit: contain;
  background: #fff;
}

.footer-identity__inner div {
  display: flex;
  flex-direction: column;
}

.footer-identity strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.footer-identity span {
  margin-top: 3px;
  color: #d7dce2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
}

#et-footer-nav {
  background: rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bottom-nav {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.bottom-nav li {
  display: inline-block;
}

.bottom-nav a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
}

.bottom-nav a:hover {
  color: #f3d98d;
}

#footer-bottom {
  min-height: 0;
  padding: 13px 0;
  background: #0b203c;
}

#footer-bottom p {
  margin: 0;
  padding: 0;
  color: #c8d0d9;
  font-size: 12px;
}

@media (max-width: 1100px) {
  #top-menu {
    gap: 18px;
  }

  #top-menu > li > a {
    font-size: 14px;
  }

  .site-brand__text strong {
    font-size: 21px;
  }

  .places-index__grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .places-index__item {
    grid-column: span 2;
  }

  .places-index__item:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .places-index__item:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 980px) {
  :root {
    --vonessen-header-height: 74px;
  }

  .container {
    width: 90%;
  }

  #top-menu-nav {
    display: none;
  }

  #et-top-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }

  #et_mobile_nav_menu {
    display: block;
  }

  #logo {
    width: 38px;
    height: 47px;
  }

  .site-brand__text strong {
    font-size: 20px;
  }

  .site-brand__text small {
    margin-top: 4px;
    font-size: 9px;
    letter-spacing: 1.2px;
  }

  .heritage-hero {
    height: calc(100svh - var(--vonessen-header-height) - 44px);
    min-height: 560px;
  }

  .heritage-hero__inner {
    padding-top: 30px;
  }

  .heritage-hero__heading h1 {
    font-size: 50px;
  }

  .heritage-hero__arms {
    max-width: 88vw;
    max-height: 430px;
  }

  .heritage-shortcuts a {
    padding-right: 48px;
    padding-left: 22px;
  }

  .heritage-shortcuts a::after {
    right: 18px;
  }

  .heritage-archive {
    padding: 64px 0;
  }

  .heritage-archive__inner {
    gap: 48px;
    width: 88%;
  }

  .heritage-archive__content h2 {
    font-size: 38px;
  }

  .places-intro {
    padding: 76px 0 70px;
  }

  .places-intro h1 {
    font-size: 48px;
  }

  .places-index__grid {
    width: 92%;
  }

  .places-index__label {
    min-height: 60px;
    padding-right: 38px;
    padding-left: 13px;
  }

  .places-index__label::after {
    right: 13px;
  }

  .places-index__label strong {
    font-size: 17px;
  }

  .place-story,
  .place-story:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.9fr);
    gap: 48px;
    width: 88%;
    padding: 70px 0;
  }

  .place-story__content h2 {
    font-size: 38px;
  }

  .home .et_pb_section_18 {
    padding: 58px 0 64px !important;
  }

  .dvmd_table_maker .dvmd_tm_toggle i::after {
    content: "+" !important;
    font-family: Arial, sans-serif !important;
    font-size: 24px;
    font-weight: 400;
  }

  .dvmd_table_maker .dvmd_tm_tblock.dvmd_tm_active .dvmd_tm_toggle i::after {
    content: "-" !important;
  }
}

@media (max-width: 700px) {
  .heritage-hero {
    height: calc(100svh - var(--vonessen-header-height) - 36px);
    min-height: 545px;
  }

  .heritage-hero__inner {
    padding: 25px 0 16px;
  }

  .heritage-hero__heading span {
    font-size: 10px;
    letter-spacing: 1.6px;
  }

  .heritage-hero__heading h1 {
    font-size: 42px;
  }

  .heritage-hero__heading p {
    margin-top: 7px;
    font-size: 15px;
  }

  .heritage-hero__arms {
    max-width: 94vw;
    max-height: 46svh;
  }

  .heritage-shortcuts__inner {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heritage-shortcuts a,
  .heritage-shortcuts a:last-child {
    min-height: 88px;
    padding: 17px 54px 17px 5%;
    border-right: 0;
    border-bottom: 1px solid var(--vonessen-line);
    border-left: 0;
  }

  .heritage-shortcuts a:last-child {
    border-bottom: 0;
  }

  .heritage-shortcuts strong {
    font-size: 17px;
  }

  .heritage-archive {
    padding: 50px 0 54px;
  }

  .heritage-archive__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: 90%;
  }

  .heritage-archive__figure {
    width: min(100%, 400px);
    margin: 0 auto;
  }

  .heritage-archive__content {
    max-width: 520px;
    margin: 0 auto;
  }

  .heritage-archive__content h2 {
    margin-bottom: 16px;
    font-size: 34px;
  }

  .heritage-archive__content p {
    font-size: 16px;
  }

  .places-intro {
    padding: 58px 0 52px;
  }

  .places-intro__inner {
    width: 90%;
  }

  .places-intro h1 {
    margin-bottom: 18px;
    font-size: 38px;
  }

  .places-intro p {
    font-size: 16px;
    line-height: 1.7;
  }

  .places-index {
    padding: 10px 0;
  }

  .places-index__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: calc(100% - 20px);
  }

  .places-index__item,
  .places-index__item:nth-child(4),
  .places-index__item:nth-child(5) {
    grid-column: auto;
  }

  .places-index__item:last-child {
    grid-column: 1 / -1;
    aspect-ratio: 2 / 1;
  }

  .places-index__label {
    min-height: 56px;
    padding: 7px 32px 7px 11px;
  }

  .places-index__label::after {
    right: 11px;
    font-size: 18px;
  }

  .places-index__label small {
    font-size: 8px;
    letter-spacing: 0.8px;
  }

  .places-index__label strong {
    margin-top: 2px;
    font-size: 16px;
  }

  .place-story,
  .place-story:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 31px;
    width: 90%;
    padding: 52px 0 56px;
  }

  .place-story:nth-child(even) .place-story__media,
  .place-story:nth-child(even) .place-story__content {
    order: initial;
  }

  .place-story__content h2 {
    margin-bottom: 18px;
    font-size: 34px;
  }

  .place-story__content p {
    font-size: 15px;
    line-height: 1.72;
  }

  .home .et_pb_section_18 {
    padding: 46px 0 52px !important;
  }

  .home .et_pb_row_17 {
    width: 90% !important;
  }

  .home .et_pb_text_7 {
    font-size: 16px;
    line-height: 1.7;
  }

  .home .et_pb_text_7 h5 {
    font-size: 18px;
  }

  .home .et_pb_text_7 h5:first-child {
    font-size: 25px;
  }

  .footer-identity {
    padding: 30px 0 22px;
  }
}

/* Editorial content model and style guide, version 3.0.0 */
.places-legend__mark--estate,
.place-role--estate {
  background: #5f6478;
}

.places-page--dynamic .places-intro__editorial > :first-child,
.family-page--dynamic .family-history__text > :first-child,
.person-profile > p:first-of-type,
.literature-list li div > p:first-of-type {
  margin-top: 0;
}

.places-page--dynamic .places-intro__editorial > :last-child,
.family-page--dynamic .family-history__text > :last-child,
.person-profile > p:last-of-type {
  margin-bottom: 0;
}

.place-related > .place-related__item:only-child {
  grid-column: 1 / -1;
}

.place-related > .place-related__item:only-child:not(.place-related__item--text) {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  width: 100%;
  max-width: 820px;
  justify-self: center;
}

.place-related > .place-related__item:only-child:not(.place-related__item--text) .place-related__media {
  height: 100%;
  min-height: 290px;
  aspect-ratio: auto;
}

.place-related > .place-related__item:only-child > div {
  max-width: 760px;
}

.literature-list__details {
  color: var(--vonessen-ink) !important;
  font-weight: 700;
}

.styleguide-page {
  color: var(--vonessen-ink);
  background: #fff;
}

.styleguide-intro {
  color: #fff;
  background: var(--vonessen-blue-dark);
  border-bottom: 7px solid var(--vonessen-gold);
}

.styleguide-intro__inner {
  width: 84%;
  padding: 92px 0 86px;
}

.styleguide-intro span,
.styleguide-heading > span {
  color: var(--vonessen-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.styleguide-intro h1 {
  margin: 9px 0 16px;
  color: #fff;
  font-size: 58px;
  line-height: 1;
}

.styleguide-intro p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.6;
}

.styleguide-nav {
  position: sticky;
  z-index: 20;
  top: var(--vonessen-header-height);
  background: #fff;
  border-bottom: 1px solid var(--vonessen-line);
}

.styleguide-nav .container {
  display: flex;
  width: 84%;
}

.styleguide-nav a {
  padding: 17px 25px;
  color: var(--vonessen-blue-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-right: 1px solid var(--vonessen-line);
}

.styleguide-nav a:first-child {
  border-left: 1px solid var(--vonessen-line);
}

.styleguide-nav a:hover,
.styleguide-nav a:focus {
  background: var(--vonessen-surface);
}

.styleguide-section {
  scroll-margin-top: calc(var(--vonessen-header-height) + 54px);
  padding: 88px 0 96px;
}

.styleguide-section--warm {
  background: #f5f3ee;
}

.styleguide-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 78px;
  width: 84%;
}

.styleguide-heading h2 {
  margin: 7px 0 13px;
  color: var(--vonessen-blue-dark);
  font-size: 42px;
  line-height: 1.1;
}

.styleguide-heading p {
  margin: 0;
  color: var(--vonessen-muted);
  font-size: 14px;
  line-height: 1.75;
}

.styleguide-swatches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.styleguide-swatches div {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--vonessen-line);
}

.styleguide-swatches i {
  display: block;
  aspect-ratio: 2 / 1;
  background: var(--swatch);
  border-bottom: 1px solid var(--vonessen-line);
}

.styleguide-swatches strong,
.styleguide-swatches code {
  display: block;
  padding: 0 14px;
}

.styleguide-swatches strong {
  padding-top: 12px;
  color: var(--vonessen-blue-dark);
  font-size: 13px;
}

.styleguide-swatches code {
  padding-top: 2px;
  padding-bottom: 13px;
  color: var(--vonessen-muted);
  font-size: 11px;
}

.styleguide-type-samples > div {
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d7d3ca;
}

.styleguide-type-samples > div:last-child {
  margin-bottom: 0;
}

.styleguide-type-samples small {
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.styleguide-type-samples p {
  max-width: 720px;
  margin: 9px 0 0;
}

.styleguide-type-samples .styleguide-display {
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 1.1;
}

.styleguide-type-samples .styleguide-heading-sample {
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.2;
}

.styleguide-role-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--vonessen-line);
}

.styleguide-link-sample,
.styleguide-caption-sample {
  padding: 27px 0;
  border-bottom: 1px solid var(--vonessen-line);
}

.styleguide-caption-sample strong {
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.styleguide-caption-sample p {
  margin: 8px 0 0;
  color: var(--vonessen-muted);
  font-size: 12px;
}

.styleguide-section--blue {
  color: #fff;
  background: var(--vonessen-blue-dark);
}

.styleguide-section--blue .styleguide-heading h2 {
  color: #fff;
}

.styleguide-section--blue .styleguide-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.styleguide-rules {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.styleguide-rules li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.styleguide-rules span {
  color: var(--vonessen-gold);
  font-size: 11px;
  font-weight: 700;
}

.styleguide-rules p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .styleguide-intro__inner,
  .styleguide-nav .container,
  .styleguide-layout {
    width: 90%;
  }

  .styleguide-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .styleguide-swatches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .styleguide-nav {
    position: static;
  }

  .styleguide-nav .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .styleguide-nav a,
  .styleguide-nav a:first-child {
    padding: 13px 16px;
    border-right: 1px solid var(--vonessen-line);
    border-bottom: 1px solid var(--vonessen-line);
    border-left: 0;
  }

  .styleguide-intro h1 {
    font-size: 44px;
  }

  .styleguide-type-samples .styleguide-display {
    font-size: 38px;
  }
}

@media (max-width: 430px) {
  .styleguide-swatches {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar #main-header {
    top: 46px;
  }
}

@media (max-width: 430px) {
  .site-brand__text small {
    display: none;
  }

  .heritage-hero {
    min-height: 520px;
  }

  .heritage-archive__figure figcaption {
    flex-direction: column;
    gap: 4px;
  }

  .places-intro h1 {
    font-size: 34px;
  }

  .places-index__label {
    min-height: 56px;
  }

  .places-index__label small {
    max-width: 110px;
    white-space: nowrap;
  }

  .places-index__label strong {
    font-size: 15px;
  }
}


/* Geographic overview for the places archive, version 3.9.0 */
.places-map {
  color: var(--vonessen-ink);
  background: #eef1f2;
  border-top: 1px solid var(--vonessen-line);
  border-bottom: 1px solid var(--vonessen-line);
}

.places-map__inner {
  padding: 68px 0 72px;
}

.places-map__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  align-items: end;
  gap: 70px;
  max-width: 1000px;
  margin-bottom: 38px;
}

.places-map__heading span {
  color: var(--vonessen-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.places-map__heading h2 {
  margin: 5px 0 0;
  color: var(--vonessen-blue-dark);
  font-size: 44px;
  line-height: 1.08;
}

.places-map__heading p {
  max-width: 620px;
  margin: 0 0 3px;
  color: var(--vonessen-muted);
  font-size: 16px;
  line-height: 1.65;
}

.places-map__layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.84fr) minmax(0, 1.16fr);
  align-items: center;
  gap: 74px;
}

.places-map__visual {
  min-width: 0;
  text-align: center;
}

.places-map__visual svg {
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}

.places-map__visual > p {
  margin: -21px 0 0;
  color: var(--vonessen-muted);
  font-size: 12px;
}

.places-map__coast {
  fill: #dce3df;
  stroke: #76857f;
  stroke-linejoin: round;
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}

.places-map__leader {
  stroke: #66746f;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.places-map__point {
  fill: var(--vonessen-blue-dark);
  stroke: #eef1f2;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.places-map__marker {
  text-decoration: none;
}

.places-map__marker > circle {
  fill: var(--vonessen-blue);
  stroke: #fff;
  stroke-width: 3;
  transition: fill 160ms ease, transform 160ms ease;
  transform-box: fill-box;
  transform-origin: center;
}

.places-map__marker--related > circle {
  fill: var(--vonessen-gold);
}

.places-map__marker--estate > circle {
  fill: #5f6478;
}

.places-map__marker--work > circle {
  fill: var(--vonessen-red);
}

.places-map__marker text {
  fill: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: none;
}

.places-map__marker:hover > circle,
.places-map__marker:focus > circle {
  fill: var(--vonessen-red);
  transform: scale(1.13);
}

.places-map__marker:focus {
  outline: none;
}

.places-map__directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 18px;
}

.places-map__region {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(16, 44, 82, 0.14);
}

.places-map__region-summary {
  display: block;
  color: #fff;
  text-decoration: none;
}

.places-map__region-image {
  display: block;
  height: 104px;
  overflow: hidden;
  background: #dce3df;
}

.places-map__region-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, opacity 180ms ease;
}

.places-map__region:nth-child(1) .places-map__region-image img {
  object-position: 50% 10%;
}

.places-map__region:nth-child(2) .places-map__region-image img {
  object-position: 96% 30%;
  transform: scale(1.2);
}

.places-map__region:nth-child(3) .places-map__region-image img {
  object-position: 50% 75%;
  transform: scale(1.28);
}

.places-map__region:nth-child(4) .places-map__region-image img {
  object-position: 50% 8%;
  transform: scale(1.02);
}

.places-map__region-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 3px 13px 4px;
  background: var(--vonessen-blue-dark);
}

.places-map__region-heading > span {
  min-width: 0;
}

.places-map__region-heading small,
.places-map__region-heading strong {
  display: block;
  letter-spacing: 0;
}

.places-map__region-heading small {
  color: #e5c86f;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.places-map__region-heading strong {
  margin-top: 2px;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.places-map__region-heading i {
  color: var(--vonessen-gold);
  font-size: 19px;
  font-style: normal;
  line-height: 1;
  transition: transform 160ms ease;
}

.places-map__region-summary:hover .places-map__region-image img,
.places-map__region-summary:focus .places-map__region-image img {
  opacity: 0.92;
  transform: scale(1.04);
}

.places-map__region:nth-child(2) .places-map__region-summary:hover .places-map__region-image img,
.places-map__region:nth-child(2) .places-map__region-summary:focus .places-map__region-image img {
  transform: scale(1.24);
}

.places-map__region:nth-child(3) .places-map__region-summary:hover .places-map__region-image img,
.places-map__region:nth-child(3) .places-map__region-summary:focus .places-map__region-image img {
  transform: scale(1.32);
}

.places-map__region:nth-child(4) .places-map__region-summary:hover .places-map__region-image img,
.places-map__region:nth-child(4) .places-map__region-summary:focus .places-map__region-image img {
  transform: scale(1.06);
}

.places-map__region-summary:hover .places-map__region-heading i,
.places-map__region-summary:focus .places-map__region-heading i {
  transform: translateY(2px);
}

.places-map__region-summary:focus-visible {
  outline: 3px solid var(--vonessen-gold);
  outline-offset: -3px;
}

.places-map__region ol {
  display: grid;
  align-content: start;
  flex: 1;
  margin: 0;
  padding: 9px 13px 12px;
  list-style: none;
}

.places-map__region li + li {
  border-top: 1px solid rgba(16, 44, 82, 0.09);
}

.places-map__region ol a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-height: 29px;
  color: var(--vonessen-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.places-map__region ol a span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: var(--vonessen-blue);
  border-radius: 50%;
  font-size: 9px;
}

.places-map__region ol a:hover,
.places-map__region ol a:focus-visible {
  color: var(--vonessen-red);
}

.places-map__region ol a:focus-visible {
  outline: 2px solid var(--vonessen-gold);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .places-map__heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .places-map__layout {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 38px;
  }

  .places-map__directory {
    gap: 15px;
  }
}

@media (max-width: 700px) {
  .places-map__inner {
    width: 90%;
    padding: 51px 0 57px;
  }

  .places-map__heading {
    margin-bottom: 24px;
  }

  .places-map__heading h2 {
    font-size: 34px;
  }

  .places-map__heading p {
    font-size: 15px;
  }

  .places-map__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .places-map__visual svg {
    width: min(100%, 390px);
  }

  .places-map__directory {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .places-map__region-image {
    height: 124px;
  }

  .places-map__region ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  .places-map__region li + li {
    border-top: 0;
  }

  .places-map__region ol a {
    min-height: 34px;
    font-size: 13px;
  }
}

/* Hierarchical places and family archive, version 2.0.0 */
.places-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 31px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.places-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.places-legend__mark {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, 0.46);
}

.places-legend__mark--main,
.place-role--main { background: var(--vonessen-gold); }
.places-legend__mark--related,
.place-role--related { background: var(--vonessen-red); }
.places-legend__mark--work,
.place-role--work { background: #4e7f68; }

.places-index__item:last-child img {
  object-position: center 31%;
}

.places-index__item:nth-child(2) img {
  object-position: 66% 48%;
  transform: scale(1.24);
}

.places-index__item:nth-child(2):hover img,
.places-index__item:nth-child(2):focus img {
  transform: scale(1.28);
}

.places-index__item:nth-child(3) img {
  transform: translateY(-36%);
}

.places-index__item:nth-child(3):hover img,
.places-index__item:nth-child(3):focus img {
  transform: translateY(-36%) scale(1.03);
}

.place-group {
  scroll-margin-top: calc(var(--vonessen-header-height) + 16px);
  padding-top: 74px;
  border-bottom: 1px solid var(--vonessen-line);
}

.place-group:nth-child(even) {
  background: #f5f3ee;
}

.place-group--closing {
  padding-bottom: 82px;
}

.place-group__header {
  width: 84%;
  max-width: 850px;
  margin-bottom: 14px;
  text-align: center;
}

.place-group__header > span,
.family-section-heading > span {
  color: var(--vonessen-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.place-group__header h2,
.family-section-heading h2 {
  margin: 7px 0 13px;
  color: var(--vonessen-blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
}

.place-group__header p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--vonessen-muted);
  font-size: 16px;
  line-height: 1.75;
}

.place-group .place-story,
.place-group .place-story:nth-child(even) {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  padding-top: 54px;
  padding-bottom: 66px;
}

.place-group .place-story:nth-child(even) .place-story__media,
.place-group .place-story:nth-child(even) .place-story__content {
  order: initial;
}

.place-story#salsta,
.place-story#rydboholm {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.place-story#salsta .place-story__media,
.place-story#rydboholm .place-story__media { order: 2; }
.place-story#salsta .place-story__content,
.place-story#rydboholm .place-story__content { order: 1; }

.place-story__content h3 {
  margin: 7px 0 25px;
  color: var(--vonessen-blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.08;
}

.place-story__content h3 small {
  display: block;
  margin-top: 7px;
  color: var(--vonessen-muted);
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.place-role {
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.place-role--main { color: var(--vonessen-blue); }

.place-related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 88%;
  padding-bottom: 76px;
}

.place-related--attached {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  width: 78%;
  margin-top: -28px;
  padding-left: 44px;
}

.place-related--attached::before {
  position: absolute;
  top: 2px;
  bottom: 76px;
  left: 12px;
  width: 2px;
  content: '';
  background: var(--vonessen-gold);
}

.place-related__heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: var(--vonessen-muted);
}

.place-related__heading span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.place-related__heading strong {
  color: var(--vonessen-blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 400;
}

.place-related--attached .place-related__item {
  border-left: 4px solid var(--vonessen-gold);
}

.place-related--attached .place-related__item:not(.place-related__item--text) {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  width: 100%;
  max-width: 820px;
  justify-self: center;
}

.place-related--attached .place-related__item:not(.place-related__item--text) .place-related__media {
  min-height: 290px;
}

.place-related__item {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--vonessen-line);
  box-shadow: 0 12px 28px rgba(16, 44, 82, 0.06);
  scroll-margin-top: calc(var(--vonessen-header-height) + 24px);
}

.place-related__item:nth-child(3):last-child {
  grid-column: 1 / -1;
}

@media (min-width: 701px) {
  .place-related__item#alvasjo-brandstorp:nth-child(3):last-child {
    grid-column: auto;
  }
}

.place-related__item > div {
  padding: 28px 30px 31px;
}

.place-related__media {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--vonessen-surface);
}

.place-related__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 220ms ease;
}

.place-related__media > span {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 18px;
  background: rgba(16, 44, 82, 0.92);
}

.place-related__media:hover img,
.place-related__media:focus img {
  opacity: 0.92;
  transform: scale(1.015);
}

.place-related__item h3 {
  margin: 10px 0 13px;
  color: var(--vonessen-blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.15;
}

.place-related__item p {
  margin: 0 0 17px;
  color: var(--vonessen-text);
  font-size: 14px;
  line-height: 1.75;
}

.place-related__item .place-related__caption {
  color: var(--vonessen-muted);
  font-size: 11px;
}

.place-related__item a:not(.place-related__media) {
  color: var(--vonessen-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration-color: var(--vonessen-gold);
  text-underline-offset: 4px;
}

.place-related__item .place-detail-link,
.place-related__item .place-external-link {
  font-size: 12px;
  letter-spacing: 0;
  text-decoration: none;
}

.place-related__item--text {
  min-height: 230px;
  background: linear-gradient(90deg, var(--vonessen-blue) 0 7px, #fff 7px 100%);
}

.place-related__item--text > div {
  max-width: 720px;
}

.place-related--two .place-related__item:nth-child(3):last-child {
  grid-column: auto;
}

.family-page {
  background: #fff;
}

.family-intro {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--vonessen-blue);
}

.family-intro::after {
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  content: '';
  background: linear-gradient(90deg, var(--vonessen-red) 0 33.33%, var(--vonessen-gold) 33.33% 66.66%, #d9d5cc 66.66% 100%);
}

.family-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  align-items: center;
  gap: 72px;
  width: 84%;
  min-height: 560px;
  padding: 62px 0 42px;
}

.family-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--vonessen-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.family-intro h1 {
  margin: 0 0 22px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.family-intro__content p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  line-height: 1.55;
}

.family-intro__arms {
  margin: 0;
  text-align: center;
}

.family-intro__arms img {
  display: block;
  box-sizing: border-box;
  width: min(100%, 310px);
  height: auto;
  margin: 0 auto;
  padding: 7px;
  background: #e9e2d4;
  border: 1px solid rgba(198, 162, 74, 0.82);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

.family-intro__arms figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  letter-spacing: 0.5px;
}

.family-nav {
  overflow-x: auto;
  background: #fff;
  border-bottom: 1px solid var(--vonessen-line);
}

.family-nav__inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  width: 88%;
  min-width: 790px;
}

.family-nav a {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 74px;
  padding: 13px 23px;
  color: var(--vonessen-blue);
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid var(--vonessen-line);
}

.family-nav a:first-child { border-left: 1px solid var(--vonessen-line); }
.family-nav a:hover,
.family-nav a:focus { background: var(--vonessen-surface); }
.family-nav a.is-current { color: var(--vonessen-blue-dark); background: var(--vonessen-surface); box-shadow: inset 0 -4px 0 var(--vonessen-gold); }
.family-nav a span { color: var(--vonessen-red); font-size: 10px; }

.family-section-intro {
  position: relative;
  color: #fff;
  background: var(--vonessen-blue);
}

.family-section-intro::after {
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  content: '';
  background: linear-gradient(90deg, var(--vonessen-red) 0 33.33%, var(--vonessen-gold) 33.33% 66.66%, #d9d5cc 66.66% 100%);
}

.family-section-intro__inner {
  width: 84%;
  padding: 66px 0 59px;
}

.family-section-intro h1 {
  margin: 9px 0 15px;
  color: #fff;
  font-size: 52px;
  line-height: 1.08;
}

.family-section-intro p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  line-height: 1.6;
}

.family-history {
  scroll-margin-top: calc(var(--vonessen-header-height) + 16px);
  padding: 94px 0;
}

.family-history__inner,
.family-literature__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 84px;
  width: 84%;
}

.family-section-heading h2 {
  margin-top: 10px;
}

.family-section-heading p {
  color: var(--vonessen-muted);
  font-size: 15px;
  line-height: 1.75;
}

.family-history__text p {
  margin: 0 0 22px;
  color: var(--vonessen-text);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  line-height: 1.78;
}

.family-source,
.person-profile a,
.literature-list a {
  color: var(--vonessen-blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration-color: var(--vonessen-gold);
  text-underline-offset: 4px;
}

.family-people {
  scroll-margin-top: calc(var(--vonessen-header-height) + 16px);
  padding: 88px 0 96px;
  color: #fff;
  background: var(--vonessen-blue);
}

.family-section-heading--light {
  max-width: 720px;
  margin-bottom: 47px;
}

.family-section-heading--light h2 { color: #fff; }
.family-section-heading--light p { color: rgba(255, 255, 255, 0.72); }

.people-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.person-profile {
  position: relative;
  min-height: 270px;
  padding: 34px 44px 37px 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.person-profile:nth-child(odd) { border-left: 1px solid rgba(255, 255, 255, 0.22); }
.person-profile::before { position: absolute; top: -1px; left: 34px; width: 72px; height: 4px; content: ''; background: var(--vonessen-gold); }
.person-profile__years { color: var(--vonessen-gold); font-size: 11px; font-weight: 700; letter-spacing: 1.2px; }
.person-profile h3 { margin: 11px 0 13px; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; line-height: 1.15; }
.person-profile p { margin: 0 0 20px; color: rgba(255, 255, 255, 0.75); font-size: 14px; line-height: 1.72; }
.person-profile a { color: #fff; }

.family-literature {
  scroll-margin-top: calc(var(--vonessen-header-height) + 16px);
  padding: 96px 0 110px;
  background: #f5f3ee;
}

.family-people--page,
.family-literature--page {
  scroll-margin-top: 0;
}

.family-people--page {
  padding-top: 64px;
  color: var(--vonessen-ink);
  background: #f5f3ee;
}

.family-people--page .people-timeline {
  border-top-color: var(--vonessen-line);
}

.family-people--page .person-profile,
.family-people--page .person-profile:nth-child(odd) {
  border-color: var(--vonessen-line);
}

.family-people--page .person-profile__years {
  color: var(--vonessen-red);
}

.family-people--page .person-profile h3 {
  color: var(--vonessen-blue-dark);
}

.family-people--page .person-profile p {
  color: var(--vonessen-muted);
}

.family-people--page .person-profile a {
  color: var(--vonessen-blue);
}

.family-curiosa {
  padding: 86px 0 105px;
}

.family-curiosa__inner {
  width: 84%;
  --news-index-width: clamp(140px, 13vw, 180px);
}

.family-curiosa .family-section-heading {
  margin-bottom: 33px;
}

/* Family document archive */
.document-archive {
  padding: 72px 0 104px;
  background: #f5f3ee;
}

.document-archive__inner {
  width: min(84%, 1180px);
}

.document-archive__index {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--vonessen-line);
}

.document-archive__index span {
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.document-archive__index strong {
  color: var(--vonessen-blue-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 26px;
  font-weight: 400;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.document-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--vonessen-line);
}

.document-card__preview {
  display: block;
  overflow: hidden;
  background: #e4e7e5;
  text-decoration: none;
}

.document-card__preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 180ms ease;
}

.document-card__preview:hover img,
.document-card__preview:focus img {
  transform: scale(1.015);
}

.document-card__placeholder {
  display: grid;
  min-height: 220px;
  place-items: center;
  color: #fff;
  background: var(--vonessen-blue-dark);
}

.document-card__placeholder small {
  align-self: end;
  color: var(--vonessen-gold);
  font-size: 11px;
  font-weight: 700;
}

.document-card__placeholder strong {
  align-self: start;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.document-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 27px 29px 30px;
}

.document-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.document-card__meta span {
  padding-left: 12px;
  color: var(--vonessen-blue);
  border-left: 1px solid var(--vonessen-line);
}

.document-card h2 {
  margin: 0 0 13px;
  font-size: 30px;
  line-height: 1.2;
}

.document-card h2 a {
  color: var(--vonessen-blue-dark);
  text-decoration: none;
}

.document-card h2 a:hover,
.document-card h2 a:focus {
  text-decoration: underline;
  text-decoration-color: var(--vonessen-gold);
  text-underline-offset: 5px;
}

.document-card__excerpt {
  color: var(--vonessen-muted);
  font-size: 14px;
  line-height: 1.7;
}

.document-card__excerpt p {
  margin: 0;
}

.document-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: auto;
  padding-top: 23px;
}

.document-card__actions a {
  color: var(--vonessen-blue);
  font-size: 11px;
  font-weight: 700;
  text-decoration-color: var(--vonessen-gold);
  text-underline-offset: 4px;
}

.document-archive__empty {
  max-width: 760px;
  padding: 46px 0 4px;
}

.document-archive__empty span {
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.document-archive__empty p {
  margin: 13px 0 0;
  color: var(--vonessen-blue-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  line-height: 1.5;
}

/* Family tree archive */
.family-tree-primary {
  padding: 88px 0 98px;
  background: #fff;
}

.family-tree-primary__inner,
.family-tree-archive__inner {
  width: 88%;
}

.family-tree-heading {
  max-width: 790px;
  margin-bottom: 37px;
}

.family-tree-heading > span,
.family-tree-archive__heading > span {
  color: var(--vonessen-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.family-tree-heading h2,
.family-tree-archive__heading h2 {
  font-size: 42px;
  line-height: 1.15;
}

.family-tree-figure {
  margin: 0;
}

.family-tree-viewer {
  max-width: 100%;
  overflow-x: auto;
  background: #e8e7e2;
  border: 1px solid var(--vonessen-line);
  scrollbar-color: var(--vonessen-gold) #d8d9d6;
  scrollbar-width: thin;
}

.family-tree-image-link {
  display: block;
  width: max(100%, 1100px);
  line-height: 0;
}

.family-tree-image-link img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  background: #fff;
}

.family-tree-figure figcaption {
  margin-top: 13px;
  color: var(--vonessen-muted);
  font-size: 12px;
}

.family-tree-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.family-tree-open {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0 5px;
  color: var(--vonessen-blue);
  font-size: 13px;
  font-weight: 700;
  text-decoration-color: var(--vonessen-gold);
  text-underline-offset: 5px;
}

.family-tree-open span {
  color: var(--vonessen-red);
  font-size: 16px;
}

.family-tree-archive {
  padding: 83px 0 104px;
  background: var(--vonessen-surface);
  border-top: 1px solid var(--vonessen-line);
}

.family-tree-archive__heading {
  max-width: 680px;
  margin-bottom: 33px;
}

.family-tree-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.family-tree-archive__item {
  margin: 0;
  background: #fff;
  border: 1px solid var(--vonessen-line);
}

.family-tree-archive__item a {
  display: block;
  overflow: hidden;
  line-height: 0;
}

.family-tree-archive__item img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  transition: transform 180ms ease;
}

.family-tree-archive__item a:hover img,
.family-tree-archive__item a:focus img {
  transform: scale(1.015);
}

.family-tree-archive__item figcaption {
  padding: 17px 19px 18px;
  color: var(--vonessen-blue);
  font-size: 13px;
  font-weight: 700;
}

.family-tree-archive__item figcaption span {
  float: right;
  color: var(--vonessen-red);
  font-size: 16px;
}

/* Statutes and scanned documents */
.statutes-archive {
  padding: 34px 0 42px;
  background: var(--vonessen-surface);
  border-top: 1px solid var(--vonessen-line);
}

.statutes-archive__inner,
.statutes-transcript__inner {
  width: 88%;
}

.statutes-archive__heading,
.statutes-transcript__heading {
  max-width: 730px;
  margin-bottom: 37px;
}

.statutes-archive__heading > span,
.statutes-transcript__heading > span {
  color: var(--vonessen-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.statutes-archive__heading h2,
.statutes-transcript__heading h2 {
  font-size: 42px;
  line-height: 1.15;
}

.statutes-documents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.statutes-document {
  display: grid;
  grid-template-rows: 360px 1fr;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--vonessen-line);
}

.statutes-document__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  background: #e6e5df;
  border-bottom: 1px solid var(--vonessen-line);
}

.statutes-document__preview img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 5px 18px rgba(16, 44, 82, 0.12);
  transition: transform 180ms ease;
}

.statutes-document__preview:hover img,
.statutes-document__preview:focus img {
  transform: scale(1.015);
}

.statutes-document__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px 29px 29px;
}

.statutes-document__content > span {
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.statutes-document__content h3 {
  margin: 7px 0 11px;
  color: var(--vonessen-blue-dark);
  font-size: 30px;
  line-height: 1.18;
}

.statutes-document__content > p {
  margin: 0 0 24px;
  color: var(--vonessen-muted);
  font-size: 14px;
  line-height: 1.7;
}

.statutes-document__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: auto 0 24px;
  padding: 15px 0;
  font-family: "Open Sans", Arial, sans-serif;
  border-top: 1px solid var(--vonessen-line);
  border-bottom: 1px solid var(--vonessen-line);
}

.statutes-document__meta div {
  min-width: 0;
  padding: 0 12px;
  border-right: 1px solid var(--vonessen-line);
}

.statutes-document__meta div:first-child { padding-left: 0; }
.statutes-document__meta div:last-child { padding-right: 0; border-right: 0; }
.statutes-document__meta dt { color: var(--vonessen-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.statutes-document__meta dd { margin: 2px 0 0; color: var(--vonessen-blue-dark); font-size: 13px; font-weight: 700; }

.statutes-document__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
}

.statutes-document__actions a {
  color: var(--vonessen-blue);
  font-size: 13px;
  font-weight: 700;
  text-decoration-color: var(--vonessen-gold);
  text-underline-offset: 5px;
}

.statutes-document__actions span {
  margin-left: 5px;
  color: var(--vonessen-red);
}

.statutes-transcript {
  padding: 91px 0 108px;
  background: #fff;
  border-top: 1px solid var(--vonessen-line);
}

.statutes-transcript__body {
  max-width: 800px;
  color: var(--vonessen-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.78;
}

.statutes-transcript__body .et_pb_section,
.statutes-transcript__body .et_pb_row,
.statutes-transcript__body .et_pb_column,
.statutes-transcript__body .et_pb_module,
.statutes-transcript__body .et_pb_text_inner {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.statutes-transcript__body .et_pb_column_empty,
.statutes-transcript__body .et_pb_row:empty,
.statutes-transcript__body .et_pb_section:empty,
.statutes-transcript__body .et_pb_section_specialty {
  display: none;
}

.statutes-transcript__body .et_pb_text_inner > p:first-child {
  display: none;
}

.statutes-transcript__body p {
  margin: 0 0 1.25em;
}

.statutes-transcript__body .et_pb_text_inner > ul:has(> li:only-child > strong) {
  margin: 2.25em 0 0.65em;
  padding: 0;
  list-style: none;
}

.statutes-transcript__body .et_pb_text_inner > ul:has(> li:only-child > strong) strong,
.statutes-transcript__body .et_pb_text_inner > p:has(> strong) strong {
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px !important;
  font-weight: 400;
  line-height: 1.25;
}

.statutes-transcript__body ol,
.statutes-transcript__body ul:not(:has(> li:only-child > strong)) {
  margin: 0 0 1.45em;
  padding-left: 1.4em;
}

.statutes-transcript__body li {
  margin-bottom: 0.5em;
}

.statutes-downloads {
  border-top: 1px solid var(--vonessen-line);
}

.statutes-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 20px 0 21px;
  border-bottom: 1px solid var(--vonessen-line);
}

.statutes-download__content span {
  display: block;
  margin-bottom: 3px;
  color: var(--vonessen-red);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.statutes-download__content h2 {
  margin: 0;
  color: var(--vonessen-blue-dark);
  font-size: 22px;
  line-height: 1.25;
}

.statutes-download__content p {
  margin: 3px 0 0;
  color: var(--vonessen-muted);
  font-size: 11px;
}

.statutes-download__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px 22px;
}

.statutes-download__actions a {
  color: var(--vonessen-blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration-color: var(--vonessen-gold);
}

.statutes-download__actions span {
  margin-left: 4px;
  color: var(--vonessen-red);
}

.literature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--vonessen-line);
}

.literature-list li {
  display: grid;
  grid-template-columns: 68px 108px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 25px 0 26px;
  border-bottom: 1px solid var(--vonessen-line);
}

.literature-list li:not(.literature-list__item--with-image) {
  grid-template-columns: 68px minmax(0, 1fr);
}

.literature-list__year { padding-top: 5px; color: var(--vonessen-red); font-size: 10px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.literature-list__image { width: 108px; margin: 0; }
.literature-list__image a { display: block; overflow: hidden; background: #e9eceb; }
.literature-list__image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 180ms ease; }
.literature-list__image a:hover img,
.literature-list__image a:focus img { transform: scale(1.02); }
.literature-list__image--contain a { background: #eef1f3; }
.literature-list__image--contain img { padding: 10px; object-fit: contain; }
.literature-list__image--contain img[src*="forna-tiders-essar"] {
  padding: 0;
  object-fit: cover;
  object-position: 50% 34%;
}
.literature-list h3 { margin: 0 0 7px; color: var(--vonessen-blue); font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 400; line-height: 1.25; }
.literature-list p { margin: 0 0 9px; color: var(--vonessen-muted); font-size: 13px; line-height: 1.65; }

/* Editorial single posts */
.article-header {
  position: relative;
  color: #fff;
  background: var(--vonessen-blue);
}

.article-header::after {
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  content: '';
  background: linear-gradient(90deg, var(--vonessen-red) 0 33.33%, var(--vonessen-gold) 33.33% 66.66%, #d9d5cc 66.66% 100%);
}

.article-header__inner {
  width: 84%;
  max-width: 900px;
  padding: 54px 0 68px;
}

.article-header__back {
  display: inline-block;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  text-decoration-color: var(--vonessen-gold);
}

.article-header__category {
  display: block;
  margin-bottom: 10px;
  color: var(--vonessen-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-header h1 {
  margin: 0 0 19px;
  color: #fff;
  font-size: 58px;
  line-height: 1.08;
}

.article-header time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.article-featured {
  width: 84%;
  max-width: 1000px;
  margin-top: 72px;
  margin-bottom: 0;
}

.article-featured img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  background: var(--vonessen-surface);
}

.article-featured figcaption {
  margin-top: 10px;
  color: var(--vonessen-muted);
  font-size: 11px;
}

.article-featured--compact {
  max-width: 760px;
}

.article-featured--compact img {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
}

.article-featured--compact figcaption {
  width: min(100%, 680px);
  margin-inline: auto;
}

.article-body {
  width: 84%;
  max-width: 760px;
  padding: 73px 0 88px;
  color: var(--vonessen-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  line-height: 1.78;
}

.article-featured + .article-body {
  padding-top: 62px;
}

.article-body > *:first-child {
  margin-top: 0;
}

.article-body > p:first-child {
  color: var(--vonessen-blue-dark);
  font-size: 22px;
  line-height: 1.7;
}

.article-body p,
.article-body ul,
.article-body ol {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.article-body h2 {
  margin: 1.8em 0 0.55em;
  color: var(--vonessen-blue-dark);
  font-size: 36px;
  line-height: 1.2;
}

.article-body h3 {
  margin: 1.65em 0 0.5em;
  color: var(--vonessen-blue-dark);
  font-size: 27px;
  line-height: 1.25;
}

.article-body a {
  color: var(--vonessen-blue);
  text-decoration-color: var(--vonessen-gold);
  text-underline-offset: 4px;
}

.article-body blockquote {
  margin: 2.2em 0;
  padding: 0.25em 0 0.25em 1.45em;
  color: var(--vonessen-blue-dark);
  font-size: 22px;
  border-left: 4px solid var(--vonessen-gold);
}

.article-body blockquote p:last-child {
  margin-bottom: 0;
}

.article-body figure {
  margin-top: 2.3em;
  margin-bottom: 2.3em;
}

.article-body figcaption {
  margin-top: 8px;
  color: var(--vonessen-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 11px;
  text-align: left;
}

.article-body .wp-block-image img {
  display: block;
  width: auto;
  max-width: 100%;
}

.article-body .wp-block-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 30px 0;
  padding: 17px 0;
  border-top: 1px solid var(--vonessen-line);
  border-bottom: 1px solid var(--vonessen-line);
}

.article-body .wp-block-file > a:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 700;
}

.article-body .wp-block-file .wp-block-file__button {
  flex: 0 0 auto;
  margin: 0;
  padding: 9px 14px;
  color: #fff;
  background: var(--vonessen-blue);
  border-radius: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.article-body .wp-block-file .wp-block-file__button:hover,
.article-body .wp-block-file .wp-block-file__button:focus {
  background: var(--vonessen-blue-dark);
}

.article-body .wp-block-gallery {
  gap: 14px;
  margin: 35px 0;
}

/* Top 15 family names */
.postid-587 .article-body {
  max-width: 1120px;
}

.name-archive {
  font-family: "Open Sans", Arial, sans-serif;
}

.name-archive__lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 58px;
  padding-bottom: 31px;
  border-bottom: 1px solid var(--vonessen-gold);
}

.name-archive__kicker,
.name-portraits__header > span {
  display: block;
  margin-bottom: 10px;
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.name-archive__lead p {
  max-width: 720px;
  margin: 0;
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.58;
}

.name-archive__stats {
  display: flex;
  gap: 26px;
  margin: 0;
}

.name-archive__stats div {
  min-width: 68px;
  padding-left: 13px;
  border-left: 2px solid var(--vonessen-gold);
}

.name-archive__stats dt {
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.name-archive__stats dd {
  margin: 6px 0 0;
  color: var(--vonessen-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.name-archive__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
  gap: 55px;
  align-items: start;
}

.name-archive__lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.name-panel {
  padding-top: 22px;
  border-top: 3px solid var(--vonessen-blue);
}

.name-panel--women {
  border-color: var(--vonessen-red);
}

.name-panel__heading {
  display: flex;
  gap: 13px;
  align-items: baseline;
  margin-bottom: 20px;
}

.name-panel__heading > span {
  color: var(--vonessen-gold);
  font-size: 10px;
  font-weight: 700;
}

.article-body .name-panel__heading h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}

.name-panel__heading small {
  display: block;
  margin-top: 5px;
  color: var(--vonessen-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-body .name-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.name-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: baseline;
  min-height: 42px;
  padding: 9px 0 8px;
  border-bottom: 1px solid var(--vonessen-line);
}

.name-list li > span {
  color: var(--vonessen-red);
  font-size: 9px;
  font-weight: 700;
}

.name-list li > strong {
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.name-portraits {
  padding-top: 22px;
  border-top: 3px solid var(--vonessen-gold);
}

.article-body .name-portraits__header h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.16;
}

.name-portraits__header p {
  margin: 0 0 23px;
  color: var(--vonessen-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.65;
}

.name-portrait-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 14px;
}

.article-body .name-portrait {
  margin: 0;
}

.name-portrait--feature {
  grid-column: 1 / -1;
}

.name-portrait > a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e9eceb;
  border-bottom: 4px solid var(--vonessen-gold);
}

.name-portrait > a::after {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #fff;
  background: rgba(16, 44, 82, 0.9);
  content: "\2197";
  font-size: 13px;
}

.article-body .name-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 20%;
  transition: transform 180ms ease;
}

.name-portrait > a:hover img,
.name-portrait > a:focus img {
  transform: scale(1.025);
}

.article-body .name-portrait figcaption {
  margin-top: 9px;
  line-height: 1.45;
}

.name-portrait figcaption strong,
.name-portrait figcaption span,
.name-portrait figcaption em {
  display: block;
}

.name-portrait figcaption strong {
  color: var(--vonessen-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
}

.name-portrait figcaption em {
  margin: 3px 0 5px;
  color: var(--vonessen-red);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.name-portrait figcaption span,
.name-portrait figcaption a {
  color: var(--vonessen-muted);
  font-size: 9px;
}

.name-archive__note {
  margin: 45px 0 0 !important;
  padding: 17px 0 0;
  color: var(--vonessen-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.65;
  border-top: 1px solid var(--vonessen-line);
}

@media (max-width: 980px) {
  .name-archive__layout {
    grid-template-columns: 1fr;
  }

  .name-portrait-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .name-portrait--feature {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .name-archive__lead {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
    margin-bottom: 44px;
  }

  .name-archive__lead p {
    font-size: 20px;
  }

  .name-archive__stats {
    justify-content: space-between;
    width: 100%;
  }

  .name-archive__lists {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .name-archive__layout {
    gap: 45px;
  }

  .name-portrait-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .name-portrait--feature {
    grid-column: 1 / -1;
  }
}

.article-body .story-byline {
  margin: -0.45em 0 2.8em;
  padding-top: 1.25em;
  color: var(--vonessen-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  border-top: 1px solid var(--vonessen-line);
}

.article-body .story-byline strong,
.article-body .story-credit strong {
  color: var(--vonessen-red);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article-body .story-facts {
  margin: 2em 0 2.2em;
  padding: 0;
  font-family: "Open Sans", Arial, sans-serif;
  list-style: none;
  border-top: 1px solid var(--vonessen-line);
}

.article-body .story-facts li {
  margin: 0;
  padding: 12px 2px 13px 23px;
  font-size: 14px;
  line-height: 1.55;
  border-bottom: 1px solid var(--vonessen-line);
}

.article-body .story-facts li::before {
  float: left;
  width: 17px;
  margin-left: -21px;
  color: var(--vonessen-red);
  content: "\2022";
}

.article-body .story-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 2.5em 0;
  align-items: start;
}

.article-body .story-image-pair figure {
  min-width: 0;
  margin: 0;
}

.article-body .story-image-pair img {
  width: 100%;
  height: auto;
}

.article-body .story-end-rule {
  width: 96px;
  margin: 3.2em 0 2.2em;
  border: 0;
  border-top: 3px solid var(--vonessen-gold);
}

.article-body .story-credit {
  color: var(--vonessen-muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
}

.article-body table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
}

.article-body th,
.article-body td {
  padding: 11px 13px;
  text-align: left;
  border: 1px solid var(--vonessen-line);
}

.article-body th {
  color: #fff;
  background: var(--vonessen-blue);
}

.article-body .event-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2.15em 0 2.35em;
  font-family: "Open Sans", Arial, sans-serif;
  border-top: 1px solid var(--vonessen-line);
  border-bottom: 1px solid var(--vonessen-line);
}

.article-body .event-summary p {
  min-width: 0;
  margin: 0;
  padding: 18px 17px 20px;
  font-size: 13px;
  line-height: 1.55;
  border-right: 1px solid var(--vonessen-line);
}

.article-body .event-summary p:last-child {
  border-right: 0;
}

.article-body .event-summary strong,
.article-body .event-summary span {
  display: block;
}

.article-body .event-summary strong {
  margin-bottom: 4px;
  color: var(--vonessen-red);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article-body .event-schedule,
.article-body .event-price-list {
  margin: 0 0 1.65em;
  padding: 0;
  list-style: none;
  font-family: "Open Sans", Arial, sans-serif;
  border-top: 1px solid var(--vonessen-line);
}

.article-body .event-schedule li,
.article-body .event-price-list li {
  display: grid;
  gap: 19px;
  padding: 13px 2px 14px;
  border-bottom: 1px solid var(--vonessen-line);
}

.article-body .event-schedule li {
  grid-template-columns: 108px minmax(0, 1fr);
}

.article-body .event-schedule time {
  color: var(--vonessen-red);
  font-size: 12px;
  font-weight: 700;
}

.article-body .event-schedule span,
.article-body .event-price-list span,
.article-body .event-price-list strong {
  font-size: 14px;
  line-height: 1.55;
}

.article-body .event-price-list li {
  grid-template-columns: minmax(0, 1fr) auto;
}

.article-body .event-price-list strong {
  color: var(--vonessen-blue-dark);
  white-space: nowrap;
}

.article-body .event-restaurants {
  padding-left: 1.25em;
}

.article-body .event-restaurants li {
  margin-bottom: 0.55em;
}

.article-footer {
  width: 84%;
  max-width: 960px;
  padding: 38px 0 94px;
  border-top: 1px solid var(--vonessen-line);
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 34px;
}

.article-tags a {
  color: var(--vonessen-red);
  font-size: 11px;
  font-weight: 700;
}

.article-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.article-navigation a {
  display: flex;
  flex-direction: column;
  color: var(--vonessen-blue-dark);
  text-decoration: none;
}

.article-navigation__next {
  grid-column: 2;
  text-align: right;
}

.article-navigation span {
  margin-bottom: 7px;
  color: var(--vonessen-red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-navigation strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.article-navigation a:hover strong,
.article-navigation a:focus strong {
  text-decoration: underline;
  text-decoration-color: var(--vonessen-gold);
}

/* Dynamic news archive */
.news-intro {
  position: relative;
  color: #fff;
  background: var(--vonessen-blue);
}

.news-intro::after {
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  content: '';
  background: linear-gradient(90deg, var(--vonessen-red) 0 33.33%, var(--vonessen-gold) 33.33% 66.66%, #d9d5cc 66.66% 100%);
}

.news-intro__inner {
  width: min(84%, 1180px);
  padding: 76px 0 66px;
}

.news-eyebrow {
  display: block;
  color: var(--vonessen-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-intro h1 {
  margin: 10px 0 16px;
  color: #fff;
  font-size: 56px;
  line-height: 1.08;
}

.news-intro p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 1.6;
}

.news-archive {
  padding: 68px 0 104px;
  background: #fff;
}

.news-archive__inner {
  width: min(84%, 1180px);
  --news-index-width: clamp(140px, 13vw, 180px);
}

.news-list {
  border-top: 1px solid var(--vonessen-line);
}

.news-item {
  display: grid;
  grid-template-columns: var(--news-index-width) minmax(0, 1fr);
  gap: 36px;
  padding: 39px 0 44px;
  border-bottom: 1px solid var(--vonessen-line);
}

.news-item--with-image {
  grid-template-columns: var(--news-index-width) minmax(0, 1fr) minmax(220px, 0.62fr);
}

.news-item__image {
  display: block;
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  overflow: hidden;
  background: var(--vonessen-surface);
}

.news-item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 180ms ease;
}

.news-item__image:hover img {
  transform: scale(1.015);
}

.news-item__content {
  grid-column: 2;
}

.news-item__content time {
  display: block;
  margin-bottom: 9px;
  color: var(--vonessen-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-item h3,
.news-item__title {
  margin: 0 0 13px;
  font-size: 30px;
  line-height: 1.22;
}

.news-item h3 a {
  color: var(--vonessen-blue-dark);
  text-decoration: none;
}

.news-item h3 a:hover,
.news-item h3 a:focus {
  text-decoration: underline;
  text-decoration-color: var(--vonessen-gold);
}

.news-item__excerpt {
  max-width: 720px;
  color: var(--vonessen-muted);
  font-size: 15px;
  line-height: 1.75;
}

.news-item__excerpt p {
  margin: 0 0 16px;
}

.news-item__link {
  color: var(--vonessen-blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration-color: var(--vonessen-gold);
}

.news-empty {
  padding: 32px 0;
  border-top: 1px solid var(--vonessen-line);
  border-bottom: 1px solid var(--vonessen-line);
}

.news-pagination {
  margin-top: 43px;
}

.news-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-pagination a,
.news-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 7px 12px;
  color: var(--vonessen-blue);
  text-decoration: none;
  border: 1px solid var(--vonessen-line);
}

.news-pagination .current,
.news-pagination a:hover,
.news-pagination a:focus {
  color: #fff;
  background: var(--vonessen-blue);
  border-color: var(--vonessen-blue);
}

/* Släktmötet landing page */
.meeting-intro {
  position: relative;
  color: #fff;
  background: var(--vonessen-blue);
}

.meeting-intro::after {
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  content: '';
  background: linear-gradient(90deg, var(--vonessen-red) 0 33.33%, var(--vonessen-gold) 33.33% 66.66%, #d9d5cc 66.66% 100%);
}

.meeting-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 88px;
  width: min(84%, 1180px);
  padding: 78px 0 70px;
}

.meeting-eyebrow,
.meeting-kicker {
  display: block;
  color: var(--vonessen-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.meeting-intro h1 {
  margin: 9px 0 18px;
  color: #fff;
  font-size: 58px;
  line-height: 1.08;
}

.meeting-intro__content p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 1.6;
}

.meeting-intro__facts {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.meeting-intro__facts div {
  padding: 16px 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.meeting-intro__facts dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.meeting-intro__facts dd {
  margin: 2px 0 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
}

.meeting-feature {
  padding: 86px 0;
  background: #fff;
}

.meeting-feature--recent {
  background: var(--vonessen-surface);
}

.meeting-feature__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(56px, 7vw, 100px);
  width: min(84%, 1180px);
}

.meeting-feature--upcoming .meeting-feature__content {
  max-width: 500px;
}

.meeting-feature--recent .meeting-feature__inner {
  grid-template-columns: minmax(420px, 1.1fr) minmax(0, 0.9fr);
}

.meeting-feature__content h2 {
  margin: 10px 0 13px;
  color: var(--vonessen-blue-dark);
  font-size: 43px;
  line-height: 1.15;
}

.meeting-feature__content > p:not(.meeting-feature__meta) {
  max-width: 560px;
  margin: 0 0 24px;
  color: var(--vonessen-muted);
  font-size: 16px;
  line-height: 1.8;
}

.meeting-feature__meta {
  margin: 0 0 22px;
  color: var(--vonessen-red);
  font-size: 12px;
  font-weight: 700;
}

.meeting-feature__meta span {
  margin: 0 5px;
  color: var(--vonessen-gold);
}

.meeting-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--vonessen-blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration-color: var(--vonessen-gold);
}

.meeting-link span {
  transition: transform 160ms ease;
}

.meeting-link:hover span,
.meeting-link:focus span {
  transform: translateX(3px);
}

.meeting-feature__media {
  min-width: 0;
  margin: 0;
}

.meeting-feature__media a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e8e9e6;
}

.meeting-feature__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 180ms ease;
}

.meeting-feature__media a:hover img,
.meeting-feature__media a:focus img {
  transform: scale(1.012);
}

.meeting-feature__media a span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(16, 44, 82, 0.9);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.meeting-feature__media figcaption {
  margin-top: 10px;
  color: var(--vonessen-muted);
  font-size: 11px;
}

.meeting-archive-callout {
  color: #fff;
  background: var(--vonessen-blue-dark);
}

.meeting-archive-callout__inner {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(300px, 1.15fr) auto;
  align-items: center;
  gap: 52px;
  width: min(84%, 1180px);
  padding: 62px 0 66px;
}

.meeting-archive-callout h2 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 31px;
  line-height: 1.2;
}

.meeting-archive-callout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.meeting-link--light {
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .meeting-intro__inner,
  .meeting-feature__inner,
  .meeting-archive-callout__inner {
    width: 88%;
  }

  .meeting-intro__inner {
    gap: 50px;
  }

  .meeting-feature__inner,
  .meeting-feature--recent .meeting-feature__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 48px;
  }

  .meeting-feature--recent .meeting-feature__inner {
    grid-template-columns: minmax(360px, 1.1fr) minmax(0, 0.9fr);
  }

  .meeting-archive-callout__inner {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    gap: 24px 50px;
  }

  .meeting-archive-callout .meeting-link {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .meeting-intro__inner,
  .meeting-feature__inner,
  .meeting-archive-callout__inner {
    width: 90%;
  }

  .meeting-intro__inner {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 58px 0 54px;
  }

  .meeting-intro h1 {
    font-size: 44px;
  }

  .meeting-intro__content p {
    font-size: 18px;
  }

  .meeting-intro__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meeting-intro__facts div {
    padding: 13px 13px 14px 0;
  }

  .meeting-intro__facts div + div {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
  }

  .meeting-intro__facts dd {
    font-size: 16px;
  }

  .meeting-feature {
    padding: 62px 0 66px;
  }

  .meeting-feature__inner,
  .meeting-feature--recent .meeting-feature__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .meeting-feature--upcoming .meeting-feature__media {
    grid-row: 1;
  }

  .meeting-feature--upcoming .meeting-feature__content {
    grid-row: 2;
  }

  .meeting-feature__content h2 {
    font-size: 35px;
  }

  .meeting-feature__media img {
    aspect-ratio: 16 / 11;
  }

  .meeting-archive-callout__inner {
    grid-template-columns: 1fr;
    gap: 21px;
    padding: 52px 0 56px;
  }

  .meeting-archive-callout h2 {
    font-size: 29px;
  }

  .meeting-archive-callout .meeting-link {
    grid-column: 1;
  }
}

@media (max-width: 980px) {
  .place-group__header,
  .family-intro__inner,
  .family-history__inner,
  .family-literature__inner { width: 88%; }
  .place-group .place-story,
  .place-group .place-story:nth-child(even) { gap: 43px; width: 88%; }
  .family-intro__inner { grid-template-columns: minmax(0, 1fr) 260px; gap: 42px; min-height: 510px; }
  .family-intro h1 { font-size: 54px; }
  .family-history__inner,
  .family-literature__inner { gap: 48px; }
}

@media (max-width: 700px) {
  .places-legend { justify-content: flex-start; gap: 9px 17px; margin-top: 24px; }
  .place-group { padding-top: 54px; }
  .place-group__header { width: 90%; margin-bottom: 3px; text-align: left; }
  .place-group__header h2,
  .family-section-heading h2 { font-size: 34px; }
  .place-group__header p { font-size: 15px; }
  .place-group .place-story,
  .place-group .place-story:nth-child(even),
  .place-story#salsta,
  .place-story#rydboholm { grid-template-columns: 1fr; gap: 29px; width: 90%; padding-top: 38px; padding-bottom: 48px; }
  .place-story#salsta .place-story__media,
  .place-story#rydboholm .place-story__media,
  .place-story#salsta .place-story__content,
  .place-story#rydboholm .place-story__content { order: initial; }
  .place-story__content h3 { margin-bottom: 17px; font-size: 34px; }
  .place-related { grid-template-columns: 1fr; gap: 14px; width: 90%; padding-bottom: 56px; }
  .place-related--attached { width: 90%; margin-top: -14px; padding-left: 24px; }
  .place-related--attached::before { bottom: 56px; left: 7px; }
  .place-related__heading { gap: 7px; }
  .place-related > .place-related__item:only-child:not(.place-related__item--text) { display: block; max-width: 100%; }
  .place-related > .place-related__item:only-child:not(.place-related__item--text) .place-related__media { min-height: 0; aspect-ratio: 16 / 9; }
  .place-related--attached .place-related__item:not(.place-related__item--text) { display: block; }
  .place-related--attached .place-related__item:not(.place-related__item--text) .place-related__media { min-height: 0; aspect-ratio: 16 / 9; }
  .place-related__item:nth-child(3):last-child { grid-column: auto; }
  .place-related__item > div { padding: 24px 23px 27px; }
  .place-related__item h3 { font-size: 26px; }
  .place-related__item--text { min-height: 0; }
  .place-group--closing { padding-bottom: 8px; }
  .family-intro__inner { grid-template-columns: 1fr; gap: 34px; width: 90%; min-height: 0; padding: 62px 0 52px; }
  .family-intro h1 { font-size: 46px; }
  .family-intro__content p { font-size: 18px; }
  .family-intro__arms { width: min(78%, 300px); margin: 0 auto; }
  .family-nav__inner { grid-template-columns: repeat(6, minmax(145px, 1fr)); width: max-content; min-width: 100%; }
  .family-nav a,
  .family-nav a:first-child { min-height: 59px; padding: 12px 18px; border-right: 1px solid var(--vonessen-line); border-bottom: 0; border-left: 0; white-space: nowrap; }
  .family-section-intro__inner,
  .family-curiosa__inner { width: 90%; }
  .family-section-intro__inner { padding: 51px 0 49px; }
  .family-section-intro h1 { font-size: 40px; }
  .family-section-intro p { font-size: 17px; }
  .family-curiosa { padding: 64px 0 74px; }
  .document-archive { padding: 53px 0 74px; }
  .document-archive__inner { width: 90%; }
  .document-grid { grid-template-columns: 1fr; gap: 18px; }
  .document-card__placeholder { min-height: 190px; }
  .document-card__content { padding: 24px 22px 27px; }
  .document-card h2 { font-size: 27px; }
  .document-archive__empty { padding-top: 31px; }
  .document-archive__empty p { font-size: 24px; }
  .article-body .wp-block-file { align-items: flex-start; flex-direction: column; }
  .family-tree-primary { padding: 63px 0 73px; }
  .family-tree-primary__inner,
  .family-tree-archive__inner { width: 90%; }
  .family-tree-heading { margin-bottom: 29px; }
  .family-tree-heading h2,
  .family-tree-archive__heading h2 { font-size: 34px; }
  .family-tree-image-link { width: 920px; }
  .family-tree-archive { padding: 62px 0 73px; }
  .family-tree-archive__grid { grid-template-columns: 1fr; gap: 17px; }
  .statutes-archive { padding: 29px 0 37px; }
  .statutes-archive__inner,
  .statutes-transcript__inner { width: 90%; }
  .statutes-archive__heading,
  .statutes-transcript__heading { margin-bottom: 29px; }
  .statutes-archive__heading h2,
  .statutes-transcript__heading h2 { font-size: 34px; }
  .statutes-documents { grid-template-columns: 1fr; gap: 18px; }
  .statutes-document { grid-template-rows: 280px 1fr; }
  .statutes-document__preview { padding: 16px; }
  .statutes-document__content { padding: 25px 22px 26px; }
  .statutes-document__content h3 { font-size: 27px; }
  .statutes-document__meta div { padding: 0 8px; }
  .statutes-download { grid-template-columns: 1fr; gap: 12px; padding: 18px 0 19px; }
  .statutes-download__actions { justify-content: flex-start; }
  .statutes-transcript { padding: 67px 0 76px; }
  .statutes-transcript__body { font-size: 17px; }
  .statutes-transcript__body .et_pb_text_inner > ul:has(> li:only-child > strong) strong,
  .statutes-transcript__body .et_pb_text_inner > p:has(> strong) strong { font-size: 24px !important; }
  .family-history,
  .family-literature { padding: 68px 0 74px; }
  .family-history__inner,
  .family-literature__inner { grid-template-columns: 1fr; gap: 34px; width: 90%; }
  .family-history__text p { font-size: 17px; }
  .family-people { padding: 67px 0 74px; }
  .family-people--page { padding-top: 48px; }
  .family-section-heading--light { width: 90%; margin: 0 auto 35px; }
  .people-timeline { grid-template-columns: 1fr; width: 90%; }
  .person-profile,
  .person-profile:nth-child(odd) { min-height: 0; padding: 31px 25px 33px; border-left: 1px solid rgba(255, 255, 255, 0.22); }
  .person-profile::before { left: 24px; }
  .literature-list li,
  .literature-list li:not(.literature-list__item--with-image) { grid-template-columns: 70px minmax(0, 1fr); gap: 8px 16px; }
  .literature-list__year { grid-column: 1; grid-row: 1; }
  .literature-list__image { grid-column: 1; grid-row: 2; width: 70px; }
  .literature-list__content { grid-column: 2; grid-row: 1 / span 2; }
  .literature-list li:not(.literature-list__item--with-image) .literature-list__content { grid-row: 1; }
  .literature-list__image img { aspect-ratio: 1 / 1; }
  .literature-list h3 { font-size: 20px; }
  .article-header__inner,
  .article-featured,
  .article-body,
  .article-footer { width: 90%; }
  .article-header__inner { padding: 39px 0 53px; }
  .article-header__back { margin-bottom: 35px; }
  .article-header h1 { font-size: 42px; }
  .article-featured { margin-top: 42px; }
  .article-body,
  .article-featured + .article-body { padding-top: 48px; padding-bottom: 62px; font-size: 17px; }
  .article-body > p:first-child { font-size: 19px; }
  .article-body h2 { font-size: 30px; }
  .article-body h3 { font-size: 24px; }
  .article-body blockquote { font-size: 19px; }
  .article-body .story-image-pair { grid-template-columns: 1fr; gap: 27px; }
  .article-body .event-summary { grid-template-columns: 1fr; }
  .article-body .event-summary p,
  .article-body .event-summary p:last-child { padding: 14px 0 15px; border-right: 0; border-bottom: 1px solid var(--vonessen-line); }
  .article-body .event-summary p:last-child { border-bottom: 0; }
  .article-body .event-schedule li { grid-template-columns: 91px minmax(0, 1fr); gap: 13px; }
  .article-footer { padding-bottom: 72px; }
  .article-navigation { grid-template-columns: 1fr; gap: 28px; }
  .article-navigation__next { grid-column: 1; text-align: left; }
  .news-intro__inner,
  .news-archive__inner { width: 90%; }
  .news-intro__inner { padding: 57px 0 52px; }
  .news-intro h1 { font-size: 42px; }
  .news-intro p { font-size: 18px; }
  .news-archive { padding: 58px 0 74px; }
  .news-item,
  .news-item--with-image { grid-template-columns: 1fr; gap: 24px; padding: 31px 0 36px; }
  .news-item__content { grid-column: 1; }
  .news-item--with-image .news-item__content { grid-row: 1; }
  .news-item__image { grid-column: 1; grid-row: 2; }
  .news-item h3 { font-size: 27px; }
}
