/* PremierLiga.net sidebar widget — torrent-windows.net */
.pl-widget-block {
    margin-bottom: 18px;
}

.pl-widget-title {
    background: linear-gradient(135deg, #3d195b 0%, #5a2d82 100%) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pl-widget-badge {
    font-size: 16px;
    line-height: 1;
}

.pl-widget-content .pl-widget-item {
    flex-direction: column;
    align-items: stretch;
    background: #3d195b;
    padding: 0;
    overflow: hidden;
}

.pl-widget-content .pl-widget-item:hover {
    background: #fff;
}

.pl-widget-content .pl-widget-item .aside_informer_list_img {
    width: 100%;
    max-width: 100%;
    flex: none;
    height: 118px;
    margin: 0;
    border-radius: 0;
}

.pl-widget-content .pl-widget-item .aside_informer_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pl-widget-body {
    padding: 10px 12px 12px;
}

.pl-widget-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 10px;
    line-height: 1.2;
}

.pl-widget-cat {
    background: #e21e22;
    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 65%;
}

.pl-widget-date {
    color: rgba(255, 255, 255, 0.75);
    white-space: nowrap;
}

.pl-widget-item:hover .pl-widget-date {
    color: #888;
}

.pl-widget-content .pl-widget-item .aside_informer_list_title {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pl-widget-more {
    display: block;
    margin-top: 8px;
    padding: 10px 12px;
    text-align: center;
    background: #f4f3ee;
    border-radius: 10px;
    color: #3d195b !important;
    font-weight: 700;
    font-size: 12px;
    transition: background 0.2s ease, color 0.2s ease;
}

.pl-widget-more:hover {
    background: #3d195b;
    color: #fff !important;
}
