.angie-logo-carousel-wrapper-04c3d37f {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    position: relative;
}

.angie-logo-viewport-04c3d37f {
    flex: 1;
    overflow: hidden;
}

.angie-logo-track-04c3d37f {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
}

.angie-logo-track-04c3d37f::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.angie-logo-slide-04c3d37f {
    flex: 0 0 auto;
    width: 150px;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.angie-logo-slide-04c3d37f img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.angie-arrow-04c3d37f {
    background: #f1f1f1;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
}

.angie-arrow-04c3d37f:hover {
    opacity: 0.8;
}