/* company.css */
.sht-company-mini,
.sht-company-solar {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px;
  max-width:450px;
  margin-top:15px;
}



.sht-company-mini__more {
  font-size: 12px;
  font-weight: 800;
  color: #2563eb;
  text-decoration: none;
  margin-left: 10px;
  white-space: nowrap;
}

.sht-company-mini__more:hover {
  text-decoration: underline;
}

.sht-company-mini__head,
.sht-company-solar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sht-company-mini__title,
.sht-company-solar__title {
  font-weight: 800;
  font-size: 14px;
  color: #111827;
}

.sht-company-mini__top {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.sht-company-mini__logo {
  width: 100%;
  height: 72px;
  border-radius: 14px;
  border: 1px solid #eef2f7;
  background: #fff;
  object-fit: contain;
  padding: 8px;
}

.sht-company-mini__name {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  color: #111827;
}

.sht-company-mini__meta {
  margin-top: 2px;
  font-size: 12px;
  color: #6b7280;
}

.sht-company-mini__chips,
.sht-company-solar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.sht-company-mini__chip,
.sht-company-solar__chip {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 6px 10px;
}

.sht-company-mini__intro,
.sht-company-solar__text {
  font-size: 13px;
  line-height: 1.5;
  color: #374151;
}