/* ─── company-card host element ────────────────────────────
   The component adds class="company-card" to itself so that
   all layout rules in style.css apply automatically.
   This file only handles what the class selector can't reach:
   the custom element's default display before the class loads.
──────────────────────────────────────────────────────────── */

company-card {
  display: flex;
}
