.topbar-luma {
    background: linear-gradient(90deg, #1979c3, #145a8d);
    color: #fff;
    font-size: 13px;
}

.topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.topbar-left img {
    width: 24rem;
    height: auto;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar-right a {
    background: #fff;
    color: #1979c3;
    padding: 3px 10px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}

.topbar-right a:hover {
    background: #f2f2f2;
}
