#main .container--large {
    max-width: 1200px;
}

.article--container{
    display: flex;
    column-gap: 70px; 
    flex-direction: row-reverse;
}
.article__content h2{
  font-size:1.7rem;
}
.article__content h3{
  font-size:1.5rem;
}
.article__content h4{
  font-size:1.3rem;
}
@media (max-width:500px){
  .article__content h2{
  font-size:1.5rem;
}
.article__content h3{
  font-size:1.3rem;
}
.article__content h4{
  font-size:1.1rem;
}
}

.article_content-card.nav {
    width: 25%;
}
.article_content-card {
    width: 75%;
      padding: 50px 0px;
}
.article__featured-image.element--border-radius {
    margin-bottom: 20px;
  margin-top:0px;
}
ul.list--nav {
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
span.list--nav-title {
    font-weight: 600;
}
a.site-nav__link.sidebar__nav-font.link-actv {
    color: #5A9C56;
    font-weight: 500;
}

a.back-to-start {
    width: 100%;
    display: flex;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.bestseller-promotion {
    margin-top: 10px;
}
header .article {
    text-align: left;
    margin-bottom: 20px;
}

.article--pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
}
.pagination_link{
    display: flex;
    align-items: center;
}

@media (max-width:767px){
  
.article--container {
flex-direction:column-reverse;
}
.article_content-card.nav {
    width: 100%;
    border-right: 0px solid #DDD;
    padding-right: 0px;
}
.article_content-card {
    width: 100%;
}
}




/* ===========================================
   Sidebar Styling
   =========================================== */
.sticky_nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.author-tag {
    display: flex;
    align-items: center;
    gap: 5px;
}
img.blog-item__author-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.blog-item__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.author-side-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f7f7f7;
    padding: 0 25px 25px 25px;
 border-radius:15px;
    margin-top: 35px;
}
a.author-more-link {
    font-size: 11px;
    text-decoration: underline;
}
.author-side-card p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
img.author-side-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: -35px;
}
span.author-side-name {
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
}
a.blog-back-link {
    font-size: 13px;
}
.rte.article h1 {
    margin-top: 15px;
}
.rte.article p {
    margin-bottom: 30px;
}

/* ===========================================
   RELATED POSTS - Sidebar Styling
   =========================================== */

.related-posts-card {
 background:#f7f7f7;
 padding:15px;
 border-radius:15px;
}

.related-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.related-post-item {
  transition: transform 0.2s ease;
}

.related-post-item:hover {
  transform: translateX(3px);
}

.related-post-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  padding: 8px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.related-post-link:hover {
  background: #f7fafc;
}

.related-post-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  background: #edf2f7;
}

.related-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-post-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0; /* wichtig für text-overflow */
}

.related-post-title {
    font-size: 0.8rem;
    font-weight: 500;
    color: #2d3748;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.related-post-date {
  font-size: 0.8rem;
  color: #a0aec0;
}

/* Mobile */
@media (max-width: 768px) {
  .related-post-thumb {
    width: 50px;
    height: 50px;
  }

  .related-post-title {
    font-size: 0.85rem;
  }
.article_content-card.nav {
    padding-top: 0;
}
}

/* Mobile */
@media (max-width: 480px) {
  .article_content-card .grid.grid--slider.grid-1.grid-lap-2.grid-tiny-1 {
    --visible-cols: 1 !important;
}
}


/* ===========================================
   featured product
   =========================================== */
.product-gallery-item {
    background: white;
    filter: brightness(97%);
}

.article-featured-product {
    max-width: 65rem;
    border-top: 1px solid #ddd;
    padding-top: 60px;
}






  /* ============================================
   VITALOVE PRODUCT COMPARISON TABLE
   ============================================ */

.comparison-intro {
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 800px;
}

/* --- Wrapper für horizontales Scrollen auf Mobile --- */
.comparison-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  margin-top: 30px;
}

/* --- Tabelle --- */
.comparison-table {
  width: 100%;
  min-width: 900px; /* Erzwingt Scroll auf schmalen Screens */
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 12px;
}

