/* Keep the white home background while restoring the original announcement card. */
.home-page[data-v-2ff41e01],
.home-page[data-v-2ff41e01]::before {
  background: #fff !important;
  background-image: none !important;
}

/* The narrow scrolling notice beginning with 欢迎彩友关注 is the only yellow panel. */
.home-page .notice-card[data-v-2ff41e01] {
  background: #ffe36a !important;
  border-color: #f1cb4b !important;
  color: #39393d !important;
}

/* Platform announcement: restore the original white card and red/dark copy. */
.home-page .platform-notice-card {
  background: #fff !important;
  border: 1px solid #ffe0db !important;
  box-shadow: 0 8px 18px rgba(138, 32, 42, 0.06) !important;
}
.home-page .platform-notice-heading,
.home-page .platform-notice-more {
  color: #e52d25 !important;
}
.home-page .platform-notice-content {
  color: #444 !important;
}
