.healeex-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.healeex-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.healeex-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.healeex-card-body {
  padding: 18px;
}

.healeex-card-kicker {
  margin-bottom: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.62;
  text-transform: uppercase;
}

.healeex-card-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.healeex-card-meta {
  margin-bottom: 10px;
  font-size: 0.9rem;
  opacity: 0.72;
}

.healeex-card-link {
  display: inline-block;
  margin-top: 6px;
  font-weight: 600;
  text-decoration: none;
}

.healeex-empty {
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.025);
}

.healeex-error {
  opacity: 0.82;
}
