
    /* 如果此代码与Terms of Service在同一页面，建议删除此<style>标签及其内容以精简代码 */
    .smarthuayi-legal-container {
      font-family: 'Inter', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
      line-height: 1.7;
      color: #334155;
      max-width: 900px;
      margin: 0 auto;
      padding: 30px 20px;
      background-color: #ffffff;
    }
    
    .smarthuayi-legal-container h2 {
      color: #0f172a;
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      border-bottom: 3px solid #e2e8f0;
      padding-bottom: 12px;
      margin-bottom: 40px;
    }

    .smarthuayi-legal-container > p.intro-text {
      font-size: 16px;
      margin-bottom: 30px;
      color: #475569;
    }

    .legal-section {
      background-color: #f8fafc;
      border-left: 4px solid #2563eb; 
      padding: 20px 25px;
      margin-bottom: 25px;
      border-radius: 0 6px 6px 0;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }

    .legal-section h3 {
      color: #1e293b;
      font-size: 18px;
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 12px;
    }

    .legal-section p {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 15px;
    }
    
    .legal-section p:last-child {
      margin-bottom: 0;
    }

    .legal-section ul {
      margin-top: 10px;
      margin-bottom: 15px;
      padding-left: 20px;
    }

    .legal-section li {
      margin-bottom: 12px;
      font-size: 15px;
    }
  