/* =========================
   HERO CARD (CENTERED OVER IMAGE)
   ========================= */

.bt-hero {
    margin: 5px 0;
    padding: 0;
    margin-bottom: 0;
}

p.bt-hero-sub {
    align-items: start;
}

p.bt-hero-sub .bt-hero-icon {
    padding-top: 0 !important;
}


/* IMAGE CONTAINER */
.bt-hero-media {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #000;
}

/* HERO IMAGE */
.bt-hero-media img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
    display: block;
    object-position: center 90%;
}

/* DARK OVERLAY */
.bt-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

/* =========================
   OVERLAY CONTENT (CENTERED)
   ========================= */

.bt-hero-left {
    position: absolute;
    inset: 0;
    z-index: 2;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

/* =========================
   TITLE
   ========================= */

.bt-hero-title {
    margin: 0 0 14px;
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

/* =========================
   TEXT ROWS
   ========================= */

.bt-hero-sub {
    font-size: 15px;
    margin-bottom: 14px;
    color: #fff;
}

.bt-hero-meta,
.bt-hero-annoncelinks,
.bt-hero-author {
    font-size: 14px;
    margin-bottom: 6px;
    color: rgba(255,255,255,0.95);
}

.bt-hero-annoncelinks {
    font-style: italic;
    margin-top: 10px;
}

/* ICON ROW */
.bt-hero-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* ICONS */
.bt-hero-icon {
    display: inline-flex;
    opacity: 0.9;
}

.bt-hero-icon svg {
    display: block;
}

/* AUTHOR LINK */
.bt-hero-author a {
    font-weight: 600;
    text-decoration: underline;
}
.icon-div.Sidst {
    display: flex;
    gap: 5px;
    align-items: center;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 900px) {
    
    .product-feed .dfrcs ul.dfrcs_compset li {
        margin-top: 0 !important;
    }
    
    h2.bt-overview-title, .bt-article-overview h3 {
	font-size: 16px !important;
	gap: 5px;
}
    
    .featured-toggle-trigger {
        place-self: center;
    }
    .bt-hero-media img
    {
       object-position: right bottom;
        height: 300px !important;
    }
    .bt-hero-media {
        height: 270px !important;
    } 
    
    .ribbon-anbefaler {
        top: -8px !important;
    }
    
    p.featured-product-tagline {
        font-size: 15px;
        text-align: center;
    }
    
    .featured-main .featured-image-link {
    margin: auto;
}

    .bt-hero-place {
        font-size: 12px;
    }

    .bt-hero-img {
        height: 240px;
    }

    .bt-hero-left {
        padding: 22px 20px;
        max-width: unset;
    }

    .bt-hero-title {
        font-size: 22px;
    }

    .bt-hero-sub {
        font-size: 13px;
    }

    .bt-hero-meta,
    .bt-hero-annoncelinks,
    .bt-hero-author {
        font-size: 12px;
    }

    .bt-author-inline {
        top: auto;
        left: auto;
        transform: none;
        margin-top: 18px;
    }
    
    .product-preview-list h2 {
        margin-top: 20px !important;
    }
}


/* ================= FEATURED BOX ================= */

.featured-editorial-toggle {
    margin-top: 14px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    width: 100%;
}

.featured-toggle-trigger {
    background: none;
    border: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #353535;
    cursor: pointer;
    width: 100%;
    display: flex;
    gap: 6px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.featured-toggle-svg {
    width: 20px;
    height: 14px;
    display: inline-block;
}

.featured-box-readmore-wrap {
    display: none;
}

.featured-toggle-icon {
    transition: transform 0.25s ease;
}

.featured-toggle-trigger[aria-expanded="true"] .featured-toggle-icon {
    transform: rotate(180deg);
}

.featured-toggle-content {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    line-height: 25px;
    color: #353535;
    border-radius: 10px;
    background: white;
}

/* ================= FEATURED BOX ATTACHED BANNER RIBBON (THICKER) ================= */

.featured-product-box {
    position: relative;
    background-color: #f6f9f2; 
}


/* Ribbon container */
.ribbon-anbefaler {
    position: absolute;
    top: -22px;  
    left: -13px;
    z-index: 10;
}

/* Main banner */
.ribbon-anbefaler .ribbon span {
    position: relative;
    display: inline-block;
    height: 32px;           
    line-height: 32px;     
    padding: 0 40px 0 40px; 
    background: #c28a26;
    color: #fff;
    font-size: 16px; 
    font-weight: 700;
    white-space: nowrap;
}

/* Right arrow cut */
.ribbon-anbefaler .ribbon span::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 10px solid #c28a26;
}

/* Small left cut */
.ribbon-anbefaler .ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-top: 15px solid #a0701c;
}

.featured-toggle-content p {
    margin: 0 !important;
    padding: 0 !important;
}

/* ================= PRODUCT OVERVIEW ================= */

/* ---------- Main title ---------- */

.bt-overview-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.bt-overview-title::before {
    content: "🏃";
    font-size: 22px;
    color: #009688;
}

.bt-overview-title span {
    color: #009688;
}
h2.bt-overview-title:first-child {
    margin-top: 10px;
}

/* ================= GRID ================= */

.bt-overview-grid {
    display: grid;
    grid-template-columns: minmax(420px, 2fr) minmax(360px, 1fr);
    gap: 32px;
    align-items: start;
}

/* ---------- Headings ---------- */

.bt-article-overview h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #009688;
}

