.ytlc-8572ed67-wrapper {
    position: relative;
    width: 100%;
}

.ytlc-8572ed67-notice {
    padding: 30px;
    text-align: center;
    background: #2a2a3e;
    color: #aaa;
    border-radius: 12px;
    font-size: 14px;
}

.ytlc-8572ed67-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 60px 20px;
    color: #888;
    font-size: 14px;
}

.ytlc-8572ed67-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top-color: #ff0000;
    border-radius: 50%;
    animation: ytlc-spin-8572ed67 0.8s linear infinite;
}

@keyframes ytlc-spin-8572ed67 {
    to { transform: rotate(360deg); }
}

.ytlc-8572ed67-swiper {
    padding-bottom: 50px;
}

.ytlc-8572ed67-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.ytlc-8572ed67-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.ytlc-8572ed67-thumb-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #000;
}

.ytlc-8572ed67-thumb-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ytlc-8572ed67-card:hover .ytlc-8572ed67-thumb-wrap img {
    transform: scale(1.05);
}

.ytlc-8572ed67-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 0, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border: none;
    padding: 0;
}

.ytlc-8572ed67-play-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    margin-left: 3px;
}

.ytlc-8572ed67-card:hover .ytlc-8572ed67-play-btn {
    opacity: 1;
}

.ytlc-8572ed67-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
}

.ytlc-8572ed67-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ytlc-8572ed67-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ytlc-8572ed67-title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
}

.ytlc-8572ed67-title a:hover {
    opacity: 0.8;
}

.ytlc-8572ed67-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ytlc-8572ed67-date {
    font-size: 12px;
}

.ytlc-8572ed67-empty {
    text-align: center;
    padding: 40px 20px;
    color: #888;
    font-size: 14px;
}

.ytlc-8572ed67-nav-prev,
.ytlc-8572ed67-nav-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    transition: opacity 0.2s;
}

.ytlc-8572ed67-nav-prev::after,
.ytlc-8572ed67-nav-next::after {
    font-size: 16px !important;
}

.ytlc-8572ed67-nav-prev:hover,
.ytlc-8572ed67-nav-next:hover {
    opacity: 0.8;
}

.ytlc-8572ed67-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

/* Popup / Lightbox */
.ytlc-8572ed67-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: ytlc-fadeIn-8572ed67 0.25s ease;
}

@keyframes ytlc-fadeIn-8572ed67 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.ytlc-8572ed67-popup-close {
    position: absolute;
    top: 20px;
    right: 28px;
    font-size: 40px;
    line-height: 1;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100001;
    transition: opacity 0.2s;
    padding: 0;
}

.ytlc-8572ed67-popup-close:hover {
    opacity: 0.7;
}

.ytlc-8572ed67-popup-content {
    width: 90%;
    max-width: 960px;
}

.ytlc-8572ed67-popup-iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.ytlc-8572ed67-popup-iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Editor preview */
.ytlc-8572ed67-editor-cards {
    display: flex;
    gap: 16px;
}

.ytlc-8572ed67-editor-cards .ytlc-8572ed67-card {
    flex: 1;
    min-width: 0;
    cursor: default;
}

.ytlc-8572ed67-thumb-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a2a3e;
}

@media (max-width: 767px) {
    .ytlc-8572ed67-editor-cards {
        flex-direction: column;
    }
}
