 
.custom-tabs-widget .tabs {
    display: flex;
    list-style: none;
}

.custom-tabs-widget .tabs li {
    margin-right: 10px;
    cursor: pointer;
}

.custom-tabs-widget .tab-content > div {
    display: none;
}

.custom-tabs-widget .tab-content > div.active {
    display: block;
}