a.bt-method-link {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    border-bottom: 2px solid;
    padding-bottom: 15px;
}

/* Heading icons */
.bt-overview-considerations h3::before { content: "🔍"; }

.bt-overview-methodology h3::before   { content: "🏆"; }

/* ================= CHECKLIST (GLOBAL) ================= */

.bt-article-overview ul {
    list-style: none;
    padding-left: 0;
    margin-top: 12px;
}

.bt-article-overview li {
    position: relative;
    padding-left: 32px;
    line-height: 1.5;
}

.bt-article-overview li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #009688 !important;
    font-weight: 700;
}

/* ================= KORT FORTALT ================= */

.bt-overview-summary {
    background: #f6f8f8;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid rgba(0, 150, 136, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.bt-overview-summary h3 {
    margin-top: 0;
}

/* ================= METHODOLOGY ================= */

/* Intro spacing */
.bt-overview-methodology > p:first-of-type {
    margin-bottom: 16px;
}

/* ---------- 2x2 checklist ---------- */

.bt-overview-methodology ul.bt-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 32px;
    margin: 16px 0 20px;
}

.bt-overview-methodology ul.bt-checklist li {
    margin-bottom: 0;
}

section.bt-article-overview p {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Method link */
.bt-method-link {
    display: inline-block;
    color: #009688;
    font-weight: 600;
    text-decoration: none;
}

.bt-method-link:hover {
    text-decoration: underline;
}

/* ================= RESPONSIVE ================= */

/* Stack main grid */
@media (max-width: 900px) {
    .bt-overview-grid {
        grid-template-columns: 1fr;
    }

    .bt-overview-summary {
        padding: 28px;
    }
}

/* Methodology list → 1 column on mobile */
@media (max-width: 600px) {
    .bt-overview-methodology ul.bt-checklist {
        grid-template-columns: 1fr;
    }
}

/* ================= DFRCS COLLAPSE ================= */

.dfrcs-toggle:hover {
    text-decoration: none;
}

.dfrcs .dfrcs-toggle {
    float: right;
}

/* Toggle button container */
.product-feed {
    position: relative;
}

/* Toggle button */
.dfrcs-toggle {
    display: inline-flex;
    gap: 6px;
    color: #009688;
    border-radius: 10px;
    padding: 6px 10px;
    cursor: pointer;
    align-items: center;
    background: none;
    border: 1px solid #009688;
}

/* Chevron arrow */
.dfrcs-toggle .toggle-chevron {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.25s ease;
}

/* Rotate chevron when expanded */
.dfrcs-toggle.is-open .toggle-chevron {
    transform: rotate(90deg);
}

.product-card-image {
    display: flex;
    align-items: center;
    gap:4px;
}

.product-card-highlight {
    font-size: 14px;
    text-align: left;
}

.product-usp li {
    position: relative;
    margin-bottom: 8px;
}

.product-highlight {
    background: #caa24d;
    color: white;
    font-size: 15px;
    width: fit-content;
    text-align: -webkit-center;
    padding: 12px;
    border-radius: 20px;
}

.product-usp ul {
    padding-left: 10% !important;
}

/* Activate 2-column layout only when more than 3 items */
.product-usp ul:has(li:nth-child(4)) {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    column-gap: 30px;
    row-gap: 8px;
}
@media (max-width: 768px) {
    .product-usp ul {
        display: block !important;
    }
}

/* =========================
 * PRODUCT USP – CHECK ICONS
 * ========================= */

.product-usp ul {
    list-style: none;
    padding-left: 0;
}

.product-usp li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.product-usp li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #009688 !important; /* same green as Fordele */
    font-weight: 700;
    font-size: 14px;
}

/* =========================
 * SPECS ACCORDION
 * ========================= */

.product-specs-accordion, .product-description-accordion {
    border: 1px solid rgba(0, 150, 136, 0.25);
    border-radius: 8px;
    margin-top: 24px;
    overflow: hidden;
}

