/* 保留基础类名，通过父级唯一ID隔离样式 */
.bemet-gallery-area-block {
  overflow: hidden;
  background: var(--bg-color);
}

.bemet-gallery-area-block .gallery-active .slick-list {
  overflow: visible;
}

.bemet-gallery-area-block .gallery-item-wrap .col-88 {
  flex: 0 0 auto;
  width: 88%;
}

.bemet-gallery-area-block .gallery-item-wrap .gallery-item {
  text-align: center;
  margin: 0;
}

.bemet-gallery-area-block .gallery-item-wrap .gallery-item img {
  aspect-ratio: 4 / 2;
  margin: 0 auto;
  width: 100%;
}

.bemet-gallery-area-block .gallery-item-wrap .slick-slide {
  padding-top: 0 !important;
}

.gallery-title {
  text-align: center;
  margin-bottom: 2rem; 
  padding: 0 15px; 
}

.gallery-title h2 {
  font-size: 36px;
  color: var(--title-text-color); 
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
