.tag-carousel-container-6924e875 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.tag-carousel-wrapper-6924e875 {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    padding: 20px 10px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    cursor: grab;
    width: 100%;
}

.tag-carousel-wrapper-6924e875.dragging {
    cursor: grabbing;
    scroll-behavior: auto; /* Disable smooth scroll while dragging */
}

.tag-carousel-wrapper-6924e875::-webkit-scrollbar {
    display: none;
}

.tag-carousel-item-6924e875 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
    transition: transform 0.3s ease;
    user-select: none; /* Prevent text selection while dragging */
}

.tag-carousel-item-6924e875:hover {
    transform: translateY(-5px);
}

.tag-carousel-media-container-6924e875 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f5f5f5;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: none; /* Let drag events pass through to wrapper */
}

.tag-carousel-image-6924e875 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tag-carousel-icon-6924e875 {
    font-size: 40px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tag-carousel-icon-6924e875 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.tag-carousel-title-6924e875 {
    font-size: 13px;
    color: #555;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    pointer-events: none;
}

.tag-carousel-arrow-6924e875 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
}

.tag-carousel-arrow-6924e875:hover {
    background: #f9f9f9;
}

.tag-carousel-arrow-6924e875.prev-arrow {
    left: -20px;
}

.tag-carousel-arrow-6924e875.next-arrow {
    right: -20px;
}
