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.
.news-card {
  border: 1px solid #e6e6e6;
  border-left: 3px solid #b85b3a;
  border-radius: 14px;
  background: #fff;
  padding: 14px 16px;
  margin: 0 0 14px 0;
}

.news-card__header {
  overflow: hidden;
  margin: 0 0 8px 0;
}

.news-card__date {
  float: left;
  font-size: 0.85rem;
  color: #444;
}

.news-card__category-badge {
  float: right;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #222;
}

.news-card__region {
  clear: both;
  font-size: 0.85rem;
  color: #555;
  margin: 0 0 8px 0;
}

.news-card__title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 8px 0;
  color: #111;
}

.news-card__meta {
  margin: 0 0 8px 0;
}

.news-card__tag {
  display: inline-block;
  font-size: 0.85rem;
  color: #555;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 4px 10px;
  border-radius: 6px;
  margin-right: 6px;
}

.news-card__tag a {
  color: #d14;
  text-decoration: none;
}

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

.news-card__summary {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 8px 0;
  color: #222;
}

/* Source URL display */
.news-card__source {
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  color: #666;
  border-top: 1px solid #f0f0f0;
  margin-top: 0.5rem;
  background: #fafafa;
  word-break: break-all;
  border-radius: 0 0 10px 10px;
}

.news-card__source::before {
  content: "🔗 ";
  opacity: 0.6;
  margin-right: 0.3rem;
}