html[lang="zh-Hans"] body {
font-family: "Noto Sans SC", sans-serif !important;
} html[lang="zh-Hans"] h1,
html[lang="zh-Hans"] h2,
html[lang="zh-Hans"] h3,
html[lang="zh-Hans"] h4,
html[lang="zh-Hans"] h5,
html[lang="zh-Hans"] h6 {
font-family: "Noto Sans SC", sans-serif !important;
font-weight: 700 !important;
} html[lang="zh-Hans"] strong,
html[lang="zh-Hans"] b {
font-weight: 700 !important;
} html[lang="zh-Hans"] .stk-block-heading__text {
font-weight: 700 !important;
} .dashicons,
.dashicons:before {
font-family: dashicons !important;
}   .bogo-language-switcher {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
display: flex !important;
gap: 8px;
} .bogo-language-switcher li {
display: inline-flex !important;
align-items: center;
justify-content: center;
padding: 8px 16px !important; background-color: #7268a0;
color: #fff !important;
border-radius: 4px;
border: 1px solid #7268a0;
font-size: 14px;
font-weight: bold;
transition: all 0.3s ease;
cursor: default;
position: relative;
} .bogo-language-switcher li a,
.bogo-language-switcher li .bogo-language-name,
.bogo-language-switcher li .current {
display: inline !important; padding: 0 !important; margin: 0 !important;
color: inherit !important; text-decoration: none !important;
background: none !important; border: none !important;
} .bogo-language-switcher li a::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .bogo-language-switcher li:has(a) {
cursor: pointer;
}
.bogo-language-switcher li:has(a):hover {
background-color: #5740bd;
border-color: #5740bd;
} .bogo-language-switcher li:not(:has(a)) {
opacity: 0.6;
}
.bogo-language-switcher.list-view > li.current {
display: none !important;
} .bogo-language-switcher .bogoflags {
display: none !important;
}    .btn-submit {
display: flex !important;
justify-content: center !important;
margin-top: 30px !important; position: relative; } .wpcf7-submit {
display: inline-block !important;
margin: 0 !important;
} .wpcf7-response-output {
text-align: center;
} .wpcf7-form-control::placeholder {
font-weight: 100 !important; color: #888 !important;
} .captcha-wrap {
display: flex;
align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 20px; } .wpcf7-captchar {
width: 120px !important;
height: 40px !important; }     .wpcf7 input#doc-display.no-border {
border: none !important;
background: transparent !important;
box-shadow: none !important;
outline: none !important;
padding: 0 !important;
font-size: 1.2em;
font-weight: bold;
color: #333;
pointer-events: none;
width: 100%;
} .wpcf7 .hidden-fields-container,
.wpcf7 input[type="hidden"] {
display: none !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}