/* =========================================
   OVERSIGT FILTER & LISTE STYLES (UPDATED V2)
   ========================================= */
.el-overview-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* -------------------------------------------
   DESKTOP UNIFICATION & LEFT COL CONTAINER
   ------------------------------------------- */
.el-left-col-container {
    width: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 80px; /* RETTELSE: Fjernet 80px margin */
    transition: margin-top 0.3s ease;
}

.el-sidebar-col {
    width: 100%;
    background: #fff;
    border: 1px solid #e1e5ee;
    border-radius: 12px;
    padding: 20px; /* RETTELSE: Reduceret fra 24px for et mere kompakt look */
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 20px;  /* RETTELSE: Reduceret fra 24px */
}

.el-desktop-unified {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    font-family: inherit;
}

.el-mobile-nav { display: none; }
.el-mobile-filter-header { display: none; }

/* RETTELSE: Tvunget skjul af mobil top elementer på desktop */
.el-mobile-top-trust { display: none !important; }

.el-filter-row {
    display: flex;
    flex-direction: column;
    gap: 15px; /* RETTELSE: Reduceret fra 24px */
    margin-bottom: 15px; /* RETTELSE: Reduceret fra 24px */
}
.el-filter-row:last-child { margin-bottom: 0; }

.el-filter-group { 
    width: 100%; 
    position: relative;
} 

.el-filter-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

/* =========================================
   SEARCH FIELD
   ========================================= */
.el-overview-right-col {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0; 
}

.el-search-top-bar {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 60; 
    display: flex;
    justify-content: flex-end; 
}

/* Rettelse: Tilføjet .el-search-top-bar foran for ikke at ramme beregneren */
.el-search-top-bar .el-custom-select-wrapper {
    position: relative;
    width: 100%;
    max-width: 250px !important; 
    margin-left: auto; 
}

.el-search-input {
    width: 100%;
    padding: 12px 16px; 
    padding-right: 40px; 
    border: 1px solid #d1d5db;
    border-radius: 8px; 
    font-size: 16px; 
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%239ca3af" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02); 
}

.el-search-input:focus {
    border-color: #FF8930; 
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 137, 48, 0.15);
}

.el-supplier-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e1e5ee;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 100; 
    max-height: 300px;
    overflow-y: auto;
    margin-top: 4px;
}

.el-supplier-option {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.15s;
}

