.top-row {
    background-color: white;
    border-bottom: 1px solid #e9e9e9;
}

.nav-link {
    padding: 0.25rem;
    background-color: transparent;
    border-bottom: .25rem solid transparent;
    white-space: nowrap;
}

.nav-item {
    color: var(--nucleus-text-color);
    font-size: 1rem;
    padding: 0.5rem;
}

.nav-item a {
    border-radius: 0;
    font-weight: bold;
    color: var(--nucleus-text-color);
    height: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 2.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-item a.active {
    color: var(--rws-primary-color);
    border-bottom: 3px solid var(--rws-primary-color);
    border-radius: 0;
}

.nav-hoverable a:hover {
    color: var(--rws-primary-color);
    background-color: #F5F5F5
}

.nav-hoverable a:active {
    color: var(--rws-primary-color);
    background-color: #F5F5F5
}