.dt-seo-geo-context {
  box-sizing: border-box;
  width: min(calc(100% - 40px), 980px);
  margin: clamp(18px, 3vw, 30px) auto 10px;
  color: var(--dt-ink, #111827);
}

.dt-single-wrap > .dt-seo-geo-context {
  width: 100%;
  margin: 0 0 24px;
}

.dt-seo-breadcrumbs {
  overflow: hidden;
  font-size: .82rem;
  line-height: 1.45;
}

.dt-seo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dt-seo-breadcrumbs li {
  min-width: 0;
  color: var(--dt-muted, #6b7280);
}

.dt-seo-breadcrumbs li[aria-hidden="true"] {
  color: var(--dt-line, #d8dfec);
  user-select: none;
}

.dt-seo-breadcrumbs a {
  color: var(--dt-brand, #3e538b);
  font-weight: 750;
  text-decoration: none;
}

.dt-seo-breadcrumbs a:hover,
.dt-seo-breadcrumbs a:focus-visible {
  color: var(--dt-brand-hover, #36497c);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dt-seo-breadcrumbs li[aria-current="page"] {
  max-width: min(52ch, 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dt-content-transparency {
  margin-top: 12px;
  padding: 11px 14px;
  border: 1px solid var(--dt-line, #d8dfec);
  border-radius: 14px;
  background: var(--dt-soft, #f6f8fc);
  color: var(--dt-muted, #6b7280);
  font-size: .78rem;
  line-height: 1.5;
}

.dt-content-transparency ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dt-content-transparency li {
  min-width: 0;
}

.dt-content-transparency strong {
  color: var(--dt-ink, #111827);
  font-weight: 800;
}

.dt-authority-disclosure {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid var(--dt-line, #d8dfec);
}

.dt-authority-disclosure summary {
  width: fit-content;
  color: var(--dt-brand, #3e538b);
  font-weight: 800;
  cursor: pointer;
}

.dt-authority-disclosure dl {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
}

.dt-authority-disclosure dl > div {
  display: grid;
  grid-template-columns: minmax(105px, .34fr) minmax(0, 1fr);
  gap: 8px 14px;
}

.dt-authority-disclosure dt {
  color: var(--dt-ink, #111827);
  font-weight: 800;
}

.dt-authority-disclosure dd {
  margin: 0;
}

.dt-authority-disclosure dd span {
  display: block;
  margin-top: 2px;
}

.dt-authority-disclosure a {
  color: var(--dt-brand, #3e538b);
  font-weight: 750;
  text-underline-offset: 2px;
}

@media (max-width: 640px) {
  .dt-seo-geo-context {
    width: min(calc(100% - 32px), 980px);
    margin-top: 16px;
  }

  .dt-single-wrap > .dt-seo-geo-context {
    width: 100%;
  }

  .dt-seo-breadcrumbs li[aria-current="page"] {
    max-width: 38vw;
  }

  .dt-content-transparency ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .dt-authority-disclosure dl > div {
    grid-template-columns: 1fr;
    gap: 1px;
  }
}

@media print {
  .dt-seo-breadcrumbs {
    display: none;
  }

  .dt-content-transparency {
    border: 0;
    padding: 0;
    background: transparent;
  }
}
