/* 按钮容器样式 - 使用统一按钮样式 */
.slideshow-button-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}