/**
 * File Location: wp-content/plugins/saig-responsive-carousel/assets/css/elementor.css
 * Purpose: Elementor-specific overrides to prevent styling conflicts.
 * Created by: Saig
 * Creation Date: November 28, 2025
 * Last Updated: November 28, 2025
 */

.elementor-widget-saig-carousel .saig-carousel {
    /* Ensure full width within Elementor column */
    width: 100% !important;
}

/* Fix z-index issues with Elementor popups/overlays */
.elementor .saig-slide-content {
    z-index: 10 !important;
}

/* Responsive adjustments for Elementor sections */
@media (max-width: 767px) {
    .elementor-section .saig-slide-inner {
        height: 300px;
    }
}