/* Mera Social Gallery — section#comp-lw802byx, scoped. */
.elementor-widget-mera_social_gallery,
.elementor-widget-mera_social_gallery > .elementor-widget-container { width: 100%; max-width: 100%; }
.mera-social-gallery {
  --mera-social-bg: #fff;
  --mera-social-arrow: #152a42;
  position: relative;
  width: 100%;
  min-width: 0;
  background: var(--mera-social-bg);
  overflow: hidden;
}
.mera-social-gallery .mera-social-gallery__viewport { position: relative; width: 100%; height: 441px; overflow: hidden; }
.mera-social-gallery .mera-social-gallery__track {
  display: flex;
  gap: 12px;
  height: 441px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.mera-social-gallery .mera-social-gallery__track::-webkit-scrollbar { display: none; }
.mera-social-gallery .mera-social-gallery__item { flex: 0 0 441px; width: 441px; height: 441px; scroll-snap-align: start; }
.mera-social-gallery .mera-social-gallery__link { display: block; width: 100%; height: 100%; overflow: hidden; }
.mera-social-gallery .mera-social-gallery__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.mera-social-gallery .mera-social-gallery__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,.92);
  color: var(--mera-social-arrow);
  font: 400 46px/44px Arial, sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 1px 4px rgba(0,0,0,.18);
}
.mera-social-gallery .mera-social-gallery__arrow--prev { left: 32px; }
.mera-social-gallery .mera-social-gallery__arrow--next { right: 32px; }
.mera-social-gallery .mera-social-gallery__arrow:disabled { opacity: .35; cursor: default; }
@media (max-width: 767px) {
  .mera-social-gallery .mera-social-gallery__viewport,
  .mera-social-gallery .mera-social-gallery__track { height: min(90vw, 441px); }
  .mera-social-gallery .mera-social-gallery__item { flex-basis: min(90vw, 441px); width: min(90vw, 441px); height: min(90vw, 441px); }
  .mera-social-gallery .mera-social-gallery__arrow { width: 40px; height: 40px; font-size: 36px; line-height: 36px; }
  .mera-social-gallery .mera-social-gallery__arrow--prev { left: 24px; }
  .mera-social-gallery .mera-social-gallery__arrow--next { right: 24px; }
}
