.oe-mobile-gallery-filter {
display: none;
}

@media (max-width: 767px) {
.gallery-target.oe-mobile-gallery-filter-ready .elementor-gallery__titles-container {
display: none !important;
}

.gallery-target.oe-mobile-gallery-filter-ready .oe-mobile-gallery-filter {
display: block;
margin: 0 0 24px;
width: 100%;
}

.oe-mobile-gallery-filter__label {
color: #3f4754;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 1.4;
margin: 0 0 8px;
}

.oe-mobile-gallery-filter__select {
background-color: #fff;
border: 1px solid #cfd5dc;
border-radius: 6px;
box-shadow: none;
color: #3f4754;
font: inherit;
font-size: 16px;
line-height: 1.3;
min-height: 48px;
padding: 10px 14px;
width: 100%;
}

.oe-mobile-gallery-filter__select:focus-visible {
border-color: #1688cd;
box-shadow: 0 0 0 3px rgba(22, 136, 205, 0.2);
outline: none;
}
}
