<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 767px) {
.desktop-only {
display: none;
}
}
@media (min-width: 768px) {
.mobile-only {
display: none;
}
}
.mobile-only .widget_obra_relacionada {
list-style: none;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin: 0 0 30px;
text-align: center;
}
.mobile-only .widget_obra_relacionada:before {
content: 'O Artigo Continua Após as Obras';
display: block;
background: #fafafa;
font-size: 12px;
padding: 5px;
text-transform: uppercase;
}
.mobile-only .widget_obra_relacionada h2 {
font-size: 20px;
padding: 10px 0;
}</pre></body></html>