<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block_html img{
	max-width: 100%;
}

@media(min-width: 992px){
    .block_html .image-center img {
        width: calc(100% + 330px);
        /*max-width: none;*/
    }
}
.block_html a{
	text-decoration: underline;
}
.article_summary_title{
    font-weight: bold;
    margin-top: 10px;
}
 </pre></body></html>