/* tag chips (links) */
.tag-chip { display: inline-flex; align-items: center; gap: 5px; padding: 2px 9px; margin: 2px 4px 2px 0; border-radius: 12px;
  background: rgba(60,110,200,.14); border: 1px solid rgba(60,110,200,.3); color: inherit; text-decoration: none; font-size: 12px; line-height: 1.7; white-space: nowrap; }
.tag-chip:hover { background: rgba(60,110,200,.28); }
.tag-c { font-size: .8em; opacity: .7; background: rgba(127,127,127,.2); border-radius: 8px; padding: 0 5px; }

/* tag row under a topic title */
.tag-row { display: flex; align-items: center; flex-wrap: wrap; gap: 2px; margin: 0 0 12px; }
.tag-row-label { margin-right: 6px; opacity: .7; }
.tag-edit-link { font-size: 11px; margin-left: 6px; opacity: .8; }

/* cloud */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 4px 2px; align-items: center; }
.tag-cloud.big { line-height: 2.2; }
.tag-cloud.big .tag-chip { margin: 3px 6px 3px 0; }

/* popular-tags widget on the index */
.tag-widget { margin: 14px 0; padding: 10px 14px; border: 1px solid rgba(127,127,127,.22); border-radius: 6px; }
.tag-widget-h { font-weight: 700; font-size: 13px; margin-bottom: 8px; }
