/* PressOnline Hero Grid - Pamja si screenshot i fundit - PA VIZA - 3 RRESHTA */
.po-hero-wrapper{
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 24px;
    background: #fff;
    font-family: "Noto Serif", "Merriweather", Georgia, serif;
    --sans: "Inter", "Roboto", Arial, sans-serif;
    border: none !important;
}
.po-cat{
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 6px;
}
.po-date{
    font-family: var(--sans);
    font-size: 11px;
    color: #999;
    margin-top: 6px;
}

/* MAIN BIG */
.po-hero-big-img{
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f2f2f2;
}
.po-hero-big-img img{ width:100%; height:100%; object-fit:cover; }
.po-hero-big-content{ padding-top: 12px; }
.po-big-title{
    font-size: 26px;
    font-weight: 800;
    line-height: 1.15;
    color: #111;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.po-big-title:hover{ color:#c00; }
.po-excerpt{
    font-family: var(--sans);
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* SIDE 2x2 */
.po-hero-side{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-content: start;
}
.po-side-item{
    display: flex;
    flex-direction: column;
}
.po-side-img{
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f2f2f2;
}
.po-side-img img{ width:100%; height:100%; object-fit:cover; }
.po-side-title{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    text-decoration: none;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.po-side-title:hover{ color:#c00; }

/* 3 rreshta kudo me !important */
.po-big-title, .po-side-title{
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

@media(max-width: 900px){
    .po-hero-wrapper{ grid-template-columns: 1fr; }
    .po-hero-side{ grid-template-columns: 1fr 1fr; }
}
@media(max-width: 600px){
    .po-hero-side{ grid-template-columns: 1fr; }
    .po-big-title{ font-size:20px; }
}