/* --- Header --- */
.comparison-table thead th {
  background: #f8f9fa;
  padding: 1.2rem 1rem;
  text-align: center;
  font-weight: 600;
  color: #2c3e50;
  border-bottom: 2px solid #e9ecef;
  vertical-align: bottom;
  min-width: 160px;
}

.comparison-table thead th.criteria-col {
  text-align: left;
  background: #fff;
  min-width: 200px;
  position: sticky;
  left: 0;
  z-index: 10;
  box-shadow: 2px 0 5px rgba(0,0,0,0.05);
  border-right: 1px solid #e9ecef;
}

.comparison-table thead th.highlight {
  background: #e8f5e9;
  border-bottom: 2px solid #4caf50;
}

.comparison-table thead th.highlight .col-label {
  color: #2e7d32;
}

.col-label {
    display: block;
    font-size: 12px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

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

.product-name {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0.5rem;
  color: #2c3e50;
}

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

.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  color: #2c3e50;
  background: #fff;
  position: sticky;
  left: 0;
  z-index: 5;
  box-shadow: 2px 0 5px rgba(0,0,0,0.05);
  border-right: 1px solid #e9ecef;
}

/* --- Hervorgehobene Spalte im Body --- */
.comparison-table tbody tr td:nth-child(2),
.comparison-table thead th:nth-child(2) {
  /* Falls erste Produktspalte hervorgehoben werden soll */
}

/* --- Badges (Hochdosiert etc.) --- */
.badge {
  display: block;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 20px;
  margin-top: 4px;
  font-weight: 500;
}

.badge:contains("Hochdosiert"),
.badge:contains("Hoch") {
  background: #fff3e0;
  color: #e65100;
}

.badge:contains("Niedrig"),
.badge:contains("Niedrig dosiert") {
  background: #eceff1;
  color: #546e7a;
}

/* --- Icons --- */
.check {
  color: #4caf50;
  font-weight: 700;
}

.cross {
  color: #f44336;
  font-weight: 700;
}

.na {
  color: #9e9e9e;
  font-style: italic;
}

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

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

.comparison-cta {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #fff;
  color: var(--color-accent-header); /* Vitalove-Orange anpassen */
  border: 2px solid var(--color-accent-header);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.comparison-cta:hover {
  background: var(--color-accent-header);
  color: #fff;
}

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

.comparison-footnotes p {
  font-size: 0.8rem;
  color: #888;
  margin: 0.3rem 0;
}

/* ============================================
   MOBILE: Karten-Ansicht (ab 768px)
   ============================================ */
@media (max-width: 768px) {
  .comparison-table-wrapper {
    overflow-x: visible;
    box-shadow: none;
  }

  .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; /* Header ausblenden, wird per Card-Titel ersetzt */
  }

  .comparison-table tbody tr {
    margin-bottom: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    background: #fff;
  }

  .comparison-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #f5f5f5;
    text-align: right;
  }

  .comparison-table tbody td:first-child {
    display: none; /* Kriterium-Spalte ausblenden */
  }

  /* Kriterium als Label vor den Wert setzen */
  .comparison-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #2c3e50;
    text-align: left;
    flex: 1;
    padding-right: 1rem;
  }

  /* Jede Produktspalte wird zur eigenen Card */
  .comparison-table tbody {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .comparison-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* Card-Header mit Produktinfo */
  .comparison-table tbody tr::before {
    content: attr(data-product);
    display: block;
    padding: 1rem;
    background: #f8f9fa;
    font-weight: 700;
    font-size: 1.1rem;
    color: #2c3e50;
    border-bottom: 2px solid #e9ecef;
  }

  .comparison-table tbody tr.highlight-card::before {
    background: #e8f5e9;
    color: #2e7d32;
  }

  /* CTA-Button am Ende jeder Card */
  .comparison-table tfoot {
    display: contents;
  }

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

  .comparison-table tfoot td {
    padding: 1rem;
    text-align: center;
  }

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

  .comparison-cta {
    width: 100%;
    text-align: center;
  }
}

/* ============================================
   TABLET: 2-Spalten-Karten
   ============================================ */
