.module-influencer {
    background-color: black;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.module-influencer .pb-community-section {
    padding: 60px 0;
    margin: 0;
    background: #000;
    width: 100%;
}

.module-influencer .pb-community-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding: 20px 20px 20px;
    margin-bottom: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    scroll-behavior: smooth;
    width: 100%;
}

.module-influencer .pb-community-slider::-webkit-scrollbar {
    display: none;
}

.module-influencer .pb-community-item {
    flex: 0 0 calc(25% - 7.5px); /* (10px * 3) / 4 = 7.5px */
    scroll-snap-align: start;
    text-align: center;
    padding: 10px 0;
}

.module-influencer .pb-community-link {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: opacity 0.3s ease;
    -webkit-user-drag: none;
    user-select: none;
}

.module-influencer .pb-community-link:hover {
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}

.module-influencer .pb-community-image-wrapper {
    position: relative;
    padding-bottom: 133.33%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8pt;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    pointer-events: none;
}

.module-influencer .pb-community-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8pt;
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.module-influencer .pb-community-handle {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.module-influencer .pb-community-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px 20px;
}

.module-influencer .pb-community-logo {
    max-width: 140px;
    margin-bottom: 20px;
    margin:auto;
}

.module-influencer .pb-community-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.module-influencer .pb-community-more {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #fff;
    color: #fff!important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.module-influencer .pb-community-more:hover {
    background: #fff;
    color: #000!important;
    text-decoration: none;
    border-radius: 50px;
}

.module-influencer .container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: none;
}

@media (max-width: 991px) {
    .module-influencer .pb-community-item {
        flex: 0 0 calc(33.333% - 6.67px); /* (10px * 2) / 3 = 6.67px */
    }
}

@media (max-width: 767px) {
    .module-influencer .pb-community-item {
        flex: 0 0 75vw;
        min-width: 75vw;
        padding: 5px;
    }
    .module-influencer .pb-community-logo {
    max-width: 150px !important;
    margin-bottom: 20px !important;
    margin: auto;
}
    
    .module-influencer .pb-community-section {
        padding: 30px 0;
    }
    
    .module-influencer .pb-community-slider {
        padding: 10px 20px 30px;
        margin-bottom: 30px;
        gap: 10px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .module-influencer .pb-community-image-wrapper {
        width: 100%;
        padding-bottom: 133.33%;
        border-radius: 12pt;
    }

    .module-influencer .pb-community-image {
        width: 100%;
        height: 100%;
    }

    .module-influencer .pb-community-handle {
        font-size: 14px;
        margin-top: 12px;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .module-influencer .pb-community-item {
        flex: 0 0 75vw;
        min-width: 75vw;
    }

    .module-influencer .pb-community-image-wrapper {
        padding-bottom: 150%;
    }
}
.pb-influencer-all {
    background: #000;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    overflow: hidden;
}

.pb-community-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 20px 40px;
}

.pb-community-logo {
    max-width: 200px;
    margin-bottom: 20px;
    margin: auto;
}

.pb-community-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.5;
}

.pb-influencer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: #000;
}

.pb-influencer-card {
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    display: block;
    background: #000;
}

.pb-influencer-image {
    position: relative;
    width: 100%;
    padding-top: 133.33%;
    overflow: hidden;
}

.pb-influencer-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pb-influencer-card:hover .pb-influencer-image img {
    transform: scale(1.05);
}

.pb-influencer-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    color: white;
}

.pb-influencer-handle {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: white;
}

.pb-product-count {
    font-size: 12px;
    opacity: 0.8;
    color: white;
}

@media (max-width: 1200px) {
    .pb-influencer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .pb-community-header {
        padding: 40px 20px 30px;
    }

    .pb-community-subtitle {
        font-size: 14px;
    }

    .pb-influencer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pb-influencer-info {
        padding: 15px;
    }
    
    .pb-influencer-handle {
        font-size: 13px;
    }
    
    .pb-product-count {
        font-size: 11px;
    }
}