.energy-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    height: 16px;
    font-size: 12px;
}

.energy-item-active {
    /* color: var(--text-surface); */
    height: 24px;

    border-width: 1px;
    border-radius: 0.375rem;
    /* rounded-md */
    border-style: solid;
    border-color: white;

    font-size: var(--text-body-2);
    box-sizing: content-box;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    /* drop-shadow-sm approx */
}

.energy-wrapper {
    margin-bottom: 14px;
}

.energy-wrapper .energy-class__title {
    text-align: left;
    color: black;
}

.energy-wrapper>.energy-class__title>h3 {
    color: black !important;
    margin-bottom: 0px;
    font-size: 16px;
}