/*--------------------------------------------------------------------------*\
    Image in menu item link
\*--------------------------------------------------------------------------*/

.topbar__menu-image {
    /*box*/
    height: calc(var(--topbar-height) / 2);
    width: calc(var(--topbar-height) / 2);

    /*border*/
    border-radius: 50%;
}