.article--indent-for-social {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-template-areas: "content social";
  gap: 5rem;
}
@media screen and (max-width: 1023px) {
  .article--indent-for-social {
    grid-template-areas: "content" "social";
    gap: 0;
    grid-template-columns: 100%;
  }
}
.article__content {
  grid-area: content;
}
.article__meta {
  grid-area: social;
  position: relative;
}
.article__meta__sticky {
  position: sticky;
  top: 1.25rem;
}
html[dir=rtl] .article__meta__sticky {
  right: 0;
}
html[dir=ltr] .article__meta__sticky {
  left: 0;
}
.article__meta-tags .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.article__meta-social + .article__meta-tags {
  margin-top: var(--gutter-large);
}
.article__meta .social-icons svg path {
  fill: var(--color-text-main);
  transition: all 100ms linear;
}
.no-touchevents .article__meta .social-icons a:hover svg path {
  fill: var(--color-accent-main);
}
.article__intro {
  margin-bottom: var(--gutter-large);
}
.article__featured-image {
  position: relative;
  text-align: center;
  margin-top: var(--gutter-large);
}
.article__featured-image svg {
  max-height: 25rem;
}





/* ============================================
   VITALOVE PRODUCT COMPARISON TABLE
   Abgestimmt auf vitalove.ch Brand-Style
   ============================================ */

.comparison-section {
  margin: 3rem 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #333;
}

.comparison-section h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.comparison-intro {
  color: #666;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 800px;
  font-size: 0.95rem;
}

/* --- Wrapper --- */
.comparison-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #eaeaea;
}

/* --- Tabelle --- */
.comparison-table {
  width: 100%;
  min-width: 950px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 0.88rem;
}

/* --- Header --- */
.comparison-table thead th {
  background: #faf9f7;
  padding: 1.5rem 1rem 1rem;
  text-align: center;
  font-weight: 600;
  color: #2c2c2c;
  border-bottom: 2px solid #e8e4df;
  vertical-align: bottom;
  min-width: 170px;
  position: relative;
}

.comparison-table thead th.criteria-col {
  text-align: left;
  background: #fff;
  min-width: 220px;
  position: sticky;
  left: 0;
  z-index: 10;
  box-shadow: 3px 0 8px rgba(0,0,0,0.04);
  border-right: 1px solid #e8e4df;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #888;
  padding-top: 2rem;
  vertical-align: top;
}

/* Highlight-Spalte (Top Preis-Leistung etc.) */
.comparison-table thead th.highlight {
  background: #fffbeb;
  border-bottom: 3px solid #f5c518;
}

.comparison-table thead th.highlight .col-label {
  color: #b45309;
  font-weight: 700;
}

.col-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #999;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.comparison-table thead img {
  max-width: 90px;
  height: auto;
  margin: 0.5rem auto;
  display: block;
  border-radius: 8px;
}

.product-name {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.75rem;
  color: #2c2c2c;
  line-height: 1.3;
}

/* --- Body-Zellen --- */
.comparison-table tbody td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #f2f0ed;
  vertical-align: middle;
  color: #444;
  line-height: 1.5;
}

.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #2c2c2c;
  background: #fff;
  position: sticky;
  left: 0;
  z-index: 5;
  box-shadow: 3px 0 8px rgba(0,0,0,0.04);
  border-right: 1px solid #e8e4df;
  font-size: 0.82rem;
  padding-left: 1.25rem;
}

/* Highlight-Spalte im Body */
.comparison-table tbody tr td:nth-child(2),
.comparison-table thead th:nth-child(2) {
  background: #fffbeb;
}

.comparison-table tbody tr:nth-child(even) td:nth-child(2) {
  background: #fef3c7;
}

