/*
 * affiliate-style.css — Phase 1 + 2 + 3 + 4 + 5A
 * vyber-pracky.sk / kadence-child theme
 *
 * Phase 5A: Callout shortcodes [info] [warning] [tip] [note]
 * Phase 5B: [checklist] shortcode (#15)
 *
 * Loaded only on single posts via functions.php
 */

/* ===========================================================
   1. CTA BUTTONS
   =========================================================== */

.entry-content .btn-aktualna-cena,
.entry-content .qv-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 22px;
    background: #ffffff;
    color: #ba7517 !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 8px;
    border: 1.5px solid #ba7517;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
    margin: 10px 0 0;
    transition: background 0.15s ease, color 0.15s ease;
}

/* CTA víťaza — plný jantárový, ostatné ostávajú outline */
.entry-content .qv-card.qv-winner .qv-btn {
    background: #ba7517;
    color: #fff !important;
    border-color: #ba7517;
}

.entry-content .btn-aktualna-cena:hover,
.entry-content .qv-btn:hover {
    background: #ba7517;
    color: #fff !important;
    text-decoration: none !important;
}

.entry-content .qv-card.qv-winner .qv-btn:hover {
    background: #854f0b;
    border-color: #854f0b;
    color: #fff !important;
}

.entry-content .btn-aktualna-cena:active,
.entry-content .qv-btn:active {
    transform: translateY(1px);
}

/* ===========================================================
   2. TABLES
   =========================================================== */

.entry-content table.product-specs,
.entry-content table.md-table,
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.entry-content table th,
.entry-content table thead td {
    background: #f6f6f6;
    font-weight: 700;
    text-align: left;
    padding: 11px 14px;
    border-bottom: 2px solid #e0e0e0;
    color: #2c3e50;
}

.entry-content table td {
    padding: 11px 14px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.entry-content table tbody tr:nth-child(odd) {
    background: #fafbfc;
}

.entry-content table tbody tr:hover {
    background: #f0f7ff;
    transition: background 0.12s ease;
}

.entry-content table.product-specs td:first-child {
    color: #555;
    font-weight: 500;
    width: 40%;
    background: #fcfcfc;
}

.entry-content table.product-specs td:last-child {
    font-weight: 600;
    color: #1a1a1a;
}

/* ===========================================================
   3. FIGCAPTIONS
   =========================================================== */

.entry-content figure.article-img figcaption,
.entry-content figure figcaption,
.entry-content figcaption {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #5a5a5a;
    text-align: center;
    margin-top: 10px;
    padding: 8px 14px;
    border-left: 3px solid #ddd;
    background: #fafafa;
    line-height: 1.45;
}

/* ===========================================================
   4. HEADINGS
   =========================================================== */

.entry-content h2 {
    position: relative;
    padding: 6px 0 6px 18px;
    margin-top: 2em;
    margin-bottom: 0.7em;
    font-size: 28px;
    line-height: 1.3;
    border-left: 5px solid #ba7517;
    color: #1a1a1a;
    scroll-margin-top: 80px;
}

.entry-content h3 {
    margin-top: 1.6em;
    margin-bottom: 0.5em;
    font-size: 22px;
    line-height: 1.35;
    padding-left: 14px;
    border-left: 3px solid #4a90e2;
    color: #2c3e50;
    scroll-margin-top: 80px;
}

.entry-content h4 {
    margin-top: 1.4em;
    margin-bottom: 0.4em;
    font-size: 19px;
    font-weight: 700;
    color: #2c3e50;
}

.entry-content h4.product-title {
    scroll-margin-top: 80px;
}

.entry-content h5 {
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    font-size: 17px;
    font-weight: 700;
    color: #2c3e50;
}

/* ===========================================================
   5. INLINE LINKS
   =========================================================== */

.entry-content p > a:not(.btn-aktualna-cena):not(.qv-btn):not(.btn),
.entry-content li > a:not(.btn-aktualna-cena):not(.qv-btn):not(.btn) {
    color: #1a64c4;
    text-decoration: underline;
    text-decoration-color: rgba(26, 100, 196, 0.4);
    text-underline-offset: 2px;
    transition: color 0.15s, text-decoration-color 0.15s;
}

.entry-content p > a:not(.btn-aktualna-cena):not(.qv-btn):not(.btn):hover,
.entry-content li > a:not(.btn-aktualna-cena):not(.qv-btn):not(.btn):hover {
    color: #0d4a99;
    text-decoration-color: #0d4a99;
}

/* ===========================================================
   6. PHASE 2 — Reading time pill
   =========================================================== */

.entry-content .vp-reading-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
    background: #f3f4f6;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.entry-content .vp-reading-time strong {
    color: #2c3e50;
    font-weight: 700;
}

