.wp-energy-label {
    margin: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* === STYLE FLÈCHE === */
.wpe-arrow-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.wpe-arrow-label {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 28px;
    padding: 0 8px 0 10px;
    margin-right: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none;
    border-radius: 2px 0 0 2px;
}
.wpe-arrow-point {
    position: absolute;
    right: -14px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid;
}
.wpe-label-text {
    color: #666;
    font-size: 13px;
}

/* === STYLE BADGE === */
.wpe-badge-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.wpe-badge-label {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

/* === STYLE BARRE COMPLÈTE === */
.wpe-bar-wrap {
    max-width: 220px;
}
.wpe-bar-title {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.wpe-bar-row {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.wpe-bar-arrow {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 1px 0 0 1px;
    position: relative;
}
.wpe-bar-level-0 { width: 45px; }
.wpe-bar-level-1 { width: 60px; }
.wpe-bar-level-2 { width: 75px; }
.wpe-bar-level-3 { width: 90px; }
.wpe-bar-level-4 { width: 105px; }
.wpe-bar-level-5 { width: 120px; }
.wpe-bar-level-6 { width: 135px; }
.wpe-bar-indicator {
    font-size: 20px;
    line-height: 18px;
    margin-left: 2px;
    color: #222;
}

/* === LIEN FICHE === */
.wpe-fiche-link {
    margin-top: 6px;
}
.wpe-fiche-link a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #2fb5d2;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.2s;
}
.wpe-fiche-link a:hover {
    color: #1a8ea8;
    text-decoration: underline;
}
.wpe-fiche-link .material-icons {
    font-size: 16px;
}

/* === OVERLAY SUR IMAGE === */
.wpe-overlay {
    position: absolute !important;
    z-index: 10;
    margin: 0 !important;
    pointer-events: auto;
}
.wpe-overlay-image-tl {
    top: 8px;
    left: 0;
}
.wpe-overlay-image-tr {
    top: 8px;
    right: 8px;
    left: auto;
}
.wpe-overlay-image-bl {
    bottom: 8px;
    left: 0;
    top: auto;
}
.wpe-overlay-image-br {
    bottom: 8px;
    right: 8px;
    left: auto;
    top: auto;
}
.wpe-overlay .wpe-label-text {
    display: none;
}
.wpe-overlay .wpe-fiche-link {
    display: none;
}
.wpe-overlay .wpe-bar-wrap {
    background: rgba(255,255,255,0.92);
    padding: 6px 8px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.wpe-overlay .wpe-bar-title {
    display: none;
}
.wpe-overlay .wpe-arrow-label {
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.wpe-overlay .wpe-badge-label {
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

/* === LISTE PRODUITS === */
.wp-energy-list-label {
    display: inline-block;
    margin-top: 4px;
}
.wpe-list-arrow {
    height: 22px;
    line-height: 22px;
    padding: 0 6px 0 8px;
    font-size: 12px;
}
.wpe-list-arrow .wpe-arrow-point {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 11px;
    right: -11px;
}
.wpe-list-badge {
    padding: 2px 8px;
    font-size: 12px;
}
