.the-hive-sub-nav {
    margin-bottom: 20px;
}
.the-hive-sub-nav.display-button .nav-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.the-hive-sub-nav.display-button .nav-pills:before {
    display: none;
}
.the-hive-sub-nav.display-button .nav-pills.nav-stacked {
    flex-direction: column;
}