﻿header {
    height: 74px;
    color: var(--primary-color);
    border-bottom: 1px solid #e6e6e6;
}

    header a {
        color: inherit;
        text-decoration: none;
    }

.header-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px;
}

.brand-image {
    width: 90px;
}

.brand-name {
    font-size: 20px;
}

.header-right {
    display: flex;
}

.header-link {
    padding: 8px 16px;
    font-weight: 700;
}
