
    .ai-desc-container h2, .ai-desc-container h3 {
      font-weight: 700;
      line-height: 1.4;
      margin: 0 0 16px 0;
      color: #333;
    }
    .ai-desc-container p {
      margin: 0;
      padding: 0;
      line-height: 1.6;
      font-size: 14px;
      color: #333;
    }
    .ai-desc-container span {
      font-size: 14px;
      line-height: 1.6;
    }
    .ai-desc-container strong {
      font-weight: 700;
    }
    .ai-desc-container em {
      font-style: italic;
    }
    .ai-desc-container .section-block {
      padding: 24px 0;
      background-color: #ffffff;
      border-bottom: 1px solid #eaeded;
    }
    .ai-desc-container .section-block:last-child {
      border-bottom: none;
    }
    .ai-desc-container .section-title {
      font-size: 18px;
      font-weight: 700;
      color: #333;
      padding-left: 12px;
      border-left: 5px solid #1f4e79;
      margin: 0 0 16px 0;
      line-height: 1.4;
    }
  