.top-bar {
    background: #f8f9fb;
    font-size: 13px;
    border-bottom: 1px solid #e5e7eb;
}

.top-bar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.top-bar__left {
    color: #6b7280;
}

.top-bar__right {
    color: #6b7280;
}

.top-bar__right a {
    color: #111827;
    text-decoration: none;
    font-weight: 500;
}

.top-bar__right a:hover {
    text-decoration: underline;
}

.separator {
    margin: 0 8px;
    color: #d1d5db;
}