/* Lottie Animation Responsive Styles */
.integrations-lottie {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.lottie-container {
    width: 100%;
    height: auto;
    max-width: 647px;
    margin: 0 auto;
    position: relative;
}

.lottie-container svg {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

/* Mobile Assets (screens < 860px) */
@media (max-width: 859px) {
    .lottie-container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .lottie-container {
        padding: 0 10px;
    }
}

