
    .cny-notice {
      max-width: 900px;
      margin: 40px auto;
      padding: 40px;
      background: linear-gradient(180deg, #fff7f0, #ffffff);
      border-radius: 16px;
      font-family: Arial, Helvetica, sans-serif;
      color: #333;
      line-height: 1.8;
      position: relative;
      overflow: hidden;
    }

    /* Chinese New Year decorative elements */
    .cny-notice::before,
    .cny-notice::after {
      content: "🧧";
      position: absolute;
      font-size: 60px;
      opacity: 0.08;
    }

    .cny-notice::before {
      top: 20px;
      left: 20px;
    }

    .cny-notice::after {
      bottom: 20px;
      right: 20px;
    }

    .cny-title {
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      color: #c62828;
      margin-bottom: 24px;
    }

    .section {
      margin-top: 32px;
    }

    .section h3 {
      font-size: 20px;
      color: #b71c1c;
      margin-bottom: 12px;
    }

    .holiday-box {
      background: #fff3e0;
      border-left: 6px solid #d32f2f;
      padding: 20px;
      border-radius: 8px;
      margin-top: 16px;
    }

    /* Image placeholder */
    .image-placeholder {
      margin-top: 24px;
      padding: 40px;
      border: 2px dashed #e0a899;
      border-radius: 12px;
      text-align: center;
      color: #999;
      font-size: 14px;
      background-color: #fffaf6;
    }

    .signature {
      margin-top: 40px;
      font-weight: bold;
    }
  