/*
Theme Name: MH Magazine lite Child
Template: mh-magazine-lite
Author: Steve Lang
Description: Custom child theme for Slang.asia
Version: 1.0.1785641925
Updated: 2026-08-02 03:38:45

*/

/* ==========================================
   Language Switcher Above Header
========================================== */

.mh-lang-switcher-above {
    width: 100%;
    background: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.mh-lang-switcher-above ul {
    list-style: none !important;
    list-style-type: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 0 !important;
    padding: 0 !important;
}

.mh-lang-switcher-above li {
    list-style: none !important;
    list-style-type: none !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mh-lang-switcher-above li::before,
.mh-lang-switcher-above li::marker {
    display: none !important;
    content: "" !important;
}

.mh-lang-switcher-above a {
    display: block;
    line-height: 1;
    text-decoration: none;
    background: transparent !important;
}

.mh-lang-switcher-above img,
.mh-lang-switcher-above svg {
    display: block;
    width: 42px !important;
    height: auto !important;
    max-width: none !important;
}