/* DNF Core - Navigation Font CSS */
.nav-primary, .nav-secondary {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
}

.nav-primary .menu-item, .nav-secondary .menu-item {
    text-align: center;
    flex-grow: 1;
}

.nav-primary a, .nav-secondary a {
    display: inline-block;
    padding: 10px 20px;
    transition: font-size 0.3s ease;
}

/* Test Mode Styles */
.gndf-test-mode {
    position: relative;
    border: 1px dashed rgba(0,0,0,0.2);
}

.gndf-test-mode a {
    position: relative;
    background: rgba(255,255,255,0.9);
    border: 1px solid #eee;
}

.gndf-test-mode .gndf-size-info {
    display: block;
    font-size: 60%;
    color: #666;
    line-height: 1;
    margin-top: 2px;
}

/* Admin Bar Styles */
#wp-admin-bar-gndf-admin-bar .ab-icon {
    margin-right: 4px !important;
    line-height: 1.5;
}

#wp-admin-bar-gndf-current-size .ab-label {
    white-space: nowrap;
}
