.edixer-client-stats-v3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
}

.edixer-client-stat-item-v3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.edixer-stat-label-v3 {
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
}

.edixer-stat-row-v3 {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.edixer-stat-row-v3 svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.edixer-client-stat-item-v3:first-child .edixer-stat-value-v3 {
    color: #a7f3d0;
}

.edixer-client-stat-item-v3:last-child .edixer-stat-value-v3 {
    color: #ffffff;
}

.edixer-stat-value-v3 {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    margin: 0 5px;
}

.youtube-icon, .instagram-icon {
    fill: #ffffff !important;
}

.edixer-client-stat-item-v3:first-child {
    text-align: left;
}

.edixer-client-stat-item-v3:last-child {
    text-align: right;
}

.edixer-client-stat-item-v3:first-child .edixer-stat-label-v3 {
    color: #a7f3d0;
}

.edixer-client-stat-item-v3:last-child .edixer-stat-label-v3 {
    color: #ffffff;
}

.edixer-stat-row-v3 .youtube-icon,
.edixer-stat-row-v3 .instagram-icon {
    color: #ffffff;
}

/* Ensure same layout on mobile */
@media screen and (max-width: 768px) {
    .edixer-clients-container-v3 {
        padding: 30px 5px;
        width: 95vw;
        margin-left: -10px;
    }

    .edixer-client-stats-v3 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin: 0 5px;
    }

    .edixer-client-stat-item-v3 {
        width: 45%;
    }

    .edixer-stat-label-v3 {
        font-size: 10px;
        margin-bottom: 1px;
    }

    .edixer-stat-value-v3 {
        font-size: 12px;
        margin: 0 5px;
    }

    .edixer-stat-row-v3 {
        white-space: nowrap;
        justify-content: flex-end;
        gap: 5px;
    }

    .edixer-client-stat-item-v3:first-child .edixer-stat-row-v3 {
        justify-content: flex-start;
    }

    .edixer-stat-row-v3 svg {
        width: 20px;
        height: 20px;
    }
}

.edixer-clients-slider-v3 {
    display: flex;
    width: 100%; 
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 75px 5px 40px 5px;
    margin: 0;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    background: transparent !important; 
    border: none;
    box-shadow: none;
    gap: 5px;
    scroll-snap-type: x mandatory;
}

@media screen and (max-width: 768px) {
    .edixer-clients-slider-v3 {
        padding: 70px 5px 30px 5px;
        margin: 0;
        gap: 5px;
    }

    .edixer-client-card-v3 {
        margin: 0 5px;
    }
}

.edixer-client-card-v3 {
    position: relative;
    background: linear-gradient(140deg, rgba(74, 96, 226, 0.9) 0%, rgba(161, 86, 218, 0.9) 100%);
    box-shadow: 0 8px 20px rgba(74, 96, 226, 0.3);
    color: #fff;
    transition: transform 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 15px;
    will-change: transform;
    scroll-snap-align: start;
}

@media screen and (max-width: 768px) {
    .edixer-client-card-v3 {
        margin: 0 5px;
    }
}

*::before,
*::after {
    box-sizing: border-box;
}

.edixer-slide-indicators-v3 {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.edixer-slide-indicator-v3 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(74, 96, 226, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(74, 96, 226, 0.4);
    box-shadow: 0 2px 4px rgba(74, 96, 226, 0.2);
}

.edixer-slide-indicator-v3:hover {
    background-color: rgba(74, 96, 226, 0.4);
    border-color: rgba(74, 96, 226, 0.5);
    transform: scale(1.1);
}

.edixer-slide-indicator-v3.active {
    background: linear-gradient(140deg, rgba(74, 96, 226, 0.9) 0%, rgba(161, 86, 218, 0.9) 100%);
    transform: scale(1.3);
    border-color: rgba(74, 96, 226, 0.9);
    box-shadow: 0 2px 6px rgba(74, 96, 226, 0.3);
}

@media screen and (max-width: 768px) {
    .edixer-slide-indicators-v3 {
        margin-top: 15px;
        gap: 10px;
    }

    .edixer-slide-indicator-v3 {
        width: 10px;
        height: 10px;
    }
}

/* Premium Popup Container */
.edixer-premium-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 80%;
    background: linear-gradient(135deg, rgba(74, 96, 226, 0.9) 0%, rgba(161, 86, 218, 0.9) 100%);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    flex-direction: column;
    overflow: hidden;
}

.edixer-premium-popup.active {
    display: flex;
}

.edixer-premium-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    backdrop-filter: blur(5px);
}

.edixer-premium-popup-overlay.active {
    display: block;
}

.edixer-premium-popup-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, rgba(74, 96, 226, 0.95) 0%, rgba(161, 86, 218, 0.95) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 2;
}

.edixer-premium-popup-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.edixer-premium-popup-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.edixer-premium-popup-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
}

.edixer-premium-popup-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.edixer-premium-videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.edixer-premium-video-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.edixer-premium-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

.edixer-premium-video-thumbnail {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.edixer-premium-video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.edixer-premium-video-card:hover .edixer-premium-video-thumbnail img {
    transform: scale(1.05);
}

.edixer-premium-video-info {
    padding: 15px;
    background: linear-gradient(135deg, rgba(74, 96, 226, 0.8) 0%, rgba(161, 86, 218, 0.8) 100%);
}

.edixer-premium-video-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.edixer-premium-video-stats {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.edixer-premium-video-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.edixer-premium-video-stats svg {
    width: 20px;
    height: 20px;
    fill: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .edixer-premium-popup {
        width: 95%;
        height: 90%;
    }
    
    .edixer-premium-videos-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }
} 