/*
Theme Name: RECOFARMA Corregido 1.0.18
Theme URI: https://recofarma.com/
Author: Proyección Futura
Author URI: https://www.proyeccionfutura.com/
Description: Tema institucional personalizado de RECOFARMA Ecuador.
Version: 1.0.18
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: recofarma
*/

/* Plantillas de Noticias */
.rf-news-body{margin:0;background:#f4fafb;color:#17313d;font-family:Inter,Arial,sans-serif}
.rf-news-header{background:#fff;border-bottom:1px solid #dce9ed;position:sticky;top:0;z-index:20}
.rf-news-nav{max-width:1180px;margin:auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.rf-news-nav img{height:42px;width:auto}.rf-news-nav a{text-decoration:none;color:#17313d;font-weight:800}
.rf-news-main{max-width:1180px;margin:auto;padding:72px 24px 96px}.rf-news-title{text-align:center;margin-bottom:44px}
.rf-news-title h1{font-size:clamp(2.2rem,5vw,4rem);margin:0 0 12px;color:#07384d}.rf-news-title p{color:#667985}
.rf-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.rf-news-card{background:#fff;border:1px solid #cfe5df;border-radius:0 0 40px 40px;overflow:hidden;box-shadow:0 16px 38px rgba(7,56,77,.08);display:flex;flex-direction:column;min-height:620px}
.rf-news-card>a{display:block;background:#d9ece7}.rf-news-card img{width:100%;height:255px;object-fit:cover;display:block}.rf-news-card-content{padding:38px;display:flex;flex:1;flex-direction:column;align-items:flex-start}.rf-news-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:22px}.rf-news-category{display:inline-flex;align-items:center;min-height:38px;padding:0 15px;border-radius:999px;background:#e7f7f2;border:1px solid #bee4d8;color:#00a984;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.rf-news-date{font-size:.78rem;color:#667985;font-weight:900;letter-spacing:.04em}.rf-news-card h2{font-size:1.65rem;line-height:1.18;margin:0 0 20px}.rf-news-card a{text-decoration:none;color:#07384d}.rf-news-excerpt{color:#667985;font-size:1rem;line-height:1.65;margin-bottom:28px}.rf-news-excerpt p{margin:0}.rf-news-readmore{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;margin-top:auto;border:1px solid #cfe5df;border-radius:999px;background:#fff;color:#00a984!important;font-weight:900;box-shadow:0 12px 28px rgba(7,56,77,.08);transition:.2s ease}.rf-news-readmore:hover{background:#00a984;color:#fff!important;transform:translateY(-2px)}
.rf-news-article{max-width:850px;margin:auto;background:#fff;border:1px solid #dce9ed;border-radius:24px;padding:clamp(24px,5vw,56px);box-shadow:0 18px 45px rgba(7,56,77,.1)}
.rf-news-article h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.08;color:#07384d}.rf-news-article img{max-width:100%;height:auto;border-radius:18px}.rf-news-content{font-size:1.05rem;line-height:1.8}.rf-news-content a{color:#0e5a7a}.rf-news-pagination{margin-top:40px;text-align:center}.rf-news-pagination a,.rf-news-pagination span{display:inline-block;padding:9px 13px;margin:3px;border-radius:10px;background:#fff;color:#0e5a7a;text-decoration:none}.rf-news-footer{background:#07384d;color:#fff;text-align:center;padding:28px}
@media(max-width:800px){.rf-news-grid{grid-template-columns:1fr}.rf-news-main{padding-top:42px}.rf-news-card{min-height:0}.rf-news-card-content{padding:28px}.rf-news-card img{height:220px}}

/* Limita el título solo en las tarjetas; la noticia conserva el título completo. */
.rf-news-card h2{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
  line-height:1.18;
  min-height:3.54em;
}
