.clickable-row { cursor: pointer; transition: background-color 150ms ease; }
.clickable-row:hover { background-color: rgba(13,110,253,0.03); }
.clickable-row:focus { outline: 2px solid rgba(13,110,253,0.12); background-color: rgba(13,110,253,0.02); }
