/* Fix for Secondary Menu Gadget */
#id_dcduP9o a {
    color: #a6f1f4 !important;  /* Normal link color (blue) */
}

#id_dcduP9o a:hover {
    color: #ffffff !important;  /* Hover color (light blue) */
}

#id_dcduP9o .selected a,
#id_dcduP9o  a.active {
    color: #FFD700 !important;  /* Active link color (gold) */
}

/* Fix for Secondary Menu Gadget in Askhub */
#id_LHJFObH a {
    color: #a6f1f4 !important;  /* Normal link color (blue) */
}

#id_LHJFObH a:hover {
    color: #ffffff !important;  /* Hover color (light blue) */
}

#id_LHJFObH .selected a,
#id_LHJFObH  a.active {
    color: #FFD700 !important;  /* Active link color (gold) */
}

/* === ISAWC Header Logo Alignment === */
#id_1HD4q8K img {
    vertical-align: middle;
    margin-top: -12px;  /* adjust between -8px and -18px if needed */
    max-height: 120px;  /* keeps logo proportional */
}

/* Keep alignment consistent on smaller screens */
@media (max-width: 768px) {
    #id_1HD4q8K img {
        margin-top: 0;
        max-height: 80px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

