.rh-portfolio-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.rh-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  border:1px solid #e5e5e5;
  background:#fafafa;
  color:#222;
}

/* Example per-slug styling (you can override in Elementor/Theme CSS)
.rh-badge--seo{ background:#0b1220; color:#fff; border-color:#0b1220; }
.rh-badge--hosting{ background:#fff7e6; border-color:#ffd591; color:#874d00; }
.rh-badge--ui-ux{ background:#f0f5ff; border-color:#adc6ff; color:#10239e; }
.rh-badge--graphic-design{ background:#f6ffed; border-color:#b7eb8f; color:#135200; }
*/
