Toggle menu
83
56
34
2.9K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 12:07, 16 January 2026 by Eloise Zomia (talk | contribs) (Created page with ".news-card { border: 1px solid #e5e5e5; border-radius: 14px; padding: 14px 16px; background: #fff; margin: 0 0 14px 0; } .news-card__header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; } .news-card__date { font-size: 0.95em; color: #444; white-space: nowrap; } .news-card__category-badge { font-size: 0.85em; padding: 3px 10px; border-radius: 999px; border: 1px solid #d9d9d9; bac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.news-card {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 14px 16px;
  background: #fff;
  margin: 0 0 14px 0;
}

.news-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.news-card__date {
  font-size: 0.95em;
  color: #444;
  white-space: nowrap;
}

.news-card__category-badge {
  font-size: 0.85em;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  background: #f7f7f7;
  color: #111;
  white-space: nowrap;
}

/* Optional per-category tint hooks (keep subtle) */
.news-card__category-badge--policy,
.news-card__category-badge--enforcement,
.news-card__category-badge--fieldwork,
.news-card__category-badge--research,
.news-card__category-badge--community { }

.news-card__title {
  margin: 8px 0 8px 0;
  font-size: 1.15em;
  line-height: 1.25;
}

.news-card__summary {
  margin: 0 0 10px 0;
  color: #111;
  line-height: 1.45;
}

.news-card__meta {
  margin: 8px 0 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.news-card__tag {
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  font-size: 0.9em;
  color: #111;
}

.news-card__source a,
.news-card__source {
  font-size: 0.9em;
  color: #111;
  text-decoration: none;
}

.news-card__source a:hover {
  text-decoration: underline;
}

.news-card--compact .news-card__summary {
  display: none;
}