.vhdv-oliver-article .section-post-header .single-photo-wrapper,
.vhdv-oliver-article .section-post-header .post-title,
.vhdv-oliver-article .section-post-header .title_wrapper {
  display: none !important;
}

.vhdv-oliver-article .the_content_wrapper {
  margin: 0 auto;
  max-width: 1180px;
  width: calc(100% - 40px);
}

.vhdv-oliver {
  --vhdv-bg: #201d1a;
  --vhdv-panel: #27231f;
  --vhdv-panel-2: #342a23;
  --vhdv-text: #eee8e1;
  --vhdv-muted: #c2b7ad;
  --vhdv-copper: #d18e5e;
  --vhdv-green: #a8e58f;
  --vhdv-border: rgba(209, 142, 94, 0.34);
  color: var(--vhdv-text);
  font-size: 19px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 1180px;
  overflow-wrap: anywhere;
}

.vhdv-oliver,
.vhdv-oliver * {
  box-sizing: border-box;
}

.vhdv-oliver p {
  color: var(--vhdv-text);
  margin: 0 0 1.25rem;
}

.vhdv-oliver a {
  color: var(--vhdv-green);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.vhdv-oliver h1,
.vhdv-oliver h2,
.vhdv-oliver h3 {
  color: var(--vhdv-copper);
  font-family: inherit;
  line-height: 1.18;
  scroll-margin-top: 90px;
}

.vhdv-oliver h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  margin: 3.5rem 0 1.2rem;
}

.vhdv-oliver h3 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  margin: 2.5rem 0 1rem;
}

.vhdv-language-switch {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 0 0 1.4rem;
  position: relative;
  z-index: 4;
}

.vhdv-language-switch a {
  background: var(--vhdv-panel);
  border: 1px solid var(--vhdv-border);
  border-radius: 999px;
  color: var(--vhdv-muted);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 5px;
  padding: 7px 12px;
  text-decoration: none;
}

.vhdv-language-switch a:hover,
.vhdv-language-switch a:focus-visible,
.vhdv-language-switch a.is-active {
  background: var(--vhdv-green);
  border-color: var(--vhdv-green);
  color: #181512;
}

.vhdv-kicker {
  color: var(--vhdv-copper) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.vhdv-title {
  color: var(--vhdv-text) !important;
  font-size: clamp(2.4rem, 6.8vw, 5rem);
  margin: 0.25rem 0 0.65rem;
  max-width: 1050px;
  text-wrap: balance;
}

.vhdv-subtitle {
  color: var(--vhdv-green) !important;
  font-size: clamp(1.25rem, 2.8vw, 2rem);
  font-weight: 700;
  max-width: 980px;
}

.vhdv-hero,
.vhdv-media {
  background: var(--vhdv-panel);
  border: 1px solid var(--vhdv-border);
  margin: 2rem auto 2.4rem;
  max-width: 760px;
  overflow: hidden;
}

.vhdv-hero img,
.vhdv-media img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 820px;
  object-fit: contain;
  width: auto;
  max-width: 100%;
}

.vhdv-hero figcaption,
.vhdv-media figcaption {
  background: rgba(20, 18, 16, 0.94);
  color: var(--vhdv-muted);
  font-size: 0.86rem;
  line-height: 1.5;
  padding: 0.9rem 1rem;
}

.vhdv-facts,
.vhdv-toc,
.vhdv-faq {
  background: var(--vhdv-panel);
  border: 1px solid var(--vhdv-border);
  margin: 2.2rem 0;
  padding: clamp(1.1rem, 3vw, 2rem);
}

.vhdv-facts h2,
.vhdv-toc h2,
.vhdv-faq h2 {
  margin-top: 0;
}

.vhdv-toc ol {
  columns: 2;
  column-gap: 2.4rem;
  list-style: decimal-leading-zero;
  margin: 0;
  padding-left: 2.2rem;
}

.vhdv-toc li {
  break-inside: avoid;
  margin: 0 0 0.62rem;
  padding-left: 0.25rem;
}

.vhdv-toc-level-3 {
  font-size: 0.92em;
  margin-left: 1.05rem !important;
}

.vhdv-related,
.vhdv-media-card,
.vhdv-note,
.vhdv-caption-note {
  background: var(--vhdv-panel);
  border: 1px solid var(--vhdv-border);
  border-left: 4px solid var(--vhdv-green);
  color: var(--vhdv-text);
  margin: 1.5rem 0 2rem;
  padding: 1.15rem 1.3rem;
}

.vhdv-related strong,
.vhdv-media-card strong {
  color: var(--vhdv-green);
  display: block;
  margin-bottom: 0.45rem;
}

.vhdv-related a,
.vhdv-media-card a {
  display: inline-block;
}

.vhdv-table-scroll {
  border: 1px solid var(--vhdv-border);
  margin: 1rem auto 2.35rem;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
  scrollbar-color: var(--vhdv-green) var(--vhdv-panel-2);
  scrollbar-width: auto;
  -webkit-overflow-scrolling: touch;
}

