.tg-bodas-gallery-intro {
  max-width: 760px;
  margin: 18px auto 0;
  color: #6b6b6b;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.tg-bodas-gallery-heading-wrap {
  text-align: center;
}

.tg-bodas-gallery-intro strong {
  color: #4a4a4a;
  font-weight: 500;
}

.tg-bodas-gallery-carousel {
  position: relative;
  margin-top: 54px;
  width: min(1840px, calc(100vw - 48px));
  margin-left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.tg-bodas-gallery-viewport {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e8ded0;
  background: #f7f4ef;
}

.tg-bodas-gallery-track {
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform 650ms ease;
  will-change: transform;
}

.tg-bodas-gallery-slide {
  flex: 0 0 25%;
  margin: 0;
  padding: 0;
  aspect-ratio: 5 / 4;
  background: #f7f4ef;
  overflow: hidden;
}

.tg-bodas-gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tg-bodas-gallery-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(44, 44, 44, 0.48);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.tg-bodas-gallery-button:hover {
  background: rgba(44, 44, 44, 0.72);
  transform: translateY(-50%) scale(1.04);
}

.tg-bodas-gallery-button:focus-visible {
  outline: 3px solid rgba(85, 107, 47, 0.55);
  outline-offset: 3px;
}

.tg-bodas-gallery-button-prev {
  left: 18px;
}

.tg-bodas-gallery-button-next {
  right: 18px;
}

.tg-bodas-gallery-status {
  margin-top: 14px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #556b2f;
}

.tg-weekend-photo-wrap {
  width: min(100%, 430px);
  margin-inline: auto;
  background: transparent;
  border-radius: 8px;
  box-shadow: none;
}

.tg-weekend-photo-wrap .tg-weekend-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1198 / 1800;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .tg-weekend-photo-wrap {
    width: min(100%, 430px);
  }

  .tg-weekend-photo-wrap .tg-weekend-photo {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 1024px) {
  .tg-bodas-gallery-slide {
    flex-basis: 33.333%;
    aspect-ratio: 5 / 4;
  }
}

@media (max-width: 640px) {
  .tg-bodas-gallery-intro {
    font-size: 15px;
    text-align: left;
  }

  .tg-bodas-gallery-carousel {
    width: calc(100vw - 28px);
    margin-top: 32px;
  }

  .tg-bodas-gallery-slide {
    flex-basis: 50%;
    aspect-ratio: 5 / 4;
  }

  .tg-bodas-gallery-button {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .tg-bodas-gallery-button-prev {
    left: 10px;
  }

  .tg-bodas-gallery-button-next {
    right: 10px;
  }
}
