.dpe-ges-title {
    font-weight: 700;
    font-size: 25px;
    color: #023535;
    font-family: "Chalet New-York", sans-serif, Serif;
}
/* Container compact */
.dpe-ges-compact {
    display: flex;
    gap: 30px;
    margin: 20px 0;
    flex-wrap: wrap;
    align-items: flex-end;
    .energy-badge {
        display: flex;
        flex-direction: column;
        gap: 8px;
        .badge-label {
            font-size: 16px;
            font-weight: 900;
            color: var(--e-global-color-text);
        }
        .badge-content {
            display: flex;
            align-items: center;
            gap: 12px;
            hr {
                width: 25px;
            }
            .badge-letter {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 18px;
                padding: 0 16px 0 10px;
                border-top-right-radius: 50px;
                border-bottom-right-radius: 50px;
                font-weight: 600;
                &:not(.dpe) {
                    color: white;
                }
            }
            .badge-value {
                font-size: 14px;
                font-weight: 600;
                color: rgba(9, 8, 37, 0.65);
                line-height: 1.4;
                .badge-period {
                    font-size: 12px;
                    font-weight: 400;
                    color: rgba(9, 8, 37, 0.65);
                }
            }
        }
    }
}

/* Responsive */
@media (max-width: 768px) {
    .dpe-ges-compact {
        flex-direction: column;
        gap: 20px;
    }
}
