/* 补充 UnoCSS 无法覆盖的样式 */
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.info-tab-item.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
  font-weight: 600;
}

/* Swiper 样式增强 */
.dynamics-swiper .swiper-pagination-bullet {
  background: #dcdcdc;
  opacity: 1;
  transition: all 0.3s ease;
}

.dynamics-swiper .swiper-pagination-bullet-active {
  background: #225ea5;
}

.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

.icon-arrow-right {
  width: 18px;
  height: 18px;
  background: url('/szcdc/icon_arrow_right.png') no-repeat;
  background-size: contain;
}
