/*--------------------------------------------------------------------------*\
	Link in menu item
\*--------------------------------------------------------------------------*/

.tab__menu-link {
    /*box*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    /*text*/
    white-space: nowrap;

    /*transition*/
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}