@media (min-width: 769px) and (max-width: 1024px) {
  .comparison-table {
    min-width: 700px;
  }
}

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

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

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





/* ============================================
   VL testsieger richtext
   ============================================ */
.vl-article.richtext-intro ul{
list-style: disc;
padding-left:20px;
}
.vl-article.richtext-intro ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 25px;
    margin-top: 10px;
}
.vl-article.richtext-intro li {
    margin-bottom: 5px;
}
.vl-article.richtext-intro h2 {
    margin-top: 45px !important;
}

/* ===========================================
   testsieger vl article
   =========================================== */
.vl-article {
    --vl-accent: #2f8f4e;
    --vl-radius: 12px;
    --vl-space: clamp(2.25rem, 5cqi, 3.75rem);
    width: 100%;
    margin: 0;
    padding: 0;
    container-type: inline-size;
    line-height: 1.65;
    color: inherit;
}
.vl-article-spacer{
      max-width: 65rem;
    padding-top: 60px;
    border-top: 1px solid #ddd;
        display: flex;
    gap: 70px;
    flex-direction: column;
}
    .vl-article *{box-sizing:border-box;}

    /* --- Abstandsrhythmus zwischen den Blöcken --- */
    .vl-article>*+h2{margin-top:calc(var(--vl-space) * 1.55);}
    .vl-article>*+h3{margin-top:calc(var(--vl-space) * 1.15);}
    .vl-article>h2+*{margin-top:calc(var(--vl-space) * .75);}
    .vl-article>h3+p{margin-top:.75em;}
    .vl-article>p+ul,
    .vl-article>p+.vl-article__check{margin-top:1.1rem;}
    li.vl-article__feature p {
    font-size: 15px;
    line-height: 1.5em;
}
.vl-article-content li {
    font-size: 16px;
}

    /* --- Texte --- */
    .vl-article p{margin:0;line-height:1.65;font-size: 16px;}
    .vl-article p+p{margin-top:1.05em;}
    .vl-article a{color:var(--vl-accent);text-decoration:underline;text-underline-offset:2px;}
    .vl-article sup{font-size:.7em;line-height:0;}

    /* --- Überschriften (font-family wird bewusst geerbt) --- */
    .vl-article h2{
      margin:0 0 25px;
      text-align:left;
      font-size:clamp(1.5rem,1.15rem + 1.8cqi,2rem) !important;
    }
    .vl-article h2::after{
      content:"";
      display:block;
      width:64px;height:3px;
      margin:.65rem 0 0;
      background:var(--vl-accent);
      border-radius:2px;
    }

    .vl-article h2 a{color:inherit;text-decoration:none;}
    .vl-article h3{
      margin:0 0 .55em;
      text-align:left;
      font-size:clamp(1.2rem,1.05rem + 1cqi,1.4rem);
      font-weight:700;
      line-height:1.3;
      letter-spacing:-.005em;
    }
    .vl-article h4{margin:0 0 .75em;text-align:left;font-size:1.15rem;font-weight:700;line-height:1.35;}

    /* --- Bilder --- */
    .vl-article img{display:block;max-width:100%;height:auto;}

    /* --- Listen --- */
    .vl-article ul{margin:0;}


    /* --- Ranking-Block (Bild + Liste) --- */
    .vl-article__ranking{
      display:grid;
      gap:calc(var(--vl-space) * .8);
      align-items:center;
      padding:clamp(1.25rem,3cqi,2rem);
      border-radius:var(--vl-radius);
      border:1px solid rgba(0,0,0,.12);
      border:1px solid color-mix(in srgb,currentColor 12%,transparent);
      background:#f6f7f8;
      background:color-mix(in srgb,currentColor 4%,transparent);
    }

    .vl-article__ranking-media {
    height: 100%;
}
    .vl-article__ranking-media img{margin-inline:auto;border-radius:calc(var(--vl-radius) - 4px);height: 100%;object-fit: cover;}
    .vl-article__ranking ul{list-style:none;padding-left:0;}
    .vl-article__ranking li{
      margin:0;
      padding:.55em 0;
      border-bottom:1px solid rgba(0,0,0,.1);
      border-bottom:1px solid color-mix(in srgb,currentColor 10%,transparent);
    }
    .vl-article__ranking li:last-child{border-bottom:0;}

    /* --- Vorteils-Karten (Testsieger) --- */
    .vl-article__features{list-style:none;margin:0;padding:0;display:grid;gap:1.1rem;}
    .vl-article__feature{
      margin:0;
      display:flex;gap:1rem;align-items:flex-start;
      padding:1.15rem 1.25rem;
      border-radius:var(--vl-radius);
      border:1px solid rgba(0,0,0,.1);
      border:1px solid color-mix(in srgb,currentColor 10%,transparent);
      background:#f8f9fa;
      background:color-mix(in srgb,currentColor 3%,transparent);
    }
    .vl-article__feature img{width:48px;flex:0 0 48px;}
    .vl-article__feature p{margin:0;}

    /* --- Checkliste --- */
