/* Shared service-name cell styling — pairs with the
   smm/partials/service-name.blade.php partial. Loaded by every page that
   renders a service name (prices, landing, category) so flag + name + tag
   chips look identical everywhere. Depends on likejo-tokens.css. */

.svc-name-line { display: inline-flex; align-items: center; gap: var(--sp-2); min-width: 0; }
.svc-name-text { min-width: 0; }
.svc-name-tags { display: inline-flex; flex-wrap: wrap; gap: 4px; margin-top: 4px; }

/* country flag — bare OS emoji, no box/border/background */
.pr-flag {
    display: inline-flex; align-items: center; justify-content: center;
    flex: none; font-size: 1.05em; line-height: 1;
}

/* NOTE: .svc-tag / .svc-tag-sm are defined per-stylesheet (likejo-smm.css for
   prices+category, likejo-landing.css for landings) so each context keeps its
   own tag look. This shared file only owns the name-line + flag chip. */
