/* RUTA: /assets/css/last-post.css v=2.6.5 -- Inicio */
/* CODIFICACION: UTF-8 */
/* PROPOSITO: Estilos del último post con BEM y Macro Container homologado */
/* PROTOCOLO: 1 selector = 1 línea | Sin espacios verticales | UTF-8 */
.pn-main-wrapper{width:100%;background-color:#fff;padding:30px 0;display:block} /* Contenedor principal wrapper */
.pn-container{width:97%;max-width:1280px;margin:0 auto;padding:0 5px;box-sizing:border-box} /* Macro Container Homologado: 97% / 1280px / 5px padding */
.ft-grid{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;gap:30px;width:100%;box-sizing:border-box;align-items:stretch !important} /* Grid de noticias flex */
.ft-item{flex:1;min-width:0;display:flex;flex-direction:column;box-sizing:border-box} /* Item individual de noticia */
.ft-item__date{font-size:0.72rem;color:#ce1212;text-transform:capitalize;font-family:'Courier New',Courier,monospace;font-weight:bold;border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:5px;min-height:22px} /* Fecha de la noticia */
.ft-item__image-link{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:4px;margin-bottom:15px;background-color:#f8f8f8} /* Link de imagen de la noticia */
.ft-item__image-link img{width:100%;height:100%;object-fit:cover} /* Imagen de la noticia */
.ft-item__title{font-size:1.1rem;line-height:1.3;margin:0 0 12px 0;font-weight:800;color:#1a1a1a} /* Título de la noticia */
.ft-item__excerpt{font-size:0.88rem;color:#444;line-height:1.5;text-align:justify;margin:0} /* Excerpt de la noticia */
@media (max-width:900px){.ft-grid{flex-wrap:wrap !important}.ft-item{flex:1 1 45%}} /* Tablet: 2 columnas */
@media (max-width:600px){.ft-item{flex:1 1 100%}} /* Móvil: 1 columna */
/* RUTA: /assets/css/last-post.css v=2.6.5 -- Fin */