
    .ai-desc-container h2, .ai-desc-container h3, .ai-desc-container h4 {
      color: inherit;
      margin: 0 0 16px 0;
      line-height: 1.3;
      font-weight: 700;
    }
    .ai-desc-container h2 {
      font-size: 22px;
      border-left: 5px solid #1f4e79;
      padding-left: 12px;
      background: transparent;
    }
    .ai-desc-container h3 {
      font-size: 20px;
      border-left: 5px solid #1f4e79;
      padding-left: 12px;
      background: transparent;
    }
    .ai-desc-container h4 {
      font-size: 18px;
      border-left: 5px solid #1f4e79;
      padding-left: 12px;
      background: transparent;
      margin-top: 24px;
    }
    .ai-desc-container p {
      margin: 0 0 16px 0;
      line-height: 1.6;
      font-size: 15px;
      color: #333;
    }
    .ai-desc-container .stk-highlight {
      background-color: inherit !important;
      color: inherit !important;
      font-weight: bold;
    }
    .ai-desc-container table {
      width: 100%;
      border-collapse: collapse;
      margin: 16px 0;
      font-size: 14px;
      line-height: 1.5;
    }
    .ai-desc-container td {
      padding: 10px 12px;
      vertical-align: top;
      border: 1px solid #eaeded;
      background-color: #ffffff;
    }
    .ai-desc-container tr:nth-child(odd) td {
      background-color: #ffffff;
    }
    .ai-desc-container tr:nth-child(even) td {
      background-color: #f5f7fa;
    }
    .ai-desc-container img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto 20px auto;
    }
    .ai-desc-container > *:not(table):not(img):not(figure) {
      width: 100%;
    }
  