/* --- Badges --- */
.badge {
  display: inline-block;
  font-size: 0.65rem;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.badge-hochdosiert,
.badge:contains("Hochdosiert") {
  background: #fef3c7;
  color: #92400e;
}

.badge-niedrig,
.badge:contains("Niedrig") {
  background: #f3f4f6;
  color: #4b5563;
}

/* --- Icons --- */
.check {
  color: #16a34a;
  font-weight: 700;
  font-size: 1.1rem;
}

.cross {
  color: #dc2626;
  font-weight: 700;
  font-size: 1.1rem;
}

.na {
  color: #9ca3af;
  font-style: italic;
  font-size: 0.85rem;
}

/* --- Footer / CTA --- */
.comparison-table tfoot td {
  padding: 1.25rem 1rem;
  background: #faf9f7;
  border-top: 2px solid #e8e4df;
}

.comparison-table tfoot td:first-child {
  background: #fff;
  position: sticky;
  left: 0;
  box-shadow: 3px 0 8px rgba(0,0,0,0.04);
}

.comparison-cta {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background: #fff;
  color: #d97706;
  border: 2px solid #f5c518;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  transition: all 0.25s ease;
  white-space: nowrap;
  letter-spacing: 0.2px;
}

.comparison-cta:hover {
  background: #f5c518;
  color: #1f2937;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(245, 197, 24, 0.3);
}

/* --- Fußnoten --- */
.comparison-footnotes {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e8e4df;
}

.comparison-footnotes p {
  font-size: 0.78rem;
  color: #9ca3af;
  margin: 0.4rem 0;
}

/* ============================================
   ZEBRA-STRIPES
   ============================================ */
.comparison-table tbody tr:nth-child(even) td {
  background: #fafafa;
}

.comparison-table tbody tr:nth-child(even) td:first-child {
  background: #f5f5f5;
}

/* ============================================
   STICKY HEADER
   ============================================ */
@media (min-width: 769px) {
  .comparison-table thead th {
    position: sticky;
    top: 0;
    z-index: 20;
  }
  
  .comparison-table thead th.criteria-col {
    z-index: 25;
  }
}

/* ============================================
   MOBILE: Karten-Ansicht (ab 768px)
   ============================================ */
@media (max-width: 768px) {
  .comparison-section h2 {
    font-size: 1.4rem;
  }

  .comparison-table-wrapper {
    overflow-x: visible;
    border: none;
    background: transparent;
  }

  .comparison-table,
  .comparison-table thead,
  .comparison-table tbody,
  .comparison-table tfoot,
  .comparison-table tr,
  .comparison-table th,
  .comparison-table td {
    display: block;
    width: 100% !important;
    min-width: auto;
  }

  .comparison-table thead {
    display: none;
  }

  .comparison-table tbody {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .comparison-table tbody tr {
    margin-bottom: 0;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    overflow: hidden;
    background: #fff;
    border: 1px solid #eaeaea;
  }

  .comparison-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 1.1rem;
    border-bottom: 1px solid #f2f0ed;
    text-align: right;
    background: #fff !important;
  }

  .comparison-table tbody td:first-child {
    display: none;
  }

  .comparison-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #2c2c2c;
    text-align: left;
    flex: 1;
    padding-right: 1rem;
    font-size: 0.82rem;
  }

  /* Card-Header */
  .comparison-table tbody tr::before {
    content: attr(data-product);
    display: block;
    padding: 1.25rem;
    background: #faf9f7;
    font-weight: 700;
    font-size: 1rem;
    color: #2c2c2c;
    border-bottom: 2px solid #e8e4df;
    text-align: center;
  }

  .comparison-table tbody tr.highlight-card::before {
    background: #fffbeb;
    color: #92400e;
    border-bottom-color: #f5c518;
  }

  /* CTA */
  .comparison-table tfoot {
    display: contents;
  }

  .comparison-table tfoot tr {
    display: contents;
  }

  .comparison-table tfoot td {
    padding: 1.1rem;
    text-align: center;
    background: #faf9f7;
  }

  .comparison-table tfoot td:first-child {
    display: none;
  }

  .comparison-cta {
    width: 100%;
    text-align: center;
    padding: 0.85rem;
    font-size: 0.9rem;
  }
}

/* ============================================
   TABLET
   ============================================ */
@media (min-width: 769px) and (max-width: 1024px) {
  .comparison-table {
    min-width: 750px;
  }
  
  .comparison-table thead th {
    padding: 1.2rem 0.8rem 0.8rem;
  }
  
  .comparison-table tbody td {
    padding: 0.85rem 0.8rem;
  }
}

/* ============================================
   SCROLLBAR STYLING
   ============================================ */
.comparison-table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.comparison-table-wrapper::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

.comparison-table-wrapper::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
}

.comparison-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}