.KB-title {
    font-size: 22px;
    color: #457b9d;
    margin-top: 4px;
    margin-bottom: 14px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 6px;
  }

  .KB-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 6px;
  }

  .KB-box {
    background: #ffffff;
    padding: 24px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }

  .KB-method {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    background-color: #3b82f6;
    margin-bottom: 12px;
  }

  .KB-method.get { background-color: #22c55e; }
  .KB-method.post { background-color: #3b82f6; }
  .KB-method.put { background-color: #f59e0b; }
  .KB-method.delete { background-color: #ef4444; }

  .KB-url {
    font-family: monospace;
    background: #f0f0f0;
    padding: 2px 4px;
    border-radius: 5px;
    display: inline-block;
  }

  .KB-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .KB-list {
    margin-top: 10px;
    padding-left: 20px;
  }

  .KB-list-item {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .KB-inline-code {
    font-family: 'Courier New', monospace;
    background-color: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
  }

  .KB-code-block {
    background-color: #1e293b;
    color: #f8fafc;
    padding: 14px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Courier New', monospace;
    margin-bottom: 20px;
  }

  .KB-warning {
    background-color: #fff3cd;
    padding: 12px 16px;
    border-left: 5px solid #ffc107;
    border-radius: 5px;
    margin: 20px 0;
    font-size: 14px;
  }
  
  .KB-image-block {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }

  .KB-image {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .KB-image-caption {
    background-color: #f0f0f0;
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    color: #555;
  }