.scroll-cue {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 1000;
    box-sizing: content-box;
    width: 61px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid #c1cddb;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #00376E;
}

.scroll-cue[hidden] {
    display: none;
}

.scroll-cue__mouse-indicator {
    position: relative;
    width: 19.8333px;
    height: 29.8333px;
    flex: 0 0 auto;
}

.scroll-cue__mouse,
.scroll-cue__stem,
.scroll-cue__chevron {
    display: block;
    background-color: #00376E;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.scroll-cue__mouse {
    width: 19.8333px;
    height: 29.8333px;
    mask-image: url('../images/figma/shared/scroll-cue/mouse.svg');
    mask-size: 19.8333px 29.8333px;
    -webkit-mask-image: url('../images/figma/shared/scroll-cue/mouse.svg');
    -webkit-mask-size: 19.8333px 29.8333px;
}

.scroll-cue__stem {
    position: absolute;
    top: 0.61px;
    left: 50%;
    width: 1.5px;
    height: 11.109px;
    transform: translateX(-50%);
    mask-image: url('../images/figma/shared/scroll-cue/stem.svg');
    mask-size: 1.5px 11.109px;
    -webkit-mask-image: url('../images/figma/shared/scroll-cue/stem.svg');
    -webkit-mask-size: 1.5px 11.109px;
}

.scroll-cue__chevron {
    width: 9.83333px;
    height: 5.66667px;
    mask-image: url('../images/sidebar/chevron-down.svg');
    mask-size: 9.83333px 5.66667px;
    -webkit-mask-image: url('../images/sidebar/chevron-down.svg');
    -webkit-mask-size: 9.83333px 5.66667px;
}

.scroll-cue__label {
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2px;
    text-align: center;
}
