/*
 * Django unfold styles override
 */
#changelist-form tbody tr th a {
    text-decoration: underline;
}

@media (hover: hover) {
    #changelist-form tbody tr th a {
        text-decoration: none;
    }

    #changelist-form tbody tr th a:hover {
        text-decoration: underline;
    }
}

/*
 * django-modeltranslation styles to match unfold theme
 */
#modeltranslation-main-switch {
    display: flex;
    border-width: 1px;
    background-color: transparent;
    font-weight: 500;
    border-radius: 6px;
    padding: 6px 12px;
    min-width: 70px;
    appearance: none;
    margin-left: 10px;
}


#translation-heading:has(#modeltranslation-main-switch) {
    display: flex;
}

/*
 * django-modeltranslation hide unnecessary tabs because of global language switch
 */
.ui-tabs-nav {
    display: none !important;
}
