/*
Theme Name: El Peninsular News
Description: Periódico digital - La Voz del Noroeste de México
Version: 10.0
Text Domain: peninsular
*/

:root {
  --blue:#003087;--blue-dk:#00256e;--blue-lt:#e8eef8;
  --red:#c0392b;--ink:#111;--ink2:#444;--muted:#888;
  --border:#e4e2de;--bg:#F0F2F5;--white:#fff;
  --r:8px;--r-lg:12px;
  --sh:0 2px 8px rgba(0,0,0,.08);
  --sh-hv:0 8px 24px rgba(0,0,0,.14);
  --anton:'Anton',sans-serif;
  --headline:'Playfair Display',Georgia,serif;
  --sans:'Inter',system-ui,sans-serif;
  --max:1200px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{font-family:var(--sans);background:var(--bg);color:var(--ink);
  -webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden;width:100%}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul,ol{list-style:none}
button{cursor:pointer;font-family:var(--sans)}
input,textarea{font-family:var(--sans)}

/* ── Títulos de notas en mayúsculas (home + interiores) ─── */
.pn-hero-title,
.pn-hero-title a,
.pn-hero-item-title,
.pn-hero-item-title a,
.pn-card-title,
.pn-card-title a,
.pn-li-title,
.pn-li-title a,
.pn-single__title,
.pn-arc-card__title,
.pn-arc-card__title a,
.entry-title,
.entry-title a {
    text-transform: uppercase !important;
}

/* ── CAMBIO 6: Texto de notas — negro y más legible ─────── */
.entry-content, .entry-content p,
.pn-single__body, .pn-single__body p,
.post-content, .post-content p,
.wp-block-paragraph, article p {
    color: #111 !important;
    font-size: 17px;
    line-height: 1.8;
}

/* ── CAMBIO 5: EP Banner Widget ───────────────────────────── */
.ep-banner-widget { display:block }
.ep-banner-widget a { display:block }
.ep-banner-widget img { width:100%; border-radius:8px; display:block }
