/* Címke (tag) komponensek – F3
   A chip-ek a kvíz alján és a címkeoldalakon, a felhő a /kvizek archívum tetején. */

.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  margin: 0 0.35rem 0.35rem 0;
  border-radius: 999px;
  background-color: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #3730a3;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.tag-chip:hover,
.tag-chip:focus {
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.tag-chip i {
  font-size: 0.75rem;
  opacity: 0.8;
}

/* A kvíz adatlapjának alján megjelenő címke blokk */
.tag-block {
  margin: 2rem 0 1rem;
  padding: 1rem 1.25rem;
  background-color: #f8f9ff;
  border: 1px solid #e5e7ff;
  border-radius: 10px;
}

.tag-block-title {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.6rem;
}

/* Címkefelhő a /kvizek oldal tetején */
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  padding: 1rem 0 0.5rem;
}

.tag-cloud-link {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.tag-cloud-link:hover {
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #ffffff;
  text-decoration: none;
}

.tag-cloud-count {
  font-size: 0.75rem;
  opacity: 0.65;
  margin-left: 0.25rem;
}

/* Címkeoldal fejléc és tartalom */
.tag-hero {
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #f5f7ff 0%, #eef2ff 100%);
  border: 1px solid #e5e7ff;
}

.tag-hero h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.tag-hero .tag-count {
  color: #6b7280;
  font-size: 0.9rem;
}

.tag-intro {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  color: #374151;
  line-height: 1.7;
}

.tag-intro h2,
.tag-intro h3 {
  margin-top: 1.25rem;
  font-size: 1.15rem;
}

.tag-related {
  margin-top: 2rem;
}

.tag-related-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #374151;
}

/* A hub oldal kártyái */
.tag-card {
  height: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background-color: #ffffff;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.tag-card:hover {
  box-shadow: 0 6px 18px rgba(79, 70, 229, 0.12);
  transform: translateY(-2px);
}

.tag-card a {
  color: #1f2937;
  text-decoration: none;
}

.tag-card a:hover {
  color: #4f46e5;
}
