/* Washing Machine Detail – Premium Layout mit Vergleichstabelle */
/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Spec-Bereich als Div-Tabelle statt Kacheln */

.wmd-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px 48px;
}

.wmd-comparison-section-top {
    margin-top: 16px;
}

/* .wmd-page-title | Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | margin-bottom nicht überschreiben – Abstand für Headline-Unterstrich */
.wmd-page-title {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Einleitungstext volle Header-Breite */
.wmd-page-intro {
    margin: 0 0 18px;
    max-width: none;
    width: 100%;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--color-text-secondary);
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Zielgruppen-Block unter pageIntro */
.wmd-target-groups {
    margin: 0 0 20px;
    max-width: 72ch;
}

.wmd-target-groups-headline {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-text-primary);
}

.wmd-target-group-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wmd-target-group-item {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--color-text-secondary);
    background: var(--color-background-surface);
    border: 1px solid var(--color-border-default);
}

.wmd-target-group-excellent {
    border-left: 4px solid #2e7d32;
}

.wmd-target-group-good {
    border-left: 4px solid #558b2f;
}

.wmd-target-group-label {
    font-weight: 700;
    color: var(--color-text-primary);
}

.wmd-target-group-size {
    font-weight: 600;
    color: var(--color-text-secondary);
}

.wmd-target-group-separator {
    color: var(--color-text-secondary);
}

.wmd-target-group-assessment {
    color: var(--color-text-secondary);
}

.wmd-page-manufacturer-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Hersteller-Logo statt Textlink im Seitenkopf */
.wmd-page-manufacturer-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    max-width: 200px;
    height: 52px;
    padding: 8px 16px;
    background: var(--color-background-primary);
    border: 1px solid var(--color-border-default);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wmd-page-manufacturer-link:hover .wmd-page-manufacturer-logo-wrap {
    border-color: var(--color-brand-primary);
    box-shadow: 0 4px 16px rgba(28, 119, 166, 0.14);
    transform: translateY(-1px);
}

.wmd-page-manufacturer-logo {
    display: block;
    max-width: 100%;
    max-height: 36px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.wmd-page-manufacturer-link-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-brand-primary);
}

.wmd-page-manufacturer-link:hover .wmd-page-manufacturer-link-text {
    text-decoration: underline;
}

.wmd-comparison-section-top .wmd-section-title {
    margin-top: 4px;
}

.wmd-section {
    margin-top: 48px;
}

.wmd-section-inner {
    width: 100%;
}

.wmd-section-header {
    margin-bottom: 24px;
}

.wmd-section-title {
    font-family: var(--font-family-primary);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color-brand-primary);
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Subtitle volle Header-Breite */
.wmd-section-subtitle {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-text-secondary);
    margin: 0;
    max-width: none;
    width: 100%;
}

/* Hero */
.wmd-hero {
    margin-top: 32px;
    background: var(--color-background-surface);
    border: 1px solid var(--color-border-default);
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(28, 119, 166, 0.1);
    overflow: hidden;
    position: relative;
}

.wmd-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-brand-primary) 0%, var(--color-brand-secondary) 100%);
    pointer-events: none;
}

.wmd-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    padding: 40px;
    align-items: center;
}

.wmd-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wmd-hero-image-wrap {
    background: var(--color-background-primary);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid var(--color-border-default);
    max-width: 360px;
    width: 100%;
}

.wmd-hero-image {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    display: block;
}

.wmd-hero-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wmd-hero-manufacturer-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 6px 14px;
    background: rgba(28, 119, 166, 0.1);
    color: var(--color-brand-primary);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.wmd-hero-manufacturer-badge:hover {
    background: rgba(28, 119, 166, 0.18);
}

.wmd-hero-title {
    text-align: left;
    margin: 0;
}

.wmd-hero-price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wmd-price-badge {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid var(--color-border-default);
    background: var(--color-background-primary);
    min-width: 160px;
}

.wmd-price-badge-amazon {
    border-color: var(--color-brand-primary);
    background: rgba(28, 119, 166, 0.06);
}

.wmd-price-badge-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-text-secondary);
}

.wmd-price-badge-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-brand-primary);
}

