/* PO Horizontal HD Pro - Accent - FINAL - 03 Frame Red Top + Horizontal 3 lajme + Tituj Majtas Foto Djathtas HD 4K */
.pohhp-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    width:100%;
    /* KORNIZA 03 - ACCENT RED TOP - E HOLLE MINIMALISTE MODERNE */
    border:1px solid #e5e7eb;
    border-top:3px solid #E30613;
    border-radius:12px;
    padding:22px;
    background:#ffffff;
    box-shadow:0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.03);
}
.pohhp-card{
    display:flex;
    flex-direction:row-reverse; /* TITUJ MAJTAS - FOTO DJATHTAS */
    gap:14px;
    align-items:flex-start;
}
.pohhp-img{
    flex:0 0 120px; width:120px; height:90px;
    border-radius:6px; overflow:hidden; background:#f2f2f2; display:block;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}
.pohhp-img img{
    width:100%; height:100%; object-fit:cover; display:block; transition:transform .3s;
    image-rendering: high-quality;
    filter: contrast(1.02) saturate(1.05);
}
.pohhp-card:hover .pohhp-img img{transform:scale(1.05);}
.pohhp-content{
    flex:1; min-width:0;
    display:flex; flex-direction:column; gap:5px;
    border-right:3px solid #E30613; /* VIJA ACCENT E KUQE PRANE FOTOS DJATHTAS */
    padding-right:12px;
}
.pohhp-badge{
    display:inline-block; background:#111; color:#fff !important;
    font-size:9.5px; font-weight:800; padding:4px 7px; border-radius:2px; text-transform:uppercase; width:fit-content;
}
.pohhp-title{
    margin:0 !important; font-size:16px !important; line-height:1.35 !important; font-weight:700 !important;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.pohhp-title a{color:#111 !important; text-decoration:none !important;}
.pohhp-card:hover .pohhp-title a{text-decoration:underline !important;}
.pohhp-time{font-size:11.5px; color:#6b7280;}
.pohhp-hd-img{width:100%!important; height:100%!important; object-fit:cover;}

.sidebar .pohhp-wrapper,.widget-area .pohhp-wrapper{
    grid-template-columns:1fr !important; gap:0 !important;
    padding:16px !important;
    border-radius:10px !important;
}
.sidebar .pohhp-card{padding:12px 0; border-bottom:1px solid #f1f5f9;}
.sidebar .pohhp-card:last-child{border:0; padding-bottom:0;}

@media(max-width:1024px){.pohhp-wrapper{grid-template-columns:repeat(2,1fr) !important;}}
@media(max-width:767px){.pohhp-wrapper{grid-template-columns:1fr !important; padding:16px !important;} .pohhp-img{flex:0 0 105px; width:105px; height:80px;} .pohhp-title{font-size:15px !important;}}
