<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tile-content-wrapper .tile-bottom-container{
    padding: 0; 
}  
.bug-crawl-tile-row{
    margin-bottom: 2em;
}
.filters-wrapper{
    margin-bottom: 1em;
    text-align: center;
}
.post-tile-title {
    margin-top: 1em;
}
.post-tile-item:hover img{
    opacity: 0.7;
    transition: all .3s ease-in-out;
}
.post-tile-item:hover .post-tile-title a{
    color: #ff6100;
} 
.bug-crawl-terms{
    list-style: none;
    display: inline-block;
    padding: 0px;
}
.bug-crawl-term-element{
    cursor: pointer;
    display: inline-block;
    margin-left: 2em;
}
.bug-crawl-term-element.active{
    color: #eb6b3a;
}

@media (max-width: 496px) {
    .bug-crawl-terms{
        padding: 0;
    }   
    .bug-crawl-term-element{
        margin:0 1em;
    }
}</pre></body></html>