

#header_inner {
    padding: 0.5em 2em 0 2em;
    display: flex;
    gap: 1em;
    justify-content: space-between;
}

#header_inner:only-child {
    flex-direction: row;
}

#header_inner.admin {
    /*padding: 0.4em 3em 0em 3em;*/
    color: white;
}

#header_inner .admin_buttons {
    overflow: auto;
    padding: 1em 1em 0.1em 1em;
}




#nav_2026 {
    display: flex;
    gap: 0.25em;
    justify-content: flex-end;
    margin-left: auto;
    align-self: flex-end;
    font-size: 0.95em;
}



.nav_selectable {
    -webkit-user-select: text;
}






#nav_2026 .menuitemwrapper {
    display: block;
    position: relative;
}

#nav_2026 .menuitem {
    padding: 0.8em 0.6em 0.8em 0.6em;
    font-weight: normal;
    border-radius: 0.5em;
    font-size: 0.95em;
    line-height: 1.2;
    display: block;
    text-align: center;
    cursor: pointer;
}

.menuitem_carticon img {
    margin-left: 0.7em;
}

#nav_2026 .menuitem:hover {
    background-color: rgba(0,0,0,0.33);
    color: black;
}

#nav_2026 .nav_dropdown {
    position: absolute;
    top: 2.1em;
    left: -1.4em;
    padding: 0.7em 0.95em;
    background: white;
    display: none;
    border-radius: 0.65em;
    box-shadow: 0 0.2em 1.125em rgba(0, 0, 0, 0.3);
    overflow: hidden;
    min-width: 11em;
    z-index: 1100;
}

#nav_2026 .nav_dropdown_icon {
    width: 0.65em;
    height: 0.65em;
    display: inline-block;
    margin-left: 0.35em;
    margin-bottom: 0.04em;
}

#nav_2026 .nav_dropdown_spacer {
    background: #ddd;
    height: 2px;
    margin: 0.5em -1em;
}


#nav_2026 .nav_dropdown_anchor_rightish {
    left: auto;
    right: -6em;
}


#nav_2026 .nav_dropdown_anchor_right {
    left: auto;
    right: -0.75em;
}

#nav_2026 .nav_dropdown a:not(.fw_toggle_link) {
    display: block;
    font-size: 1em;
    padding: 0.6em 1em 0.5em 1em;
    line-height: 1.2;
    white-space: nowrap;
    color: black;
    border-radius: 0.35em;
    transition: transform .2s;
}

#nav_2026 .nav_dropdown a:hover:not(.fw_toggle_link) {
    background: #0184e1;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.3);
}

#nav_2026 .nav_dropdown a:hover .nav_dropdown_icon {
    filter: invert(1) brightness(1.5);
}

#nav_2026 .nav_item_flexbox {
    display: flex;
    align-items: center;
    margin-left: 1em;
    margin-top: 1em;
}

#nav_2026 .fw_toggle {
    font-size: 0.75em;
    margin-right: 0;
    margin-bottom: 0;
}







#header_main_search {
    position: relative;
}

#header_search_input, #header_search_input:focus {
    border: none;
    outline: none;
    padding: 0.5em;
    width: 14em;
    height: 2.25em;
    box-sizing: border-box;
    border-radius: 0.25em;
}

#header_search_submit {
    display: block;
    position: absolute;
    right: 0;
    z-index: 100;
    width: 2em;
    height: 2.25em;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url(/framework/images/search_dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2em;
}






#header_right_links {
    display: flex;
    gap: 0.25em;
}

#header_right_links a {
    display: block;
    border-radius: 0.25em;
    padding: 0.5em 0.75em;
}
#header_right_links a:hover {
    background: white;
    color: black;
}

#mnav_close {
    display: none;
}

