.highlighted {
    background-color: #E8EEF5;
    outline: 1px solid #A8B7C8;
    border-radius: 0;
    transition: background-color 0.25s ease, outline-color 0.25s ease;
}
