/* This campaign only: keep ordinary global / account announcements unchanged.
 * !important also overrides the earlier compact patch and API font-size styles.
 */
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] {
  box-sizing: border-box;
  width: calc(100% - 8px) !important;
  max-width: 416px !important;
  max-height: calc(100vh - 28px - var(--app-safe-top, 0px) - var(--app-safe-bottom, 0px)) !important;
  max-height: calc(100dvh - 28px - var(--app-safe-top, 0px) - var(--app-safe-bottom, 0px)) !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(139, 29, 36, 0.08) !important;
  border-radius: 24px !important;
  background: #fffdfa !important;
  box-shadow: 0 20px 60px rgba(34, 18, 20, 0.22) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-head,
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-foot {
  flex: 0 0 auto !important;
  background: #fffdfa !important;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-header-inner {
  box-sizing: border-box;
  min-height: 0 !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 26px 46px 18px !important;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-header-inner::before,
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-title-line,
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-top-bar,
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-icon {
  display: none !important;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-title-row {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0;
  justify-content: center !important;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-title {
  flex-shrink: 1;
  padding: 0 !important;
  font-family: inherit !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: #111520 !important;
  letter-spacing: 0 !important;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-close {
  top: 14px !important;
  right: 12px !important;
  width: 32px !important;
  height: 32px !important;
  background: transparent !important;
  color: #92939a !important;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-body {
  box-sizing: border-box;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0 24px !important;
  background: #fffdfa !important;
  color: #444650 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  word-break: normal !important;
  overflow-wrap: break-word;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-body p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  text-indent: 0 !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  color: inherit !important;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-highlight {
  display: inline-block;
  max-width: 100%;
  color: #8B1D24 !important;
  font-weight: 700 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: nowrap;
  vertical-align: baseline;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-phrase {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  vertical-align: baseline;
  font-size: inherit !important;
  font-weight: 400 !important;
  line-height: inherit !important;
  color: inherit !important;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-foot {
  padding: 8px 24px 24px !important;
}
.announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-btn {
  box-sizing: border-box;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 12px !important;
  border: none !important;
  border-radius: 16px !important;
  background: #8B1D24 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 360px) {
  .announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-header-inner {
    padding-top: 22px !important;
    padding-bottom: 16px !important;
  }
  .announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-body {
    padding-right: 18px !important;
    padding-left: 18px !important;
    font-size: 15px !important;
  }
  .announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-foot {
    padding-right: 18px !important;
    padding-bottom: 20px !important;
    padding-left: 18px !important;
  }
}
/* Short screens keep both the title and the action visible while the body scrolls. */
@media (max-height: 480px) {
  .announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-header-inner {
    padding-top: 16px !important;
    padding-bottom: 12px !important;
  }
  .announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-close {
    top: 10px !important;
  }
  .announcement-popup[data-announcement-campaign="cross-holiday-20260914"] .announcement-foot {
    padding-top: 8px !important;
    padding-bottom: 16px !important;
  }
}
