/* Peru News | base.css | v.2.5.3 | Blindaje Total + Hover Amarillo en Footer */
:root { --text-dark: #333; --text-gray: #555; --hr-sub: #555; --hr-light: #eee; --link-hover: #0056b3; --accent-yellow: #FFFF00; }
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; outline: none; }
body { background-color: #ffffff; color: var(--text-dark); font-size: 1.07em; font-family: 'Arial Narrow', sans-serif; margin: 0; padding: 0; display: flex; justify-content: center; }
.p-news-wrapper { width: 98%; max-width: 478px; margin: 0 auto; padding-right: 5px; background: #fff; }
/* Blindaje base contra azul y subrayado */
a, a *, .p-news-link, .p-news-link * { text-decoration: none !important; color: inherit !important; outline: none !important; }
a:hover, .p-news-link:hover { color: var(--link-hover) !important; text-decoration: none !important; }
/* Estructura de Categorías */
.cat-row { display: flex; flex-direction: row; align-items: center; border-bottom: 2px solid var(--text-dark); margin: 25px 10px 15px 10px; padding-bottom: 5px; }
.cat-row-name { width: auto; margin-right: 12px; font-size: 1.25rem; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; color: var(--text-dark); }
.cat-row-svg { width: 16.5px; height: 16.5px; background: url('https://perunews.com/peru_news/assets/icons/wiki.svg') no-repeat center; background-size: contain; }
/* Artículos */
.p-news-item { padding: 15px 10px; border-bottom: 1px solid var(--hr-light); text-align: left; }
.p-news-img-main { width: 100%; aspect-ratio: 16 / 9; margin-bottom: 12px; overflow: hidden; border: 1px solid var(--hr-light); background: #eee; }
.p-news-img-main img { width: 100%; height: 100%; object-fit: cover; }
.p-news-meta-row { display: flex; justify-content: flex-end; margin-bottom: 5px; padding-right: 5px; }
.p-news-date { font-size: 0.82rem; color: var(--text-gray); text-transform: capitalize; font-weight: 400; }
.p-news-item__title { font-size: 1.25rem; line-height: 1.2; margin: 0 0 8px 0; font-weight: 700; color: var(--text-dark); }
.p-news-item__excerpt { font-size: 1rem; color: var(--text-gray); line-height: 1.4; text-align: justify; }
/* Footer con Hover Amarillo Especial */
.p-news-footer-link { margin: 20px 0 40px 0; padding: 20px 10px; border-top: 3px double var(--hr-light); text-align: center; font-weight: 900; text-transform: uppercase; font-size: 0.85rem; }
.p-news-footer-link a { transition: all 0.3s ease !important; }
.p-news-footer-link a:hover { color: var(--accent-yellow) !important; background-color: #333 !important; letter-spacing: .5px; padding: 2px 5px; }