/* Header */
.specs-accordion-header, .desc-accordion-header {
    width: 100%;
    background: #f6f8f8;
    border: none;
    padding: 16px 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 16px;
    cursor: pointer;
}

        .specs-header {
            padding: 10px 15px;
            color: #3F3F3F;
            display: flex;
        }
        
        .specs-list li {
            list-style-type: none;
            position: relative;
            padding-left: 25px;
            margin-bottom: 8px;
        }
        
        .specs-list li:before {
            content: "▸";
            color: #009688;
            position: absolute;
            left: 0;
            font-size: 30px;
            margin-top: -9px !important;
        }

.specs-title, .desc-title {
    color: #111827;
    font-size: 22px;
    font-weight: normal;
}

/* Chevron */
.specs-chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid #3f3f3f;
    border-bottom: 2px solid #3f3f3f;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

/* Rotate when open */
.specs-accordion-header[aria-expanded="true"] .specs-chevron {
    transform: rotate(-135deg);
}

/* Content */
.specs-accordion-content, .desc-accordion-content {
    padding: 16px 18px 20px;
    background: #ffffff;
}

/* List */
.specs-list li {
    margin-bottom: 8px;
}


/* =========================
 * PREVIEW LIST – TITLE AREA
 * ========================= */

.preview-title-row-inner {
display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.preview-highlight {
    color: #3F3F3F;
    font-size: 16px;
    margin-bottom: 5px;
}

.preview-tagline {
    margin: 4px 0 0;
    font-size: 14px;
    color: #6b7280;
    font-style: italic;
}

.preview-item-row {
    position: relative;
}

.preview-readmore-inline.desk {
    align-items: center;
    background: #eaf0ea;
    color: var( --e-global-color-3b5f0ab );
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    
.preview-title-row-inner {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 5px;
        align-content: flex-start;
        flex-direction: column;
    }
    
    .preview-title-row {
        max-width: 100% !important;
    }


.preview-feed-row {
    place-self: unset !important;
}
    .preview-highlight {
        top: 10px;
        right: 12px;
        font-size: 11px;
        position: unset;
    }
    
    span.preview-separator {
    display: none;
}
    
    .preview-content-wrap {
    padding-right: 0; /* adjust if button height changes */
}

}

.product-card-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.product-title-star {
    flex-shrink: 0;
}

.product-title-star {
    width: 20px;   /* 👈 control size here */
    height: 20px;
}

.product-title-text {
    line-height: 1.3;
}



/* Header */
.faq-header {
    font-size: 34px !important;
    font-weight: 700 !important;
    margin-bottom: 16px;
}

/* === FAQ ITEM (CARD) === */
.faq-item {
    background: transparent;
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
}

/* === QUESTION ROW === */
.faq-question {
    position: relative;
    padding: 22px 24px 22px 28px; /* space for green bar */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-question::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;              /* 👈 stretch full height */
    width: 4px;
    background: transparent;
    border-radius: 2px;
    transition: background 0.25s ease;
}

/* Subtle card border */
.faq-item {
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #e7e5e4; /* 👈 light border */
}

/* Divider under question when active */
.faq-item.active .faq-question {
    border-bottom: 1px solid #e7e5e4;
}

/* Active state – green bar only on title */
.faq-item.active .faq-question::before {
    background: #0f766e;
}

/* Question text */
.faq-question-text {
    margin: 0;
    font-size: 20px !important;
    font-weight: 600;
    color: #1f2933;
    line-height: 1.35;
    padding-right: 20px;
}

/* Optional: green text when active (matches reference nicely) */
.faq-item.active .faq-question-text {
    color: #3f3f3f;
}

/* Toggle icon */
.faq-toggle-icon {
    font-size: 18px;
    color: #1f2933;
    transition: transform 0.25s ease;
}

/* Rotate arrow when open */
.faq-item.active .faq-toggle-icon {
    transform: rotate(90deg);
}

/* === ANSWER === */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
}

/* Answer content */
.faq-answer-content {
    padding: 0 24px 24px 28px; /* align with question text */
    font-size: 16px;
    color: #374151;
    line-height: 1.6;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-header-wrap {
    margin-bottom: 24px;
}

.faq-header-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.faq-header-subtitle {
    margin: 6px 0;
    font-size: 16px;
    color: #6b7280;
}

/* === MOBILE === */
@media (max-width: 768px) {

    .faq-question {
        padding: 18px 18px 18px 22px;
    }

    .faq-question-text {
        font-size: 18px !important;
    }

    .faq-answer-content {
        padding: 0 18px 18px 22px;
    }
}


/* === EXPIRED SECTION === */


.dfrcs-expired-products .product-feed {
    display: none;
}

.dfrcs-expired-products .product-image-feed::before {
    content: "Ikke aktuelt i prissammenligning";
    font-size: 15px;

}

.dfrcs-expired-products .product-image-feed {
    flex-direction: column;
    align-items: center;
}


.product-description-accordion{
margin-top:20px;
}

