.gt-bottom-bar{
    background-color: var(--gt-color-primary);
    color: #fff;
    font-size: 14px;
    line-height: 0;
    padding: 10px 0;
}

.gt-bottom-bar__logo{
    width: 140px;
    height: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .gt-bottom-bar {
        text-align: center;
    }
}