/* =============================================================================
   COMPONENT: plan — care-plan read view extras (Dusk slice 5): the "Updated
   by …" attribution line and key-contact rows that pair a tappable contact
   with an admin edit button.
   ========================================================================== */
@layer components {
  .plan-attribution { --cluster-gap: var(--space-xs); font-size: var(--text-sm); }

  /* A key-contact list item: the contact link fills the row, the edit button
     sits at the trailing edge. */
  .plan-contact { display: flex; align-items: center; }
  .plan-contact > .menu-list__item { flex: 1; min-inline-size: 0; }
  .plan-contact__edit { flex: none; margin-inline-end: var(--space-2xs); }
}
