.wz-tc-wrapper, .wz-tc-wrapper * { 
      box-sizing: border-box; 
      margin: 0; 
      padding: 0; 
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 
    }
    .wz-tc-wrapper { 
      width: 100%; 
      background-color: transparent; 
      color: #334155; 
      line-height: 1.6; 
      font-size: 15px; 
      -webkit-font-smoothing: antialiased; 
      /* Mobile default: fluid full-screen with 15px left/right padding */
      padding: 30px 15px 50px 15px; 
    }
    
    .wz-tc-header { 
      border-bottom: 2px solid #e2e8f0; 
      padding-bottom: 20px; 
      margin-bottom: 30px; 
    }
    .wz-tc-main-title { 
      font-size: 28px; 
      font-weight: 800; 
      color: #0f172a; 
      line-height: 1.2; 
      margin-bottom: 12px; 
      letter-spacing: -0.02em; 
    }
    .wz-tc-meta-row { 
      display: flex; 
      flex-wrap: wrap; 
      gap: 10px; 
      align-items: center; 
    }
    .wz-tc-badge { 
      display: inline-block; 
      background-color: #f1f5f9; 
      color: #475569; 
      font-weight: 700; 
      font-size: 12px; 
      padding: 4px 12px; 
      border-radius: 4px; 
      border: 1px solid #cbd5e1; 
    }
    .wz-tc-badge-alert { 
      background-color: #fff1f2; 
      color: #e11d48; 
      border-color: #fecdd3; 
    }

    .wz-tc-alert-box { 
      background: #f8fafc; 
      border-left: 4px solid #64748b; 
      border-top: 1px solid #e2e8f0;
      border-right: 1px solid #e2e8f0;
      border-bottom: 1px solid #e2e8f0;
      border-radius: 4px; 
      padding: 20px; 
      margin-bottom: 35px; 
    }
    .wz-tc-alert-title { 
      font-size: 14px; 
      font-weight: 800; 
      color: #1e293b; 
      text-transform: uppercase; 
      letter-spacing: 0.05em; 
      margin-bottom: 6px; 
    }
    .wz-tc-alert-text { 
      font-size: 14px; 
      color: #475569; 
    }

    .wz-tc-clause-block { 
      border-bottom: 1px solid #e2e8f0; 
      padding-top: 25px; 
      padding-bottom: 30px; 
    }
    .wz-tc-clause-block:last-child {
      border-bottom: none;
    }
    .wz-tc-section-title { 
      font-size: 18px; 
      font-weight: 800; 
      color: #0f172a; 
      margin-bottom: 20px; 
      letter-spacing: -0.01em; 
    }
    .wz-tc-sub-clause { 
      margin-bottom: 20px; 
    }
    .wz-tc-sub-clause:last-child {
      margin-bottom: 0;
    }
    .wz-tc-heading-small { 
      font-size: 15px; 
      font-weight: 700; 
      color: #0f172a; 
      margin-bottom: 6px; 
    }
    .wz-tc-paragraph { 
      color: #475569; 
      font-size: 14px; 
      line-height: 1.6; 
      margin-bottom: 10px; 
    }
    .wz-tc-paragraph:last-child {
      margin-bottom: 0;
    }

    .wz-tc-policy-container { 
      margin-top: 15px; 
    }
    .wz-tc-policy-item { 
      background: #ffffff; 
      border: 1px solid #e2e8f0; 
      border-radius: 4px; 
      padding: 20px; 
      margin-bottom: 15px; 
    }
    .wz-tc-policy-item:last-child {
      margin-bottom: 0;
    }
    .wz-tc-policy-header { 
      font-size: 15px; 
      font-weight: 700; 
      color: #0f172a; 
      margin-bottom: 10px; 
      display: flex; 
      justify-content: space-between; 
      align-items: center; 
    }
    .wz-tc-link-anchor { 
      color: #ea580c; 
      text-decoration: none; 
      font-weight: 700; 
      font-size: 13px; 
      border-bottom: 1px dashed #f97316; 
    }
    .wz-tc-link-anchor:hover {
      color: #c2410c;
    }
    .wz-tc-list { 
      list-style-type: none; 
    }
    .wz-tc-list-item { 
      position: relative; 
      padding-left: 15px; 
      margin-bottom: 8px; 
      color: #475569; 
      font-size: 13.5px; 
      line-height: 1.5; 
    }
    .wz-tc-list-item:last-child {
      margin-bottom: 0;
    }
    .wz-tc-list-item::before { 
      content: "•"; 
      position: absolute; 
      left: 2px; 
      color: #ea580c; 
      font-weight: bold; 
    }
    
    .wz-tc-strong-text { 
      font-weight: 700; 
      color: #0f172a; 
    }
    .wz-tc-plain-callout { 
      background: #f8fafc; 
      border-left: 4px solid #ea580c; 
      border-top: 1px solid #e2e8f0;
      border-right: 1px solid #e2e8f0;
      border-bottom: 1px solid #e2e8f0;
      border-radius: 4px; 
      padding: 15px; 
      margin-top: 15px; 
    }
    .wz-tc-plain-callout-red { 
      background: #fff5f5; 
      border-left-color: #ef4444; 
      border-top-color: #fee2e2;
      border-right-color: #fee2e2;
      border-bottom-color: #fee2e2;
    }
    .wz-tc-callout-text { 
      margin: 0; 
      color: #475569; 
      font-size: 13px; 
      line-height: 1.5; 
    }
    .wz-tc-callout-text-bold {
      font-weight: 700;
    }

    @media (min-width: 768px) { 
      .wz-tc-wrapper { 
        max-width: none;
        padding: 50px 50px 70px 50px; 
      }
      .wz-tc-main-title {
        font-size: 32px;
      }
    }
