/* EU-Energielabel (EPREL): Effizienzklassen-Badge + Links */
.product-item { position: relative; }
.eprel-badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 2.6rem;
    max-width: 4rem;
    height: 1.7rem !important;
    padding: 0 1rem 0 .55rem !important;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    clip-path: polygon(0 0, calc(100% - .6rem) 0, 100% 50%, calc(100% - .6rem) 100%, 0 100%);
}
.eprel-badge:hover { filter: brightness(1.08); text-decoration: none; }

/* Produktliste: Badge + Produktdatenblatt unten links im Bild */
.product-item .card-img-top { position: relative; }
.eprel-list-info {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.eprel-list-info a.eprel-link { color: inherit; font-size: 1rem; /* wie .bundle-price */ }

/* Offizielle EU-Skalenfarben A-G */
.eprel-class-a { background: #00a651; }
.eprel-class-b { background: #50b848; }
.eprel-class-c { background: #bfd730; color: #1a1a1a; }
.eprel-class-d { background: #fff200; color: #1a1a1a; }
.eprel-class-e { background: #fdb913; color: #1a1a1a; }
.eprel-class-f { background: #f37021; }
.eprel-class-g { background: #ed1c24; }
.eprel-class-a:hover, .eprel-class-b:hover, .eprel-class-f:hover, .eprel-class-g:hover { color: #fff; }
.eprel-class-c:hover, .eprel-class-d:hover, .eprel-class-e:hover { color: #1a1a1a; }

/* Detailseite: Label-Zeile unterm Preis */
.eprel-info { display: flex; align-items: center; gap: .75rem; margin-top: .5rem; flex-wrap: wrap; }
.eprel-info .eprel-badge { position: static; }
.eprel-info a.eprel-link { color: inherit; font-size: 1rem; /* wie .bundle-price */ }
.eprel-source { display: block; font-size: .75rem; color: #6c757d; margin-top: .15rem; }
