.im-16ca818b-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.im-16ca818b-track-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    touch-action: pan-y;
}

.im-16ca818b-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.im-16ca818b-content {
    display: flex;
    flex-shrink: 0;
    align-items: stretch;
}

.im-16ca818b-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    cursor: grab;
}

.im-16ca818b-item:active {
    cursor: grabbing;
}

.im-16ca818b-item-inner-link {
    display: flex;
    flex: 1;
    text-decoration: none;
    color: inherit;
}

.im-16ca818b-item-content {
    display: flex;
    flex-direction: column;
    pointer-events: none; /* Prevent drag issues on child elements */
}

.im-16ca818b-arrow-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    z-index: 2;
}

.im-16ca818b-arrow-text {
    font-weight: 500;
}

.im-16ca818b-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.im-16ca818b-arrow svg {
    transition: fill 0.3s ease;
}

/* Nav Arrows */
.im-16ca818b-nav {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

@media (min-width: 1025px) {
    .im-16ca818b-nav {
        display: flex;
    }
}

.im-16ca818b-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 0;
}

.im-16ca818b-nav-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.im-16ca818b-nav-btn:hover {
    background-color: #ddd;
}