.entry-content .vp-rt-icon {
    font-size: 14px;
    line-height: 1;
}

/* ===========================================================
   7. PHASE 2 — Table of Contents
   =========================================================== */

.entry-content .vp-toc {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #ba7517;
    padding: 18px 24px 18px 22px;
    margin: 2em 0 1.5em 0;
    border-radius: 6px;
    font-size: 15px;
}

.entry-content .vp-toc-title {
    font-weight: 700;
    font-size: 17px;
    color: #1a1a1a;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
    letter-spacing: 0.01em;
}

.entry-content .vp-toc-list {
    list-style: decimal inside;
    margin: 0;
    padding: 0;
    columns: 2;
    column-gap: 36px;
    line-height: 1.7;
}

.entry-content .vp-toc-list li {
    margin: 0 0 4px 0;
    padding: 0;
    break-inside: avoid;
    font-size: 14.5px;
}

.entry-content .vp-toc-list li::marker {
    color: #94a3b8;
    font-weight: 600;
    font-size: 13px;
}

.entry-content .vp-toc-list a {
    color: #1a64c4;
    text-decoration: none;
    border-bottom: 1px dotted rgba(26, 100, 196, 0.4);
    transition: color 0.15s, border-color 0.15s;
}

.entry-content .vp-toc-list a:hover {
    color: #0d4a99;
    border-bottom-color: #0d4a99;
    text-decoration: none;
}

/* ===========================================================
   8. PHASE 2 — Affiliate disclosure
   =========================================================== */

.entry-content .vp-disclosure {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 14px 18px;
    margin: 0 0 1.8em 0;
    border-radius: 0 6px 6px 0;
    font-size: 14px;
    line-height: 1.55;
    color: #4b5563;
}

.entry-content .vp-disclosure strong {
    color: #92400e;
    display: inline-block;
    margin-right: 4px;
}

/* ===========================================================
   9. PHASE 3 — Klady / Zápory blocks
   =========================================================== */

.entry-content .vp-pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 1.5em 0;
}

.entry-content .vp-pros,
.entry-content .vp-cons {
    padding: 16px 18px;
    border-radius: 8px;
    border-left-width: 4px;
    border-left-style: solid;
    margin: 1em 0;
}

.entry-content .vp-pros {
    background: #f0fdf4;
    border-left-color: #16a34a;
}

.entry-content .vp-cons {
    background: #fef2f2;
    border-left-color: #dc2626;
}

.entry-content .vp-pros-title,
.entry-content .vp-cons-title {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    border-left: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.entry-content .vp-pros-title {
    color: #166534 !important;
}

.entry-content .vp-cons-title {
    color: #991b1b !important;
}

.entry-content .vp-pros-cons-grid .vp-pros,
.entry-content .vp-pros-cons-grid .vp-cons {
    margin: 0;
}

.entry-content .vp-pros ul,
.entry-content .vp-cons ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.entry-content .vp-pros li,
.entry-content .vp-cons li {
    position: relative;
    padding: 4px 0 4px 30px;
    margin: 4px 0;
    line-height: 1.5;
    font-size: 14.5px;
}

.entry-content .vp-pros li::before,
.entry-content .vp-cons li::before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    display: block;
}

