.gc-language-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
}

.gc-language-toggle-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease, opacity 0.2s ease;
    line-height: 1;
}

.gc-language-toggle-option.is-active {
    color: #fff;
}

.gc-language-toggle-option:not(.is-active) {
    color: rgba(255, 255, 255, 0.72);
}

.gc-language-toggle-option:focus-visible {
    outline: 2px solid rgba(0, 124, 54, 0.32);
    outline-offset: 2px;
}

.header_lang {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 12px;
    padding-left: 0;
    min-height: 20px;
    border-left: 0;
}

.header_lang::before {
    display: none;
}

.gc-language-toggle-option-pc + .gc-language-toggle-option-pc::before {
    content: none;
}

.ys_hd_pc.on .header_lang::before,
.ys_hd_pc.fixed .header_lang::before,
.ys_hd_pc:hover .header_lang::before {
    display: none;
}

.ys_hd_pc.on .gc-language-toggle-option,
.ys_hd_pc.fixed .gc-language-toggle-option,
.ys_hd_pc:hover .gc-language-toggle-option {
    color: rgba(17, 17, 17, 0.54);
}

.ys_hd_pc.on .gc-language-toggle-option.is-active,
.ys_hd_pc.fixed .gc-language-toggle-option.is-active,
.ys_hd_pc:hover .gc-language-toggle-option.is-active {
    color: #007C36;
}

.gc-language-toggle-mobile {
    margin-left: auto;
    margin-right: 6px;
    padding: 0;
    gap: 4px;
}

.gc-language-toggle-mobile .gc-language-toggle-option {
    min-width: 44px;
    min-height: 44px;
    /* border: 1px solid rgba(0, 124, 54, 0.22); */
    border-radius: 22px;
    /* background: rgba(0, 124, 54, 0.06); */
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #007C36;
}

.gc-language-toggle-mobile .gc-language-toggle-option.is-active {
    color: #007C36;
}

.gc-language-toggle-mobile .gc-language-toggle-option + .gc-language-toggle-option::before {
    content: none;
}

html[lang="zh-CN"] .gc-language-toggle-option[data-language-link="zh-CN"],
html[lang="en"] .gc-language-toggle-option[data-language-link="en"] {
    display: none;
}

html[lang="en"] .header_nav_cg1 p,
html[lang="en"] .ys_mobile_nav_link,
html[lang="en"] .ys_mobile_nav_sublink,
html[lang="en"] .sub-menus-title,
html[lang="en"] .sub-menus a {
    letter-spacing: 0;
}

html[lang="en"] .ys_footer_contact .yfbl_address1 {
    width: 136px;
}

html[lang="en"] .ys_footer_contact .yfbl_address2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 10px;
    min-width: 0;
}

html[lang="en"] .ys_footer_contact .yfbl_address2 span + a {
    margin-left: 0;
}

html[lang="en"] .ys_footer_contact .ys_footer_pc_business .yfbl_address2 span,
html[lang="en"] .ys_footer_contact .ys_footer_pc_business .yfbl_address2 a {
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    html[lang="en"] .ys_footer_contact .yfbl_address1 {
        width: auto;
    }
}
