:host {
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    width: 100%; /* Take all the width of its parent */
}

:host([selected='true']) {
    border: solid 3px darkgreen;
}