.ai-starter-prompts {
  margin: 18px 0 20px;
}

.ai-starter-prompts__inner {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 18px;
}

.ai-starter-prompts__title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 600;
  color: #475569;
}

.ai-starter-prompts__list {
  display: grid;
  gap: 10px;
}

.ai-starter-prompts__button {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  text-align: left;
  padding: 14px 16px;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ai-starter-prompts__button:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
}

.ai-starter-prompts__button:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.ai-starter-prompts__button:active {
  transform: translateY(0);
}
