.admin-link {
  color: var(--blue);
  font-weight: 800;
}

.alert {
  padding: 14px 16px;
  border: 1px solid #bbf7d0;
  color: #166534;
  background: #f0fdf4;
  border-radius: 8px;
  margin-bottom: 20px;
}

.compact-hero {
  min-height: 520px;
}

.resource-card {
  min-height: 240px;
}

.meta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px 8px;
  background: var(--white);
}
