#product-detail-1 .site-content .section-title {
  font-size: 30px;
  line-height: 1.5;
}

#product-detail-1 .site-content h1,
#product-detail-1 .site-content h2,
#product-detail-1 .site-content h3,
#product-detail-1 .site-content h4,
#product-detail-1 .site-content h5,
#product-detail-1 .site-content h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

#product-detail-1 .site-content p,
#product-detail-1 .site-content li,
#product-detail-1 .site-content span,
#product-detail-1 .site-content .content,
#product-detail-1 .site-content .tour-locations,
#product-detail-1 .site-content .best-time,
#product-detail-1 .site-content .note {
  font-size: 16px;
  line-height: 1.5;
}

#product-detail-1 .price-bar-wrapper {
  margin-bottom: 40px;
  background: var(--gradient-black-to-gray);
  color: #fff;
  padding: 20px 15px;
}

#product-detail-1 .price-bar {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  text-align: center;
}

#product-detail-1 .days {
  font-size: 30px;
  white-space: nowrap;
}

#product-detail-1 .days span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 6px;
}

#product-detail-1 .divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
}

#product-detail-1 .label {
  font-size: 14px;
}

#product-detail-1 .price {
  font-size: 30px;
  letter-spacing: 0.5px;
}

#product-detail-1 .per-person {
  font-size: 14px;
}

.section-6-item img {
  height: 370px;
}

.section-4__product-detail-1--img img {
  width: 370px;
  height: 370px;
  object-fit: cover;
}

.review-more-content img {
  height: 175px;
  object-fit: cover;
}
/* 
.toggle-wrapper.accommodation-toggle {
  height: 600px;
}

.toggle-wrapper.accommodation-toggle.show {
  height: auto;
} */

.toggle-wrapper {
  max-height: 600px;
}
.float-rightsee-more-btn {
  float: right;
}

@media (max-width: 992px) {
  #product-detail-1 .section-1-banner {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .section-1__product-detail-1--gallery .item-gallery:nth-child(2) {
    display: none;
  }
}
/* ============================================================
   Đảm bảo tất cả ảnh content trên trang giữ tỷ lệ 1:1 (square).
   Áp dụng cho gallery, card, thumbnail, swiper... — KHÔNG đụng
   header logo / icon UI / floating action button.
   ============================================================ */

#product-detail-1 .thumbnail-item img,
#product-detail-1 .section-6-img-top,
#product-detail-1 .card-img-top,
#product-detail-1 .activity-image img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
