/* change default baseline alignment of the icon font to text-bottom */
.material-symbols-outlined {
  vertical-align: text-bottom;
}