.wmd-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wmd-chip {
    padding: 8px 14px;
    background: var(--color-background-primary);
    border: 1px solid var(--color-border-default);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text-primary);
}

.wmd-hero-cta {
    margin-top: 8px;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Footer-Amazon-CTA ohne erzwungene Mindestbreite */
.wmd-amazon-btn {
    min-width: 0;
}

/* Vergleichstabelle */
/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Vergleichstabelle visuelle Hierarchie */
.wmd-comparison-section {
    background: var(--color-background-primary);
    border: 1px solid var(--color-border-default);
    border-radius: 20px;
    padding: 32px 24px;
    box-shadow: 0 4px 24px rgba(28, 119, 166, 0.08);
}

.wmd-comparison-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -4px;
    padding: 4px 4px 12px;
    border-radius: 14px;
}

.wmd-comparison-table {
    display: table;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--color-border-default);
    border-radius: 14px;
    overflow: hidden;
    background: var(--color-background-surface);
}

.wmd-comparison-row {
    display: table-row;
}

/* Label-Spalte links – klar abgesetzt als Merkmal-Navigation */
.wmd-comparison-label-cell {
    display: table-cell;
    position: sticky;
    left: 0;
    z-index: 3;
    background: linear-gradient(90deg, rgba(28, 119, 166, 0.07) 0%, rgba(28, 119, 166, 0.03) 100%);
    padding: 16px 20px 16px 22px;
    border-bottom: 1px solid var(--color-border-default);
    border-right: 2px solid rgba(28, 119, 166, 0.2);
    min-width: 168px;
    max-width: 200px;
    vertical-align: middle;
    text-align: left;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.04);
}

.wmd-comparison-label-text {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--color-brand-primary);
    line-height: 1.35;
}

.wmd-comparison-row-header .wmd-comparison-label-cell {
    background: var(--color-background-surface);
    border-bottom: 2px solid var(--color-border-default);
    vertical-align: bottom;
}

/* Datenzeilen – Zebra für bessere Lesbarkeit */
.wmd-comparison-row-data:nth-child(even) .wmd-comparison-value-cell {
    background: rgba(0, 0, 0, 0.02);
}

.wmd-comparison-row-data:nth-child(even) .wmd-comparison-label-cell {
    background: linear-gradient(90deg, rgba(28, 119, 166, 0.1) 0%, rgba(28, 119, 166, 0.04) 100%);
}

/* Wert-Zellen – regulär */
.wmd-comparison-value-cell {
    display: table-cell;
    padding: 15px 14px;
    border-bottom: 1px solid var(--color-border-default);
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    vertical-align: middle;
    text-align: center;
    min-width: 148px;
    background: var(--color-background-surface);
}

.wmd-comparison-value-inner {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 1.3;
}

.wmd-comparison-value-empty {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--color-text-secondary);
    opacity: 0.45;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Aktuelle Vergleichsspalte deutlicher farblich hervorgehoben */
/* Aktuelle Spalte – deutlich hervorgehoben */
.wmd-comparison-value-current {
    background: linear-gradient(180deg, rgba(28, 119, 166, 0.34) 0%, rgba(28, 119, 166, 0.16) 100%);
    border-left: 3px solid var(--color-brand-primary);
    border-right: 3px solid var(--color-brand-primary);
    box-shadow: inset 0 0 0 1px rgba(28, 119, 166, 0.22), 0 0 18px rgba(28, 119, 166, 0.12);
}

.wmd-comparison-row-data:nth-child(even) .wmd-comparison-value-cell.wmd-comparison-value-current {
    background: linear-gradient(180deg, rgba(28, 119, 166, 0.3) 0%, rgba(28, 119, 166, 0.14) 100%);
}

.wmd-comparison-value-current .wmd-comparison-value-inner {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--color-brand-primary);
    letter-spacing: -0.01em;
}

.wmd-comparison-value-current.wmd-comparison-value-price .wmd-comparison-value-inner {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0a4d68;
}

.wmd-comparison-row-price .wmd-comparison-value-current {
    border-bottom: 3px solid var(--color-brand-primary);
    background: linear-gradient(180deg, rgba(28, 119, 166, 0.28) 0%, rgba(28, 119, 166, 0.2) 100%);
}

