.shortcutBig {
    position: relative;
}

.bm-star {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.72);
    font-size: 11px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    padding: 0;
    transition: background 0.15s;
}

.bm-star--on {
    color: #bdf730;
    opacity: 1;
}

.bm-star:hover {
    background: rgba(0, 0, 0, 0.9);
}
