/* =========================
Inline SVG icons
========================= */
.vmk-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1em;
height: 1em;
flex-shrink: 0;
vertical-align: middle;
svg {
width: 100%;
height: 100%;
display: block;
}
}