/* Temporary disabled elements */

body>div {
    /*License key warning in header */
    display: none !important;
}

.theme-explorer {
    /* Show the Theme Explorer and ignore the rule above*/
    display: block !important;
}

/* Widgets - Tabs Styles */
.tabs.tabs--white .tabs__nav {
    background-color: #efefef;
}

.tabs__nav ul {
    justify-content: flex-start;
}