/* Preis-Zeilen */
.wmd-comparison-row-price {
    border-top: 2px solid var(--color-border-default);
}

.wmd-comparison-row-price .wmd-comparison-label-text {
    color: #0d5a7a;
}

.wmd-comparison-value-price .wmd-comparison-value-inner {
    font-weight: 600;
    color: var(--color-text-primary);
}

/* Produkt-Header-Zeile */
.wmd-comparison-product-cell {
    display: table-cell;
    padding: 18px 14px 20px;
    border-bottom: 2px solid var(--color-border-default);
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    vertical-align: top;
    text-align: center;
    min-width: 148px;
    background: var(--color-background-surface);
}

.wmd-comparison-row-header .wmd-comparison-product-cell {
    position: relative;
    padding-top: 22px;
    height: 1px;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Amazon-CTA in Vergleichsspalten unten bündig */
.wmd-comparison-row-header .wmd-comparison-product-cell:has(.wmd-comparison-product-amazon-cta) {
    padding-bottom: 52px;
}

.wmd-comparison-product-cell-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wmd-comparison-row-header .wmd-comparison-product-amazon-cta {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    flex-shrink: 0;
    z-index: 3;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Modellname in Vergleichstabelle als Link */
.wmd-comparison-product-model-link {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 8px;
    line-height: 1.35;
    min-height: 2.7em;
    width: 100%;
    text-decoration: none;
}

.wmd-comparison-product-model-link:hover {
    color: var(--color-brand-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wmd-comparison-product-model-link.wmd-comparison-product-model-current {
    font-size: 1.02rem;
    font-weight: 800;
    color: #0a4d68;
    margin-bottom: 10px;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Aktuelle Vergleichsspalte deutlicher farblich hervorgehoben */
.wmd-comparison-product-current {
    background: linear-gradient(180deg, rgba(28, 119, 166, 0.38) 0%, rgba(28, 119, 166, 0.2) 100%);
    border-left: 3px solid var(--color-brand-primary);
    border-right: 3px solid var(--color-brand-primary);
    border-top: 5px solid var(--color-brand-primary);
    border-bottom: 2px solid rgba(28, 119, 166, 0.4);
    box-shadow: 0 10px 32px rgba(28, 119, 166, 0.3), inset 0 0 0 1px rgba(28, 119, 166, 0.18);
    position: relative;
    z-index: 2;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Vergleichs-Produktbild direkt über Amazon-CTA */
.wmd-comparison-product-image-wrap-before-cta {
    margin: 0 auto 10px;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Vergleichs-Produktbild-Box im 16:9-Format */
.wmd-comparison-product-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    background: var(--color-background-primary);
    border: 1px solid var(--color-border-default);
    border-radius: 10px;
    padding: 8px;
    margin: 0 auto 12px;
    max-width: 120px;
    width: 100%;
}

.wmd-comparison-product-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Hersteller-Logo-Fallback in Vergleichsspalten (16:9-Box) */
.wmd-comparison-product-logo-wrap {
    aspect-ratio: 16 / 9;
}

.wmd-comparison-product-logo {
    max-width: 85%;
    max-height: 85%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.wmd-comparison-product-current .wmd-comparison-product-image-wrap {
    border: 2px solid rgba(28, 119, 166, 0.55);
    box-shadow: 0 4px 14px rgba(28, 119, 166, 0.22);
    background: rgba(255, 255, 255, 0.92);
}

.wmd-comparison-product-current .wmd-comparison-product-name {
    color: var(--color-brand-primary);
    font-weight: 700;
}

.wmd-comparison-product-name {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-text-secondary);
    margin-bottom: 4px;
}

.wmd-comparison-product-model {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 8px;
    line-height: 1.35;
    min-height: 2.7em;
    width: 100%;
}

.wmd-comparison-product-model-current {
    font-size: 1.02rem;
    font-weight: 800;
    color: #0a4d68;
    margin-bottom: 10px;
}

.wmd-comparison-value-price {
    font-weight: 600;
}

/* Ratgeber */
.wmd-advisor-section {
    background: var(--color-background-surface);
    border: 1px solid var(--color-border-default);
    border-radius: 20px;
    padding: 36px 32px;
}

.wmd-advisor-text {
    margin-top: 16px;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Kompaktere Ratgeber-Absatzabstände */
.wmd-advisor-paragraph {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-text-primary);
    margin: 0 0 0.65rem;
}

.wmd-advisor-paragraph:last-child {
    margin-bottom: 0;
}

.wmd-pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 36px;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Vor-/Nachteile als hochwertige farbige Panels */
.wmd-pros-cons-panel {
    border-radius: 16px;
    padding: 24px 22px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.wmd-pros-cons-panel-pros {
    background: linear-gradient(160deg, var(--color-success-background-light) 0%, var(--color-success-background) 100%);
    border: 1px solid var(--color-success-alpha-30);
    box-shadow: 0 8px 28px var(--color-success-alpha-10);
}

.wmd-pros-cons-panel-cons {
    background: linear-gradient(160deg, var(--color-error-alpha-05) 0%, var(--color-error-alpha-10) 100%);
    border: 1px solid var(--color-error-alpha-30);
    box-shadow: 0 8px 28px var(--color-error-alpha-10);
}

.wmd-pros-cons-panel-header {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wmd-pros-cons-title {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.wmd-pros-cons-title-pros {
    color: var(--color-success-text);
}

.wmd-pros-cons-title-cons {
    color: var(--color-error-darker);
}

.wmd-pros-cons-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wmd-pros-cons-entry {
    position: relative;
    padding: 14px 16px 14px 48px;
    font-size: 0.98rem;
    line-height: 1.55;
    font-weight: 500;
    color: var(--color-text-primary);
    border-radius: 12px;
    border: 1px solid transparent;
}

.wmd-pros-item {
    background: rgba(255, 255, 255, 0.82);
    border-color: var(--color-success-alpha-30);
}

.wmd-cons-item {
    background: rgba(255, 255, 255, 0.86);
    border-color: var(--color-error-alpha-30);
}

.wmd-pros-item::before,
.wmd-cons-item::before {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 22px;
}

.wmd-pros-item::before {
    content: '+';
    color: #ffffff;
    background: var(--color-success);
    box-shadow: 0 2px 8px var(--color-success-alpha-30);
}

.wmd-cons-item::before {
    content: '−';
    color: #ffffff;
    background: var(--color-error);
    box-shadow: 0 2px 8px var(--color-error-alpha-30);
}

/* Spezifikationen – Div-Tabelle (base-div-table) */
.wmd-specs-section {
    background: var(--color-background-surface);
    border: 1px solid var(--color-border-default);
    border-radius: 20px;
    padding: 32px 24px;
}

.wmd-specs-table-wrapper {
    margin-top: 20px;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Spec-Tabelle dunkle Schrift auf hellem Hintergrund */
.wmd-specs-table.base-div-table {
    table-layout: fixed;
    background: var(--color-background-primary);
    border: 1px solid var(--color-border-default);
    border-radius: 12px;
    overflow: hidden;
}

.wmd-specs-table .base-div-table-body-row {
    background: var(--color-background-primary);
    border-bottom: 1px solid var(--color-border-default);
}

.wmd-specs-table .base-div-table-body-row:nth-child(even) {
    background: var(--color-background-secondary);
}

.wmd-specs-table .base-div-table-body-row:hover {
    background: var(--color-background-hover);
}

.wmd-specs-table .base-div-table-body-cell {
    color: var(--color-text-primary);
    text-shadow: none;
    border-right: 1px solid var(--color-border-default);
}

.wmd-specs-table .base-div-table-body-cell:first-child {
    font-weight: 600;
    color: var(--color-text-secondary);
}

.wmd-specs-table .wmd-spec-value {
    color: var(--color-brand-primary);
}

.wmd-spec-value {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Abmessungen kompakt in einer Zeile (B×T×H) */
.wmd-spec-dimensions-value {
    white-space: nowrap;
    font-family: var(--font-family-primary);
    font-variant-numeric: normal;
    letter-spacing: normal;
}

.wmd-specs-table .base-div-table-body-cell:nth-child(2) {
    white-space: nowrap;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Erläuterungs-Spalte darf umbrechen */
.wmd-specs-table .base-div-table-header-cell:nth-child(1),
.wmd-specs-table .base-div-table-body-cell:nth-child(1) {
    width: 22%;
}

.wmd-specs-table .base-div-table-header-cell:nth-child(2),
.wmd-specs-table .base-div-table-body-cell:nth-child(2) {
    width: 16%;
}

.wmd-specs-table .base-div-table-header-cell:last-child,
.wmd-specs-table .base-div-table-body-cell:last-child {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Features – Pill-Chips */
.wmd-features-section {
    background: var(--color-background-surface);
    border: 1px solid var(--color-border-default);
    border-radius: 20px;
    padding: 32px 24px;
}

.wmd-feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.wmd-feature-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px 10px 14px;
    background: var(--color-background-primary);
    border: 1px solid var(--color-border-default);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text-primary);
    box-shadow: 0 2px 8px rgba(28, 119, 166, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wmd-feature-chip::before {
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(46, 158, 91, 0.14);
    color: #2e9e5b;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

.wmd-feature-chip:hover {
    border-color: var(--color-brand-primary);
    box-shadow: 0 4px 12px rgba(28, 119, 166, 0.12);
}

.wmd-features-desc {
    margin-top: 16px;
    color: var(--color-text-secondary);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Footer CTA */
.wmd-footer-cta-section {
    margin-top: 48px;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Footer-CTA volle Sektionsbreite wie Features */
.wmd-footer-cta {
    text-align: center;
    padding: 40px 32px;
    border-radius: 20px;
    max-width: none;
    width: 100%;
    margin: 0;
}

/* 404 */
.washing-machine-not-found-container {
    text-align: center;
    padding: 4rem 2rem;
}

.washing-machine-not-found-headline {
    font-size: 2.5em;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-top: 0;
    color: var(--color-brand-primary);
}

.washing-machine-not-found-message {
    margin-bottom: 2rem;
    color: var(--color-text-secondary);
}

.washing-machine-not-found-link {
    display: inline-block;
    padding: 14px 28px;
    background: var(--color-background-primary);
    color: var(--color-brand-primary);
    border: 2px solid var(--color-brand-primary);
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.washing-machine-not-found-link:hover {
    background: var(--color-brand-primary);
    color: var(--color-background-primary);
}

@media (max-width: 767px) {
    .wmd-specs-table .base-div-table-body-row {
        background: var(--color-background-primary);
        border: 1px solid var(--color-border-default);
    }

    .wmd-specs-table .base-div-table-body-cell {
        color: var(--color-text-primary);
        text-shadow: none;
    }

    .wmd-specs-table .base-div-table-body-cell::before {
        color: var(--color-text-secondary);
        text-shadow: none;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .wmd-hero-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px;
    }

    .wmd-hero-title {
        text-align: center;
    }

    .wmd-hero-manufacturer-badge {
        align-self: center;
    }

    .wmd-hero-price-row {
        justify-content: center;
    }

    .wmd-hero-chips {
        justify-content: center;
    }

    .wmd-hero-cta {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .wmd-pros-cons-grid {
        grid-template-columns: 1fr;
    }

    .wmd-section-title {
        font-size: 1.4rem;
    }

    .wmd-comparison-product-cell,
    .wmd-comparison-value-cell {
        min-width: 128px;
        padding: 12px 10px;
    }

    .wmd-comparison-label-cell {
        min-width: 120px;
        padding: 12px 14px 12px 16px;
    }

    .wmd-comparison-label-text {
        font-size: 0.65rem;
    }

    .wmd-comparison-value-current .wmd-comparison-value-inner {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .wmd-page {
        padding: 0 12px 32px;
    }

    .wmd-hero-inner {
        padding: 20px 16px;
    }

    .wmd-comparison-section,
    .wmd-advisor-section,
    .wmd-specs-section,
    .wmd-features-section {
        padding: 24px 16px;
        border-radius: 16px;
    }
}
