/* Mobile dropdown masqué par défaut sur desktop */
.elementor-widget-eae-filterableGallery .eae-gallery-filter-mobile {
    display: none;
}

@media (max-width: 767px) {
    .elementor-widget-eae-filterableGallery .eae-fg-wrapper {
        display: flex;
        flex-direction: column;
    }

    .elementor-widget-eae-filterableGallery .eae-gallery-filter-mobile-top {
        order: 1;
        display: flex;
        justify-content: center;
        padding: 0 10px 18px;
    }

    .elementor-widget-eae-filterableGallery .eae-fg-image {
        order: 2;
    }

    .elementor-widget-eae-filterableGallery .eae-gallery-filter-mobile-bottom {
        order: 3;
        display: flex;
        justify-content: center;
        padding: 18px 10px 5px;
    }

    .elementor-widget-eae-filterableGallery .eae-gallery-filter {
        display: none !important;
    }

    .eae-filter-select {
        width: 100%;
        max-width: 300px;
        padding: 11px 40px 11px 20px;
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 28.8px;
        text-transform: uppercase;
        color: #fff;
        background-color: #FF4B6C !important;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 14px center;
    }

    .eae-filter-select:focus {
        outline: none;
    }
}
