.MaskedValue {
    display: flex;
    align-items: center;

    .suite-glyph-button {
        box-shadow: none;
        color: var(--midnight-650, #276b9b);
    }

    span {
        line-height: 1;
        margin-left: 5px;

        &:not(.show) {
            padding-top: 5px;
        }
    }
}
