/* article.css — PulsoEspaña */
.art-body { padding: 3rem 0 4rem; }
.art-layout { display: grid; grid-template-columns: 1fr 285px; gap: 3.5rem; align-items: start; }
@media(max-width:900px){ .art-layout { grid-template-columns: 1fr; } .art-sidebar { display: none; } }
