.pcc-af1e8a2b-wrapper {
    position: relative;
    width: 100%;
}
.pcc-af1e8a2b-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 20px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}
.pcc-af1e8a2b-track::-webkit-scrollbar {
    display: none;
}
.pcc-af1e8a2b-item {
    scroll-snap-align: start;
    /* Flex basis is now controlled dynamically via Elementor selectors */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.pcc-af1e8a2b-item:hover {
    transform: translateY(-5px);
}
.pcc-af1e8a2b-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: #f5f5f5;
}
.pcc-af1e8a2b-content {
    padding: 15px;
    width: 100%;
}
.pcc-af1e8a2b-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.pcc-af1e8a2b-count {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}
.pcc-af1e8a2b-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}
.pcc-af1e8a2b-btn {
    pointer-events: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
}
.pcc-af1e8a2b-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}