/* DraftOS filter + counter hotfix */

/* Role buttons are filters, NEVER locks. */
.role-filter,
.role-filter:disabled,
.role-filter.locked-out{
    opacity:1 !important;
    pointer-events:auto !important;
    cursor:pointer !important;
    filter:none !important;
}

.role-filter.suggested:not(.active){
    color:#a99a75;
    border-color:rgba(201,170,113,.18);
}

.role-filter.suggested:not(.active)::after{
    content:'•';
    margin-left:4px;
    color:#c9aa71;
}

/* Already-picked/banned champs really are unavailable. */
.champ-tile.used,
.champ-tile:disabled{
    opacity:.28 !important;
    cursor:not-allowed !important;
    pointer-events:none !important;
}

.context-pick-copy small{
    line-height:1.3;
}
