.gallery-swiper-thumbs-block {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.gallery-swiper-thumbs-block,
.gallery-swiper-thumbs-block * {
  box-sizing: border-box;
}

.gallery-swiper-thumbs-block__swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.gallery-swiper-thumbs-block__slide {
  width: 90px;
  height: 90px;
}

.gallery-swiper-thumbs-block__button {
  display: block;
  width: 90px;
  height: 90px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}

.gallery-swiper-thumbs-block__button:hover,
.gallery-swiper-thumbs-block__button:focus-visible {
  border-color: var(--wp--preset--color--primary);
  outline: none;
}

.gallery-swiper-thumbs-block__button.is-active {
  border-color: var(--wp--preset--color--primary);
}

.gallery-swiper-thumbs-block__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
}

.gallery-swiper-thumbs-block__empty {
  display: grid;
  place-items: center;
  min-height: 120px;
  padding: 24px;
  border: 1px dashed rgba(115, 123, 92, 0.32);
  color: var(--wp--preset--color--grey);
  text-align: center;
}

.gallery-swiper-thumbs-block__empty p {
  margin: 0;
}
