/* VibeCMS 6.5.22 Modern Category Core */
.vibecms-category-chips{
  display:inline-flex;
  flex-wrap:wrap;
  align-items:center;
  gap:4px;
  max-width:100%;
  vertical-align:middle;
}
.vibecms-category-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:100%;
  padding:3px 7px;
  border:0;
  border-radius:3px;
  background:var(--vibecms-category-accent,#ef233c);
  color:#fff!important;
  font-size:10px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:.01em;
  text-decoration:none!important;
  text-transform:uppercase;
  white-space:normal;
  overflow-wrap:anywhere;
  box-shadow:none;
}
a.vibecms-category-chip:hover,
a.vibecms-category-chip:focus{
  color:#fff!important;
  text-decoration:none!important;
  filter:brightness(.92);
}
.vibecms-category-chip--more{
  background:#e5e7eb;
  color:#374151!important;
}
.vibecms-category-chips--detail{
  margin:0 0 10px;
  gap:6px;
}
.vibecms-category-chips--detail .vibecms-category-chip{
  padding:4px 8px;
  font-size:11px;
}
.vibecms-category-chips--compact{
  gap:3px;
}
.vibecms-category-chips--compact .vibecms-category-chip{
  padding:2px 5px;
  font-size:9px;
}
.vibecms-thumb-safe{
  background:#f3f4f6;
  object-fit:cover;
}
@media (max-width:767px){
  .vibecms-category-chip{font-size:9px;padding:3px 6px}
  .vibecms-category-chips--detail .vibecms-category-chip{font-size:10px}
}

/* Keep article-card titles visually stable after visited/clicked states. */
.si-latest-content h3 a,
.article-latest-list__content h3 a,
.t26-post-row-title,
.t26-other-item-title,
.mag-stream-item h3 a,
.mag-list-item h3 a,
.gn-latest-modern-item h3 a{
  color:inherit!important;
  text-decoration:none!important;
}
.si-latest-content h3 a:visited,
.article-latest-list__content h3 a:visited,
.t26-post-row-title:visited,
.t26-other-item-title:visited,
.mag-stream-item h3 a:visited,
.mag-list-item h3 a:visited,
.gn-latest-modern-item h3 a:visited{
  color:inherit!important;
}
