.zrazy-popup-right--with-bundle .zrazy-popup__row {
    padding: 14px 27px 4px;
    text-align: center;
}

.nardy-bundle-choice {
    align-items: center;
    clear: both;
    display: flex;
    justify-content: center;
    margin-top: 3px;
    min-height: 24px;
    width: 100%;
}

.nardy-bundle-choice > .yc-mode-toggle-badge {
    flex: 0 0 auto;
    opacity: .7;
}

.nardy-bundle-help {
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: 4px;
    position: relative;
}

.nardy-bundle-help__trigger {
    align-items: center;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, .32);
    cursor: help;
    display: inline-flex;
    height: 14px;
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
    width: 14px;
}

.nardy-bundle-help__trigger .yc-icon {
    fill: none;
    height: 12px;
    opacity: .6;
    stroke: currentColor;
    width: 12px;
}

.nardy-bundle-help__trigger:hover,
.nardy-bundle-help__trigger:focus {
    background: transparent;
    color: #fff;
    outline: none;
}

.nardy-bundle-help__popover {
    background: rgba(37, 31, 25, .97);
    border: 1px solid rgba(231, 220, 203, .32);
    border-radius: 9px;
    bottom: calc(100% + 8px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .38);
    color: rgba(255, 255, 255, .86);
    display: grid;
    gap: 7px;
    left: 0;
    opacity: 0;
    padding: 11px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    transform: translateY(4px);
    transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;
    visibility: hidden;
    white-space: normal;
    width: 285px;
    z-index: 50;
}

.nardy-bundle-help:hover .nardy-bundle-help__popover,
.nardy-bundle-help:focus-within .nardy-bundle-help__popover {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.nardy-bundle-help__popover strong {
    font: 700 13px/1.25 sans-serif, "Open Sans";
}

.nardy-bundle-help__lead {
    color: rgba(255, 255, 255, .58);
    font: 400 11px/1.35 sans-serif, "Open Sans";
}

.nardy-bundle-help__step {
    align-items: center;
    background: rgba(255, 255, 255, .045);
    border-radius: 6px;
    display: flex;
    font: 400 11px/1.3 sans-serif, "Open Sans";
    gap: 7px;
    padding: 6px 7px;
}

.nardy-bundle-help__step .yc-icon {
    color: rgba(255, 255, 255, .55);
    flex: 0 0 auto;
    fill: none;
    height: 14px;
    stroke: currentColor;
    width: 14px;
}

.nardy-bundle-choice.is-locking {
    pointer-events: none;
}

.yc-mode-toggle-badge {
    align-items: stretch;
    background: rgba(47, 39, 30, .76);
    border: 1px solid rgba(231, 220, 203, .32);
    border-radius: 7px;
    color: rgba(255, 255, 255, .72);
    display: inline-flex;
    font-size: 12px;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
}

.yc-mode-toggle-badge__label,
.yc-mode-toggle-badge__hint,
.yc-mode-toggle-badge__state {
    gap: 4px;
    align-items: center;
    color: inherit;
    display: inline-flex;
    justify-content: center;
    min-width: 0;
    padding: 2px 4px;
    text-decoration: none;
    white-space: nowrap;
}

.yc-mode-toggle-badge__label {
    gap: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-mode-toggle-badge__fair-link {
    gap: 5px;
}

.yc-mode-toggle-badge__divider {
    align-self: center;
    background: rgba(231, 220, 203, .25);
    height: 10px;
    margin: 0 1px;
    width: 1px;
}

.yc-mode-toggle-badge__hint,
.yc-mode-toggle-badge__state {
    border-left: 1px solid rgba(231, 220, 203, .22);
}

.yc-mode-toggle-badge__state {
    background: rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .72);
    cursor: pointer;
    letter-spacing: .04em;
    outline: 1px solid transparent;
    outline-offset: -1px;
    padding-left: 5px;
    padding-right: 5px;
    transition: background-color 120ms ease, color 120ms ease, outline-color 120ms ease;
}

.yc-mode-toggle-badge__state [data-nardy-bundle-choice-label] {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    flex: 0 0 9.5ch;
    font-variant-caps: all-small-caps;
    justify-content: center;
    line-height: 1;
    transform: translateY(-1px);
    width: 9.5ch;
}

.yc-mode-toggle-badge__state:hover,
.yc-mode-toggle-badge__state:focus {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.yc-mode-toggle-badge__state.is-active {
    background: rgba(214, 171, 91, .13);
    color: #fff;
}

.yc-mode-toggle-badge__state.is-active:hover,
.yc-mode-toggle-badge__state.is-active:focus {
    background: rgba(214, 171, 91, .20);
}

.yc-mode-toggle-badge__image {
    height: 10px;
    object-fit: contain;
    opacity: .68;
    width: 10px;
}

.yc-mode-toggle-badge__choice-icon--swap,
.yc-mode-toggle-badge__state.is-active .yc-mode-toggle-badge__choice-icon--keep {
    display: none;
}

.yc-mode-toggle-badge__state.is-active .yc-mode-toggle-badge__choice-icon--swap {
    display: inline-block;
}

.yc-mode-toggle-badge .yc-icon,
.yc-bundle-saved .yc-icon {
    fill: none;
    height: 1em;
    stroke: currentColor;
    width: 1em;
}

.yc-bundle-saved .yc-icon {
    height: 14px;
    width: 14px;
}

.yc-bundle-saved {
    align-items: center;
    color: #b9e7ae;
    display: inline-flex;
    height: 18px;
    justify-content: center;
    opacity: 0;
    position: relative;
    transform: scale(.86);
    transition: opacity 120ms ease, transform 120ms ease;
    visibility: hidden;
    width: 38px;
    z-index: 1;
}

.yc-bundle-saved.is-visible {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.nardy-bundle-result {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 3px;
    min-height: 24px;
    width: 100%;
}

/* В блоке выбора справа стоит галочка «сохранено» шириной 38px. Резервируем тот же
   отступ в блоке результата, иначе после открытия колпачка бейдж уезжает вправо. */
.nardy-bundle-result {
    padding-right: 38px;
}

.yc-mode-toggle-badge--locked {
    flex: 0 0 auto;
    opacity: .7;
    pointer-events: none;
}

.yc-mode-toggle-badge--locked .yc-mode-toggle-badge__label {
    flex: 0 0 auto;
    justify-content: center;
}

.yc-mode-toggle-badge--locked .yc-mode-toggle-badge__hint,
.yc-mode-toggle-badge--locked .yc-mode-toggle-badge__state {
    flex: 0 0 auto;
}

/* Закрытый бейдж повторяет метрику переключателя: текст фиксированной ширины плюс
   место, которое в переключателе занимает иконка выбора. Иначе после открытия
   колпачка бейдж меняет ширину и левый край с «?» уезжает в сторону. */
.yc-mode-toggle-badge--locked .yc-mode-toggle-badge__state[data-first-move-bundle-own-choice] {
    font-variant-caps: all-small-caps;
    justify-content: center;
    padding-left: 21px;
    width: calc(9.5ch + 27px);
}

.yc-mode-toggle-badge--locked .yc-mode-toggle-badge__state {
    cursor: default;
}

[data-first-move-bundle-own-choice] {
    font-variant-caps: all-small-caps;
}
