.v2board-notice-background {
  opacity: 0 !important;
}

#app .ant-notification-notice,
#app .ant-notification-notice-message,
#app .ant-notification-notice-description,
#app .ant-notification-notice-content {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: inherit !important;
}

#app .ant-notification-notice-content {
  background: transparent !important;
  box-shadow: none !important;
}

.ant-carousel,
.slick-slider,
.slick-list,
.slick-track {
  background: transparent !important;
}

.ant-carousel::before,
.ant-carousel::after,
.slick-slider::before,
.slick-slider::after {
  display: none !important;
  background: none !important;
}

.div.ant-carousel {
  background-color: transparent !important;
}

.bg-black-50,
.block-content.bg-black-50 {
  background-color: rgba(255, 255, 255, 0) !important;
}

.block.block-rounded.bg-image.mb-0.v2board-bg-pixels {
  position: relative;
}

.block.block-rounded.bg-image.mb-0.v2board-bg-pixels::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

/* 确保公告栏文字可见 */
.ant-carousel .slick-slide {
  color: #333 !important;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8) !important;
}

.ant-carousel .slick-slide h3,
.ant-carousel .slick-slide p,
.ant-carousel .slick-slide div {
  color: #333 !important;
  font-weight: 500 !important;
} 