/* Horizontal Nav Widget — Default Styles */

.hnw-nav {
    box-sizing: border-box;
}

.hnw-top-level {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hnw-top-item {
    display: flex;
    flex-direction: column;
}

.hnw-top-item > a {
    text-decoration: underline;
}

.hnw-nested {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hnw-nested a {
    text-decoration: none;
}

.hnw-nav a {
    transition: color 0.2s ease;
}
