
/* ───────────────────────────────────────────────────────────── */
/* FIX v2: Rozciągnięcie tekstu w kafelkach – Wektor Ciekawości */
/* ───────────────────────────────────────────────────────────── */

.s-popular-tags-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}

.s-popular-tags-items a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0.5rem;
  min-width: 130px;
  max-width: 160px;
  flex: 1 1 130px;
}

.s-popular-tags-items a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(0.85rem, 1vw, 1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
