/* FEEL AI service menu icons. Shared PC/mobile header, 2026-09-16. */
.header_fixed svg.fm-ai-menu-icon,
.header_mo_open svg.fm-ai-menu-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0 6px 0 0;
  vertical-align: -3px;
  color: #2f2f2f;
  pointer-events: none;
}
.header_mo_open svg.fm-ai-menu-icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  margin-right: 8px;
  vertical-align: -4px;
}
