
/* CDS Soccer Clubs 2025 - 适配Elementor的横排圆形图标布局 */
.cds-soccer-clubs-2025 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 40px !important;
    width: 100% !important;
    height: auto !important;
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
    flex-basis: 100% !important;
    align-self: stretch !important;
    overflow: visible !important;
    padding: 20px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    /* 强制铺满整个容器 */
    min-width: 100% !important;
    max-width: none !important;
}

.cds-club-item-2025 {
    flex: 1 1 auto !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    width: 100% !important;
}

.cds-club-item-2025:hover {
    transform: scale(1.05) !important;
}

.cds-club-item-2025 a {
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
}

.cds-club-logo-container-2025 {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    background: #f5f5f5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    border: 2px solid #e9e9e9 !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    margin: 0 auto !important;
}

.cds-club-logo-container-2025:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.15) !important;
    transform: translateY(-2px) !important;
    border-color: #ddd !important;
}

.cds-club-logo-2025 {
    width: 70% !important;
    height: 70% !important;
    object-fit: contain !important;
    transition: transform 0.2s ease !important;
}

/* 移动端包装器和滑动指示器 */
.cds-clubs-wrapper-2025 {
    position: relative !important;
    width: 100% !important;
}

.cds-scroll-indicators-2025 {
    display: none !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 15px !important;
    padding: 0 !important;
}

.cds-scroll-indicator-dot-2025 {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #ccc !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.cds-scroll-indicator-dot-2025.active {
    background: #333 !important;
    transform: scale(1.2) !important;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .cds-soccer-clubs-2025 {
        padding: 5px 5px !important;
        gap: 15px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        justify-content: flex-start !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }
    
    .cds-soccer-clubs-2025::-webkit-scrollbar {
        display: none !important;
    }
    
    .cds-scroll-indicators-2025 {
        display: flex !important;
    }
    
    .cds-club-item-2025 {
        flex: none !important;
        min-width: 85px !important;
        width: 85px !important;
    }
    
    .cds-club-logo-container-2025 {
        width: 60px !important;
        height: 60px !important;
    }
}

@media (max-width: 480px) {
    .cds-soccer-clubs-2025 {
        padding: 15px 5px !important;
        gap: 12px !important;
    }
    
    .cds-club-item-2025 {
        min-width: 75px !important;
        width: 75px !important;
    }
    
    .cds-club-logo-container-2025 {
        width: 60px !important;
        height: 60px !important;
    }
}

@media (max-width: 360px) {
    .cds-soccer-clubs-2025 {
        padding: 10px 2px !important;
        gap: 8px !important;
    }
    
    .cds-club-item-2025 {
        min-width: 70px !important;
        width: 70px !important;
    }
    
    .cds-club-logo-container-2025 {
        width: 55px !important;
        height: 55px !important;
    }
}