.el-supplier-option:last-child { border-bottom: none; }
.el-supplier-option:hover { background-color: #f9fafb; }

.el-option-logo {
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.el-option-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.el-option-name {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

/* =========================================
   STANDARD FILTER INPUTS
   ========================================= */

.el-filter-select,
.el-filter-input {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #1f2937; 
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    color: #1f2937;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); 
    box-sizing: border-box;
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;         
}

.el-filter-select:focus,
.el-filter-input:focus {
    border-color: #2bb144; 
    outline: none;
    box-shadow: 0 0 0 3px rgba(43, 177, 68, 0.15);
}

/* Gendan pilen (Chevron) i dropdownen - RETTET med !important */
.el-filter-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231f2937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
    padding-right: 40px !important; /* Plads så tekst ikke rammer pilen */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* =========================================
   NYT FORBRUGS FILTER (SINGLE INPUT + DROPDOWN)
   ========================================= */

/* Info Icon - RETTELSE: SKJULT */
.el-info-icon {
    display: none !important;
}

/* Tooltip for Info Icon */
.el-info-tooltip {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 260px;
    background: #374151;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    z-index: 100;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    font-weight: 400;
}

.el-info-tooltip.active {
    display: block;
    animation: fadeInTooltipSimple 0.2s ease-in-out;
}

.el-info-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 15px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #374151 transparent;
}

/* Input Container med Suffix */
.el-input-suffix-wrapper {
    position: relative;
    width: 100%;
}

/* Det nye kWh Input felt */
.el-kwh-input-field {
    width: 100%;
    padding: 10px 12px;
    padding-right: 70px; /* Plads til suffix */
    border: 2px solid #1f2937;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1f2937;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    box-sizing: border-box;
    height: 44px; /* Ensure consistent height */
    -webkit-appearance: none;
    appearance: none;
}

.el-kwh-input-field:focus {
    border-color: #2bb144;
    outline: none;
    box-shadow: 0 0 0 3px rgba(43, 177, 68, 0.15);
}

/* Suffix Text (kWh/år) */
.el-input-suffix {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;
    background: transparent;
}

/* Quick Select Dropdown Area */
.el-quick-select-container {
    position: relative;
    margin-top: 6px;
    width: 100%;
}

/* The trigger link */
.el-quick-select-trigger {
    font-size: 12px;
    color: #1f2937;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
    user-select: none;
    transition: color 0.2s;
}

.el-quick-select-trigger:hover {
    color: #2bb144;
}

/* The dropdown list */
.el-quick-select-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 50;
    margin-top: 4px;
    overflow: hidden;
    display: none; /* JS toggles this */
}

.el-quick-option {
    padding: 8px 12px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    border-bottom: 1px solid #f9fafb;
    transition: background 0.1s;
}

.el-quick-option:last-child {
    border-bottom: none;
}

.el-quick-option:hover {
    background-color: #f0fdf4;
    color: #166534;
}

/* =========================================
   ANIMATION & HINT BUBBLE
   ========================================= */
@keyframes el-pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(43, 177, 68, 0.7); border-color: #2bb144; }
    50% { box-shadow: 0 0 0 8px rgba(43, 177, 68, 0); border-color: #2bb144; }
    100% { box-shadow: 0 0 0 0 rgba(43, 177, 68, 0); border-color: #1f2937; }
}

/* RETTELSE: Tilføjet pulse til både input og dropdown */
.el-consumption-box .el-kwh-input-field,
.el-consumption-box .el-filter-select {
    animation: el-pulse-green 2s 3 ease-in-out;
}

.el-consumption-box .el-kwh-input-field:hover,
.el-consumption-box .el-kwh-input-field:focus,
.el-consumption-box .el-filter-select:hover,
.el-consumption-box .el-filter-select:focus {
    animation: none;
    border-color: #2bb144;
}

.el-filter-overlay {
    position: absolute; 
    top: -35px;         
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center; 
    width: 100%;
    pointer-events: none; 
}

.el-bubble {
    background-color: #2bb144;
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 500;
    display: inline-block;
    max-width: 200px;
    position: relative;
    z-index: 0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.3s ease;
    text-align: center;
    line-height: 1.3;
    pointer-events: auto;
}

.el-bubble::after {
    content: "";
    position: absolute;
    left: 50%; 
    margin-left: -6px; 
    bottom: -6px;        
    width: 12px;
    height: 12px;
    background: #2bb144;
    transform: rotate(45deg);
    z-index: -1;         
    box-shadow: none;    
    pointer-events: none;
}

.el-bubble.animate { opacity: 1; animation: bounceIn 1.2s ease-out, fadeOutHint 0.5s ease 25s forwards; }
.el-bubble.rebounce { animation-name: bounceAgain, fadeOutHint; animation-duration: 0.8s, 0.5s; animation-delay: 0s, 25s; animation-fill-mode: forwards; animation-timing-function: ease-out, ease; }

.el-bubble strong { font-size: 14px; display: block; }
.el-bubble .small-text { font-size: 12px; margin-top: 2px; }

@keyframes fadeOutHint { to { opacity: 0; visibility: hidden; } }
@keyframes bounceIn { 0% { transform: translateY(-20px); opacity: 0; } 30% { transform: translateY(10px); opacity: 1; } 50% { transform: translateY(-6px); } 70% { transform: translateY(3px); } 100% { transform: translateY(0); } }
@keyframes bounceAgain { 0% { transform: translateY(0); } 25% { transform: translateY(-12px); } 50% { transform: translateY(6px); } 75% { transform: translateY(-4px); } 100% { transform: translateY(0); } }

/* NYT: Styling af 'Indtast selv' linket (Simpel tekstlinje med ikon) */
.el-filter-link-action {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1f2937 !important; /* Sort/Mørk tekst */
    text-decoration: none !important;
    background: transparent !important; /* Ingen baggrund */
    padding: 5px 0;
    border-radius: 0;
    transition: opacity 0.2s;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.el-filter-link-action:hover {
    background: transparent;
    opacity: 0.8;
    text-decoration: underline !important;
}

/* Sørg for at ikonet (svg) passer ind */
.el-filter-link-action svg {
    margin-right: 6px !important;
    stroke: currentColor;
    width: 14px;
    height: 14px;
}

/* Centrer knappen i containeren (GLOBAL - Både desktop og mobil) */
/* Dette overrider inline styles fra PHP outputtet */
.el-consumption-box .el-kwh-input-wrapper + div {
    justify-content: right !important;
    display: flex;
    width: 100%;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.el-radio-group { display: flex; gap: 10px; flex-wrap: wrap; }
.el-radio-btn { display: none; }
.el-radio-label {
    padding: 10px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    flex: 1;
    white-space: nowrap;
}
.el-radio-label:hover { background: #f9fafb; border-color: #9ca3af; }
.el-radio-btn:checked + .el-radio-label {
    background-color: #f0fdf4;
    border-color: #2bb144;
    color: #1e7b59;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(43, 177, 68, 0.1);
}
.el-filter-help-text {
    font-size: 12px;
    color: #6b7280;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.el-filter-help-text:hover { color: #374151 !important; }
.el-filter-help-text:hover span { background-color: #d1d5db !important; }

/* =========================================
   NEW CARD DESIGN
   ========================================= */

.el-overview-list { 
    flex-grow: 1; 
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
    font-family: "Montserrat", sans-serif; 
    min-width: 0;
    padding-top: 10px; 
}

.el-card { 
    background: #fff; 
    border-radius: 5px; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.06); 
    position: relative; 
    overflow: visible; 
    display: flex; 
    flex-direction: column; 
    border: 1px solid #f0f0f0;
    border-left: 4px solid #2bb144;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 1; 
}

.el-card.el-card-passive {
    background-color: #fff; 
    border-left-color: #2bb144; 
    opacity: 1; 
}

.el-card:hover,
.el-card:has(.active) {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    z-index: 60; 
}

/* Badge LEFT */
.el-card-badge-top {
    position: absolute;
    top: -12px;
    left: 24px;
    background: #e5f3e8; 
    color: #2bb144;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

/* Badge RIGHT */
.el-card-badge-offer {
    position: absolute;
    top: -12px;
    right: 24px; 
    background: #fff3cd; 
    color: #000;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border: 1px solid #ffeeba;
}

.el-card-main { 
    display: flex; 
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 12px 10px; 
    gap: 10px;
}

/* 1. Logo Sektion */
.el-card-col-logo { 
    flex: 0 0 120px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    position: relative;
}

.el-card-col-logo img { 
    max-width: 110px; 
    max-height: 65px; 
    object-fit: contain; 
    margin-bottom: -5px; 
    margin-top: 5px;
}

/* LABEL & TITEL */
.el-title-row {
    display: flex;
    flex-direction: column;
    margin-left: 35px; 
    text-align: left;
    margin-top: 16px; 
}

.el-plan-label {
    font-size: 10px;
    font-weight: 600;
    color: #9ca3af; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px; 
    margin-left: 0;
    margin-top: 0;
    line-height: 1;
    width: 100%; 
}

.el-plan-name {
    font-size: 18px; 
    font-weight: 700;
    color: #111827; 
    line-height: 1.3;
    margin-left: 0;
    text-align: left; 
    width: 100%; 
}

/* RATING */
.el-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}

.el-stars { 
    position: relative;
    display: inline-block;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif;
    font-weight: 900; 
    font-size: 14px; 
    letter-spacing: 2px; 
    line-height: 1;
    margin-right: 2px;
}

.el-stars-bg, .el-stars-fill {
    font-size: 0; 
    user-select: none;
    white-space: nowrap;
}

.el-stars-bg::before, .el-stars-fill::before {
    content: "\f005\f005\f005\f005\f005"; 
    font-size: 14px; 
    font-family: inherit;
    display: block;
}

.el-stars-bg::before { color: #e5e7eb; }
.el-stars-fill { 
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; 
    width: 0; 
    pointer-events: none;
}
.el-stars-fill::before { color: #FF8930; }

.el-star-val { 
    color: #374151; 
    font-size: 15px; 
    font-weight: 700; 
    margin-top: 0px; 
    line-height: 1;
}

.el-read-review {
    font-size: 11px;
    color: #9ca3af;
    text-decoration: none;
    font-weight: 500;
    margin-top: 4px;
    display: inline-block;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
    z-index: 10;
}
.el-read-review:hover {
    color: #111;
    border-color: #111;
}

/* 2. Info Grid */
.el-card-col-info { 
    flex: 1;
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: flex-start; 
    padding-left: 10px; 
}

.el-info-items-row {
    display: flex;
    flex-direction: row;
    gap: 12px; 
    align-items: center; 
    justify-content: center;
    width: 100%;
}

.el-info-item {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center; 
}

.el-info-item:nth-child(1) { width: 65px; }  
.el-info-item:nth-child(2) { width: 135px; } 
.el-info-item:nth-child(3) { width: 100px; } 

.el-info-label {
    font-size: 10px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    margin-bottom: -5px;
    letter-spacing: 0.5px;
}

.el-info-value {
    font-size: 14px; 
    font-weight: 600;
    color: #1f2937;
}

/* PRIS SEKTION */
.el-price-wrapper {
    text-align: center;
    margin-left: 8px; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin-top: -46px;
    align-self: center; 
    background-color: #e5f3e8;
    padding: 10px;
    width: 145px;
    min-width: 145px;
    flex-shrink: 0;
}

.el-price-wrapper .el-info-label {
    margin-bottom: 2px; 
    white-space: nowrap; 
}

.el-est-price { 
    font-size: 32px; 
    font-weight: 800; 
    color: #2bb144; 
    line-height: 1; 
}

.el-currency { 
    font-size: 12px; 
    font-weight: 500; 
    color: #6b7280; 
    margin-top: 2px;
}

/* 3. Knap Sektion */
.el-card-col-price { 
    flex: 0 0 150px;
    max-width: 150px;
    display: flex; 
    align-items: center; 
    gap: 10px; 
    margin-left: auto;
    justify-content: flex-end;
}

.el-btn-visit { 
    background: #FF8930; 
    color: #fff; 
    text-decoration: none; 
    padding: 14px 28px; 
    border-radius: 99px; 
    font-weight: 600; 
    font-size: 15px; 
    display: inline-block; 
    transition: 0.2s; 
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

.el-btn-visit:hover { 
    background: #FF8930; 
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(255, 137, 48, 0.34);
    color: #fff; 
}

.el-btn-visit.disabled {
    background-color: #9ca3af !important; 
    color: #fff !important;
    pointer-events: none; 
    cursor: default;
    box-shadow: none !important;
    transform: none !important;
}

/* No Collab Tooltip */
.el-no-collab-wrapper {
    position: relative;
    cursor: pointer;
    z-index: 20;
    display: flex;
    justify-content: flex-end; 
}

.el-no-collab-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4b5563; 
    font-size: 10px; 
    font-weight: 600;
    text-decoration: none;
    margin-top: 5px; 
    white-space: nowrap; 
    max-width: 100%;     
    text-align: left;    
    line-height: 1.3;
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.el-no-collab-badge:hover { text-decoration: underline; }

.el-no-collab-icon {
    background: #6b7280; 
    color: #fff;
    border-radius: 50%;
    width: 14px; 
    height: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0; 
}

.el-no-collab-tooltip {
    display: none; 
    position: absolute;
    bottom: 100%; 
    right: 0; 
    width: 250px;
    background: #fff;
    border: 1px solid #e5e7eb; 
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 100;
    text-align: left;
    font-size: 12px;
    color: #4b5563;
    line-height: 1.4;
    margin-bottom: 10px;
}

.el-no-collab-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px; 
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent; 
}
.el-no-collab-tooltip::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: #e5e7eb transparent transparent transparent; 
}

@keyframes fadeInTooltipRight { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInTooltipVertical { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 901px) {
    .el-no-collab-wrapper:hover .el-no-collab-tooltip { display: block; animation: fadeInTooltipRight 0.2s ease-in-out; }
}
.el-no-collab-wrapper.active .el-no-collab-tooltip { display: block; animation: fadeInTooltipRight 0.2s ease-in-out; }

/* Footer Details */
.el-card-footer {
    padding: 0 20px 10px 20px; 
    margin-top: -24px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
    pointer-events: none;
}

.el-toggle-details {
    font-size: 10px;
    cursor: pointer;
    color: #6b7280;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    user-select: none;
    transition: color 0.2s;
    text-transform: uppercase;
    pointer-events: auto;
}
.el-toggle-details:hover { color: #111; }
.el-toggle-details.open svg { transform: rotate(180deg); }
.el-toggle-details svg { transition: transform 0.3s ease; margin-left: 4px; }

/* OBS Badge */
.el-obs-wrapper {
    position: absolute;
    top: -22px; 
    left: 4px;  
    display: inline-block;
    cursor: pointer;
    z-index: 20;
    width: max-content; 
}
.el-badge-obs {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #fee2e2; 
    border: 1px solid #fee2e2;
    color: #991b1b; 
    padding: 4px 10px; 
    border-radius: 99px; 
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15); 
}
.el-badge-obs:hover { background-color: #fca5a5; } 
.el-icon-warn { color: #d97706; font-size: 12px; margin-right: 2px; }

.el-obs-tooltip {
    display: none; 
    position: absolute;
    bottom: 100%; 
    left: 0; 
    width: 600px; 
    max-width: 80vw;
    background: #fff;
    border: 1px solid #ef4444; 
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 100;
    text-align: left;
    font-size: 12px;
    color: #7f1d1d; 
    background-color: #fef2f2; 
    margin-bottom: 8px; 
}
.el-obs-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px; 
    margin-left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #ef4444 transparent transparent transparent; 
}

@media (min-width: 901px) {
    .el-obs-wrapper:hover .el-obs-tooltip { display: block; animation: fadeInTooltipVertical 0.2s ease-in-out; }
}
.el-obs-wrapper.active .el-obs-tooltip { display: block; animation: fadeInTooltipVertical 0.2s ease-in-out; }

/* Details Wrapper */
.el-details-wrapper {
    display: none; 
    border-top: 1px solid #f3f4f6;
    margin-top: 0; 
    padding: 20px 24px; 
    width: 100%;
    box-sizing: border-box; 
    font-size: 13px;
    color: #4b5563;
    animation: fadeIn 0.3s ease;
    background-color: white; 
    border-radius: 0 0 12px 12px; 
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

.el-detail-disclaimer { font-style: italic; color: #888; margin-bottom: 12px; font-size: 11px; }
.el-detail-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #e5e7eb; }
.el-detail-row:last-child { border-bottom: none; }
.el-detail-row span:last-child { font-weight: 600; color: #1f2937; }
.el-detail-header {
    font-weight: 700;
    color: #1f2937;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 2px solid #e5e7eb;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* =========================================
   RESPONSIVITET - OVERSIGT (MOBIL / TABLET)
   ========================================= */

@media(min-width: 701px) and (max-width: 1150px) {
    .el-btn-visit {
        padding: 12px 15px; 
        font-size: 13px;   
        width: 100%;       
        text-align: center;
        white-space: normal; 
        line-height: 1.2;
    }
    
    .el-card-col-price {
        flex: 0 0 130px;    
        max-width: 130px;
    }
    
    .el-card-main {
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width: 900px) {
    /* FIX: Deaktiver transform på hover/active, så position:fixed virker rigtigt */
    .el-card:hover, .el-card:has(.active) {
        transform: none; 
    }

    /* 1. Generel Card Layout & Sidebar */
    .el-overview-wrapper { 
        flex-direction: column; 
        gap: 15px; 
    }
    
    /* RESET CONTAINER & SIDEBAR PÅ MOBIL */
    .el-left-col-container {
        width: 100%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    .el-sidebar-col { 
        width: 100%; 
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        display: block; 
        margin-top: 0;
    }

/* Forbrugsboks og Filter knapper styling (Tablet + Mobil) - KORREKT GRID */
    
    /* Nulstil ydre boks */
    .el-consumption-box {
        display: block !important;
        background: transparent; 
        border: none;            
        padding: 0;              
        box-shadow: none;        
        margin-bottom: 12px; 
    }

    /* Anvend Grid på den indre gruppe, hvor elementerne faktisk ligger */
    .el-consumption-box .el-filter-group {
        display: grid !important;
        grid-template-columns: 1fr auto; /* Venstre kolonne fleksibel, højre tilpasset indhold */
        grid-template-areas: 
            "header header"
            "input input"
            "help link"; /* Her tvinger vi dem på samme linje */
        gap: 8px 0; /* 8px afstand vertikalt */
        width: 100%;
        margin: 0;
        align-items: center;
    }

    /* 1. Overskrift (Header Area) - OPDATERET MED BLØDERE LABEL STYLE */
    .el-consumption-box .el-filter-label {
        grid-area: header;
        font-size: 14px !important; /* Gjort mindre for at ligne et label */
        font-weight: 700 !important;
        color: #64748b !important; /* Blød, moderne skifer-grå i stedet for kulsort */
        text-align: center; 
        width: 100%;
        margin-bottom: 4px !important; /* Trukket markant tættere ned til input-boksen */
        letter-spacing: -0.2px;
    }

    /* 2. Input felt (Input Area) */
    .el-consumption-box .el-kwh-input-wrapper {
        grid-area: input;
        width: 100%;
        max-width: 280px; 
        margin: 0 auto;
        justify-self: center;
    }

    /* Dropdown (hvis den findes, lægges den også i input-området eller skubbes ind) */
    .el-quick-select-container {
        grid-column: 1 / -1;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    
    .el-kwh-input-field {
        height: 52px; 
        font-size: 16px; 
        box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
    }

    /* 3. VENSTRE SIDE: "Jeg kender ikke..." (Help Area) */
    .el-help-wrapper {
        grid-area: help;
        justify-self: start; /* Venstrejusteret */
        margin: 0 !important;
        padding-left: 10px; /* Lidt luft fra kanten */
        width: auto;
    }

    .el-filter-help-text {
        font-size: 11px;
        padding: 0;
        margin: 0;
        white-space: nowrap; 
        color: #9ca3af;
    }

    /* 4. HØJRE SIDE: "Indtast selv" (Link Area) */
    .el-consumption-box .el-kwh-input-wrapper + div {
        grid-area: link;
        justify-self: end; /* Højrejusteret */
        margin: 0 !important;
        padding-right: 10px; /* Lidt luft fra kanten */
        width: auto !important;
        display: flex;
    }
    
    .el-filter-link-action {
        font-size: 11px !important;
        padding: 0;
        white-space: nowrap;
    }

    /* Quick select container (dropdown) */
    .el-quick-select-container {
        grid-column: 1 / -1; /* Fyld hele bredden */
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .el-quick-select-list {
        width: 100%;
        left: 0;
    }
    
    .el-kwh-input-field {
        height: 52px; 
        font-size: 16px; 
        box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
    }

    /* Help text link container (VENSTRE SIDE) */
    .el-help-wrapper {
        grid-column: 1 / 2; /* Venstre kolonne */
        width: auto;
        margin-top: 0px !important;
        margin-right: 0;
        justify-self: start;
        padding-left: 5px;
    }
  

    .el-filter-help-text {
        font-size: 11px;
        padding: 0;
        margin: 0;
        white-space: nowrap;
    }

    .el-mobile-nav {
        display: flex;
        justify-content: space-between; 
        gap: 12px !important; 
        margin-bottom: 0px !important; /* <--- RETTELSE: Fjernet bund-margin her */
        margin-top: 20px !important;
        padding: 0 !important;
        align-items: center; 
    }

    .el-mobile-nav-btn {
        flex: 1 !important;
        padding: 10px 15px !important; 
        height: auto;
        background: #f3f4f6 !important; 
        background-color: #f3f4f6 !important;
        border: none;
        border-radius: 99px !important;
        font-size: 14px !important; 
        font-weight: 700; 
        font-family: 'Montserrat', sans-serif; 
        color: #000000 !important; 
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center !important;
        gap: 8px; 
        cursor: pointer;
        box-shadow: none !important;
        transition: none;
        -webkit-tap-highlight-color: transparent !important; 
        -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
        outline: none !important; 
        user-select: none; 
    }
    
    .el-mobile-nav-btn:hover,
    .el-mobile-nav-btn:focus,
    .el-mobile-nav-btn:active,
    .el-mobile-nav-btn:visited {
        background-color: #f3f4f6 !important;
        transform: none;
        opacity: 0.7; 
        outline: none !important;
        box-shadow: none !important; 
        color: #000000 !important; 
    }
    
    .el-mobile-nav-btn svg {
        width: 20px; 
        height: 20px;
        color: #000000; 
        stroke-width: 2.5; 
    }

    .el-mobile-nav-btn:first-child { 
        border-bottom: none !important; 
        padding-bottom: 10px !important;
        margin-top: 0 !important;
    }

    .el-filter-box {
        display: none; 
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        padding: 20px;
        box-shadow: none;
        border-radius: 0;
    }

    .el-filter-box.active { display: block; }

    .el-mobile-filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .el-filter-header-title {
        font-weight: 700;
        font-size: 18px;
        color: #111;
        font-family: 'Montserrat', sans-serif;
    }

    .el-close-filters {
        font-size: 42px; 
        cursor: pointer;
        line-height: 0.8;
        color: #111; 
        padding: 5px 15px; 
        font-weight: 300;
    }

    .el-filter-box { padding-bottom: 40px; }

    .el-filter-row { 
        margin-bottom: 25px; /* Sikrer ensartet afstand mellem alle grupper */
    }
    
    .el-filter-group { 
        margin-top: 0px; /* Fjerner den negative margin, der fik tingene til at overlappe */
    }

    .el-filter-box .el-filter-label {
        text-align: center;
        font-size: 16px; /* Gjort et lille hak større for bedre læsbarhed på mobil */
        margin-bottom: 12px;
        margin-top: 0; /* Lader række-afstanden styre luften i stedet */
    }

    .el-search-top-bar {
        display: none; 
        margin-bottom: 15px;
    }
    .el-search-top-bar.active { display: block; }

    .el-overview-right-col { width: 100%; }
  
  /* Skjul den grønne 'Start her'-boble på mobil/tablet for et renere look */
    .el-filter-overlay {
        display: none !important;
    }

    /* Accordion styles (Mobile) */
    .trust-info-wrapper {
        display: block !important; 
        order: 10 !important; 
        width: 100%; 
        /* <--- RETTELSE: Fjernet modstridende margins herfra */
    }
    
    details.trust-details { width: 100%; }

    summary.trust-summary {
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important; 
        padding: 5px 0 !important;
        margin: 0 auto;
        justify-content: center !important; 
        font-size: 9px !important;
        color: #9ca3af;
        font-weight: 500;
        width: 100%; 
        text-align: center;
        display: flex;
        opacity: 0.85; 
    }
    
    summary.trust-summary:hover {
        transform: none !important;
        box-shadow: none !important;
        color: #6b7280; 
    }
    
    .trust-icon-circle { display: none; }
    
    .trust-arrow {
        color: #9ca3af;
        margin-left: 4px !important; 
        font-size: 8px;
    }
    
    .trust-links {
        position: relative; 
        margin-top: 5px;
        width: 100%;
        box-shadow: none;
        border: 1px solid #eee;
    }
    
    .el-mobile-top-trust { display: none !important; }
    
} 

/* --------------------------------------------------------------------------
   MOBIL TELEFONER (< 700px)
   -------------------------------------------------------------------------- */
@media(max-width: 700px) {
    
    .el-mobile-hidden {
        display: none !important;
    }

    .el-card-badge-offer {
        display: block !important; 
        position: absolute;
        top: -20px;
        left: 50%;
        right: auto; 
        transform: translateX(-50%);
        white-space: nowrap;
        width: fit-content;
        z-index: 15;
        box-shadow: 0 2px 4px rgba(0,0,0,0.15);
        border: 1px solid #ffeeba; 
    }

    .el-card {
        border: none; 
        margin-top: 10px;
        border-radius: 18px; 
        box-shadow: 0 12px 32px rgba(0,0,0,0.14); 
    }

    .el-card.el-card-passive {
        border: none;
    }

    /* 2. GRID SYSTEM (KUN MOBIL) */
    .el-card-main {
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-areas:
            "logo rating"    
            "logo review"   
            "title title"    
            "content content" 
            "btn btn";       
        padding: 20px;
        column-gap: 15px;
        row-gap: 5px; 
        align-items: center; 
    }

    .el-card-col-logo, .el-card-col-info { display: contents; }

    .el-card-col-logo img {
        grid-area: logo;
        justify-self: center;
        align-self: center; 
        max-width: 100%;
        max-height: 100px; 
        object-fit: contain;
        margin-bottom: -10px;
        margin-top: -10px;
    }

    .el-rating-wrapper {
        grid-area: rating;
        justify-self: center;
        align-self: end; 
        display: flex;
        flex-direction: column-reverse; 
        align-items: center;
        gap: 0; 
        margin-top: 2px; 
        margin-bottom: 2px; 
    }
    .el-star-val { font-size: 20px; font-weight: 600; color: #111; margin: 0; }
    
    .el-stars { margin: 0; }
    
    .el-stars .el-stars-bg::before, 
    .el-stars .el-stars-fill::before {
        font-size: 15px; 
    }

    .el-read-review {
        grid-area: review;
        justify-self: center;
        align-self: start; 
        margin-top: -3px; 
        color: #9ca3af;
        font-size: 13px;
        text-decoration: none;
        font-weight: 500;
        border-bottom: 1px solid #e5e7eb;
    }
    .el-read-review::after {
        content: " ›";
        font-size: 12px;
        line-height: 0;
        position: relative;
        top: 1px;
    }

    .el-title-row {
        grid-area: title;
        display: flex; 
        flex-direction: row; 
        justify-content: center;
        align-items: baseline; 
        flex-wrap: nowrap; 
        margin-left: 0; 
        margin-top: 5px; 
        margin-bottom: 5px; 
        gap: 0px; 
        line-height: 1.2;
    }

    .el-plan-label {
        margin: 0;
        display: inline-flex; 
        align-items: baseline; 
        width: auto; 
        white-space: nowrap; 
    }
    
    .el-plan-label::after {
        content: "|"; 
        color: #e5e7eb; 
        margin: 0 4px; 
        font-size: 13px; 
        font-weight: 300; 
        display: inline-block; 
        transform: translateY(-1px); 
    }

    .el-plan-name {
        font-size: 16px; 
        margin: 0;
        display: inline-block; 
        width: auto; 
    }

    /* PRIS OG ITEMS (KUN MOBIL) */
    .el-info-items-row {
        grid-area: content;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; 
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background-color: transparent; 
        border-radius: 0;
        padding: 0;
        margin-top: 20px; 
        gap: 0; 
    }

    .el-price-wrapper {
        width: 100%; 
        order: -1;   
        display: flex;
        flex-direction: row; 
        flex-wrap: wrap;     
        justify-content: center;
        align-items: baseline; 
        text-align: center;
        gap: 4px; 
        background-color: #e5f3e8;
        border-radius: 8px; 
        padding: 15px;
        margin-top: -20px !important; 
        margin-bottom: 15px; 
        margin-left: 0;
    }
    .el-est-price { 
        font-size: 35px;
        margin-bottom: -10px; 
    }
    
    .el-price-wrapper .el-info-label {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        margin-top: -10px;
    }
    
    .el-currency {
        margin-top: 0;
        font-size: 12px;
        margin-bottom: -10px;
    }

    .el-info-item {
        order: 2; 
        flex: 0 0 auto;  
        margin-top: 0;
        box-sizing: border-box;
    }
    
    .el-info-item:nth-child(1) { width: 20% !important; } /* Binding */
    .el-info-item:nth-child(2) { width: 48% !important; } /* Afregning */
    .el-info-item:nth-child(3) { width: 32% !important; } /* Type */
    
    .el-info-value { font-size: 13px; }
    .el-info-label { font-size: 9px; } 

    .el-card-col-price {
        grid-area: btn;
        width: 100%;
        max-width: 100%;
        padding-top: 5px; 
        justify-content: center;
        order: 3;
    }

    .el-btn-visit {
        padding: 14px 28px;
        font-size: 15px;
        width: auto;
    }

    .el-card-badge-top { 
        left: 50%; 
        transform: translateX(-50%); 
        top: -20px; 
        white-space: nowrap;
        width: fit-content;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .el-obs-wrapper {
        left: 25%;
        transform: translateX(-50%);
        top: 10px; 
    }

    .el-obs-wrapper .el-badge-obs {
        box-shadow: none;
    }

    .el-obs-wrapper + img,
    .el-obs-wrapper + strong {
        margin-top: 10px !important; 
    }

    .el-card-footer { justify-content: center; margin-top: 0px; }
    .el-custom-select-wrapper { max-width: 100% !important; }
} 

/* =========================================
   TOOLTIPS
   ========================================= */
.el-help-wrapper:hover .el-help-tooltip,
.el-help-wrapper.active .el-help-tooltip {
    display: block !important; 
    animation: fadeIn 0.2s ease-in-out;
}

@media (min-width: 901px) {
    .el-help-tooltip {
        width: 400px !important;
    }
}

@media (max-width: 600px) {
    .el-help-tooltip {
        width: 80vw !important;
        left: 0 !important;
    }
}

.el-help-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; 
}

.el-help-tooltip::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent; 
}

.el-help-close { display: none !important; }

/* =========================================
   BILLING TOOLTIP
   ========================================= */
.el-billing-tooltip-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 20; 
}

.el-billing-text {
    padding-bottom: 1px;
    display: inline-flex;
    align-items: center;
    gap: 4px; 
}

.el-billing-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #9ca3af;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    font-family: serif; 
    line-height: 1;
}

.el-billing-tooltip-wrapper:hover .el-billing-icon,
.el-billing-tooltip-wrapper.active .el-billing-icon {
    background-color: #6b7280; 
}

.el-billing-tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); 
    width: 200px;
    background: #374151; 
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 6px;
    z-index: 100;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.el-billing-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #374151 transparent transparent transparent;
}

/* EKSTRA KLASSE FOR BREDERE TOOLTIP (På Desktop) */
.el-tooltip-wide {
    width: 260px !important;
}

@keyframes fadeInTooltipSimple {
    from { opacity: 0; transform: translate(-50%, 5px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

@media (min-width: 901px) {
    .el-billing-tooltip-wrapper:hover .el-billing-tooltip { display: block; animation: fadeInTooltipSimple 0.2s ease-in-out; }
}
.el-billing-tooltip-wrapper.active .el-billing-tooltip { display: block; animation: fadeInTooltipSimple 0.2s ease-in-out; }

/* FIX: MOBIL TOOLTIP PLACERING */
@media (max-width: 700px) {
    .el-billing-tooltip {
        position: absolute !important; 
        top: auto !important;
        bottom: 100% !important; 
        margin-bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        max-width: 85vw !important;
        z-index: 1000 !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
        font-size: 12px !important;
        padding: 10px !important;
    }
    
    .el-details-wrapper .el-billing-tooltip {
        left: 0 !important;
        transform: none !important;
        width: 260px !important; 
    }
    
    .el-details-wrapper .el-billing-tooltip::after {
        left: 20px !important; 
        margin-left: 0 !important;
    }
    
    .el-billing-tooltip::after {
        display: block !important;
    }
}

/* =========================================
   NYE DETALJE STYLES
   ========================================= */

.el-details-section-title {
    font-size: 11px;
    text-transform: uppercase;
    color: #111827; 
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

/* Grøn highlight boks */
.el-details-box-highlight {
    background-color: #f0fdf4; 
    border: 1px solid #bbf7d0; 
    border-radius: 8px;
    padding: 4px 8px; 
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03); 
}

.el-details-box-highlight .el-detail-row {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.el-details-box-highlight .el-detail-row:last-child {
    border-bottom: none;
}

.el-row-bold span {
    font-weight: 700;
    color: #111;
    font-size: 14px;
}

@media (max-width: 600px) {
    .el-row-bold span { font-size: 12px; }
}

/* Faded sektion */
.el-details-faded {
    opacity: 1; 
    transition: opacity 0.2s;
}

.el-details-faded .el-detail-row {
    color: #374151; 
    font-size: 12px;
}
.el-details-faded .el-detail-row span:last-child {
    font-weight: 600; 
    color: #111827; 
}

/* =========================================
   LOAD MORE BUTTON
   ========================================= */
.el-load-more-wrapper {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.el-load-more-btn {
    margin-top: -15px;
    background-color: #fff;
    color: #2bb144 !important;
    border: 2px solid #2bb144;
    padding: 12px 30px;
    border-radius: 999px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.el-load-more-btn:hover {
    border-color: #2bb144;
    background-color: #f9fafb;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}

/* =========================================
   FIX: BADGE KOLLISION
   ========================================= */
@media(max-width: 700px) {
    .el-card.el-badge-collision .el-card-badge-offer { top: -20px !important; }
    .el-card.el-badge-collision .el-obs-wrapper { top: 25px !important; }
    .el-card.el-badge-collision .el-obs-wrapper + img,
    .el-card.el-badge-collision .el-obs-wrapper + strong {
        margin-top: 25px !important; 
    }
}

/* SEPARATOR VED SØGNING */
.el-search-separator {
    width: 100%;
    text-align: center;
    margin: 30px 0 20px 0;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    animation: fadeIn 0.5s ease;
}

.el-search-separator span {
    background: #FAFAFA; 
    padding: 0 15px;
    position: relative;
    z-index: 10;
    font-weight: 700;
    color: #1f2937;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 99px;
}

.el-sep-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d1d5db;
    z-index: 1;
    margin-top: -10px; 
}

.el-search-separator small {
    display: block;
    margin-top: 5px;
    color: #2bb144;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    z-index: 10;
}

/* =========================================
   SMART ACCORDION (SPEECH BUBBLE STYLE)
   ========================================= */
   
.trust-info-wrapper {
    text-align: center;
    margin: 5px auto 30px auto; 
    position: relative;
    z-index: 1; 
    font-family: 'Montserrat', sans-serif;
    width: 100%; 
}

details.trust-details {
    display: block; 
    position: relative; 
    width: 100%;
}

summary.trust-summary {
    list-style: none; 
    cursor: pointer;
    font-size: 11px; 
    font-weight: 600;
    color: #374151;
    background: #ffffff; 
    padding: 8px 15px;
    border-radius: 50px; 
    
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
    border: 1px solid rgba(0,0,0,0.04);
    
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2; 
    width: 100%;
    box-sizing: border-box;
}

summary.trust-summary::-webkit-details-marker { display: none; }

summary.trust-summary:hover {
    transform: translateY(-2px); 
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    color: #111;
}

.trust-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px; height: 16px; 
    background: #dcfce7; 
    color: #166534; 
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    flex-shrink: 0;
}

.trust-arrow {
    font-size: 9px;
    color: #9ca3af;
    transition: transform 0.3s ease;
    margin-left: auto; 
}

details[open] .trust-arrow {
    transform: rotate(180deg);
    color: #166534;
}

/* --- MENU INDHOLD --- */
.trust-links {
    display: flex;
    flex-direction: column; 
    background: #ffffff;
    padding: 12px 8px; 
    border-radius: 12px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.12); 
    border: 1px solid rgba(0,0,0,0.04);
    
    animation: slideDown 0.2s ease-out;
    width: 100%; 
    box-sizing: border-box;
    
    position: absolute; 
    top: 100%; 
    left: 0;
    margin-top: 12px; 
    z-index: 10;
    text-align: left;
}

.trust-links::before {
    content: "";
    position: absolute;
    top: -6px; 
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-left: 1px solid rgba(0,0,0,0.04);
    border-top: 1px solid rgba(0,0,0,0.04);
}

.trust-link-item {
    color: #4b5563;
    text-decoration: none;
    font-size: 13px; 
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    transition: background 0.2s;
}

.trust-link-item:hover {
    background: #f9fafb;
    color: #166534; 
}

.link-emoji { font-size: 16px; min-width: 24px; text-align: center; }

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .trust-info-wrapper { margin: 15px auto 25px auto; }
    
    .trust-links { 
        position: relative; 
        top: auto; 
        left: auto; 
        transform: none; 
        width: 100%; 
        margin-top: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    
    .trust-links::before { display: none; }
}

/* =========================================
   SINGLE SUPPLIER MODE
   ========================================= */
.el-single-mode .el-search-top-bar {
    display: none !important;
}

/* Skjul specifikt Afregning, Indstillinger (Pristype) og Ekstra tilvalg */
.el-single-mode .el-row-billing,    
.el-single-mode .el-row-settings,
.el-single-mode .el-row-checklist {  
    display: none !important;
}

/* Sørg for at Bopæl (Geo) altid vises */
.el-single-mode .el-row-geo {
    display: flex !important;
    margin-bottom: 0 !important;
}

/* Layout justeringer desktop */
.el-single-mode .el-left-col-container {
    margin-top: 7px !important; 
}

.el-single-mode .el-sidebar-col {
    padding-bottom: 20px !important;
    gap: 20px !important;
}

/* ---------------------------------------------------------
   MOBIL JUSTERINGER I SINGLE MODE (KUN MOBIL/TABLET)
   --------------------------------------------------------- */
@media (max-width: 900px) {
    
    .el-single-mode .el-mobile-nav {
        display: none !important; /* RETTELSE: SKJULT i single view */
    }

    /* Skjul søgeknappen på mobil i single mode */
    .el-single-mode .el-mobile-nav-btn:nth-child(2) {
        display: none !important; 
    }

    /* Fjern border under filter knappen, da den står alene nu */
    .el-single-mode .el-mobile-nav-btn:first-child {
        border-bottom: none !important;
        width: 100%;
    }
}

/* =========================================
   SINGLE VIEW ALTERNATIVES BUTTON
   ========================================= */
.el-show-alternatives-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    animation: fadeIn 0.5s ease;
}

.el-btn-show-cheaper {
    background-color: #fff;
    color: #2bb144;
    border: 2px solid #2bb144;
    padding: 12px 25px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.el-btn-show-cheaper:hover {
    background-color: #2bb144;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(43, 177, 68, 0.25);
}

.el-btn-show-cheaper svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5;
}

/* Skjuler knappen hvis vi allerede viser alternativer */
.el-alternatives-active .el-show-alternatives-wrapper {
    display: none;
}

/* =========================================
   PRO HIGHLIGHT BAR - CLEAN & BALANCED
   ========================================= */

@keyframes bounce-arrow {
  0%, 100% { transform: translateY(0) rotate(45deg); }
  50% { transform: translateY(5px) rotate(45deg); }
}

.el-search-separator {
  margin: 30px 0 20px 0;
  padding: 0;
  text-align: center;
}

.el-search-separator .el-sep-line { display: none; }

.el-search-separator-inner {
  display: block;
  /* Vi beholder din gradient og skygge */
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 24px 20px; 
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
}

/* OVERSKRIFTEN - Nu mere rolig */
.el-search-separator span {
  display: block;
  color: #334155; /* Mørk skifergrå (i stedet for grøn) - giver bedre kontrast til tallet */
  font-weight: 600; /* Lidt tyndere end før (var 800) */
  background-color: transparent;
  font-size: 22px; /* En anelse mindre for at undgå linje-knæk på små skærme */
  line-height: 1.3;
  text-transform: none; /* VIGTIGT: Fjerner store bogstaver */
  letter-spacing: normal;
}

/* TALLET - Det der skal poppe */
.el-search-separator span strong, 
.el-search-separator span b {
  color: #16a34a; /* Klar grøn */
  font-weight: 800; /* Meget fed */
  font-size: 1.2em; /* 20% større end resten */
  position: relative;
  top: 1px; /* Lille justering så det flugter pænt */
}

.el-search-separator span::before { display: none; }

/* UNDERTEKSTEN */
.el-search-separator small {
  display: block;
  margin-top: 6px;
  color: #64748b; /* Lidt lysere grå */
  font-size: 15px;
  font-weight: 400;
}

/* PILEN */
.el-search-separator-inner::after {
  content: '';
  display: block;
  width: 10px; 
  height: 10px;
  border-bottom: 2px solid #16a34a; /* Matcher tallets farve */
  border-right: 2px solid #16a34a;
  margin: 14px auto 0 auto;
  opacity: 0.8;
  animation: bounce-arrow 2s infinite ease-in-out;
}

/* =========================================
   MOBIL JUSTERING: HERO NUMBER LAYOUT
   ========================================= */
@media only screen and (max-width: 600px) {
  /* Gør boksen lidt mere kompakt i siderne */
  .el-search-separator-inner {
    padding: 20px 10px; 
  }

  /* Gør den omkringliggende tekst lidt mindre og mere afdæmpet */
  .el-search-separator span {
    font-size: 15px; 
    color: #475569; /* Slate-600: Blødere end sort */
    font-weight: 500;
  }

  /* HER ER TRICKET: Gør beløbet til en "blok" */
  .el-search-separator span strong,
  .el-search-separator span b {
    display: block;      /* Tvinger teksten ned på ny linje */
    font-size: 34px;     /* Meget stort tal (Hero size) */
    line-height: 1.1;    /* Stram linjeafstand */
    margin: 8px 0;       /* Luft over og under tallet */
    color: #16a34a;      /* Din klare grønne farve */
    font-weight: 800;
  }

  /* Juster underteksten så den ikke stjæler fokus */
  .el-search-separator small {
    font-size: 13px;
    margin-top: 10px;
    opacity: 0.8;
  }
}

/* =========================================
   SOLCELLE TOOLTIP
   ========================================= */
.el-solar-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    z-index: 25;
    margin-left: 6px; /* Lidt luft ind til teksten */
    vertical-align: middle;
    transform: translateY(-3px); /* Løfter ikonet op, så det flugter med teksten */
}
.el-solar-icon {
    width: 22px;
    height: 22px;
    color: #1f2937;
    transition: color 0.2s ease;
}
.el-solar-wrapper:hover .el-solar-icon,
.el-solar-wrapper.active .el-solar-icon { 
    color: #2bb144; 
}
.el-solar-tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    background: #111827; /* Mørkt look */
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 12px;
    border-radius: 8px;
    z-index: 100;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    white-space: normal;
}
.el-solar-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #111827 transparent transparent transparent;
}
/* Hover på desktop */
@media (min-width: 901px) {
    .el-solar-wrapper:hover .el-solar-tooltip { display: block; animation: fadeInTooltipSimple 0.2s ease-in-out; }
}
/* Klik på mobil */
.el-solar-wrapper.active .el-solar-tooltip { display: block; animation: fadeInTooltipSimple 0.2s ease-in-out; }

/* =========================================
   FIX: TOOLTIP OVERLAP & MOBIL PLACERING
   ========================================= */

/* 1. Sørg for at det åbne tooltip ALTID er forrest (Løser overlap) */
.el-billing-tooltip-wrapper,
.el-solar-wrapper,
.el-obs-wrapper,
.el-no-collab-wrapper {
    z-index: 10 !important; /* Nulstiller standard-niveauet for alle tooltips */
}

.el-billing-tooltip-wrapper:hover,
.el-billing-tooltip-wrapper.active,
.el-solar-wrapper:hover,
.el-solar-wrapper.active,
.el-obs-wrapper:hover,
.el-obs-wrapper.active,
.el-no-collab-wrapper:hover,
.el-no-collab-wrapper.active {
    z-index: 150 !important; /* Løfter elementet helt frem, når det klikkes/røres */
}

/* 2. Fix af solcelle-tooltip på mobil (Elegant tekst-ombrydning og centreret tooltip) */
@media (max-width: 700px) {
    /* 1. Nulstil titel-området, så det bliver en helt almindelig, centreret tekstblok */
    .el-title-row {
        display: block !important;
        text-align: center !important;
        line-height: 1.4 !important;
    }

    /* 2. Lad "ELAFTALE"-labelen flyde som almindelig tekst */
    .el-plan-label {
        display: inline !important;
        vertical-align: baseline !important;
    }
    
    /* Justering af den lodrette streg | */
    .el-plan-label::after {
        content: "|";
        margin: 0 6px !important;
        display: inline !important;
    }

    /* 3. Overskriv de indbyggede kasse-regler på navnet, så lang tekst knækker blødt */
    .el-plan-name {
        display: inline !important;
        font-size: 16px !important;
        white-space: normal !important;
    }

    /* 4. Solcelle-ikonet klistres til slutningen af teksten som et ord */
    .el-solar-wrapper {
        display: inline-block !important;
        position: relative !important;
        vertical-align: middle !important;
        margin-left: 4px !important;
        transform: translateY(-2px) !important; /* Løfter ikonet en anelse for optisk balance */
    }
    
    /* 5. Tooltippet bevarer den placering, der fungerede korrekt før */
    .el-solar-tooltip {
        position: absolute !important;
        bottom: 100% !important;
        margin-bottom: 10px !important;
        left: auto !important;
        right: -15px !important;
        transform: none !important;
        width: 240px !important;
        max-width: 85vw !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }

    /* Pilen peger præcist ned på ikonet */
    .el-solar-tooltip::after {
        left: auto !important;
        right: 20px !important;
        margin-left: 0 !important;
    }
}

/* =========================================
   CUSTOM TJEKLISTE (CHECKBOXES)
   ========================================= */
.el-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.el-checkbox-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    user-select: none;
    transition: color 0.2s;
}

.el-checkbox-label:hover {
    color: #111827;
}

/* Skjul den grimme standard-tjekboks */
.el-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Skab den nye, flotte tjekboks */
.el-checkbox-custom {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    transition: all 0.2s ease;
}

/* Hover-effekt på rammen */
.el-checkbox-label:hover .el-checkbox-input ~ .el-checkbox-custom {
    border-color: #2bb144;
}

/* Når den er valgt (Grøn fyld) */
.el-checkbox-input:checked ~ .el-checkbox-custom {
    background-color: #2bb144;
    border-color: #2bb144;
}

/* Skab selve det hvide flueben */
.el-checkbox-custom:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Vis fluebenet når valgt */
.el-checkbox-input:checked ~ .el-checkbox-custom:after {
    display: block;
}

/* =========================================
   INLINE MATCH BANNER (BALANCED & ALIGNED)
   ========================================= */
.hero-match-wrapper {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff; /* Helt rolig hvid baggrund i stedet for grøn */
    border: 1px solid #e5e7eb; /* Standard grå kant som de andre kort */
    border-left: 4px solid #2bb144; /* Grøn accent-streg i venstre side fastholder blikfanget */
    border-radius: 5px; /* RETTET: Ændret fra 12px til 5px for at matche de andre kort præcist */
    padding: 24px 30px;
    margin: 0; /* Nulstillet! Flexbox-gappet på 20px klarer nu afstanden automatisk */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04); /* Meget subtil skygge */
    position: relative;
    overflow: hidden;
}

.hero-match-container {
    display: block;
}

/* Skjul de ting der fylder for meget i højden */
.hero-visuals,
.hero-criteria-list {
    display: none !important; 
}

.hero-match-content { 
    display: grid;
    grid-template-columns: 1fr auto; 
    grid-template-areas:
        "badge btn"
        "title btn"
        "sub btn";
    row-gap: 6px;
    column-gap: 30px;
    align-items: center;
}

/* Badgen fungerer som et stærkt blikfang, selvom baggrunden nu er rolig */
.hero-badge {
    grid-area: badge;
    justify-self: start;
    background-color: #2bb144; 
    color: #ffffff;
    font-size: 10px; 
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
    margin: 0;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(43, 177, 68, 0.2);
}

.hero-title {
    grid-area: title;
    font-size: 22px; 
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
    margin: 0; 
}

.hero-title span { 
    color: #FF8930; /* Orange highlight for at matche knappen og guide øjet */
    font-style: normal;
}

.hero-subtitle {
    grid-area: sub;
    font-size: 14px; 
    line-height: 1.5;
    color: #4b5563;
    margin: 0; 
    max-width: 90%;
}

.hero-btn-wrapper {
    grid-area: btn;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    gap: 6px;
    margin-top: 12px; /* NYT: Skubber knappen ned til den optiske midte */
}

.hero-cta-btn {
    background-color: #FF8930; 
    font-size: 15px; 
    font-weight: 700;
    padding: 14px 30px; 
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: #fff !important; 
    box-shadow: 0 4px 12px rgba(255, 137, 48, 0.3) !important; 
}

.hero-cta-btn:hover {
    transform: translateY(-2px);
    background-color: #ea580c;
    box-shadow: 0 6px 16px rgba(255, 137, 48, 0.4) !important; 
}

.hero-micro-copy {
    font-size: 11px;
    color: #6b7280;
    margin: 0;
    text-align: center;
}

/* --- RESPONSIV --- */
@media (max-width: 768px) {
    .hero-match-wrapper {
        padding: 20px;
    }
    
    .hero-match-content {
        grid-template-columns: 1fr; 
        grid-template-areas:
            "badge"
            "title"
            "sub"
            "btn";
        row-gap: 8px;
        text-align: left;
    }
    
    .hero-title { font-size: 19px; }
    .hero-subtitle { font-size: 13px; max-width: 100%; margin-bottom: 5px; }
    .hero-btn-wrapper { width: 100%; align-items: stretch; margin-top: 5px; }
    .hero-cta-btn { justify-content: center; }
}

/* Matcher el-kortenes design 1:1 på mobilen */
@media (max-width: 700px) {
    .hero-match-wrapper { 
        border: none; /* Fjerner den hårde kant og grønne venstrestreg */
        border-radius: 18px; /* Giver den store, bløde afrunding */
        box-shadow: 0 12px 32px rgba(0,0,0,0.14); /* Samme svævende skygge som de andre kort */
        margin-top: 10px; /* Matcher afstanden */
    }
}

/* --- TOTAL ELIMINERING AF WHITESPACE OMKRING DISCLAIMER PÅ MOBIL --- */
@media (max-width: 900px) {
    /* Fjern bund-margin fra selve forbrugs/filter-boksen (som ligger lige over disclaimeren) */
    .el-consumption-box {
        margin-bottom: 0 !important;
    }

    /* Overskriv alle gamle margin-regler og giv disclaimeren minimal luft */
    .trust-info-wrapper {
        margin: 0px auto 5px auto !important; /* 0px over, 5px under! */
        min-height: auto !important;
    }

    /* Gør selve disclaimer-teksten lidt mere diskret og kompakt */
    summary.trust-summary {
        padding: 0 !important;
        font-size: 10px !important;
        opacity: 0.6 !important; /* Gør den lidt lysere, så den træder tilbage i hierarkiet */
    }

    /* Fjern den skjulte luft over det første el-kort */
    .el-overview-list {
        padding-top: 0 !important;
    }
    
    /* Luk evt. resterende huller mellem top-sektionen og listen */
    .el-overview-wrapper {
        gap: 0 !important;
    }
}

/* =========================================
   OPTIMERING AF FORBRUGS-BOKS OG LABEL (MOBIL)
   ========================================= */
@media (max-width: 900px) {
    /* 1. Gør overskriften til et ægte "label" frem for en dominerende titel */
    .el-consumption-box .el-filter-label {
        grid-area: header;
        font-size: 14px !important; /* Gjort mindre for at ligne et label */
        font-weight: 700 !important;
        color: #64748b !important; /* Blød, moderne skifer-grå i stedet for kulsort */
        text-align: center; 
        width: 100%;
        margin-bottom: 4px !important; /* Trukket markant tættere ned til input-boksen */
        letter-spacing: -0.2px;
    }

    /* 2. Gør selve dropdown/input-feltet blødere, lettere og mere moderne */
    .el-filter-select, 
    .el-kwh-input-field {
        border: 1px solid #cbd5e1 !important; /* Tyndere, blødere kant i stedet for 2px sort */
        box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important; /* Meget subtil, svævende skygge */
        height: 54px !important; /* Lidt ekstra højde for en premium følelse */
        font-weight: 600 !important;
        color: #111827 !important;
        border-radius: 8px !important; /* Fastholder den funktionelle firkantede form */
    }

    /* 3. Grøn highlight kun når feltet er aktivt/fokuseret */
    .el-filter-select:focus, 
    .el-kwh-input-field:focus {
        border-color: #2bb144 !important;
        box-shadow: 0 0 0 3px rgba(43, 177, 68, 0.15) !important;
    }

    /* 4. Perfekt justering af afstanden ned til hjælpe-linksene */
    .el-consumption-box .el-filter-group {
        row-gap: 8px !important; 
    }
}

/* =========================================
   FIX: OVERLAP MELLEM BADGE OG DISCLAIMER PÅ MOBIL
   ========================================= */
@media (max-width: 900px) {
    /* Vi giver listen lige præcis 15px luft i toppen. 
       Det er nok til, at badgen på det første kort kan stikke op, 
       uden at vi mister "stealth"-effekten på disclaimeren. */
    .el-overview-list {
        padding-top: 15px !important; 
    }
}