.results{margin:24px 8px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.results .cell{max-width:200px;min-width:100px}.cell-header span{text-overflow:ellipsis;overflow:hidden}.animated-cell-header{position:relative;white-space:nowrap;align-items:center;display:flex;text-decoration:none;color:#2c3e50}.animated-cell-header span{left:20px}.cell-header{position:relative;display:flex;align-items:center;background-color:#0a99af;height:42px;margin-left:21px;padding-left:8px;text-decoration:none;color:#fff;white-space:nowrap}.cell-header:before{content:"";left:-20px;position:absolute;border-top:21px solid #0a99af;border-bottom:21px solid #0a99af;border-right:1px solid #0a99af;border-left:21px solid transparent}.cell-header:after{content:"";top:0;right:-41px;position:absolute;border:21px solid transparent;border-left:21px solid #0a99af}.cell:not(:last-child) .cell-header .after{position:absolute;top:0;right:-4px}.cell:last-child .cell-header{margin-right:21px}.cell:last-child .cell-content{border-right:1px solid transparent}.cell-content{border-right:1px solid #0a99af;height:100%}.cover a{display:block}.cover a img{width:100%;padding:4px;-o-object-fit:scale-down;object-fit:scale-down;max-width:200px}.transparent{opacity:0;pointer-events:none}.fade-in{-webkit-animation:fadeIn 1s ease;animation:fadeIn 1s ease}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.category-error{font-size:12px;font-family:monospace;color:#ff4500;padding:4px}