.spb-badges { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin: 6px 0; }
.spb-badges--archive { justify-content: center; margin: 4px 0 6px; }
.spb-badge { display: inline-block; padding: 1px 9px; border-radius: 999px; border: 1px solid transparent;
	font-size: 11px; font-weight: 700; line-height: 1.7; white-space: nowrap; letter-spacing: .01em; text-transform: none; }
.spb-badge--image { padding: 0; border: 0; background: none; line-height: 0; }
.spb-badge__img { height: 22px; width: auto; display: inline-block; }
.spb-badges--single .spb-badge { font-size: 12px; }
.spb-badges--single .spb-badge__img { height: 26px; }