.vl-article__check {
    list-style: none;
    padding-left: 0;
    display: grid;
    margin-top: 15px !important;
}
    .vl-article__check li{margin:0;position:relative;padding-left:1.9em;}
    .vl-article__check li::before{
      content:"✓";position:absolute;left:0;top:0;
      font-weight:700;color:var(--vl-accent);
    }

    .vl-article__media-img {
    height: 100%;
}

    /* --- Bild-/Text-Zeile --- */
    .vl-article__media{display:grid;gap:calc(var(--vl-space) * .85);align-items:center;}
.vl-article__media img {
    margin-inline: auto;
    border-radius: var(--vl-radius);
    height: 100%;
    object-fit: cover;
}

    /* --- Hinweis-/Info-Box --- */
    .vl-article__note{
      display:flex;gap:1rem;align-items:flex-start;
      padding:1.15rem 1.35rem;
      border-radius:var(--vl-radius);
      border-left:4px solid var(--vl-accent);
      background:#eef6f0;
      background:color-mix(in srgb,var(--vl-accent) 8%,transparent);
      margin-top: 50px;
    }
    .vl-article__note img{width:40px;flex:0 0 40px;}
    .vl-article__note p{margin:0;}

    /* --- ab ca. 640px Spaltenlayout --- */
    @container (min-width:640px){
      .vl-article__ranking{grid-template-columns:1fr 1fr;}
      .vl-article__media{grid-template-columns:1fr 1fr;}
      .vl-article__media--right .vl-article__media-img{order:2;}
      .vl-article__features{grid-template-columns:1fr 1fr;}
    }





/* ===========================================
   Wrapper – Grid Layout für Zutaten + Info
   =========================================== */
.sb-article-rezept-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .sb-article-rezept-wrapper {
    grid-template-columns: 1.4fr 1fr;
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .sb-article-rezept-wrapper {
    grid-template-columns: 1.5fr 1fr;
    gap: 48px;
  }
}

/* ===========================================
   Zutaten-Bereich (linke Spalte)
   =========================================== */
.sb-article-rezept {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #ddd;
}

/* ===========================================
   Portions-Steuerung
   =========================================== */
.sb-recipe-servings {
  margin-bottom: 28px;
  max-width: 320px;
}

