.s123-nav__tabs {
    display: flex;
    padding: 10px 0;
    background: white;
    border-radius: 6px;
}

.s123-nav__item {
    font-weight: 600;
    margin-bottom: 0;
}

.s123-nav__item .active {
    background: #f5f5f5;
    border-bottom: 1px solid gainsboro;
}

.s123-nav__link {
    text-decoration: none;
    padding: 10px;
}

.tab-container {
    padding: 5px 20px 20px;
}

.tab-content .tab-pane {
    display: none;
    width: 100%;
}

.tab-content > .tab-pane.active {
    display: block;
    background: #f4f4f4;
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    margin-top: 15px;
}