.entry-content .vp-pros li::before {
    content: "✓";
    background: #16a34a;
}

.entry-content .vp-cons li::before {
    content: "✗";
    background: #dc2626;
    font-size: 11px;
}

/* ===========================================================
   10. PHASE 3.3 — Hero blocks: explicit horizontal grid
   =========================================================== */

.entry-content .quick-verdict {
    margin: 1.5em 0;
}

.entry-content .quick-verdict .qv-title {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    margin: 0 0 14px 0;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.entry-content .quick-verdict .qv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 0 0 14px 0;
    align-items: stretch;
}

.entry-content .quick-verdict .qv-grid > p,
.entry-content .winners-table .winners-grid > p {
    display: none;
}

.entry-content .qv-card {
    position: relative;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 22px 16px 16px;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.entry-content .qv-card .qv-badge {
    position: absolute;
    top: -11px;
    left: 16px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0;
    display: inline-block;
}

.entry-content .qv-card.qv-winner .qv-badge  { background: #1a3a5c; }
.entry-content .qv-card.qv-budget .qv-badge  { background: #0f6e56; }
.entry-content .qv-card.qv-premium .qv-badge { background: #3c3489; }

.entry-content .qv-card .qv-name {
    font-size: 17px;
    line-height: 1.3;
    margin: 4px 0 8px 0;
    color: #1a1a1a;
    display: inline-block;
}

.entry-content .qv-card .qv-reason {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.45;
    margin-bottom: 10px;
    display: inline-block;
}

.entry-content .qv-card .qv-price {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 12px;
    display: inline-block;
}

.entry-content .quick-verdict .qv-disclaimer {
    font-size: 12px;
    color: #94a3b8;
    text-align: center;
    margin: 8px 0 0 0;
    font-style: italic;
}

.entry-content .winners-table {
    margin: 2em 0;
}

.entry-content .winners-table .winners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: stretch;
}

.entry-content .winner-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.entry-content .winner-card .winner-badge {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.entry-content .winner-card .winner-name {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #1a1a1a !important;
}

.entry-content .winner-card .spec-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dashed #e5e7eb;
    font-size: 14px;
}

.entry-content .winner-card .spec-row:last-of-type {
    border-bottom: none;
}

.entry-content .winner-card .spec-row span {
    color: #6b7280;
}

.entry-content .winner-card .spec-row strong {
    color: #1a1a1a;
    font-weight: 700;
}

.entry-content .winner-card .winner-price {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 12px 0;
}

/* ===========================================================
   11. PHASE 3 — Hero #1 highlight
   =========================================================== */

.entry-content .qv-card.qv-winner {
    position: relative;
    outline: none;
    border: 2px solid #1a3a5c;
    box-shadow: 0 8px 24px rgba(26, 58, 92, 0.14);
    z-index: 2;
}

/* Starý CSS pseudo-badge vypnutý — používame skutočný .qv-badge z HTML */
.entry-content .qv-card.qv-winner::before {
    content: none;
    display: none;
}

.entry-content .winners-grid .winner-card:first-child {
    position: relative;
    outline: 2px solid #ba7517;
    outline-offset: 0;
    box-shadow: 0 8px 24px rgba(186, 117, 23, 0.22);
    z-index: 2;
}

.entry-content .winners-grid .winner-card:first-child::before {
    content: none;
    display: none;
}

/* ===========================================================
   12. PHASE 4 — Top-7 model anchor mini-nav
   =========================================================== */

.entry-content .vp-model-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 1.2em 0 1.8em 0;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.entry-content .vp-model-nav-label {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 4px;
    flex-shrink: 0;
}

.entry-content .vp-model-nav-list {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 6px;
}

.entry-content .vp-model-nav-list li {
    margin: 0 !important;
    padding: 0 !important;
}

.entry-content .vp-model-nav-list li::marker,
.entry-content .vp-model-nav-list li::before {
    display: none !important;
    content: none !important;
}

.entry-content .vp-model-nav-list a {
    display: inline-block;
    padding: 7px 13px;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    font-size: 13px;
    color: #1a64c4;
    text-decoration: none !important;
    font-weight: 600;
    transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
    white-space: nowrap;
    line-height: 1.3;
}

.entry-content .vp-model-nav-list a:hover,
.entry-content .vp-model-nav-list a:focus {
    background: #ba7517 !important;
    color: #fff !important;
    border-color: #ba7517 !important;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(186, 117, 23, 0.3);
}

/* ===========================================================
   13. PHASE 4 — Sticky CTA bar
   =========================================================== */

.vp-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.97);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    border-top: 1px solid #e5e7eb;
    z-index: 9990;
    padding: 12px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.vp-sticky-cta.vp-visible {
    transform: translateY(0);
}

.vp-sticky-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.vp-sticky-info {
    flex: 1 1 auto;
    min-width: 0;
}

.vp-sticky-label {
    display: block;
    font-size: 11px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
}

.vp-sticky-name {
    display: block;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vp-sticky-btn {
    display: inline-block;
    padding: 11px 22px;
    background: #ba7517;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 6px;
    white-space: nowrap;
    transition: background 0.18s ease;
    flex-shrink: 0;
}

.vp-sticky-btn:hover {
    background: #854f0b;
    color: #fff !important;
    text-decoration: none !important;
}

.vp-sticky-close {
    background: transparent;
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #6b7280;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
}

.vp-sticky-close:hover {
    background: #f3f4f6;
    color: #1a1a1a;
}

/* ===========================================================
   14. PHASE 5A — Callout shortcodes
   [info] [warning] [tip] [note]
   =========================================================== */

.entry-content .vp-callout {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 1.5em 0;
    padding: 16px 18px;
    border-radius: 8px;
    border-left-width: 4px;
    border-left-style: solid;
    line-height: 1.55;
    font-size: 15px;
}

.entry-content .vp-callout-icon {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
    width: 28px;
    text-align: center;
    padding-top: 2px;
}

.entry-content .vp-callout-body {
    flex: 1;
    min-width: 0;
}

.entry-content .vp-callout-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 4px 0;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.entry-content .vp-callout-content {
    color: #374151;
}

.entry-content .vp-callout-content > *:first-child {
    margin-top: 0;
}

.entry-content .vp-callout-content > *:last-child {
    margin-bottom: 0;
}

.entry-content .vp-callout-content p {
    margin: 0 0 0.6em 0;
}

.entry-content .vp-callout-content p:last-child {
    margin-bottom: 0;
}

/* Variant: info — blue */
.entry-content .vp-callout-info {
    background: #eff6ff;
    border-left-color: #2563eb;
}

.entry-content .vp-callout-info .vp-callout-title {
    color: #1e40af;
}

/* Variant: warning — red/orange */
.entry-content .vp-callout-warning {
    background: #fef2f2;
    border-left-color: #dc2626;
}

.entry-content .vp-callout-warning .vp-callout-title {
    color: #991b1b;
}

/* Variant: tip — green */
.entry-content .vp-callout-tip {
    background: #f0fdf4;
    border-left-color: #16a34a;
}

.entry-content .vp-callout-tip .vp-callout-title {
    color: #166534;
}

/* Variant: note — neutral gray */
.entry-content .vp-callout-note {
    background: #f9fafb;
    border-left-color: #6b7280;
}

.entry-content .vp-callout-note .vp-callout-title {
    color: #374151;
}

/* ===========================================================
   15. Smooth scroll
   =========================================================== */

html {
    scroll-behavior: smooth;
}

/* ===========================================================
   16. MOBILE / RESPONSIVE
   =========================================================== */

@media (max-width: 700px) {
    .entry-content .vp-pros-cons-grid {
        grid-template-columns: 1fr;
    }

    .entry-content .quick-verdict .qv-grid,
    .entry-content .winners-table .winners-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 600px) {
    .entry-content h2 {
        font-size: 23px;
        padding-left: 14px;
        border-left-width: 4px;
    }

    .entry-content h3 {
        font-size: 19px;
        padding-left: 10px;
    }

    .entry-content table {
        font-size: 14px;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: normal;
    }

    .entry-content table th,
    .entry-content table td {
        padding: 8px 10px;
    }

    .entry-content .btn-aktualna-cena,
    .entry-content .qv-btn {
        display: block;
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
        margin: 10px 0;
    }

    .entry-content figcaption {
        font-size: 13px;
        padding: 6px 10px;
    }

    .entry-content .vp-toc {
        padding: 14px 16px 14px 14px;
        margin: 1.5em 0;
    }

    .entry-content .vp-toc-list {
        columns: 1;
    }

    .entry-content .vp-disclosure {
        padding: 12px 14px;
        font-size: 13.5px;
    }

    .entry-content .vp-reading-time {
        font-size: 12px;
        padding: 5px 12px;
    }

    .entry-content .vp-pros,
    .entry-content .vp-cons {
        padding: 14px 14px;
    }

    .entry-content .vp-pros-title,
    .entry-content .vp-cons-title {
        font-size: 15px !important;
    }

    .entry-content .qv-card.qv-winner::before,
    .entry-content .winners-grid .winner-card:first-child::before {
        font-size: 10px;
        padding: 3px 10px;
    }

    .entry-content .vp-model-nav {
        padding: 10px 12px;
        gap: 8px;
    }

    .entry-content .vp-model-nav-label {
        width: 100%;
        margin-bottom: 4px;
    }

    .entry-content .vp-model-nav-list a {
        font-size: 12px;
        padding: 6px 10px;
    }

    .vp-sticky-cta {
        padding: 10px 12px;
    }

    .vp-sticky-inner {
        gap: 8px;
    }

    .vp-sticky-name {
        font-size: 13px;
    }

    .vp-sticky-label {
        font-size: 10px;
    }

    .vp-sticky-btn {
        padding: 9px 14px;
        font-size: 13px;
    }

    .vp-sticky-close {
        width: 32px;
        height: 32px;
        font-size: 22px;
    }

    .entry-content .vp-callout {
        padding: 14px 14px;
        gap: 10px;
        font-size: 14.5px;
    }

    .entry-content .vp-callout-icon {
        font-size: 19px;
        width: 22px;
    }

    .entry-content .vp-callout-title {
        font-size: 14px;
    }
}

/* ================================================================
 * Phase 5B-1: Product photo inside product-card
 * ================================================================ */

.product-card .product-photo {
    margin: 0 0 1rem 0;
    padding: 0;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    outline: 1px solid #eef0f2;
    outline-offset: -1px;
}

.product-card .product-photo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    margin: 0 auto;
    background: #fff;
}

@media (min-width: 768px) {
    .product-card .product-photo img {
        max-height: 280px;
    }
}

/* ===========================================================
   PRODUCT CARD — "viac parametrov" + cena/CTA plášť
   (predtým bez štýlov — holý text a odkaz)
   =========================================================== */

/* Rozbaľovač ďalších parametrov */
.entry-content .product-specs-more {
    border-top: none;
    border-bottom: 1px solid #e2e8f0;
    margin: 4px 0 0;
}
.entry-content .product-specs-more summary {
    cursor: pointer;
    list-style: none;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.15s ease;
}
.entry-content .product-specs-more summary:hover {
    background: #f7f9fb;
}
.entry-content .product-specs-more summary::-webkit-details-marker {
    display: none;
}
.entry-content .product-specs-more summary::after {
    content: "›";
    font-size: 20px;
    color: #94a3b8;
    transition: transform 0.2s ease;
}
.entry-content .product-specs-more[open] summary::after {
    transform: rotate(90deg);
}

/* Plášť cena + CTA */
.entry-content .product-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 18px;
    margin-top: 14px;
    background: #f7f9fb;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}
.entry-content .product-cta .product-price {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}
.entry-content .product-cta .btn-cta-heureka {
    background: #ba7517;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none !important;
    white-space: nowrap;
    border: none;
    transition: background 0.15s ease;
}
.entry-content .product-cta .btn-cta-heureka:hover {
    background: #854f0b;
    color: #fff !important;
}

@media (max-width: 600px) {
    .entry-content .product-cta {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .entry-content .product-cta .btn-cta-heureka {
        text-align: center;
    }
}

/* ===========================================================
   FIX — vzduch pod CTA + rytmus blokov v product-card
   =========================================================== */

.entry-content .product-specs-more summary {
    padding: 14px 18px;
}
/* tabuľka vnútri rozbaľovača bez dvojitých čiar */
.entry-content .product-specs-more .product-specs {
    margin-top: 0;
    border-top: 1px solid #e2e8f0;
}

/* Odsadenie blokov pros-cons od okolia */
.entry-content .pros-cons {
    margin: 18px 0;
}

/* Vzduch pod cena/CTA plášťom — text nesmie lepiť */
.entry-content .product-cta {
    margin-top: 16px;
    margin-bottom: 28px;
}

/* Aby sa medzi tabuľkou a rozbaľovačom nezdvojovala spodná čiara */
.entry-content table.product-specs + .product-specs-more {
    border-top: none;
}

/* Oddeľovač v meta-lište (Aktualizované • N modelov) */
.entry-content .vp-reading-time .vp-rt-sep {
    margin: 0 8px;
    color: #cbd5e1;
}

/* ===========================================================
   15. PHASE 5B — [checklist] shortcode (#15)
   Palette aligned with Klady/Zápory blocks (section 9).
   =========================================================== */

.entry-content .checklist {
    background: #f6f7f9;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #9ca3af;
    border-radius: 8px;
    padding: 16px 18px;
    margin: 1.6em 0;
}

.entry-content .checklist--positive {
    background: #f0fdf4;
    border-left-color: #16a34a;
    border-color: #dcfce7;
}

.entry-content .checklist--negative {
    background: #fef2f2;
    border-left-color: #dc2626;
    border-color: #fee2e2;
}

.entry-content .checklist__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px 0;
    color: #374151;
}

.entry-content .checklist--positive .checklist__title {
    color: #166534;
}

.entry-content .checklist--negative .checklist__title {
    color: #991b1b;
}

.entry-content ul.checklist__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-content ul.checklist__list li {
    position: relative;
    padding-left: 28px;
    margin: 0 0 8px 0;
    line-height: 1.5;
    font-size: 15.5px;
}

.entry-content ul.checklist__list li:last-child {
    margin-bottom: 0;
}

/* Default (neutral) marker: grey check */
.entry-content ul.checklist__list li::before {
    content: "\2713"; /* ✓ */
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #6b7280;
}

.entry-content .checklist--positive ul.checklist__list li::before {
    content: "\2713"; /* ✓ */
    color: #16a34a;
}

.entry-content .checklist--negative ul.checklist__list li::before {
    content: "\2717"; /* ✗ */
    color: #dc2626;
}

@media (max-width: 600px) {
    .entry-content .checklist {
        padding: 14px 14px;
    }
    .entry-content ul.checklist__list li {
        font-size: 15px;
        padding-left: 26px;
    }
}



/* ================================================================
 * FAQ accordion  (handoff 05, #12)
 * Native <details> styling — no JS required
 * ================================================================ */
.entry-content .faq-list {
    margin: 20px 0 32px;
}

.entry-content .faq-item {
    outline: 1px solid #E0E0E0; /* outline, not border — no layout shift */
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    background: #FFF;
}

.entry-content .faq-item summary {
    padding: 16px 20px 16px 48px;
    cursor: pointer;
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    background: #FAFAFA;
    transition: background 0.15s ease;
}

.entry-content .faq-item summary::-webkit-details-marker { display: none; }
.entry-content .faq-item summary::marker { content: ""; }

.entry-content .faq-item summary::before {
    content: "+";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    color: #D85A30;
    font-weight: 400;
}
.entry-content .faq-item[open] summary::before { content: "\2212"; }

.entry-content .faq-item summary:hover { background: #F5F5F5; }
.entry-content .faq-item[open] summary { background: #FFF; }

.entry-content .faq-item__a {
    padding: 4px 20px 16px 20px;
}
.entry-content .faq-item__a p { margin: 0 0 12px; }
.entry-content .faq-item__a p:last-child { margin-bottom: 0; }

@media (max-width: 500px) {
    .entry-content .faq-item summary {
        padding: 14px 16px 14px 42px;
        font-size: 15px;
    }
    .entry-content .faq-item summary::before { left: 16px; font-size: 20px; }
    .entry-content .faq-item__a { padding: 4px 16px 14px; }
}


/* ================================================================
 * #17 — 2-column spec grid (product cards, desktop)
 * Turns vertical <table class="product-specs"> into a 2-col grid.
 * Applies to main card table + table inside product-specs-more.
 * Mobile (<=700px, matches other grids) falls back to 1 column.
 * ================================================================ */
.entry-content table.product-specs {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}
.entry-content table.product-specs tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.entry-content table.product-specs tbody tr {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #eee;
}
.entry-content table.product-specs tbody tr:nth-child(odd) {
    background: #fff;
    border-right: 1px solid #eee;
}
.entry-content table.product-specs tbody tr:hover {
    background: #f0f7ff;
}
.entry-content table.product-specs tbody td {
    display: block;
    border-bottom: none;
    padding: 10px 14px;
}
.entry-content table.product-specs tbody td:first-child {
    width: 42%;
    flex: 0 0 42%;
}
.entry-content table.product-specs tbody td:last-child {
    width: 58%;
    flex: 1 1 58%;
}
@media (max-width: 700px) {
    .entry-content table.product-specs tbody {
        grid-template-columns: 1fr;
    }
    .entry-content table.product-specs tbody tr:nth-child(odd) {
        border-right: none;
    }
}


/* ================================================================
 * #17 fix — force grid over UA table display (specificity boost)
 * ================================================================ */
.entry-content table.product-specs { display: block !important; }
.entry-content table.product-specs tbody { display: grid !important; grid-template-columns: 1fr 1fr; }
.entry-content table.product-specs tbody tr { display: flex !important; }
@media (max-width: 700px) {
    .entry-content table.product-specs tbody { grid-template-columns: 1fr !important; }
}


/* ================================================================
 * Infographic shortcodes  [infographic]  (#14/#16)
 * ================================================================ */
.entry-content .vp-infographic-fig {
    margin: 28px auto;
    max-width: 620px;
    text-align: center;
}
.entry-content .vp-infographic {
    width: 100%;
    height: auto;
    display: block;
}
.entry-content .vp-infographic-fig figcaption {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    line-height: 1.4;
}


/* ================================================================
 * Author box (E-E-A-T)
 * ================================================================ */
.entry-content .vp-author-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 48px 0 24px;
    padding: 24px;
    background: #FAFBFC;
    border-radius: 12px;
    outline: 1px solid #E5E7EB; /* outline, not border */
}

.entry-content .vp-author-box__avatar {
    flex: 0 0 72px;
}
.entry-content .vp-author-box__img,
.entry-content .vp-author-box__avatar img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: block;
}

.entry-content .vp-author-box__body {
    flex: 1 1 auto;
    min-width: 0;
}

.entry-content .vp-author-box__head {
    margin-bottom: 8px;
}
.entry-content .vp-author-box__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #D85A30;
    margin-bottom: 2px;
}
.entry-content .vp-author-box__name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.entry-content .vp-author-box__bio {
    margin: 0 0 14px;
    font-size: 14.5px;
    line-height: 1.55;
    color: #4b5563;
}

.entry-content .vp-author-box__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}
.entry-content .vp-author-box__link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 18px;
    background: #D85A30;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease;
}
.entry-content .vp-author-box__link:hover {
    background: #B84A26;
    color: #fff;
}
.entry-content .vp-author-box__link--ghost {
    background: transparent;
    color: #D85A30;
    outline: 1px solid #D85A30;
}
.entry-content .vp-author-box__link--ghost:hover {
    background: #FBEDE6;
    color: #B84A26;
}

