/*
 * lihakauppa.com SEO HTML -tuottajalistan testityylit
 * Lisää linkki head-osaan:
 * <link rel="stylesheet" href="/assets/seo-producer-preview.css">
 */

.seo-producer-preview {
  margin: 24px auto;
  padding: 18px;
  max-width: 1180px;
  border: 1px solid rgba(30, 90, 55, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.seo-producer-preview__head {
  margin-bottom: 14px;
}

.seo-producer-preview__head h2 {
  margin: 0 0 6px;
  font-size: 1.35rem;
  color: #1f5f39;
}

.seo-producer-preview__head p {
  margin: 0;
  color: #355045;
}

.seo-producer-preview__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.seo-producer-card {
  padding: 14px;
  border: 1px solid rgba(30, 90, 55, 0.16);
  border-radius: 14px;
  background: #fff;
}

.seo-producer-card h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #183d29;
}

.seo-producer-card p {
  margin: 6px 0;
}

.seo-producer-card__location {
  font-weight: 600;
  color: #315d43;
}

.seo-producer-card__summary {
  color: #3d3d3d;
  line-height: 1.45;
}

.seo-producer-card a {
  color: #1f6f3d;
  font-weight: 600;
  text-decoration: none;
}

.seo-producer-card a:hover {
  text-decoration: underline;
}

.seo-producer-card__likes {
  font-size: 0.92rem;
  font-weight: 600;
  color: #4b6b55;
}
