/* Mobile search menu icon adjustments to match notifications style */
.m-menu-search-mobile {
  .m-menu-avatar__icon {
    width: 20px;
    height: 20px;
  }

  /* Override m-header-professionals-link-block__link styles in modal context */
  .m-menu-avatar__list .m-header-professionals-link-block__link {
    width: auto;
    height: auto;
    display: block;
  }
}
