.list.selectable .list-item {
    cursor: pointer;
    &.is-active {
        background-color: hsl(171, 100%, 41%);
    }
    & .list-item-title h6 {
        margin-bottom: 0rem !important;
    }
}
