.cst-chat-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cst-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #dcdcde;
  background: #fff;
  color: #1d2327;
  font-weight: 600;
}

.cst-admin-wrap .cst-kpis,
.cst-admin-wrap .cst-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.cst-card {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 10px;
  padding: 16px;
}

.cst-kpis .cst-card h2 {
  font-size: 30px;
  margin: 0;
}

.cst-kpis .cst-card p {
  margin: 8px 0 0;
}