.sb-recipe-servings__label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sb-recipe-servings__control {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.sb-recipe-servings__input {
  flex: 1 1 auto;
    min-width: 0;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    background: #fafafa;
    color: #111;
    transition: border-color .2s ease, background .2s ease;
}

.sb-recipe-servings__input:focus {
  outline: none;
  border-color: #111;
  background: #fff;
}

/* Spinner ausblenden */
.sb-recipe-servings__input::-webkit-outer-spin-button,
.sb-recipe-servings__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sb-recipe-servings__input {
  -moz-appearance: textfield;
  appearance: textfield;
}

.sb-recipe-servings__btn {
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  color: #111;
  cursor: pointer;
  transition: all .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sb-recipe-servings__btn:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.sb-recipe-servings__btn:active {
  transform: scale(0.95);
}

/* ===========================================
   Zutatenliste
   =========================================== */
.sb-custom-rezept-table {
  border-top: 2px solid #f0f0f0;
  padding-top: 20px;
}

.sb-custom-rezept-table__row {
    display: flex;
    align-items: baseline;
    gap: 16px;
    font-size: 14px;
    padding: 8px 0;
    transition: background .15s ease;
}

.sb-custom-rezept-table__row:hover {
  background: #fafafa;
  margin: 0 -12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
}

.sb-custom-rezept-table__row:last-child {
  border-bottom: none;
}

.sb-custom-rezept-table__amount {
  min-width: 90px;
  font-weight: 500;
  color: #111;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

.sb-custom-rezept-table__name {
  color: #444;
  line-height: 1.4;
}

.sb-custom-rezept-table__name a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  transition: border-color .2s ease;
}

.sb-custom-rezept-table__name a:hover {
  border-bottom-color: #111;
}

/* ===========================================
   Add to Cart Button
   =========================================== */
.sb-add-all {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px solid #f0f0f0;
}

.sb-add-all__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #111;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all .2s ease;
  letter-spacing: 0.3px;
  width: 100%;
  justify-content: center;
}

.sb-add-all__btn:hover {
  background: #333;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.sb-add-all__btn:active {
  transform: translateY(0);
}

.sb-add-all__btn:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.sb-add-all__count {
  opacity: .7;
  font-weight: 500;
  font-size: 14px;
}

.sb-add-all__msg {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #c0392b;
  text-align: center;
  min-height: 20px;
}

.sb-add-all__msg:empty {
  display: none;
}

/* ===========================================
   Rezept-Info (rechte Spalte – Sticky!)
   =========================================== */
.rezept-info {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  position: sticky;
  top: 24px;
  height: fit-content;
  border: 1px solid #ddd;
    background: #f7f7f7;

}

.rezept-meta {
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
}

.rezept-meta li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
}

.rezept-meta li:last-child {
  border-bottom: none;
}

.rezept-meta li strong {
  color: #111;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Icons für Meta-Infos (optional, kannst du entfernen) */
.rezept-meta li strong::before {
  content: "•";
  color: #ccc;
  font-size: 20px;
  line-height: 0;
}

.rezept-meta li strong:first-child::before { content: "⏱"; }
.rezept-meta li:nth-child(2) strong::before { content: "🔥"; }
.rezept-meta li:nth-child(3) strong::before { content: "📊"; }

.rezept-meta li span,
.rezept-meta li {
  color: #555;
}

/* ===========================================
   Nährwerttabelle
   =========================================== */
.rezept-naehrwerte {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.rezept-naehrwerte caption {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #111;
}

.rezept-naehrwerte tbody tr {
  transition: background .15s ease;
}

.rezept-naehrwerte tbody tr:hover {
  background: #fafafa;
}

.rezept-naehrwerte th,
.rezept-naehrwerte td {
  padding: 14px 0;
  text-align: left;
  font-size: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.rezept-naehrwerte th {
  font-weight: 600;
  color: #111;
  width: 50%;
}

.rezept-naehrwerte td {
  color: #555;
  font-weight: 500;
  text-align: right;
}

.rezept-naehrwerte tbody tr:last-child th,
.rezept-naehrwerte tbody tr:last-child td {
  border-bottom: none;
}

/* Highlight für Kalorien */
.rezept-naehrwerte tbody tr:first-child td {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

/* ===========================================
   Mobile Anpassungen
   =========================================== */
@media (max-width: 767px) {
  .sb-article-rezept,
  .rezept-info {
    padding: 24px;
    border-radius: 12px;
  }
  
  .rezept-info {
    position: static;
  }
  
  .sb-custom-rezept-table__amount {
    min-width: 80px;
  }
  
  .sb-add-all__btn {
    padding: 14px 20px;
  }
}

/* ===========================================
   Loading State für Button
   =========================================== */
.sb-add-all__btn[data-loading="true"] {
  pointer-events: none;
}

.sb-add-all__btn[data-loading="true"]::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}



