/* Unified outline icon style - matches design spec */
.icon-outline {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.item-icon .icon-outline { width: 24px; height: 24px; }
.option-icon .icon-outline { width: 28px; height: 28px; }
.contact-icon-svg { width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
