.local-gallery {
  position: relative;
  display: block !important;
  width: min(1070px, 100%);
  min-height: 260px;
  margin: 0 auto;
  overflow: hidden;
  background: #111;
}
#comp-ljsbbfs9 { min-height: 260px; }
#local-gallery {
  position: relative !important;
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
  justify-self: stretch;
  z-index: 10;
}
.local-gallery__track {
  display: flex;
  transition: transform .45s ease;
}
.local-gallery__slide {
  flex: 0 0 100%;
  min-width: 0;
}
.local-gallery__slide img {
  display: block;
  width: 100%;
  height: clamp(260px, 44vw, 560px);
  object-fit: cover;
}
.local-gallery__button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, .62);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.local-gallery__button:hover,
.local-gallery__button:focus-visible { background: #000; }
.local-gallery__button--prev { left: 14px; }
.local-gallery__button--next { right: 14px; }
.local-gallery__dots {
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.local-gallery__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.local-gallery__dot[aria-current="true"] { background: #fff; }
html { scroll-behavior: smooth; }
