/* Fsheh widget-in në mobile dhe tablet */
.po-kanews-desktop-only {
    display: block;
}

@media (max-width: 991px) {
    .po-kanews-desktop-only {
        display: none !important;
    }
}

.po-kanews-wrapper {
    margin-bottom: 30px;
}

/* Featured Row - 3 lajme lart */
.po-featured-row {
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.po-featured-item {
    flex: 1;
    padding: 0 15px;
    position: relative;
}

.po-featured-item:first-child {
    padding-left: 0;
}

.po-featured-item:last-child {
    padding-right: 0;
}

.po-featured-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}

.po-featured-item .po-ft-thumb {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 8px;
}
.po-featured-item .po-ft-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 8px;
}
.po-featured-item:hover .po-ft-thumb img {
    transform: scale(1.05);
}

.po-featured-item .po-ft-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d7050f;
    color: #fff;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-radius: 0;
    line-height: 1;
}
.po-featured-item .po-ft-badge::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid #d7050f;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.po-featured-item .po-ft-title {
    font-size: 19px;
    line-height: 1.3;
    margin: 0 0 8px 0;
    font-weight: 700;
}
.po-featured-item .po-ft-title a {
    color: #111;
    text-decoration: none;
    font-weight: 700;
}
.po-featured-item .po-ft-title a:hover,
.po-featured-item .po-ft-title a:active,
.po-featured-item .po-ft-title a:focus {
    color: #111;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 1px;
    font-weight: 700;
    outline: none;
}

.po-featured-item .po-ft-excerpt {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 8px;
}

.po-featured-item .po-ft-meta {
    font-size: 12px;
    color: #999;
}
.po-featured-item .po-ft-time {
    color: #999;
}

/* Grid 4 kolona poshtë */
.po-kanews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.po-kn-item {
    background: #fff;
    padding: 0 15px;
    position: relative;
}

.po-kn-item:first-child {
    padding-left: 0;
}

.po-kn-item:last-child {
    padding-right: 0;
}

.po-kn-item:not(:nth-child(4n))::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}

.po-kn-item .po-kn-thumb {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 8px;
}
.po-kn-item .po-kn-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 8px;
}
.po-kn-item:hover .po-kn-thumb img {
    transform: scale(1.05);
}

.po-kn-item .po-kn-content {
    padding: 0;
}

.po-kn-item .po-kn-cat {
    font-size: 11px;
    font-weight: 700;
    color: #d7050f;
    text-transform: uppercase;
    margin-bottom: 7px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.3px;
}
.po-kn-item .po-kn-cat:hover {
    color: #a0040c;
}

.po-kn-item .po-kn-title {
    font-size: 17px;
    line-height: 1.35;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-family: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 46px;
    max-height: 46px;
}
.po-kn-item .po-kn-title a {
    color: #111;
    text-decoration: none;
    font-weight: 700;
}
.po-kn-item .po-kn-title a:hover,
.po-kn-item .po-kn-title a:active,
.po-kn-item .po-kn-title a:focus {
    color: #111;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 1px;
    font-weight: 700;
    outline: none;
}

.po-kn-item .po-kn-meta {
    font-size: 12px;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
    padding-bottom: 5px;
}
.po-kn-item .po-kn-time {
    color: #999;
}
.po-kn-item .po-kn-icons {
    display: flex;
    gap: 12px;
}
.po-kn-item .po-kn-icons a {
    color: #999;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.po-kn-item .po-kn-icons a:hover {
    color: #d7050f;
}
.po-kn-item .po-kn-icons i {
    font-size: 13px;
}
