.gsb-wrapper-4711280e {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.gsb-capsule-4711280e {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px 8px;
    overflow: hidden;
}

.gsb-divider-4711280e {
    width: 80%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 10px 0;
}

.gsb-list-4711280e {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gsb-item-container-4711280e {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gsb-link-4711280e, .gsb-header-action-4711280e {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    transform: scale(1);
    position: relative;
}

.gsb-link-4711280e i, .gsb-header-action-4711280e i {
    line-height: 1;
}

.gsb-link-4711280e svg, .gsb-header-action-4711280e svg {
    display: inline-block;
    vertical-align: middle;
}

.gsb-badge-4711280e {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 2px 6px;
    font-size: 9px;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1;
    z-index: 2;
    white-space: nowrap;
}

/* Visibility triggers via prefix classes */
@media (max-width: 767px) {
    .gsb-show-mobile-no .gsb-wrapper-4711280e {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gsb-show-tablet-no .gsb-wrapper-4711280e {
        display: none !important;
    }
}
