


body .zwd-archive-grid {
  grid-auto-flow: row dense;
}


body .zwd-breadcrumb a {
  color: #20170f !important;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color 160ms ease, background-color 160ms ease, text-decoration-color 160ms ease;
}
body .zwd-breadcrumb a:hover,
body .zwd-breadcrumb a:focus-visible {
  color: #8a3a17 !important;
  background-color: rgba(197, 82, 34, 0.12) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}


body :is(.zwd-lead, .zwd-support-card, .zwd-stream-card, .zwd-card, .zwd-more-card, .zwd-archive-card, .zwd-related-card) :is(h1, h2, h3, h4) > a {
  color: #20170f !important;
}
body :is(.zwd-lead, .zwd-support-card, .zwd-stream-card, .zwd-card, .zwd-more-card, .zwd-archive-card, .zwd-related-card) :is(h1, h2, h3, h4) > a:hover,
body :is(.zwd-lead, .zwd-support-card, .zwd-stream-card, .zwd-card, .zwd-more-card, .zwd-archive-card, .zwd-related-card) :is(h1, h2, h3, h4) > a:focus-visible {
  color: #8a3a17 !important;
  background-color: rgba(197, 82, 34, 0.08) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor !important;
}


body .zwd-pagination a {
  transition: color 160ms ease, background-color 160ms ease;
}
body .zwd-pagination a:hover,
body .zwd-pagination a:focus-visible {
  color: #fffdf7 !important;
  background-color: #8a3a17 !important;
}


body a.zwd-article-author {
  transition: color 160ms ease;
}
body a.zwd-article-author:hover,
body a.zwd-article-author:focus-visible {
  color: #8a3a17 !important;
}
body a.zwd-article-author:hover strong,
body a.zwd-article-author:focus-visible strong {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}


body .dn-share {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.9rem;
  margin: 1.05rem 0 0;
}
body .zwd-share__label {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #20170f;
  opacity: 0.72;
}
body .zwd-share__link {
  font-size: 0.82rem;
  color: #20170f;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color 160ms ease, background-color 160ms ease, text-decoration-color 160ms ease;
}
body .zwd-share__link:hover,
body .zwd-share__link:focus-visible {
  color: #8a3a17 !important;
  background-color: rgba(197, 82, 34, 0.10) !important;
  text-decoration: underline;
  text-decoration-color: currentColor;
}


body :is(a[href], button, input, select, textarea, [role="button"]):focus,
body :is(a[href], button, input, select, textarea, [role="button"]):focus-visible {
  outline: 2px solid #c55222 !important;
  outline-offset: 2px;
}


body main a[href]:not(.zwd-bwuv__button):not(.ts-button):not(.zwd-form-submit):hover,
body main a[href]:not(.zwd-bwuv__button):not(.ts-button):not(.zwd-form-submit):focus {
  color: #8a3a17 !important;
}
body main :is(a.zwd-bwuv__button, a.ts-button):hover,
body main :is(a.zwd-bwuv__button, a.ts-button):focus {
  color: #fffdf7 !important;
  background-color: #8a3a17 !important;
}
body main :is(button, input[type="submit"], .zwd-form-submit, [role="button"]):hover,
body main :is(button, input[type="submit"], .zwd-form-submit, [role="button"]):focus {
  color: #fffdf7 !important;
  background-color: #8a3a17 !important;
}


body .zwd-page--v3 .zwd-page-layout.zwd-page-layout--wide,
body .zwd-page--v3 .zwd-page-layout.zwd-page-layout--wide {
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
}
body .zwd-page-layout--wide .zwd-page-content {
  margin-left: auto;
  margin-right: auto;
}
body .zwd-page-layout--wide .zwd-contact {
  max-width: none;
  width: min(1320px, calc(100vw - 48px));
  margin-left: calc((100% - min(1320px, calc(100vw - 48px))) / 2);
  margin-right: 0;
}
body .zwd-page-layout--wide .zwd-contact-form {
  width: 100%;
}
body .zwd-bwuv__formats > .zwd-bwuv__scope {
  grid-column: 1 / -1;
  margin: 0 0 6px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #20170f;
  opacity: 0.72;
}


body .dn-trust__contact-commercial > p:empty {
  display: none;
}
@media (min-width: 761px) {
  body .dn-trust__contact-commercial {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 18px;
  }
  body .dn-trust__contact-commercial > .dn-trust__marketplace-logo {
    grid-column: 1;
    grid-row: 1;
    display: block;
  }
  body .dn-trust__contact-commercial > div {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }
  body .dn-trust__contact-commercial > div > p {
    max-width: 68ch;
  }
}
