/* ==========================================
   LANGUAGE SWITCHER - ขนาดเล็ก
   ========================================== */

.language-switcher-custom .mod-languages,
.mod-languages.language-switcher-custom {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.language-switcher-custom .mod-languages ul,
.mod-languages.language-switcher-custom ul {
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.language-switcher-custom .mod-languages li,
.mod-languages.language-switcher-custom li {
    margin: 0 !important;
    padding: 0 !important;
}

/* ปุ่มภาษา */
.language-switcher-custom .mod-languages li a,
.mod-languages.language-switcher-custom li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 29px !important;
    min-width: 43px !important;

    padding: 2px 4px !important;

    background: transparent !important;
    border-radius: 4px !important;

    color: #ffffff !important;
    text-decoration: none !important;

    font-size: 0 !important;
}

/* ธง */
.language-switcher-custom .mod-languages img,
.mod-languages.language-switcher-custom img {
    width: 21px !important;
    height: auto !important;
    max-height: 16px !important;
    margin-right: 3px !important;
}

/* TH */
.language-switcher-custom .mod-languages li:nth-child(1) a::after,
.mod-languages.language-switcher-custom li:nth-child(1) a::after {
    content: "TH";
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

/* EN */
.language-switcher-custom .mod-languages li:nth-child(2) a::after,
.mod-languages.language-switcher-custom li:nth-child(2) a::after {
    content: "EN";
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

/* ภาษาที่เลือก */
.language-switcher-custom .mod-languages li.lang-active a,
.mod-languages.language-switcher-custom li.lang-active a {
    background: #174ea6 !important;
}

/* Hover */
.language-switcher-custom .mod-languages li a:hover,
.mod-languages.language-switcher-custom li a:hover {
    background: #2d6dcc !important;
}

/* ลบจุด */
.language-switcher-custom li::before,
.language-switcher-custom li::after,
.mod-languages.language-switcher-custom li::before,
.mod-languages.language-switcher-custom li::after {
    display: none !important;
    content: none !important;
}