/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
*/

.topbar-left{
    display:flex;
    align-items:center;
    gap:22px;
}

.topbar-left a{
    display:flex;
    align-items:center;
    gap:7px;
    color: whitesmoke;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    line-height:1;
}

.topbar-left i{
    font-size:14px;
    color:whitesmoke;
}



