/* Shared SVG symbols must have an explicit size in both headers and menu tiles. */
.app-inline-symbol {
    display: inline-block;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
