div.fresco-topbar {
    background: var(--color);
}

div.fresco-topbar>div a {
    color: white;
}

div.fresco-topbar>div a:hover {
    text-decoration: underline !important;
}

div.fresco-topbar>div svg {
    fill: white;
}

div#fresco-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

div#fresco-container>div {
    width: 50%;
    padding: 0 15px;
}


div.fresco-topbar div#fresco-container a {
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
}

.header-footer-group.sticky div.fresco-topbar {
    display: none;
}

div#fresco-container>div:nth-child(2) {
    text-align: right;
}

div#fresco-container {
    padding: 5px 0;
}

.fresco-topbar div#fresco-container>div:nth-child(1) a i {
    margin-right: 5px;
}