.tabs-root-QaI {
    -webkit-tap-highlight-color: transparent;
    --tabs-border: solid;
    --tabs-border-color: #ccc;
    --tabs-border-width: 1px;
    --tabs-border-radius: 0px;
}

.tabs-root-QaI ul li.tabs-header-JeG.tabs-selected-MvP {
    background: #fff;
    z-index: 3;
}

.tabs-root-QaI ul.tabs-navigation--lK {
    display: block;
    font-size: 0;
    margin: 0 0 calc(var(--tabs-border-width) * -1);
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
ul.tabs-navigation--lK::-webkit-scrollbar {
    display: none;
}
.tabs-navigationLeft-sdO {
    text-align: left;
}
.tabs-navigationCenter-eCI {
    text-align: center;
}
.tabs-navigationRight-FuV {
    text-align: right;
}

.tabs-navigationGradientLeft-g9D,
.tabs-navigationGradientBoth-g-a,
.tabs-navigationGradientRight-6rc {
    position: relative;
}
.tabs-navigationGradientLeft-g9D:before,
.tabs-navigationGradientBoth-g-a:before {
    pointer-events: none;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: var(--tabs-border-width);
    content: '';
    display: block;
    width: 100px;
    z-index: 4;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}
.tabs-navigationGradientRight-6rc:after,
.tabs-navigationGradientBoth-g-a:after {
    pointer-events: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: var(--tabs-border-width);
    content: '';
    display: block;
    width: 100px;
    z-index: 4;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

.tabs-root-QaI ul li.tabs-header-JeG {
    list-style: none;
    background: rgb(var(--venia-global-color-gray));
    border: var(--tabs-border-width) var(--tabs-border) var(--tabs-border-color);
    border-bottom: 0;
    border-top-left-radius: var(--tabs-border-radius);
    border-top-right-radius: var(--tabs-border-radius);
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    z-index: 1;
    color: rgb(var(--venia-global-color-text));
    cursor: pointer !important;
    font-size: 14px;
    font-weight: 600;
    padding: 0.875rem 1.25rem;
    transition: background-color 0.3s;
    vertical-align: bottom;
    white-space: normal;
}

.tabs-root-QaI ul li.tabs-header-JeG:focus {
    outline: 0;
}

.tabs-root-QaI ul li.tabs-header-JeG:focus:after {
    content: '';
    position: absolute;
    height: 5px;
    left: -4px;
    right: -4px;
    bottom: -5px;
    background: #fff;
}

.tabs-root-QaI ul li.tabs-header-JeG:not(:first-child) {
    margin-left: calc(var(--tabs-border-width) * -1);
}

.tabs-panel-tic {
    min-height: inherit;
}

.tabs-panelSelected-S6o {
    display: block;
}

.tabs-panel-tic:empty {
    display: none !important; /* Necessary because of inline styles; to be fixed in MC-18326 */
}

.tabs-content-hl5 {
    border: var(--tabs-border-width) var(--tabs-border) var(--tabs-border-color);
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: var(--tabs-border-radius);
}
.tabs-contentLeft-NTf {
    border-top-left-radius: 0px;
}
.tabs-contentCenter-kyF {
}
.tabs-contentRight-Frh {
    border-top-right-radius: 0px;
}

.tabs-root-QaI ul.tabs-navigation--lK li:first-child {
    margin-left: 0 !important;
}

.tabs-disabled-fOX {
    color: GrayText;
    cursor: default;
}

.tabs-item-W1U {
    min-height: inherit;
}

.tabs-item-W1U:not(:first-child) {
    display: none;
}

@media only screen and (max-width: 768px) {
    .tabs-item-W1U {
        background-attachment: scroll !important;
    }
}

