.block { &.results { list-style: none; } &.results-entry { cursor: pointer; grid-gap: 5px; padding: 10px; display: grid; &:hover { background-color: rgba(black,10%); } &.book-orwell { @include ThemeResults($orwell); } } &.results-info { justify-content: flex-start; grid-auto-flow: column; line-height: 1; grid-gap: 7px; display: grid; } &.results-dot { background-color: $gun; border-radius: 50%; position: relative; height: 15px; width: 15px; top: 1px; } }