.norte-energy{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.norte-energy__class,
.norte-energy__documentation{
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #e3e3e3;
}
.norte-energy__class-wrapper,
.norte-energy__documentation-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
}
.norte-energy__documentation{
    border-left: none;
}
.norte-energy__class-badge{
    width: 40px;
    height: auto;
    position: relative;
    display: block;
}
.norte-energy-button{
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 5px;
    transition: all 0.5s ease;
    font-size: 14px;
}

/*
* CLASS ENERGY IN CATALOG
*/
.norte-energy-product__class-badge{
    display: block;
    position: relative;
    width: 50px;
    height: auto;
}
/* Disable badge on recently views block */
.wd-products .wd-hover-small .norte-energy-product{
    display: none;
}

@media (max-width: 992px){
    .norte-energy__class,
    .norte-energy__documentation{
        width: 50%;
    }
}

@media (max-width: 499px){
    .norte-energy__class,
    .norte-energy__documentation{
        padding: 10px;
    }
    .norte-energy__class-wrapper,
    .norte-energy__documentation-wrapper{
        gap: 10px;
    }
}