.vhdv-scroll-hint {
  background: var(--vhdv-panel-2);
  border-bottom: 1px solid var(--vhdv-border);
  color: var(--vhdv-green);
  display: none;
  font-size: 14px;
  font-weight: 800;
  padding: 7px 10px;
  position: sticky;
  left: 0;
  width: max-content;
  z-index: 3;
}

.vhdv-table-scroll::-webkit-scrollbar {
  height: 12px;
}

.vhdv-table-scroll::-webkit-scrollbar-track {
  background: var(--vhdv-panel-2);
}

.vhdv-table-scroll::-webkit-scrollbar-thumb {
  background: var(--vhdv-green);
  border: 2px solid var(--vhdv-panel-2);
  border-radius: 10px;
}

.vhdv-table {
  border-collapse: collapse;
  color: var(--vhdv-text);
  font-size: 17px;
  margin: 0 auto !important;
  min-width: 720px;
  width: 100%;
}

.vhdv-facts-table {
  min-width: 620px;
}

.vhdv-table-wide {
  min-width: 1080px;
}

.vhdv-table th,
.vhdv-table td {
  border: 1px solid rgba(238, 232, 225, 0.16);
  font-size: inherit !important;
  padding: 0.72rem 0.8rem;
  text-align: center !important;
  vertical-align: middle;
}

.vhdv-table th {
  background: var(--vhdv-panel-2);
  color: var(--vhdv-green);
  font-weight: 800;
  position: sticky;
  top: 0;
  z-index: 2;
}

.vhdv-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.035);
}

.vhdv-table tbody tr:hover {
  background: rgba(168, 229, 143, 0.07);
}

/* Tabla 20: resultados de Malte. Preserve short scoring data and give the
   narrative columns enough room on desktop and inside the mobile scroller. */
.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table {
  min-width: 1108px;
  table-layout: fixed;
}

.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table th,
.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table td {
  overflow-wrap: normal;
  word-break: normal;
}

.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table :is(th, td):nth-child(1) {
  width: 64px;
  white-space: nowrap;
}

.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table :is(th, td):nth-child(2) {
  width: 200px;
}

.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table :is(th, td):nth-child(3) {
  width: 56px;
  white-space: nowrap;
}

.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table :is(th, td):nth-child(4),
.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table :is(th, td):nth-child(5) {
  width: 120px;
  white-space: nowrap;
}

.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table :is(th, td):nth-child(6) {
  width: 100px;
  white-space: nowrap;
}

.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table :is(th, td):nth-child(7) {
  width: 300px;
}

.vhdv-table-scroll[aria-label="Tabla 20"] .vhdv-table :is(th, td):nth-child(8) {
  width: 148px;
}

.vhdv-video-block {
  max-width: 900px;
}

.vhdv-video {
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.vhdv-video iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.vhdv-faq details {
  border-top: 1px solid var(--vhdv-border);
  padding: 0.9rem 0;
}

.vhdv-faq details:last-child {
  border-bottom: 1px solid var(--vhdv-border);
}

.vhdv-faq summary {
  color: var(--vhdv-green);
  cursor: pointer;
  font-weight: 800;
}

.vhdv-faq details p {
  margin: 0.8rem 0 0;
}

.vhdv-back-top {
  background: var(--vhdv-panel-2);
  border: 1px solid var(--vhdv-border);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  color: var(--vhdv-green) !important;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 13px;
  position: fixed;
  right: 18px;
  text-decoration: none;
  z-index: 20;
}

@media (max-width: 767px) {
  .vhdv-oliver-article .the_content_wrapper {
    width: calc(100% - 24px);
  }

  .vhdv-oliver-article #ht-ctc-chat,
  .vhdv-oliver-article #sfsi_floater,
  .vhdv-oliver-article .sfsi_floater_position,
  .vhdv-oliver-article .sfsi_plus_widget {
    display: none !important;
  }

  .vhdv-oliver {
    font-size: 17px;
    line-height: 1.68;
  }

  .vhdv-language-switch {
    justify-content: center;
  }

  .vhdv-language-switch a {
    flex: 1 1 88px;
    justify-content: center;
    max-width: 110px;
  }

  .vhdv-title {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .vhdv-toc ol {
    columns: 1;
  }

  .vhdv-scroll-hint {
    display: block;
  }

  .vhdv-table {
    font-size: 16px;
    min-width: 650px;
  }

  .vhdv-table-wide {
    min-width: 1020px;
  }

  .vhdv-table th,
  .vhdv-table td {
    padding: 0.58rem 0.62rem;
  }

  .vhdv-facts,
  .vhdv-toc,
  .vhdv-faq {
    padding: 1rem;
  }

  .vhdv-back-top {
    bottom: 76px;
    font-size: 12px;
    right: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
