/* =========================================================
   注目のAI企業 — タグ/ピル風
   ========================================================= */
.aind-sw-company__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.aind-sw-company__pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s;
  white-space: normal;
  word-break: break-word;
}

.aind-sw-company__pill:hover {
  background: #eff6ff;
  border-color: #93c5fd;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.1);
  transform: translateY(-1px);
}

.aind-sw-company__pill-name {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  line-height: 1.2;
  transition: color 0.15s;
}

.aind-sw-company__pill:hover .aind-sw-company__pill-name {
  color: #2563eb;
}

.aind-sw-company__more {
  display: block;
  text-align: center;
  padding: 7px;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  transition: all 0.15s;
}

.aind-sw-company__more:hover {
  color: #2563eb;
  border-color: #2563eb;
  background: #eff6ff;
}
