.header-bar {
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 12px;
    text-align: center;
}

.header-bar__inner {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.header-bar__icon img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.header-bar__text {
    font-weight: 500;
}
