﻿.LoyaltyLevelsGuide_page__6uZDs
{
    padding: 0 16px;
}
.LoyaltyLevelsGuide_container__O7_hD>div:not(:last-child)
{
    margin-bottom: 8px;
}
.LoyaltyLevelsGuide_tabsContainer__3CHST
{
    margin-bottom: 7px;
}
.LoyaltyLevelsGuide_tabsContainer__3CHST *
{
    border-bottom: none!important;
}
._container_s6y0t_1
{
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    background: var(--opentag-ui-breadcrumbs-background-color,#f9f9f9);
    padding: 11px 0;
}
._linksWrapper_s6y0t_9
{
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: center;
    padding: 0 16px;
}
._linksWrapper_s6y0t_9 a
{
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    line-height: 16px;
    color: var(--opentag-ui-breadcrumbs-link-color,#808080);
    letter-spacing: -.26px;
    flex-shrink: 0;
    touch-action: auto;
}
._linksWrapper_s6y0t_9 a:last-child
{
    font-weight: 600;
    color: var(--opentag-ui-breadcrumbs-active-link-color,#000);
    pointer-events: none;
}
._linksWrapper_s6y0t_9 ._chevron_s6y0t_34
{
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    color: var(--opentag-ui-breadcrumbs-chevron-color,#b3b3b3);
}
[dir=rtl] ._linksWrapper_s6y0t_9 ._chevron_s6y0t_34
{
    transform: rotateY(180deg);
}
._linksWrapper_s6y0t_9 ._homeLink_s6y0t_43
{
    width: 16px;
    height: 16px;
}
._linksWrapper_s6y0t_9::-webkit-scrollbar
{
    display: none;
}
._iconsWrapper_s6y0t_51
{
    display: flex;
    align-items: center;
    gap: 16px;
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    position: relative;
}
._iconsWrapper_s6y0t_51:before
{
    content: "";
    display: block;
    width: 16px;
    height: 100%;
    position: absolute;
    left: -15px;
    background: linear-gradient(270deg,var(--opentag-ui-breadcrumbs-background-color,#f9f9f9) 0,hsla(0,0%,98%,0) 100%);
    z-index: 1;
}
[dir=rtl] ._iconsWrapper_s6y0t_51:before
{
    left: auto;
    right: -15px;
    background: linear-gradient(90deg,var(--opentag-ui-breadcrumbs-background-color,#f9f9f9) 0,hsla(0,0%,98%,0) 100%);
}
._iconsWrapper_s6y0t_51 ._action_s6y0t_74
{
    -webkit-tap-highlight-color: transparent;
    color: var(--opentag-ui-breadcrumbs-action-color,#808080);
    border: 0;
    cursor: pointer;
    background: transparent;
    padding: 0;
    width: 20px;
    height: 20px;
}