.entry-content .vp-author-box__updated {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

/* Mobile */
@media (max-width: 600px) {
    .entry-content .vp-author-box {
        flex-direction: column;
        gap: 14px;
        padding: 20px 16px;
    }
    .entry-content .vp-author-box__links {
        flex-direction: column;
    }
    .entry-content .vp-author-box__link {
        justify-content: center;
    }
}


/* ================================================================
 * Homepage (static landing)
 * ================================================================ */
.entry-content .vp-lead {
    font-size: 19px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 28px;
}

/* Primary CTA */
.entry-content .vp-home-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 40px;
    padding: 24px;
    background: linear-gradient(135deg, #FFF7F0 0%, #FFEEE0 100%);
    border-radius: 12px;
    outline: 2px solid #D85A30;
}
.entry-content .vp-home-cta__btn {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 13px 28px;
    background: #D85A30;
    color: #fff;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease;
}
.entry-content .vp-home-cta__btn:hover {
    background: #B84A26;
    color: #fff;
}
.entry-content .vp-home-cta__note {
    font-size: 13.5px;
    color: #6b7280;
}

/* Fact strip */
.entry-content .vp-home-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 24px 0 28px;
}
.entry-content .vp-home-fact {
    padding: 20px 18px;
    background: #FAFBFC;
    border-radius: 10px;
    outline: 1px solid #E5E7EB;
    text-align: center;
}
.entry-content .vp-home-fact__num {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #D85A30;
    line-height: 1.1;
    margin-bottom: 8px;
}
.entry-content .vp-home-fact__label {
    display: block;
    font-size: 13.5px;
    line-height: 1.45;
    color: #4b5563;
}

