/*
 * Hicoria Header V3
 *
 * The historical navbar structure and sticky behaviour remain authoritative.
 * This stylesheet only adds compact icon presentation.
 */

.hicoria-v3-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #83c341;
    fill: currentColor;
    vertical-align: middle;
}

/*
 * Do not change the historical navbar layout model.
 * Icons remain ordinary inline content inside the existing links.
 */
.navbar .nav > li > a.hicoria-v3-nav-link .hicoria-v3-icon {
    margin-right: 6px;
}

.navbar .nav > li > a.hicoria-v3-nav-link:hover .hicoria-v3-icon,
.navbar .nav > li.active > a.hicoria-v3-nav-link .hicoria-v3-icon {
    color: #95d653;
}

.hicoria-v3-auth-image {
    display: inline-block;
    width: 20px;
    height: 20px;
    max-width: none;
    object-fit: contain;
    vertical-align: middle;
}

.hicoria-v3-account-icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    vertical-align: -3px;
}

.navbar .nav .user2 > a.hicoria-v3-user-action {
    white-space: nowrap;
}

.navbar .nav .user2 > a.hicoria-v3-user-action .hicoria-v3-icon {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    vertical-align: -2px;
}

.navbar .nav > li.hicoria-v3-privileged-admin {
    margin-right: 4px;
}

@media (max-width: 979px) {
    .hicoria-v3-auth-image {
        width: 18px;
        height: 18px;
    }
}
