<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --sources-color: #595959;
    --sources-hover: #333;
}
.media-desc { 
    font-family: Roboto, serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
    text-align: left;  
    color: var(--sources-color); 
    padding: 0;  
    margin: 2px 0 0 0;    
    a { 
        color: inherit; 
        text-decoration: none;
        display: inline !important;
    }          
    a:hover { 
        color: var(--sources-hover); 
    }   
    span + .sources::before {
        content: "/ ";
    }
}  

/* sources */

.sources {
    color:  var(--sources-color); 
    padding: 0;  
    margin: 1px 0 0 0;    
    a { 
        color: inherit; 
        text-decoration: none;
    }          
    a:hover { 
        color: var(--sources-hover); 
    }   
}</pre></body></html>