/* Link cards */
.entry-content .vp-home-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 8px;
}
.entry-content .vp-home-link {
    display: block;
    padding: 18px 20px;
    background: #fff;
    border-radius: 10px;
    outline: 1px solid #E5E7EB;
    text-decoration: none;
    transition: outline-color 0.15s ease, background 0.15s ease;
}
.entry-content .vp-home-link:hover {
    outline-color: #D85A30;
    background: #FFFCFA;
}
.entry-content .vp-home-link strong {
    display: block;
    font-size: 16.5px;
    color: #D85A30;
    margin-bottom: 4px;
}
.entry-content .vp-home-link span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563;
}

/* Mobile */
@media (max-width: 700px) {
    .entry-content .vp-home-facts {
        grid-template-columns: 1fr;
    }
    .entry-content .vp-lead {
        font-size: 17px;
    }
    .entry-content .vp-home-cta {
        padding: 18px 16px;
    }
    .entry-content .vp-home-cta__btn {
        width: 100%;
        justify-content: center;
    }
}


/* ================================================================
 * Homepage — hide Kadence page-title hero (H1 lives in content)
 * Only on the front page; other pages keep their title block.
 * ================================================================ */
body.home .entry-hero-container,
body.home .entry-hero,
body.home .page-hero-section {
    display: none !important;
}

/* Homepage — H1 in content + tighter cards */
.entry-content .vp-home-h1 {
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 18px;
}
.entry-content .vp-home-fact {
    padding: 16px 14px;
}
.entry-content .vp-home-fact__num {
    font-size: 32px;
    margin-bottom: 6px;
}
.entry-content .vp-home-fact__label {
    font-size: 14px;
}
.entry-content .vp-home-links {
    gap: 10px;
}
.entry-content .vp-home-link {
    padding: 14px 18px;
}
.entry-content .vp-home-link strong {
    font-size: 16px;
    margin-bottom: 2px;
}
.entry-content .vp-home-link span {
    font-size: 13.5px;
}
.entry-content .vp-home-cta {
    padding: 18px 20px;
}

@media (max-width: 700px) {
    .entry-content .vp-home-h1 {
        font-size: 27px;
    }
}
