﻿.dnf-smart-nav-element {
    --dnf-smart-nav-element-bg: var(--bs-white, white);
    background-color: var(--dnf-smart-nav-element-bg) !important;
    text-decoration: none;
}

    .dnf-smart-nav-element.selected {
        --dnf-smart-nav-element-color: var(--bs-white, white);
        --dnf-smart-nav-element-bg: var(--bs-primary, blue);
        color: var(--dnf-smart-nav-element-color) !important;
        background-color: var(--dnf-smart-nav-element-bg) !important;
    }
