.kb-wrap {
  max-width: 600px;
}

.kb-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 28px 32px;
  margin-top: 20px;
}

.kb-card h1 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 16px;
  color: #1d2327;
}

.kb-status {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.kb-status--connected {
  background: #f0faf4;
  border: 1px solid #b8e6c8;
}

.kb-status--error {
  background: #fdf2f2;
  border: 1px solid #f5c2c2;
}

.kb-status__icon {
  font-size: 1.2rem;
  line-height: 1.4;
  flex-shrink: 0;
}

.kb-status--connected .kb-status__icon {
  color: #2a7f4e;
}

.kb-status--error .kb-status__icon {
  color: #c0392b;
}

.kb-status strong {
  display: block;
  margin-bottom: 4px;
}

.kb-status p {
  margin: 0;
  color: #555;
  font-size: 0.9rem;
}

.kb-permissions {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  color: #444;
}

.kb-permissions li {
  padding: 4px 0;
  color: #2a7f4e;
}

.kb-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
}

.kb-btn-disconnect {
  color: #c0392b !important;
  border-color: #c0392b !important;
}

.kb-btn-disconnect:hover {
  background: #fdf2f2 !important;
}
