/* Video Plugin Widget Styles - Benzersiz Class'lar */
.video-plugin-widget,
.video-plugin-wrapper {
    margin-bottom: 30px;
}

.video-plugin-container-full {
    width: 100%;
    padding: 0;
}
.video-plugin-item:hover .video-plugin-item-headline a {
    color: #000;
}
.video-plugin-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}
.video-plugin-sidebar {
    overflow-y: scroll;
    height: 430px;
    padding: 0 15px;
}
.video-plugin-header {
    margin-bottom: 20px;
}

.video-plugin-title {
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.video-plugin-subscribe-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ff0000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.video-plugin-subscribe-btn:hover {
    background-color: #cc0000;
    color: #fff;
    text-decoration: none;
}

.video-plugin-counter {
    margin-left: 8px;
    font-size: 0.9em;
}

.video-plugin-section {
    margin-top: 20px;
}

.video-plugin-overlay {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 4px;
}

.video-plugin-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-plugin-player iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-plugin-sidebar {
    padding: 0 15px;
}

.video-plugin-sidebar-header {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 15px;
}

.video-plugin-svg-icon.video-plugin-svg-play {
    color: #ff0000;
    margin-right: 10px;
}

.video-plugin-title-text {
    font-weight: bold;
    margin-bottom: 5px;
}

.video-plugin-status {
    color: #666;
    font-size: 0.85em;
}
.video-plugin-widget {
    background: linear-gradient(180deg, #0c1628 0, #00000e 100%) !important;
    border-radius: 20px !important;
}
.video-plugin-item {
    border-radius: 8px;
    padding: 5px;
    display: flex;
    margin-bottom: 15px;
    position: relative;
    transition: background-color 0.3s;
    align-items: center;
}

.video-plugin-item:hover {
    background-color: #f9f9f9;
}

.video-plugin-item.video-plugin-active {
    background-color: rgba(255,255,255,.15);
}

.video-plugin-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.video-plugin-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-plugin-thumb {
    position: relative;
    width: 80px;
    min-width: 90px;
    height: 65px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 4px;
}
.video-plugin-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-plugin-format {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

.video-plugin-play-icon {
    color: #fff;
    font-size: 20px;
}

.video-plugin-play-icon:before {
    content: "▶";
}

.video-plugin-item-content {
    flex: 1;
    position: relative;
}

.video-plugin-item-headline {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.video-plugin-item-headline a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.video-plugin-item-headline a:hover {
    color: #ff0000;
}

.video-plugin-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.video-plugin-truncate-2 {
    -webkit-line-clamp: 2;
}

.video-plugin-truncate-3 {
    -webkit-line-clamp: 3;
}
div#video_widget-2 {
    padding: 0;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .video-plugin-main.col-lg-8,
    .video-plugin-sidebar-wrapper.col-lg-4 {
        padding: 0;
        margin-bottom: 20px;
    }
    
    .video-plugin-sidebar {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .video-plugin-header.d-flex.justify-content-between {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .video-plugin-subscribe-btn {
        margin-top: 10px;
    }
    
    .video-plugin-item {
        flex-direction: column;
    }
    
    .video-plugin-thumb {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
