
    .ai-desc-container h2, .ai-desc-container h3 {
      margin: 0;
      padding: 0;
      font-weight: 700;
      line-height: 1.4;
      color: inherit;
    }
    .ai-desc-container h2 {
      font-size: 20px;
      margin-bottom: 16px;
      position: relative;
      padding-left: 12px;
      border-left: 4px solid #8d6e63;
    }
    .ai-desc-container h3 {
      font-size: 18px;
      margin-bottom: 12px;
      position: relative;
      padding-left: 12px;
      border-left: 4px solid #8d6e63;
    }
    .ai-desc-container p,
    .ai-desc-container div:not(.ai-desc-container h2):not(.ai-desc-container h3) {
      margin: 0;
      padding: 0;
      line-height: 1.6;
      font-size: 14px;
      color: inherit;
    }
    .ai-desc-container > div {
      width: 100%;
      margin-bottom: 24px;
      padding: 0;
      background-color: #fffdfb;
    }
    .ai-desc-container > div:last-child {
      margin-bottom: 0;
    }
    .ai-desc-container .section-content {
      padding: 0;
      margin-top: 8px;
      line-height: 1.6;
      font-size: 14px;
      color: inherit;
    }
    .ai-desc-container .section-content > * {
      margin: 0;
      padding: 0;
      line-height: 1.6;
      color: inherit;
    }
    .ai-desc-container .section-content ul,
    .ai-desc-container .section-content ol {
      padding-left: 0;
      margin: 0;
      list-style: none;
    }
    .ai-desc-container .section-content li {
      margin: 8px 0;
      padding: 0;
      display: flex;
      align-items: flex-start;
    }
    .ai-desc-container .section-content li::before {
      content: "✓";
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #8d6e63;
      color: white;
      border-radius: 50%;
      text-align: center;
      line-height: 16px;
      font-size: 10px;
      flex-shrink: 0;
      margin-top: 0.4em;
      margin-right: 10px;
    }
    .ai-desc-container .section-content li span {
      margin: 0;
      padding: 0;
      line-height: 1.6;
      color: inherit;
    }
  