/* Container basics */
.ggb-container a { color: var(--ggb-link-color, inherit); }

/* Badges wrap: keeps badges on one line until they wrap neatly */
.ggb-badges-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Individual badge gets inline styles from settings; keep consistent typography */
.ggb-badge {
  line-height: 1.4;
  white-space: nowrap;
}
