.bo-sc-energy-badge {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
}

.bo-sc-energy-icon {
    max-width: 60px;
    max-height: 60px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.bo-sc-energy-label {
    font-size: .9rem;
    line-height: 1.2;
    font-weight: 500;
}