/* Carrusel / noticias en CAJAS (no tiras a ancho completo) */
body.irph-nuevo .irph-articles,
section .irph-articles,
.irph-articles {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
}
body.irph-nuevo .irph-articles > article.irph-article,
body.irph-nuevo .irph-articles > .irph-article,
.irph-articles .irph-article {
  display: flex !important;
  flex-direction: column !important;
  max-width: none !important;
  width: auto !important;
  float: none !important;
}
body.irph-nuevo .irph-articles .irph-article-img,
.irph-articles .irph-article-img {
  height: 140px !important;
  max-height: 140px !important;
  width: 100% !important;
  overflow: hidden !important;
}
body.irph-nuevo .irph-articles .irph-article-img img,
.irph-articles .irph-article-img img {
  width: 100% !important;
  height: 140px !important;
  object-fit: cover !important;
  object-position: center top !important;
  max-width: 100% !important;
  float: none !important;
}

/* Cabecera fina */
.irph-slim { background:#fff; border-bottom:3px solid #c90000; }
.irph-slim-inner { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:8px 12px; flex-wrap:wrap; }
.irph-slim-brand { display:flex; align-items:center; gap:8px; color:#c90000; font-weight:800; text-decoration:none; font-size:1.15rem; }
.irph-slim-brand img { width:36px; height:36px; }
.irph-slim-links { display:flex; align-items:center; gap:12px; flex-wrap:wrap; font-weight:700; }
.irph-slim-links a { color:#c90000; text-decoration:none; font-size:14px; }
.irph-slim-login { font-size:1.35rem !important; }
@media (max-width:700px){
  .irph-slim-links a:not(.irph-slim-login) { font-size:13px; }
}

/* Banner cookies */
#irphCookie { position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1a1a1a;color:#fff;padding:12px 16px;font-size:14px; }
#irphCookie a { color:#ffb4b4; }
