/* Material Symbols Icon Styling */
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

/* Remove gap from last grid item */
.grid-no-last-gap > :last-child {
  margin-right: 0;
}