/* Minimal original-site tuning: keep the source DOM and layout intact. */
html,
body,
#scroll_container,
#overflow_canvas_container {
  width: 100% !important;
  min-width: 0 !important;
}

/* v45: brand-safe interaction states, legal documents and recruitment text. */
:root {
  --fx-purple: #4d4398;
  --fx-purple-dark: #3d357e;
  --fx-yellow: #ffe81f;
  --fx-ink: #282532;
}

/* Legacy SiteBuilder forms used a red submit skin and red validation text.
 * All custom form states now stay inside the Fangxian purple/yellow system. */
#canvas form.mesform a.btnsubmit,
#canvas form.mesform button[type="submit"],
#canvas form.mesform input[type="submit"],
form.mesform a.btnsubmit,
form.mesform button[type="submit"],
form.mesform input[type="submit"] {
  box-sizing: border-box !important;
  border: 1px solid var(--fx-purple) !important;
  background: var(--fx-purple) !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color 160ms ease, border-color 160ms ease,
    color 160ms ease, transform 160ms ease !important;
}

#canvas form.mesform a.btnsubmit:hover,
#canvas form.mesform a.btnsubmit:focus-visible,
#canvas form.mesform button[type="submit"]:hover,
#canvas form.mesform button[type="submit"]:focus-visible,
#canvas form.mesform input[type="submit"]:hover,
#canvas form.mesform input[type="submit"]:focus-visible,
form.mesform a.btnsubmit:hover,
form.mesform a.btnsubmit:focus-visible,
form.mesform button[type="submit"]:hover,
form.mesform button[type="submit"]:focus-visible,
form.mesform input[type="submit"]:hover,
form.mesform input[type="submit"]:focus-visible {
  border-color: var(--fx-yellow) !important;
  background: var(--fx-yellow) !important;
  color: #302a69 !important;
  transform: translateY(-1px) !important;
}

form.mesform .reqtip,
form.mesform .required,
form.mesform .must,
form.mesform .fx-field-error,
form.mesform .fx-privacy-consent.fx-consent-error,
form.mesform .fx-form-alert.is-error {
  color: var(--fx-purple) !important;
}

form.mesform input[aria-invalid="true"],
form.mesform select[aria-invalid="true"],
form.mesform textarea[aria-invalid="true"] {
  border-color: var(--fx-purple) !important;
  box-shadow: 0 0 0 3px rgba(77, 67, 152, 0.16) !important;
}

/* The legacy mobile culture page contained animation layers permanently set
 * to display:none, leaving several screenfuls of blank space. Preserve every
 * message in a semantic, naturally flowing mobile layout. */
@media (max-width: 600px) {
  body.fx-mobile-culture-page #scroll_container,
  body.fx-mobile-culture-page #fx-scaled-scroll-stage,
  body.fx-mobile-culture-page #canvas {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-photo-image {
    position: absolute;
    z-index: 20;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 70% center !important;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-copy {
    position: absolute;
    z-index: 30;
    inset: 0;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 44px 22px 20px;
    background: linear-gradient(180deg, rgba(45, 38, 101, 0.88) 0%, rgba(45, 38, 101, 0.44) 35%, rgba(45, 38, 101, 0.05) 68%, rgba(45, 38, 101, 0.3) 100%);
    color: #fff;
    text-align: left;
    text-shadow: 0 2px 12px rgba(20, 17, 48, 0.38);
    pointer-events: none;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-copy strong {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-copy span {
    display: block;
    margin-top: 14px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.34;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-copy small {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-flow {
    position: relative;
    box-sizing: border-box;
    width: 320px;
    margin: 60px 0 0;
    padding: 32px 14px 44px;
    background: #f7f6fb;
    color: var(--fx-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-flow__intro {
    padding: 0 4px 26px;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-flow__intro > span,
  body.fx-mobile-culture-page .fx-mobile-culture-card span {
    color: var(--fx-purple);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-flow h1 {
    margin: 8px 0 12px;
    color: var(--fx-purple);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-flow p {
    margin: 0;
    color: #575260;
    font-size: 13.5px;
    line-height: 1.78;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-card {
    overflow: hidden;
    margin-top: 16px;
    border: 1px solid rgba(77, 67, 152, 0.13);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(35, 30, 76, 0.08);
  }

  body.fx-mobile-culture-page .fx-mobile-culture-card img {
    display: block !important;
    width: 100% !important;
    height: 168px !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-card > div {
    padding: 20px 18px 22px;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-card h2 {
    margin: 7px 0 10px;
    color: var(--fx-purple);
    font-size: 21px;
    font-weight: 550;
    line-height: 1.3;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-card--purple {
    border-color: var(--fx-purple);
    background: var(--fx-purple);
  }

  body.fx-mobile-culture-page .fx-mobile-culture-card--purple span,
  body.fx-mobile-culture-page .fx-mobile-culture-card--purple h2,
  body.fx-mobile-culture-page .fx-mobile-culture-card--purple p {
    color: #fff;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-card--yellow {
    border-color: var(--fx-yellow);
    background: var(--fx-yellow);
  }

  body.fx-mobile-culture-page .fx-mobile-culture-card--yellow h2 {
    color: #332d6d;
  }

  body.fx-mobile-culture-page .fx-mobile-culture-card--yellow p {
    color: #3e3950;
  }
}

/* The recruitment link was clipped by fixed SiteBuilder widths at desktop and
 * tablet breakpoints. Let the text and every legacy wrapper size to content. */
a[href*="zhipin.com"] {
  display: inline-block !important;
  max-width: 100% !important;
  white-space: nowrap !important;
}

.cstlayer:has(a[href*="zhipin.com"]),
.cstlayer:has(a[href*="zhipin.com"]) > div,
.wp-title_content:has(a[href*="zhipin.com"]) {
  width: max-content !important;
  min-width: 315px !important;
  max-width: calc(100vw - 32px) !important;
  height: auto !important;
  min-height: 32px !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

/* Legal and privacy pages share a single, readable, responsive document
 * template instead of inheriting unrelated fixed-canvas title sizes. */
body.fx-legal-page #canvas {
  position: relative !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  background: #f7f6fb !important;
}

/* The legacy SiteBuilder keeps the footer in normal flow but also adds a
 * route-specific relative `top` offset (2806px on the desktop legal pages).
 * Reset that obsolete coordinate only for the native legal template so the
 * footer follows the document immediately without changing other routes. */
body.fx-legal-page #overflow_canvas_container {
  position: relative !important;
  top: 0 !important;
  bottom: auto !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

body.fx-legal-page #scroll_container_bg {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
}

body.fx-legal-page #fx-scaled-scroll-stage {
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

body.fx-legal-page #site_footer {
  top: 0 !important;
  bottom: auto !important;
  margin-top: 0 !important;
  transform: none !important;
}

@media (max-width: 719px) {
  body.fx-legal-page #scroll_container {
    height: 100vh !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

.fx-legal-document {
  box-sizing: border-box;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(52px, 6vw, 88px) clamp(28px, 5vw, 72px);
  color: var(--fx-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
}

.fx-legal-document__header {
  margin-bottom: 42px;
  padding-bottom: 26px;
  border-bottom: 3px solid var(--fx-yellow);
}

.fx-legal-document__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--fx-purple);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fx-legal-document h1 {
  margin: 0;
  color: var(--fx-purple);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.fx-legal-document__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 18px 0 0;
  color: #696476;
  font-size: 14px;
  line-height: 1.65;
}

.fx-legal-document__notice {
  margin: 0 0 34px;
  padding: 20px 22px;
  border-left: 5px solid var(--fx-purple);
  border-radius: 0 10px 10px 0;
  background: #fffde7;
  color: #4a4654;
  font-size: 16px;
  line-height: 1.85;
}

.fx-legal-document section {
  margin-top: 34px;
}

.fx-legal-document h2 {
  margin: 0 0 14px;
  color: var(--fx-purple);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 550;
  line-height: 1.35;
}

.fx-legal-document h3 {
  margin: 22px 0 10px;
  color: #3f3a50;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.fx-legal-document p,
.fx-legal-document li {
  color: #514d5a;
  font-size: 16px;
  line-height: 1.95;
}

.fx-legal-document p {
  margin: 10px 0;
}

.fx-legal-document ul,
.fx-legal-document ol {
  margin: 10px 0;
  padding-left: 1.5em;
}

.fx-legal-document a {
  color: var(--fx-purple) !important;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fx-legal-document table {
  width: 100%;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid #dedbe7;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  background: #fff;
}

.fx-legal-document th,
.fx-legal-document td {
  padding: 14px 16px;
  border-right: 1px solid #e5e2eb;
  border-bottom: 1px solid #e5e2eb;
  color: #514d5a;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

.fx-legal-document th {
  background: #f0eef8;
  color: #3f387e;
  font-weight: 600;
}

.fx-legal-document tr:last-child td,
.fx-legal-document tr:last-child th {
  border-bottom: 0;
}

.fx-legal-document th:last-child,
.fx-legal-document td:last-child {
  border-right: 0;
}

@media (max-width: 720px) {
  .cstlayer:has(a[href*="zhipin.com"]),
  .cstlayer:has(a[href*="zhipin.com"]) > div,
  .wp-title_content:has(a[href*="zhipin.com"]) {
    min-width: 0 !important;
    width: min(340px, calc(100vw - 32px)) !important;
  }

  a[href*="zhipin.com"] {
    font-size: 15px !important;
  }

  .fx-legal-document {
    width: 100%;
    padding: 42px 20px 58px;
  }

  .fx-legal-document__header {
    margin-bottom: 28px;
  }

  .fx-legal-document__notice {
    padding: 16px 17px;
    font-size: 15px;
  }

  .fx-legal-document table,
  .fx-legal-document tbody,
  .fx-legal-document tr,
  .fx-legal-document th,
  .fx-legal-document td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .fx-legal-document tr {
    border-bottom: 1px solid #dedbe7;
  }

  .fx-legal-document tr:last-child {
    border-bottom: 0;
  }

  .fx-legal-document th,
  .fx-legal-document td {
    border-right: 0;
  }
}

/* v44: coordinated imagery, contained source sliders and content-safe overlays */
body.fx-source-desktop #layer10DDE38DCFF28AEC5CCB2CB2A122944B,
body.fx-source-desktop #layer619D7F6919938CA47B4B66BF2226C818 {
  overflow: hidden !important;
  background: #18171d;
}

body.fx-source-desktop #layer10DDE38DCFF28AEC5CCB2CB2A122944B img,
body.fx-source-desktop #layer619D7F6919938CA47B4B66BF2226C818 img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.fx-source-desktop #layer10DDE38DCFF28AEC5CCB2CB2A122944B::before,
body.fx-source-desktop #layer619D7F6919938CA47B4B66BF2226C818::before {
  content: "方鲜饮品定制化解决方案";
  position: absolute;
  z-index: 8;
  top: 205px;
  left: 92px;
  width: 610px;
  color: #4d4398;
  font-family: "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.92);
}

body.fx-source-desktop #layer10DDE38DCFF28AEC5CCB2CB2A122944B::after,
body.fx-source-desktop #layer619D7F6919938CA47B4B66BF2226C818::after {
  content: "按门店场景研发 · 标准化出品 · 持续上新";
  position: absolute;
  z-index: 8;
  top: 288px;
  left: 96px;
  color: #ffe81f;
  font-family: "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

body.fx-source-desktop.fx-language-en
  #layer619D7F6919938CA47B4B66BF2226C818::before {
  content: "Tailored Beverage Solutions";
  width: 680px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 50px;
}

body.fx-source-desktop.fx-language-en
  #layer619D7F6919938CA47B4B66BF2226C818::after {
  content: "Developed for your concept · Consistent preparation · Seasonal launches";
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
}

body.fx-source-desktop #layerB8CA369BCBBB11E44AF2DE576394B8C7,
body.fx-source-desktop #layer81F768DFF9EEA91F8098599BA40ADB69,
body.fx-source-mobile #layerDD8BAE4C6CB1D0356911A712984BC12F {
  display: none !important;
}

/* The solutions page uses a large yellow wave as decoration. In the source
 * export it sits above the section heading and hides the opening copy. Keep
 * the original artwork, but put it behind every real content layer. */
body.fx-source-desktop #layer16AF88C3471ED5488148F004A38BADAC {
  z-index: 90 !important;
  pointer-events: none !important;
}

body.fx-source-desktop
  #layer5B470193E972AAF81C8305A0D94AE18C
  > .cstlayer[type="title"] {
  z-index: 200 !important;
}

/* Keep the replacement culture-page photograph in an isolated stacking
 * context. The mission copy already follows it in the source document, so the
 * real photo stays deliberately free of duplicate baked-in text. */
body.fx-source-desktop #layer81A46AE856F04943514610DE6A3A5C07 {
  isolation: isolate;
}

body.fx-source-desktop #layer2097E4C363294066788D3EB944E695CD,
body.fx-source-desktop #layer7A5641B736A027EB9BAD4AFC390FBE7D,
body.fx-source-desktop #layer0DA9E04400C9B05CD54106025D1A3871,
body.fx-source-desktop #layer7C0A53318C5EC46E2E075F12670A230A {
  left: 60px !important;
  width: 1280px !important;
  height: 320px !important;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(51, 45, 114, 0.16);
}

body.fx-source-desktop
  :is(
    #layer2097E4C363294066788D3EB944E695CD,
    #layer7A5641B736A027EB9BAD4AFC390FBE7D,
    #layer0DA9E04400C9B05CD54106025D1A3871,
    #layer7C0A53318C5EC46E2E075F12670A230A
  )
  .wp-jslider_content,
body.fx-source-desktop
  :is(
    #layer2097E4C363294066788D3EB944E695CD,
    #layer7A5641B736A027EB9BAD4AFC390FBE7D,
    #layer0DA9E04400C9B05CD54106025D1A3871,
    #layer7C0A53318C5EC46E2E075F12670A230A
  )
  iframe {
  width: 100% !important;
  height: 320px !important;
  border-radius: 20px;
}

body,
button,
input,
select,
textarea {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.fx-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.fx-skip-link {
  position: fixed;
  z-index: 2147483647;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border: 2px solid #ffe81f;
  border-radius: 4px;
  background: #4d4398;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.fx-skip-link:focus {
  outline: 3px solid #fff;
  outline-offset: 2px;
  transform: translateY(0);
}

.menubtn[role="button"]:focus-visible,
.searchbox_btn[role="button"]:focus-visible,
a.btnsubmit[role="button"]:focus-visible,
#canvas a:focus-visible,
.fx-mobile-responsive-footer a:focus-visible {
  outline: 3px solid #ffe81f !important;
  outline-offset: 3px !important;
}

/* The legacy in-content site-search widget used a blue gradient bitmap that
 * conflicts with Fangxian's visual identity. Keep the footer search intact and
 * restyle only search actions inside the page canvas with the brand purple. */
#canvas .wp-sitesearch_container .searchbox_btn {
  position: relative !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  background: #4d4398 !important;
  cursor: pointer !important;
  transition: background-color 160ms ease !important;
}

#canvas .wp-sitesearch_container .searchbox_btn:hover,
#canvas .wp-sitesearch_container .searchbox_btn:focus-visible {
  background: #3d357e !important;
}

#canvas .wp-sitesearch_container .searchbox_btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  transform: translate(-64%, -64%);
}

#canvas .wp-sitesearch_container .searchbox_btn::after {
  position: absolute;
  top: 57%;
  left: 57%;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

form.mesform .fx-phone-input {
  box-sizing: border-box !important;
  height: 40px !important;
  resize: none !important;
}

form.mesform .fx-field-error {
  display: inline;
  margin-left: 8px;
  color: #4d4398;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

form.mesform .fx-privacy-consent {
  position: absolute;
  right: 0;
  bottom: 47px;
  left: 0;
  display: flex;
  min-height: 24px;
  align-items: center;
  gap: 7px;
  box-sizing: border-box;
  color: #555;
  font-size: 13px;
  line-height: 1.35;
}

form.mesform .fx-privacy-consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 0;
}

form.mesform .fx-privacy-consent a {
  color: #4d4398;
  text-decoration: underline;
  text-underline-offset: 2px;
}

form.mesform .fx-privacy-consent.fx-consent-error {
  color: #4d4398;
}

form.mesform .fx-form-alert {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

/* Unified cooperation-enquiry experience for the contact and partnership
 * pages. It deliberately overrides the fixed, red-hover legacy form skin. */
.fx-honeypot {
  position: fixed !important;
  top: -10000px !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.fx-contact-page .fx-cooperation-form-layer {
  left: 50% !important;
  top: 145px !important;
  width: min(1120px, calc(100% - 72px)) !important;
  height: auto !important;
  transform: translateX(-50%) !important;
  overflow: visible !important;
}

body.fx-contact-page .fx-cooperation-form-layer > div {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

body.fx-contact-page .fx-cooperation-form-shell,
body.fx-contact-page .fx-cooperation-form-shell > div {
  overflow: visible !important;
}

body.fx-contact-page .fx-cooperation-heading-layer {
  left: 50% !important;
  width: min(1120px, calc(100% - 72px)) !important;
  height: auto !important;
  transform: translateX(-50%) !important;
}

body.fx-contact-page .fx-cooperation-heading-layer--main {
  top: 42px !important;
}

body.fx-contact-page .fx-cooperation-heading-layer--sub {
  top: 96px !important;
}

body.fx-contact-page .fx-cooperation-heading-layer .wp-title_content {
  width: 100% !important;
  height: auto !important;
  color: #4d4398 !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.fx-contact-page .fx-cooperation-heading-layer--sub .wp-title_content {
  color: #777381 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
}

form.fx-cooperation-form {
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 22px 26px 20px !important;
  overflow: visible !important;
  border: 1px solid rgba(77, 67, 152, 0.14) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(46, 39, 102, 0.09) !important;
  color: #2f2d39 !important;
}

form.fx-cooperation-form .fx-cooperation-intro {
  margin: 0 0 16px !important;
  color: #676472 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

form.fx-cooperation-form .fx-cooperation-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px 18px !important;
  width: 100% !important;
}

form.fx-cooperation-form .fx-cooperation-field {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: 0 !important;
  color: #3d3a47 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

form.fx-cooperation-form .fx-field-label {
  display: block !important;
  min-height: 18px !important;
  color: #413b77 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

form.fx-cooperation-form input.inptext,
form.fx-cooperation-form select.inptext,
form.fx-cooperation-form textarea.txtarea {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 1px solid #d9d7e2 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #24212e !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease !important;
}

form.fx-cooperation-form input.inptext,
form.fx-cooperation-form select.inptext {
  height: 42px !important;
  padding: 0 12px !important;
}

form.fx-cooperation-form textarea.txtarea {
  min-height: 70px !important;
  padding: 10px 12px !important;
  resize: vertical !important;
}

form.fx-cooperation-form input.inptext:focus,
form.fx-cooperation-form select.inptext:focus,
form.fx-cooperation-form textarea.txtarea:focus {
  outline: 0 !important;
  border-color: #4d4398 !important;
  background: #fffef6 !important;
  box-shadow: 0 0 0 3px rgba(255, 232, 31, 0.35) !important;
}

form.fx-cooperation-form .fx-cooperation-actions {
  display: flex !important;
  justify-content: center !important;
  margin-top: 16px !important;
}

#canvas form.fx-cooperation-form .btnsubmit,
form.fx-cooperation-form .btnsubmit {
  float: none !important;
  display: inline-flex !important;
  width: min(360px, 100%) !important;
  height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 26px !important;
  border: 1px solid #4d4398 !important;
  border-radius: 7px !important;
  background: #4d4398 !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease, color 150ms ease !important;
}

#canvas form.fx-cooperation-form .btnsubmit:hover,
#canvas form.fx-cooperation-form .btnsubmit:focus-visible,
form.fx-cooperation-form .btnsubmit:hover,
form.fx-cooperation-form .btnsubmit:focus-visible,
.fx-partnership-page [data-fx-cooperation-trigger]:hover,
.fx-partnership-page [data-fx-cooperation-trigger]:focus-visible {
  border-color: #ffe81f !important;
  background: #ffe81f !important;
  color: #302a69 !important;
  transform: translateY(-1px) !important;
}

form.fx-cooperation-form .btnsubmit:disabled {
  cursor: wait !important;
  opacity: 0.7 !important;
  transform: none !important;
}

form.fx-cooperation-form .fx-privacy-consent {
  position: static !important;
  display: flex !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 22px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 14px auto 0 !important;
  color: #5e5a68 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

form.fx-cooperation-form .fx-form-alert {
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 12px 0 0 !important;
  overflow: visible !important;
  clip: auto !important;
  color: #5e5a68 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-align: center !important;
  white-space: normal !important;
}

form.fx-cooperation-form .fx-form-alert:empty {
  display: none !important;
}

form.fx-cooperation-form .fx-form-alert.is-success {
  color: #28744a !important;
}

form.fx-cooperation-form .fx-form-alert.is-error {
  color: #4d4398 !important;
}

.fx-cooperation-dialog {
  width: min(900px, calc(100vw - 40px));
  max-width: 900px;
  max-height: calc(100vh - 40px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(25, 21, 62, 0.34);
  color: #272431;
}

.fx-cooperation-dialog::backdrop {
  background: rgba(25, 21, 51, 0.62);
  backdrop-filter: blur(4px);
}

.fx-cooperation-dialog__panel {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  background: linear-gradient(180deg, #fffdf0 0, #fff 120px);
}

.fx-cooperation-dialog__eyebrow {
  margin: 0 0 6px;
  color: #4d4398;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}

.fx-cooperation-dialog h2 {
  margin: 0 0 20px;
  color: #4d4398;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.fx-cooperation-dialog__close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f2f0f7;
  color: #4d4398;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.fx-cooperation-dialog__close:hover,
.fx-cooperation-dialog__close:focus-visible {
  outline: 0;
  background: #ffe81f;
  color: #302a69;
}

.fx-cooperation-dialog form.fx-cooperation-form {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.fx-dialog-open {
  overflow: hidden !important;
}

body.fx-contact-page .mgototop_backToTop,
body.fx-dialog-open .mgototop_backToTop {
  display: none !important;
}

@media (max-width: 700px) {
  body.fx-contact-page .fx-cooperation-form-layer {
    left: 16px !important;
    top: 64px !important;
    width: calc(100% - 32px) !important;
    transform: none !important;
  }

  body.fx-contact-page .fx-cooperation-heading-layer {
    left: 16px !important;
    width: calc(100% - 32px) !important;
    transform: none !important;
  }

  body.fx-contact-page .fx-cooperation-heading-layer--main {
    top: 12px !important;
  }

  body.fx-contact-page .fx-cooperation-heading-layer--sub {
    top: 43px !important;
  }

  body.fx-contact-page .fx-cooperation-heading-layer .wp-title_content {
    font-size: 25px !important;
  }

  body.fx-contact-page .fx-cooperation-heading-layer--sub .wp-title_content {
    font-size: 12px !important;
  }

  form.fx-cooperation-form {
    padding: 18px 16px 16px !important;
    border-radius: 10px !important;
  }

  form.fx-cooperation-form .fx-cooperation-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .fx-cooperation-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 12px;
  }

  .fx-cooperation-dialog__panel {
    padding: 24px 14px 18px;
  }

  .fx-cooperation-dialog__eyebrow {
    padding: 0 44px;
  }

  .fx-cooperation-dialog h2 {
    margin-bottom: 16px;
  }

  .fx-cooperation-dialog form.fx-cooperation-form .fx-cooperation-intro {
    padding: 0 10px;
  }

  form.fx-cooperation-form .fx-privacy-consent {
    align-items: flex-start !important;
  }
}

.fx-legal-link {
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

#canvas .main_title,
#canvas .title_name,
#canvas h1,
#canvas h2,
#canvas h3,
#canvas h4,
#canvas h5,
#canvas h6,
#canvas b,
#canvas strong,
#canvas a,
#canvas .ahover,
#canvas .button_btndefault-label {
  font-weight: 500 !important;
}

.ahover,
.nav1,
.nav2,
.nav3 {
  font-weight: 500 !important;
}

#canvas .sub_title,
#canvas p,
#canvas li {
  font-weight: 400 !important;
}

.fx-tablet-header {
  display: none;
}

/* Use the first-party responsive header on every desktop-sized screen. The
 * archived fixed header is positioned by a delayed 1920px layout script and
 * can push the English navigation outside a 1400px canvas. */
@media (min-width: 720px) {
  body.fx-source-desktop:not(.fx-article-template) .full_column-fixed {
    display: none !important;
  }
}

@media (min-width: 720px) and (max-width: 1100px) {
  body.fx-source-desktop:not(.fx-article-template) .full_column-fixed {
    display: none !important;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 6000;
    display: grid;
    grid-template-columns: 172px 1fr 52px;
    align-items: center;
    box-sizing: border-box;
    height: 72px;
    padding: 0 16px 0 0;
    border-bottom: 1px solid rgba(77, 67, 152, 0.12);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 28px rgba(51, 45, 114, 0.1);
    backdrop-filter: blur(12px);
  }

  .fx-tablet-brand {
    display: block;
    width: 172px;
    height: 64px;
    overflow: hidden;
  }

  .fx-tablet-brand img {
    display: block;
    width: 144px;
    height: 64px;
    object-fit: cover;
  }

  .fx-tablet-language {
    justify-self: end;
    margin-right: 16px;
    color: #4d4398 !important;
    font-size: 14px;
    text-decoration: none;
  }

  .fx-tablet-menu {
    position: relative;
  }

  .fx-tablet-menu summary {
    display: grid;
    width: 48px;
    height: 48px;
    cursor: pointer;
    list-style: none;
    place-content: center;
    gap: 5px;
  }

  .fx-tablet-menu summary::-webkit-details-marker {
    display: none;
  }

  .fx-tablet-menu summary span {
    display: block;
    width: 23px;
    height: 2px;
    border-radius: 2px;
    background: #4d4398;
  }

  .fx-tablet-menu nav {
    position: fixed;
    inset: 72px 0 auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    padding: 18px 28px 24px;
    background: #4d4398;
    box-shadow: 0 22px 44px rgba(51, 45, 114, 0.24);
  }

  .fx-tablet-menu .fx-nav-item {
    min-width: 0;
  }

  .fx-tablet-menu .fx-submenu {
    display: grid;
    padding: 0 0 8px 14px;
  }

  .fx-tablet-menu nav a {
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
  }

  .fx-tablet-menu .fx-submenu a {
    padding: 9px 4px;
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px;
  }
}

@media (min-width: 1441px) {
  #canvas {
    width: 1400px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #canvas .full_column > .full_width {
    left: calc((1400px - 100vw) / 2) !important;
    width: 100vw !important;
  }
}

@media (min-width: 1101px) {
  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 6000;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 92px;
    align-items: center;
    box-sizing: border-box;
    height: 80px;
    padding: 0 28px 0 0;
    border-bottom: 1px solid rgba(77, 67, 152, 0.12);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 28px rgba(51, 45, 114, 0.08);
    backdrop-filter: blur(12px);
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-brand {
    display: block;
    width: 210px;
    height: 80px;
    overflow: hidden;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-brand img {
    display: block;
    width: 180px;
    height: 80px;
    object-fit: cover;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-language {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    color: #4d4398 !important;
    font-size: 14px;
    text-decoration: none;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu {
    position: static;
    grid-column: 2;
    grid-row: 1;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu summary {
    display: none !important;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu nav {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 1.35vw, 26px);
    width: min(100%, 860px);
    margin: 0 auto;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu nav a {
    padding: 28px 0 24px;
    border: 0;
    color: #252232 !important;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu .fx-nav-item {
    position: relative;
    display: flex;
    align-items: stretch;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu .fx-nav-parent {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu .fx-nav-parent::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    content: "";
    transform: translateY(-2px) rotate(45deg);
    transition: transform 180ms ease;
  }

  body.fx-source-desktop:not(.fx-article-template)
    .fx-tablet-menu
    .fx-nav-item:hover
    .fx-nav-parent::after,
  body.fx-source-desktop:not(.fx-article-template)
    .fx-tablet-menu
    .fx-nav-item:focus-within
    .fx-nav-parent::after {
    transform: translateY(2px) rotate(225deg);
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu .fx-submenu {
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    z-index: 6200;
    display: grid;
    min-width: 214px;
    padding: 10px;
    border: 1px solid rgba(77, 67, 152, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 18px 46px rgba(38, 32, 92, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  body.fx-source-desktop:not(.fx-article-template)
    .fx-tablet-menu
    .fx-submenu-about {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    width: 344px;
  }

  body.fx-source-desktop:not(.fx-article-template)
    .fx-tablet-menu
    .fx-nav-item:hover
    .fx-submenu,
  body.fx-source-desktop:not(.fx-article-template)
    .fx-tablet-menu
    .fx-nav-item:focus-within
    .fx-submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu .fx-submenu a {
    padding: 11px 13px;
    border-radius: 6px;
    color: #332d72 !important;
    font-size: 14px;
    line-height: 1.35;
  }

  body.fx-source-desktop:not(.fx-article-template)
    .fx-tablet-menu
    .fx-submenu
    a:hover,
  body.fx-source-desktop:not(.fx-article-template)
    .fx-tablet-menu
    .fx-submenu
    a:focus-visible {
    background: #fff7b8;
    color: #4d4398 !important;
    outline: none;
  }

  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu nav a:hover,
  body.fx-source-desktop:not(.fx-article-template) .fx-tablet-menu nav a:focus-visible {
    color: #4d4398 !important;
  }
}

/* A few legacy desktop pages contain full-bleed layers authored at 1920px
 * inside the 1400px site canvas. Constrain only those outer layers so they do
 * not create a second horizontal page while preserving their original media.
 */
body.fx-source-desktop #canvas > .cstlayer {
  max-width: 100% !important;
}

body.fx-source-desktop #layer8B27938FC2EAB74C63E67D7D50791EA8,
body.fx-source-desktop #layerBA0C7CFD8E11D7A81162BCD1B4AE2A13 {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.fx-source-desktop #canvas .cstlayer:has(> .wp-unslider_content) {
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Brand-story timeline: the 2025 heading and copy were authored on the same
 * x-coordinate as the final vertical rule (1243px versus 1250px), so the rule
 * ran through every line after responsive scaling. Keep all copy and the rule,
 * but place the final milestone in the clear column immediately to its left. */
body.fx-source-desktop #layer1AF7A53D2255D6854F346435935D1CF0,
body.fx-source-desktop #layer209BF5B79C939BDD854F3CE1EBAC59F6 {
  left: 1018px !important;
  width: 200px !important;
  height: auto !important;
}

body.fx-source-desktop
  :is(
    #layer1AF7A53D2255D6854F346435935D1CF0,
    #layer209BF5B79C939BDD854F3CE1EBAC59F6
  )
  .wp-title_content {
  width: 200px !important;
  height: auto !important;
  overflow: visible !important;
}

body.fx-source-desktop #layer209BF5B79C939BDD854F3CE1EBAC59F6 p {
  margin: 0 !important;
}

/* The partnership hero artwork contains essential headline text near both
 * edges. Show each full source image instead of cover-cropping those words. */
body.fx-source-desktop
  #layerA0D89C8746C87BDF4495169DFAC6A865
  .slide-image {
  object-fit: contain !important;
  object-position: center top !important;
  background: #fff !important;
}

/* English news cards were 20px wider than the canvas. Reflow the existing
 * three-card rows without changing images, order or article content. */
body.fx-source-desktop.fx-language-en #layerC919EFAFFC5ADE49A651959F902E5681,
body.fx-source-desktop.fx-language-en
  #layerC919EFAFFC5ADE49A651959F902E5681
  :is(.wp-article_content, .article_list-layerC919EFAFFC5ADE49A651959F902E5681, .art-outcontainer, .wp-pager_link),
body.fx-source-desktop.fx-language-en #canvas .cstlayer:has(> .wp-article_list_content),
body.fx-source-desktop.fx-language-en
  #canvas
  .cstlayer:has(> .wp-article_list_content)
  :is(.wp-article_content, [class^="article_list-layer"], .art-outcontainer, .wp-pager_link) {
  width: 100% !important;
  max-width: 100% !important;
}

body.fx-source-desktop.fx-language-en
  #layerC919EFAFFC5ADE49A651959F902E5681
  .art-outcontainer,
body.fx-source-desktop.fx-language-en
  #canvas
  .cstlayer:has(> .wp-article_list_content)
  .art-outcontainer {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 15px !important;
}

body.fx-source-desktop.fx-language-en
  #layerC919EFAFFC5ADE49A651959F902E5681
  .art-inner-content,
body.fx-source-desktop.fx-language-en
  #canvas
  .cstlayer:has(> .wp-article_list_content)
  .art-inner-content {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.fx-source-desktop.fx-language-en
  #layerC919EFAFFC5ADE49A651959F902E5681
  :is(.articleid, .article_list5_img, .article_list5_text),
body.fx-source-desktop.fx-language-en
  #canvas
  .cstlayer:has(> .wp-article_list_content)
  :is(.articleid, .article_list5_img, .article_list5_text) {
  width: 100% !important;
  max-width: 100% !important;
}

/* The source desktop canvas is 1400px wide and uses absolute-positioned
 * layers. Scale that complete coordinate system between the desktop and
 * mobile breakpoints so 901-1400px screens never crop the right-hand side.
 * CSS zoom participates in layout height, unlike transform: scale().
 */
@media (min-width: 720px) and (max-width: 1400px) {
  body.fx-source-desktop:not(.fx-article-template) {
    overflow-x: hidden !important;
  }

  body.fx-source-desktop:not(.fx-article-template) #scroll_container {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /* The archived page keeps the footer at an unscaled absolute top value.
   * The runtime guard wraps the scaled canvas and footer in this clipped
   * stage so the legacy 5322px coordinate space cannot create a large blank
   * scroll tail on iPad-sized screens. */
  body.fx-source-desktop:not(.fx-article-template) #fx-scaled-scroll-stage {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.fx-source-desktop:not(.fx-article-template) #canvas,
  body.fx-source-desktop:not(.fx-article-template) #site_footer {
    width: 1400px !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    zoom: calc(100vw / 1400px);
  }

  /* position:fixed layers escape an ancestor's zoom coordinate system in
   * Chromium/WebKit. Scale the legacy sticky header explicitly as well. */
  body.fx-source-desktop:not(.fx-article-template) .full_column-fixed {
    transform: scale(calc(100vw / 1400px)) !important;
    transform-origin: top left !important;
  }

  /* Replace the legacy float-dependent footer search row with a stable flex
   * row. This keeps the submit icon beside the field after live resizing and
   * prevents it from dropping over the brand-advisor link below. */
  body.fx-source-desktop:not(.fx-article-template)
    #site_footer
    .searchbox {
    display: flex !important;
    align-items: stretch !important;
    height: 32px !important;
  }

  body.fx-source-desktop:not(.fx-article-template)
    #site_footer
    .searchbox
    .ninputs {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    height: 32px !important;
  }

  body.fx-source-desktop:not(.fx-article-template)
    #site_footer
    .searchbox_txt {
    box-sizing: border-box !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 32px !important;
  }

  body.fx-source-desktop:not(.fx-article-template)
    #site_footer
    .searchbox
    .sright {
    flex: 0 0 49px !important;
    width: 49px !important;
    height: 32px !important;
  }

  body.fx-source-desktop:not(.fx-article-template)
    #site_footer
    #searchbox_btn {
    box-sizing: border-box !important;
    float: none !important;
    width: 49px !important;
    height: 32px !important;
  }
}

/* Keep the legacy footer stable on every PC width. The original float-based
 * row only happened to work at its 1400px authoring width and dropped the
 * submit button under the field in Chromium/WebKit at wider windows. */
@media (min-width: 720px) {
  body.fx-source-desktop:not(.fx-article-template) #site_footer .searchbox {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 32px !important;
  }

  body.fx-source-desktop:not(.fx-article-template)
    #site_footer
    .searchbox
    .ninputs {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    height: 32px !important;
  }

  body.fx-source-desktop:not(.fx-article-template)
    #site_footer
    .searchbox_txt {
    box-sizing: border-box !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 32px !important;
  }

  body.fx-source-desktop:not(.fx-article-template)
    #site_footer
    .searchbox
    .sright {
    flex: 0 0 49px !important;
    width: 49px !important;
    height: 32px !important;
  }

  body.fx-source-desktop:not(.fx-article-template)
    #site_footer
    #searchbox_btn {
    box-sizing: border-box !important;
    float: none !important;
    width: 49px !important;
    height: 32px !important;
  }

  /* The two product links were authored in a 96px fixed-height box. Avoid
   * browser-specific wrapping and clipping while keeping the footer copy. */
  body.fx-source-desktop #site_footer #layerC927A91515150AF089F7004BEA33DFF5,
  body.fx-source-desktop
    #site_footer
    .cstlayer:has(a[href="/stgz.html"]):has(a[href="/ysgw.html"]) {
    width: 168px !important;
    height: 82px !important;
    overflow: visible !important;
  }

  body.fx-source-desktop
    #site_footer
    .cstlayer:has(a[href="/stgz.html"]):has(a[href="/ysgw.html"])
    .wp-title_content {
    width: 168px !important;
    height: 82px !important;
    overflow: visible !important;
  }

  body.fx-source-desktop
    #site_footer
    .cstlayer:has(a[href="/stgz.html"]):has(a[href="/ysgw.html"])
    p {
    margin: 0 !important;
    line-height: 1.75 !important;
    white-space: nowrap !important;
  }
}

/* The filing number remains visible; only the decorative public-security
 * icon requested for removal is hidden on every page and viewport.
 */
#site_footer #layer138008FBF052EE0068DB1619A345C986,
#site_footer #layer427F178A7631219C36F91213900AC3BD,
#site_footer .imgloading,
#site_footer .cstlayer:has(img[src*="e5e03043a10466d36e239098a02c83b0.png"]) {
  display: none !important;
}

/* Correct the wide About page's 1900px-era coordinates without deleting any
 * copy or media. All content remains present inside the 1400px brand canvas. */
@media (min-width: 1101px) {
  body.fx-source-desktop #layerC6783AD0732482643C2A8D08834DE4C9 .full_content,
  body.fx-source-desktop #layerF7B2C789D14F14B4809CECE720D5D3B9 .full_content {
    width: 1400px !important;
    max-width: 1400px !important;
    overflow: hidden !important;
  }

  body.fx-source-desktop #layer4CF12B1CBA2371EA60D3E92F56EBDF54 {
    left: 760px !important;
    width: 490px !important;
    height: 132px !important;
  }

  body.fx-source-desktop
    #layer4CF12B1CBA2371EA60D3E92F56EBDF54
    .wp-title_content {
    width: 490px !important;
    height: 132px !important;
    overflow: visible !important;
  }

  body.fx-source-desktop #layerECD7BC217226D1BE303329D5D2350DD6 {
    left: 700px !important;
  }

  body.fx-source-desktop #layerB0E767FD49CAC23843BD2883861CF7F5 {
    left: 150px !important;
    width: 1100px !important;
    height: 441px !important;
    overflow: hidden !important;
  }

  body.fx-source-desktop
    #layerB0E767FD49CAC23843BD2883861CF7F5
    :is(.wp-new_video_content, iframe, video, img) {
    width: 1100px !important;
    max-width: 100% !important;
    height: 441px !important;
    object-fit: cover !important;
  }

  body.fx-source-desktop #layer15B2FB6AC47547C9B6D371C7E75B4459 {
    left: 140px !important;
    width: 1120px !important;
    height: 657px !important;
    overflow: hidden !important;
  }

  body.fx-source-desktop
    #layer15B2FB6AC47547C9B6D371C7E75B4459
    :is(.wp-jslider_content, iframe, img) {
    width: 1120px !important;
    max-width: 100% !important;
    height: 657px !important;
    object-fit: contain !important;
  }
}

body.fx-language-en {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
}

/* English copy is materially longer than the Chinese source copy. The legacy
 * desktop footer uses fixed-height absolute layers, so translated headings,
 * the company name, address and filing row were clipped. Keep the original
 * Fangxian footer design and coordinates, but give the English layers enough
 * measured room and a taller footer canvas. The mobile source uses the
 * separate responsive footer below and is intentionally unaffected. */
body.fx-source-desktop.fx-language-en #site_footer,
body.fx-source-desktop.fx-language-en #site_footer > .full_width,
body.fx-source-desktop.fx-language-en #footer_content {
  height: 448px !important;
}

body.fx-source-desktop.fx-language-en
  :is(
    #layer4EBD544134F29825AE6E978CB99EDF5E,
    #layer935CB1C29FC15FB197476DF5443F8E0E,
    #layer337B3E8B7C9BB347FBEF1BF99B8C4E11,
    #layer4B22C5B9684CB9881811E15AFE758F73
  )
  .wp-title_content {
  overflow: visible !important;
}

body.fx-source-desktop.fx-language-en #layer935CB1C29FC15FB197476DF5443F8E0E {
  width: 118px !important;
}

body.fx-source-desktop.fx-language-en
  #layer935CB1C29FC15FB197476DF5443F8E0E
  .wp-title_content {
  width: 118px !important;
}

body.fx-source-desktop.fx-language-en
  #layer935CB1C29FC15FB197476DF5443F8E0E
  span {
  font-size: 15px !important;
  line-height: 1.25 !important;
}

body.fx-source-desktop.fx-language-en #layer337B3E8B7C9BB347FBEF1BF99B8C4E11,
body.fx-source-desktop.fx-language-en
  #layer337B3E8B7C9BB347FBEF1BF99B8C4E11
  .wp-title_content {
  width: 100px !important;
}

body.fx-source-desktop.fx-language-en #layer263B3F408B6F75FB890697452A40C8A7,
body.fx-source-desktop.fx-language-en
  #layer263B3F408B6F75FB890697452A40C8A7
  .wp-title_content {
  width: 118px !important;
  height: 150px !important;
}

body.fx-source-desktop.fx-language-en #layer0D6480180970F697A8428ACA5858DA6B,
body.fx-source-desktop.fx-language-en
  #layer0D6480180970F697A8428ACA5858DA6B
  .wp-title_content {
  height: 104px !important;
}

body.fx-source-desktop.fx-language-en #layer9E6CA43E42398890772AC49EDBDCA3EA,
body.fx-source-desktop.fx-language-en
  #layer9E6CA43E42398890772AC49EDBDCA3EA
  .wp-title_content {
  width: 370px !important;
  height: 44px !important;
  overflow: visible !important;
}

body.fx-source-desktop.fx-language-en
  #layer9E6CA43E42398890772AC49EDBDCA3EA
  p {
  margin: 0 !important;
  white-space: nowrap !important;
}

body.fx-source-desktop.fx-language-en
  #layer9E6CA43E42398890772AC49EDBDCA3EA
  span {
  font-size: 18px !important;
  line-height: 1.35 !important;
}

body.fx-source-desktop.fx-language-en #layer7BB7824D2A20ACACA280AE2FA9318532,
body.fx-source-desktop.fx-language-en
  #layer7BB7824D2A20ACACA280AE2FA9318532
  .wp-title_content {
  height: 82px !important;
}

body.fx-source-desktop.fx-language-en
  #layer7BB7824D2A20ACACA280AE2FA9318532
  p {
  margin: 0 0 5px !important;
  line-height: 1.45 !important;
}

body.fx-source-desktop.fx-language-en #layer141C47C7442DA68E5E93DCD92F47ADD7,
body.fx-source-desktop.fx-language-en
  #layer141C47C7442DA68E5E93DCD92F47ADD7
  .wp-title_content {
  width: 205px !important;
  height: 24px !important;
  overflow: visible !important;
}

body.fx-source-desktop.fx-language-en
  #layer141C47C7442DA68E5E93DCD92F47ADD7
  .wp-title_content
  > div:nth-child(n + 2) {
  display: none !important;
}

body.fx-source-desktop.fx-language-en #layer7175F7641B267DDB7327B70F162A2008 {
  top: 390px !important;
  width: 620px !important;
  height: 42px !important;
}

body.fx-source-desktop.fx-language-en
  #layer7175F7641B267DDB7327B70F162A2008
  .wp-title_content {
  width: 620px !important;
  height: 42px !important;
  overflow: visible !important;
}

body.fx-source-desktop.fx-language-en
  #layer7175F7641B267DDB7327B70F162A2008
  .wp-title_content
  > p {
  display: none !important;
}

body.fx-source-desktop.fx-language-en
  #layer7175F7641B267DDB7327B70F162A2008
  .wp-title_content
  > div {
  font-size: 12px !important;
  line-height: 1.65 !important;
}

body.fx-source-desktop.fx-language-en
  #layer7175F7641B267DDB7327B70F162A2008
  .wp-title_content
  > div
  :is(span, a) {
  font-size: 12px !important;
}

/* Stabilize the legacy desktop header before its delayed layout script runs.
 * This removes the initial overlap between the logo, English navigation and
 * language switcher while preserving the source header design.
 */
body.fx-source-desktop #layerDF35BD43E15E9D16FFE50C032F7D0E50 {
  left: 180px !important;
  width: 1085px !important;
}

body.fx-source-desktop #layerCA40BF24B10BDABA9848B6A56CA70236 {
  top: 30px !important;
  left: 1235px !important;
  width: 165px !important;
}

/* Every desktop page uses a slightly different archived navigation layer.
 * The logo is already a home link, so removing the redundant first English
 * item prevents the longer translated labels from sliding back over it. */
body.fx-source-desktop.fx-language-en
  .full_column-fixed
  .navigation
  > li:first-child {
  display: none !important;
}

/* The contact hero was authored for two short Chinese lines. Give the English
 * sentence measured room and a smaller type size so no word is clipped. */
body.fx-source-desktop.fx-language-en
  #layer76603AC350C093119A3786411DF71BA9 {
  width: 680px !important;
  height: 170px !important;
}

body.fx-source-desktop.fx-language-en
  #layer76603AC350C093119A3786411DF71BA9
  .wp-title_content {
  width: 680px !important;
  height: 170px !important;
  overflow: visible !important;
}

/* The current contact-page capture uses this layer id for the same English
 * hero copy. Its original 115px box hid the final words “to help.” */
body.fx-source-desktop.fx-language-en
  #layer1E5D0AA054009F98B34759DAEF55C426,
body.fx-source-desktop.fx-language-en
  #layer1E5D0AA054009F98B34759DAEF55C426
  .wp-title_content {
  width: min(680px, 48vw) !important;
  height: 170px !important;
  overflow: visible !important;
}

/* Legacy full-width sections recalculate their text layers against a 1920px
 * authoring surface after load. The runtime clamp corrects their horizontal
 * position; this rule keeps the contact hero legible before that pass. */
body.fx-source-desktop #layer76603AC350C093119A3786411DF71BA9 {
  left: 80px !important;
}

body.fx-source-desktop.fx-language-en
  #layer76603AC350C093119A3786411DF71BA9
  span {
  font-size: 42px !important;
  line-height: 1.28 !important;
}

/* The legacy mobile hero artwork contains a baked-in Chinese headline.
 * Cover only that headline area and provide the English campaign message,
 * while preserving the original factory and mascot photography below it.
 */
body.fx-source-mobile.fx-language-en #layer5D302408CF33282C20ADB6372FC11B2C::after {
  position: absolute;
  z-index: 8;
  top: 58px;
  right: 24px;
  left: 24px;
  box-sizing: border-box;
  padding: 15px 14px 14px;
  border: 1px solid rgba(77, 67, 152, 0.12);
  background: rgba(255, 232, 31, 0.96);
  box-shadow: 0 10px 24px rgba(77, 67, 152, 0.12);
  color: #4d4398;
  content: "HANDCRAFTED FRESH BEVERAGE\A SOLUTIONS FOR RESTAURANTS";
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: pre-line;
}

/* The English contact sentence needs one additional line on the compact
 * source hero. Widen its measured box so “to help.” remains visible above the
 * contact card at 320–430px viewport widths. */
body.fx-source-mobile.fx-language-en #layerDD56B2BD7E4DF4F4D58349BA62937D81,
body.fx-source-mobile.fx-language-en
  #layerDD56B2BD7E4DF4F4D58349BA62937D81
  .wp-title_content {
  width: min(300px, calc(100vw - 28px)) !important;
  height: 80px !important;
  overflow: visible !important;
}

/* The source cooperation page marks its partner-showcase artwork as hidden
 * until a legacy scroll-effect callback runs. That callback is unreliable in
 * the archived mobile page and leaves a large empty yellow panel. Reveal the
 * original layers deterministically; no content or media is replaced. */
body.fx-source-mobile
  :is(
    #layer35DC9C5E42337A1D5DC100FE13B6F427,
    #layer546DAF64CFF349CF6EB374F28749CE42
  )
  :is(
    #layer665B37FB4F7247149420BE46D0702731,
    #layer2AEB88A84C3A43EAAF5A42511C2D671F,
    #layer9D922FC5ADE8952E3BC299ACC60C6E8B,
    #layer69C1120587B502D6283D81DD1C0F404D,
    #layerC2B7A84CD8ACD12D537251564AA00EA8,
    #layerBD0806CAFBA8F8EA5E5CCFC09A33436D,
    #layerF52B41C592143395E860717F53A49363,
    #layer9BE0A4DD89E86A4F1274F308CC907D28,
    #layerA7CEE3849E7AB2B9A516722EAFF4558D,
    #layer3134D128EA36D7D859BE99D4D1E78175,
    #layerFB8FF4EE9498B0051C35D5F73F6FF1FE,
    #layerDFD0A41C3C2E22700CD0608517C7FF5B
  ) {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
}

body.fx-source-mobile
  :is(
    #layer35DC9C5E42337A1D5DC100FE13B6F427,
    #layer546DAF64CFF349CF6EB374F28749CE42
  )
  :is(
    #wp-media-image_layer665B37FB4F7247149420BE46D0702731,
    #wp-media-image_layerBD0806CAFBA8F8EA5E5CCFC09A33436D,
    #wp-media-image_layerF52B41C592143395E860717F53A49363,
    #wp-media-image_layerDFD0A41C3C2E22700CD0608517C7FF5B
  ) {
  display: block !important;
  width: 320px !important;
  height: auto !important;
  opacity: 1 !important;
}

@media (max-width: 719px) {
  body,
  #scroll_container,
  #overflow_canvas_container {
    width: 100% !important;
    max-width: 100% !important;
  }

  #canvas .main_title,
  #canvas .title_name,
  #canvas b,
  #canvas strong {
    font-weight: 500 !important;
  }

  /* Native mobile captures use a fixed 320px design canvas. Scale the complete
   * canvas as one unit so images, text and absolute layer coordinates remain
   * aligned while the visible page follows the available phone width. Tablet
   * viewports use the complete desktop canvas above, so they never inherit an
   * enlarged phone layout.
   */
  body.fx-source-mobile:not(.fx-article-template) {
    overflow-x: hidden !important;
    background: #fff !important;
  }

  body.fx-source-mobile:not(.fx-article-template) #scroll_container {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    background: #fff !important;
  }

  body.fx-source-mobile:not(.fx-article-template) #scroll_container_bg {
    display: none !important;
  }

  body.fx-source-mobile:not(.fx-article-template) #fx-scaled-scroll-stage {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.fx-source-mobile:not(.fx-article-template) #canvas,
  body.fx-source-mobile:not(.fx-article-template) #site_footer {
    width: 320px !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    zoom: clamp(0.75, calc(100vw / 320px), 2.25);
  }

  body.fx-source-mobile:not(.fx-article-template) .full_column-fixed {
    transform: scale(clamp(0.75, calc(100vw / 320px), 2.25)) !important;
    transform-origin: top left !important;
  }

  body.fx-source-mobile:not(.fx-article-template) #site_footer {
    left: 0 !important;
    display: none !important;
  }

  /* The provider's native mobile About landing is an empty shell. Keep every
   * original destination and present them as a complete, readable hub instead
   * of leaving visitors between the header and footer with no content. */
  body.fx-source-mobile.fx-mobile-about-hub-page #fx-scaled-scroll-stage,
  body.fx-source-mobile.fx-mobile-about-hub-page #canvas {
    height: auto !important;
    min-height: 0 !important;
    background: #fff !important;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page
    #canvas
    > :is(.cstlayer, .full_column, .full_column-fixed) {
    display: none !important;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 6000;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 48px;
    align-items: center;
    box-sizing: border-box;
    height: 64px;
    padding-right: 8px;
    border-bottom: 1px solid rgba(77, 67, 152, 0.12);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 28px rgba(51, 45, 114, 0.1);
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-brand,
  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-brand img {
    display: block;
    width: 142px;
    height: 64px;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-brand {
    overflow: hidden;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-brand img {
    object-fit: cover;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-language {
    justify-self: end;
    margin-right: 10px;
    color: #4d4398 !important;
    font-size: 12px;
    text-decoration: none;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-menu {
    position: relative;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    cursor: pointer;
    list-style: none;
    place-content: center;
    gap: 5px;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page
    .fx-tablet-menu
    summary::-webkit-details-marker {
    display: none;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-menu summary span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #4d4398;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-menu nav {
    position: fixed;
    inset: 64px 0 auto 0;
    display: grid;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    padding: 12px 20px 20px;
    background: #4d4398;
    box-shadow: 0 22px 44px rgba(51, 45, 114, 0.24);
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-menu .fx-nav-item,
  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-menu .fx-submenu {
    display: grid;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-menu .fx-submenu {
    padding: 0 0 6px 14px;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-menu nav a {
    padding: 11px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
  }

  body.fx-source-mobile.fx-mobile-about-hub-page .fx-tablet-menu .fx-submenu a {
    padding: 8px 4px;
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 12px;
  }

  .fx-mobile-about-hub {
    box-sizing: border-box;
    width: 320px;
    padding: 76px 14px 34px;
    background: #fff;
    color: #24212f;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  }

  .fx-mobile-about-hero {
    overflow: hidden;
    border-radius: 8px;
    background: #4d4398;
    color: #fff;
  }

  .fx-mobile-about-hero > img {
    display: block;
    width: 100%;
    height: 164px;
    object-fit: cover;
  }

  .fx-mobile-about-hero > div {
    padding: 22px 20px 24px;
  }

  .fx-mobile-about-eyebrow {
    margin: 0 0 7px;
    color: #ffe81f;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }

  .fx-mobile-about-hero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.16;
  }

  .fx-mobile-about-hero p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.75;
  }

  .fx-mobile-about-grid {
    display: grid;
    gap: 12px;
    margin-top: 16px;
  }

  .fx-mobile-about-grid > a {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    min-height: 94px;
    overflow: hidden;
    border: 1px solid rgba(77, 67, 152, 0.12);
    border-radius: 8px;
    background: #fff;
    color: #24212f !important;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(51, 45, 114, 0.07);
  }

  .fx-mobile-about-grid img {
    display: block;
    width: 94px;
    height: 100%;
    min-height: 94px;
    object-fit: cover;
  }

  .fx-mobile-about-grid span {
    align-self: center;
    min-width: 0;
    padding: 12px 12px 12px 14px;
  }

  .fx-mobile-about-grid b,
  .fx-mobile-about-grid small {
    display: block;
  }

  .fx-mobile-about-grid b {
    color: #4d4398;
    font-size: 15px;
    font-weight: 500 !important;
    line-height: 1.3;
  }

  .fx-mobile-about-grid small {
    margin-top: 6px;
    color: #686473;
    font-size: 10px;
    line-height: 1.55;
  }

  body.fx-source-mobile:not(.fx-article-template)
    .fx-mobile-responsive-footer {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    padding: 28px 22px 88px;
    background: #4d4398;
    color: #fff;
    font-size: 14px;
    line-height: 1.65;
  }

  .fx-mobile-responsive-footer a {
    color: inherit;
    text-decoration: none;
  }

  .fx-mobile-footer-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .fx-mobile-footer-brand img {
    width: min(42vw, 160px);
    height: auto;
  }

  .fx-mobile-footer-hotline {
    flex: 1;
    text-align: right;
  }

  .fx-mobile-footer-hotline span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
  }

  .fx-mobile-footer-hotline strong {
    display: block;
    margin-top: 2px;
    color: #ffe81f;
    font-size: clamp(20px, 6.4vw, 28px);
    font-weight: 500 !important;
    line-height: 1.15;
    white-space: nowrap;
  }

  .fx-mobile-footer-contact {
    display: grid;
    gap: 8px;
    padding: 22px 0;
  }

  .fx-mobile-footer-contact p,
  .fx-mobile-footer-meta p {
    margin: 0;
  }

  .fx-mobile-footer-contact b {
    color: #ffe81f;
    font-weight: 500;
  }

  .fx-mobile-footer-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
  }

  .fx-mobile-footer-actions a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
  }

  .fx-mobile-footer-actions a:first-child {
    border-color: #ffe81f;
    background: #ffe81f;
    color: #4d4398;
  }

  .fx-mobile-footer-lower {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .fx-mobile-footer-qr {
    margin: 0;
  }

  .fx-mobile-footer-qr img {
    display: block;
    box-sizing: border-box;
    width: 112px;
    height: 112px;
    border: 6px solid #fff;
    background: #fff;
  }

  .fx-mobile-footer-qr figcaption {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
  }

  .fx-mobile-footer-meta {
    display: grid;
    gap: 8px;
    min-width: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
  }

  .fx-mobile-footer-meta a {
    color: #ffe81f;
  }
}

@media (max-width: 359px) {
  .fx-mobile-footer-brand,
  .fx-mobile-footer-lower {
    grid-template-columns: 1fr;
  }

  .fx-mobile-footer-brand {
    display: grid;
  }

  .fx-mobile-footer-hotline {
    text-align: left;
  }

  .fx-mobile-footer-lower {
    justify-items: start;
  }
}

/* The legacy fixed back-to-top control overlaps the QR caption and legal
   information at several desktop/tablet widths. Native scrolling remains
   available, so remove this redundant control across all variants. */
a.gototop_backToTop {
  display: none !important;
}

/* Responsive baseline: remove the browser's default 8px page margin and keep
 * every legacy coordinate canvas inside the actual viewport. */
html,
body {
  margin: 0 !important;
  max-width: 100% !important;
  overflow-x: clip !important;
}

body.fx-source-desktop #canvas .full_content > .cstlayer {
  max-width: 100% !important;
}

/* The English about hub contains two 1602px accordions positioned 150px into
 * the 1400px canvas. Reflow the original content into the remaining 1250px
 * instead of letting it create a hidden 196px horizontal page. */
body.fx-source-desktop.fx-language-en
  :is(
    #layer2E3DBB2CCEB8D658B0DCFE21CE9113EF,
    #layer4DA83E0E551C7DFC06F8C32A7D36316E
  ) {
  width: calc(100% - 150px) !important;
  max-width: calc(100% - 150px) !important;
  overflow: hidden !important;
}

body.fx-source-desktop.fx-language-en
  :is(
    #layer2E3DBB2CCEB8D658B0DCFE21CE9113EF,
    #layer4DA83E0E551C7DFC06F8C32A7D36316E
  )
  :is(.wp-accordion_content, .graphic_container, .graphic_cont, .graphicitem, .col-pad10, .pic, .txt_pos1, .txt_pos2) {
  width: 100% !important;
  max-width: 100% !important;
}

/* Several English About widgets retain 1920px-era inline widths. Preserve the
   original sections while fitting their media to the responsive canvas. */
body.fx-source-desktop.fx-language-en
  #layerE2DECF85D36E732935867B72DB26D342_content {
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.fx-source-desktop.fx-language-en
  #layerE2DECF85D36E732935867B72DB26D342_content
  :is(.swiper-container, .swiper-wrapper, .swiper-slide, .slide-content) {
  width: 100% !important;
  max-width: 100% !important;
}

body.fx-source-desktop.fx-language-en
  #layer6CF847DC87D994BD94DD2E6D89DC2C10 {
  width: calc(100% - 150px) !important;
  max-width: calc(100% - 150px) !important;
}

body.fx-source-desktop.fx-language-en
  #layer6CF847DC87D994BD94DD2E6D89DC2C10
  :is(.wp-new_video_content, iframe) {
  width: 100% !important;
  max-width: 100% !important;
}

body.fx-source-desktop.fx-language-en
  #layerC3BE9FB1C027B0068D3EE3D88EC764DC {
  width: calc(100% - 324px) !important;
  max-width: calc(100% - 324px) !important;
}

body.fx-source-desktop.fx-language-en
  #layerC3BE9FB1C027B0068D3EE3D88EC764DC
  :is(.wp-jslider_content, iframe) {
  width: 100% !important;
  max-width: 100% !important;
}

body.fx-source-desktop.fx-language-en
  #layerE7BAB271B590B98ADC0F82E0B2481846_content {
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.fx-source-desktop.fx-language-en
  #layerE7BAB271B590B98ADC0F82E0B2481846_content
  :is(.swiper-container, .swiper-wrapper, .swiper-slide, .slide-content) {
  width: 100% !important;
  max-width: 100% !important;
}

body.fx-source-desktop
  #layer8706BE66296E936E6763FFDA339D30C4
  .art-outcontainer {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.fx-source-desktop
  #layer8706BE66296E936E6763FFDA339D30C4 {
  width: min(1400px, calc(100vw - 80px)) !important;
  max-width: min(1400px, calc(100vw - 80px)) !important;
}

@media (min-width: 720px) and (max-width: 1100px) {
  body.fx-source-desktop
    #layerA8BB98B813F3DCBD093059A0B93C3D0C_content {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.fx-source-desktop
    #layerA8BB98B813F3DCBD093059A0B93C3D0C_content
    :is(.swiper-container, .swiper-wrapper, .swiper-slide, .slide-content) {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.fx-source-desktop
    #layerA30589107CB355EF5E89A0ADF6706B7A
    :is(.wp-accordion_content, .graphic_container, .graphic_cont, .graphicitem, .col-pad10, .pic, .txt_pos1, .txt_pos2) {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.fx-source-desktop
    #canvas
    :is(.wp-accordion_content, .graphic_container, .graphic_cont, .graphicitem, .col-pad10, .pic, .txt_pos1, .txt_pos2) {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.fx-source-desktop
    :is(
      #layerA30589107CB355EF5E89A0ADF6706B7A,
      #layerB0E767FD49CAC23843BD2883861CF7F5,
      #layerE2D1F7DD68F2DB204D12C6D5A3E1B9CC
    ) {
    width: calc(100% - 150px) !important;
    max-width: calc(100% - 150px) !important;
  }

  body.fx-source-desktop
    #canvas
    .cstlayer:has(.wp-accordion_content) {
    width: calc(100% - 150px) !important;
    max-width: calc(100% - 150px) !important;
  }

  body.fx-source-desktop
    #layerB0E767FD49CAC23843BD2883861CF7F5
    :is(.wp-new_video_content, iframe) {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.fx-source-desktop #layer15B2FB6AC47547C9B6D371C7E75B4459 {
    width: calc(100% - 324px) !important;
    max-width: calc(100% - 324px) !important;
  }

  body.fx-source-desktop
    #layer15B2FB6AC47547C9B6D371C7E75B4459
    :is(.wp-jslider_content, iframe) {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1101px) and (max-width: 1500px) {
  body.fx-source-desktop
    #layer8706BE66296E936E6763FFDA339D30C4 {
    width: calc(100% - 80px) !important;
    max-width: calc(100% - 80px) !important;
  }

  body.fx-source-desktop
    #layer8706BE66296E936E6763FFDA339D30C4
    :is(.wp-article_content, .article_list-layer8706BE66296E936E6763FFDA339D30C4, .art-outcontainer) {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.wpsidebar-fkf.fx-hidden-at-footer {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* The English newsroom deliberately uses the complete desktop capture because
 * its old mobile alias is Chinese-only. Supply the same first-party header and
 * a readable English footer at phone widths instead of hiding the navigation
 * and clipping the 1400px legacy footer. */
@media (max-width: 719px) {
  body.fx-newsroom-english-mobile {
    min-width: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
  }

  body.fx-newsroom-english-mobile #scroll_container {
    position: relative !important;
    width: 100vw !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 64px !important;
    overflow: visible !important;
  }

  body.fx-newsroom-english-mobile .fx-tablet-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 6000;
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr) 48px;
    align-items: center;
    box-sizing: border-box;
    width: 100vw;
    height: 64px;
    padding-right: 8px;
    border-bottom: 1px solid rgba(77, 67, 152, 0.12);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 28px rgba(51, 45, 114, 0.1);
  }

  body.fx-newsroom-english-mobile .fx-tablet-brand {
    display: block;
    width: 150px;
    height: 64px;
    overflow: hidden;
  }

  body.fx-newsroom-english-mobile .fx-tablet-brand img {
    display: block;
    width: 136px;
    height: 64px;
    object-fit: cover;
  }

  body.fx-newsroom-english-mobile .fx-tablet-language {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin-right: 8px;
    color: #4d4398 !important;
    font-size: 13px;
    text-decoration: none;
  }

  body.fx-newsroom-english-mobile .fx-tablet-menu {
    position: relative;
    grid-column: 3;
    grid-row: 1;
  }

  body.fx-newsroom-english-mobile .fx-tablet-menu summary {
    display: grid !important;
    width: 48px;
    height: 48px;
    cursor: pointer;
    list-style: none;
    place-content: center;
    gap: 5px;
  }

  body.fx-newsroom-english-mobile .fx-tablet-menu summary::-webkit-details-marker {
    display: none;
  }

  body.fx-newsroom-english-mobile .fx-tablet-menu summary span {
    display: block;
    width: 23px;
    height: 2px;
    border-radius: 2px;
    background: #4d4398;
  }

  body.fx-newsroom-english-mobile .fx-tablet-menu .fx-primary-nav {
    position: fixed !important;
    inset: 64px 0 auto 0 !important;
    display: none !important;
    grid-template-columns: 1fr;
    width: 100vw !important;
    max-height: calc(100vh - 64px);
    margin: 0 !important;
    padding: 12px 18px 20px !important;
    overflow: auto;
    background: #4d4398 !important;
    box-shadow: 0 22px 44px rgba(51, 45, 114, 0.24);
  }

  body.fx-newsroom-english-mobile
    .fx-tablet-menu[open]
    .fx-primary-nav {
    display: grid !important;
  }

  body.fx-newsroom-english-mobile .fx-primary-nav > a,
  body.fx-newsroom-english-mobile .fx-nav-parent {
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff !important;
    font-size: 15px;
  }

  body.fx-newsroom-english-mobile .fx-nav-item {
    display: block;
  }

  body.fx-newsroom-english-mobile .fx-nav-parent::after {
    display: none;
  }

  body.fx-newsroom-english-mobile .fx-submenu {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    min-width: 0;
    padding: 0 0 8px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  body.fx-newsroom-english-mobile .fx-submenu a {
    padding: 9px 4px;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px;
  }

  body.fx-newsroom-english-mobile #site_footer {
    display: none !important;
  }

  .fx-english-mobile-footer {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    padding: 42px 16px 28px;
    background: #4a4197;
    color: #fff;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  }

  .fx-english-mobile-footer * {
    box-sizing: border-box;
  }

  .fx-english-mobile-footer__inner {
    display: grid;
    gap: 30px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .fx-english-mobile-footer__logo {
    width: 176px;
    height: auto;
  }

  .fx-english-mobile-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .fx-english-mobile-footer nav > div,
  .fx-english-mobile-footer section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }

  .fx-english-mobile-footer strong,
  .fx-english-mobile-footer section > span {
    color: #ffe81f;
    font-size: 13px;
  }

  .fx-english-mobile-footer a {
    color: #fff;
    font-size: 13px;
    line-height: 1.55;
  }

  .fx-english-mobile-footer__hotline {
    font-size: clamp(30px, 10vw, 42px) !important;
    font-weight: 400;
    line-height: 1.1 !important;
  }

  .fx-english-mobile-footer section b {
    margin-top: 8px;
    font-size: 18px;
  }

  .fx-english-mobile-footer section p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.7;
  }

  .fx-english-mobile-footer figure {
    width: 190px;
    margin: 0;
    text-align: center;
  }

  .fx-english-mobile-footer figure img {
    width: 190px;
    height: 190px;
    object-fit: contain;
  }

  .fx-english-mobile-footer figcaption {
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
  }

  .fx-english-mobile-footer__legal {
    display: grid;
    gap: 12px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .fx-english-mobile-footer__legal p {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    line-height: 1.7;
  }
}

/* v45 final cascade guard. Legacy page-specific rules above force document
 * descendants back to 12px and expand the obsolete service widget into full
 * yellow panels. These selectors intentionally close the cascade. */
body.fx-legal-page .wpsidebar-fkf,
body.fx-legal-page .wpsidebar02,
body.fx-legal-page .fkf {
  display: none !important;
}

body.fx-legal-page #canvas .fx-legal-document h1 {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 1.18em !important;
  overflow: visible !important;
  color: #4d4398 !important;
  font-size: clamp(36px, 3.2vw, 50px) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
}

body.fx-legal-page #canvas .fx-legal-document h1 > .fx-legal-document__title-text {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 1.18em !important;
  overflow: visible !important;
  color: #4d4398 !important;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: clamp(36px, 3.2vw, 50px) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

body.fx-legal-page #canvas .fx-legal-document .fx-legal-document__title-chunk {
  display: inline !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

body.fx-legal-page #canvas .fx-legal-document h2 {
  color: #4d4398 !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  font-weight: 550 !important;
  line-height: 1.35 !important;
}

body.fx-legal-page #canvas .fx-legal-document h3 {
  color: #3f3a50 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

body.fx-legal-page #canvas .fx-legal-document p,
body.fx-legal-page #canvas .fx-legal-document li {
  color: #514d5a !important;
  font-size: 16px !important;
  line-height: 1.95 !important;
}

body.fx-legal-page #canvas .fx-legal-document__eyebrow {
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.fx-legal-page #canvas .fx-legal-document__meta {
  font-size: 14px !important;
  line-height: 1.65 !important;
}

body.fx-legal-page #canvas .fx-legal-document__notice {
  font-size: 16px !important;
  line-height: 1.85 !important;
}

body.fx-legal-page #canvas .fx-legal-document th,
body.fx-legal-page #canvas .fx-legal-document td {
  font-size: 14px !important;
  line-height: 1.7 !important;
}

@media (max-width: 760px) {
  body.fx-legal-page #canvas .fx-legal-document h1 {
    font-size: 32px !important;
  }

  body.fx-legal-page #canvas .fx-legal-document h1 > .fx-legal-document__title-text {
    font-size: 32px !important;
  }

  body.fx-legal-page #canvas .fx-legal-document h2 {
    font-size: 21px !important;
  }

  body.fx-legal-page #canvas .fx-legal-document h3 {
    font-size: 17px !important;
  }

  body.fx-legal-page #canvas .fx-legal-document p,
  body.fx-legal-page #canvas .fx-legal-document li {
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  body.fx-legal-page #canvas .fx-legal-document__notice {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
}

/* Brand story: keep the long story copy and factory artwork in two explicit,
 * non-overlapping columns. The source page used viewport-sensitive absolute
 * layers whose edges drifted into one another at several desktop widths. */
body.fx-brand-story-page.fx-source-desktop
  #layer152DA0E8800E0BDC270FEA30E0B3F5F4 {
  left: 58px !important;
  width: 548px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

body.fx-brand-story-page.fx-source-desktop
  #layer152DA0E8800E0BDC270FEA30E0B3F5F4
  :is(.wp-article_content, .wp-article_content > div, .art-content) {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  overflow-wrap: anywhere !important;
}

body.fx-brand-story-page.fx-source-desktop
  #layerE15976CBE7B2D9A1F31B6A7B80BED0DD,
body.fx-brand-story-page.fx-source-desktop
  #layer96F310F1BFF92D7D4EDD74BE4785342B {
  left: 58px !important;
  width: 548px !important;
}

body.fx-brand-story-page.fx-source-desktop
  #layer02043C2AEB13EBA4CD1089E94ECA6030 {
  left: 694px !important;
  width: 706px !important;
  overflow: hidden !important;
}

body.fx-brand-story-page.fx-source-desktop
  #layer02043C2AEB13EBA4CD1089E94ECA6030
  :is(.wp-media_content, .img_over, .imgloading, img) {
  width: 100% !important;
  max-width: 100% !important;
}

/* Keep the floating entry visually quiet: one icon opens the two named,
 * accessible service actions on demand. */
.wpsidebar-fkf,
.wpsidebar02 {
  display: none !important;
}

.fx-service-dock {
  position: fixed;
  z-index: 6400;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  width: 52px;
  height: 52px;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.fx-service-dock__launcher {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  box-sizing: border-box;
  border: 1px solid #4d4398;
  border-radius: 50%;
  background: #ffe81f;
  box-shadow: 0 10px 28px rgba(48, 42, 105, 0.22);
  color: #302a69;
  cursor: pointer;
  list-style: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.fx-service-dock__launcher::-webkit-details-marker {
  display: none;
}

.fx-service-dock__launcher svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.fx-service-dock__launcher:hover,
.fx-service-dock__launcher:focus-visible,
.fx-service-dock[open] .fx-service-dock__launcher {
  outline: 3px solid rgba(255, 232, 31, 0.55);
  outline-offset: 2px;
  box-shadow: 0 14px 34px rgba(48, 42, 105, 0.28);
  transform: translateY(-1px);
}

.fx-service-dock__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fx-service-dock__menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  display: grid;
  width: 174px;
  gap: 7px;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid rgba(77, 67, 152, 0.2);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 46px rgba(48, 42, 105, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(0.98);
  transform-origin: right bottom;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.fx-service-dock[open] .fx-service-dock__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.fx-service-dock--hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.fx-service-dock__item {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid #4d4398;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  font: 500 13px/1.35 "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  text-align: left;
  text-decoration: none;
}

.fx-service-dock__item svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.fx-service-dock__visit {
  background: #ffe81f;
  color: #302a69 !important;
}

.fx-service-dock__online {
  background: #4d4398;
  color: #fff !important;
}

.fx-service-dock__item:hover,
.fx-service-dock__item:focus-visible {
  outline: 3px solid rgba(255, 232, 31, 0.55);
  outline-offset: 2px;
  border-color: #302a69;
  transform: translateY(-1px);
}

form.fx-cooperation-form .fx-cooperation-field--challenge {
  grid-column: 1 / -1 !important;
  width: min(100%, 620px) !important;
  margin: 2px auto 0 !important;
}

form.fx-cooperation-form .fx-anti-spam-row {
  display: grid !important;
  grid-template-columns: minmax(125px, 1fr) minmax(120px, 180px) auto !important;
  align-items: center !important;
  gap: 8px !important;
}

form.fx-cooperation-form .fx-anti-spam-question {
  display: flex !important;
  min-height: 42px !important;
  align-items: center !important;
  box-sizing: border-box !important;
  padding: 0 12px !important;
  border: 1px dashed rgba(77, 67, 152, 0.46) !important;
  border-radius: 7px !important;
  background: #fffbe2 !important;
  color: #302a69 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

form.fx-cooperation-form .fx-anti-spam-refresh {
  min-height: 42px !important;
  padding: 0 14px !important;
  border: 1px solid #4d4398 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #4d4398 !important;
  cursor: pointer !important;
  font: 500 13px/1 "Source Han Sans CN", "Microsoft YaHei", sans-serif !important;
}

form.fx-cooperation-form .fx-anti-spam-refresh:hover,
form.fx-cooperation-form .fx-anti-spam-refresh:focus-visible {
  outline: 0 !important;
  background: #ffe81f !important;
  color: #302a69 !important;
}

form.fx-cooperation-form .fx-anti-spam-challenge.is-error .fx-anti-spam-question {
  border-color: #4d4398 !important;
  background: #f5f2ff !important;
}

@media (max-width: 719px) {
  .fx-service-dock {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(72px, calc(64px + env(safe-area-inset-bottom)));
    width: 48px;
    height: 48px;
  }

  .fx-service-dock__launcher {
    width: 48px;
    height: 48px;
  }

  .fx-service-dock__launcher svg {
    width: 23px;
    height: 23px;
  }

  .fx-service-dock__menu {
    width: min(174px, calc(100vw - 20px));
  }

  .fx-service-dock__item {
    min-height: 44px;
    justify-content: flex-start;
    padding: 8px 10px;
    font-size: 12px;
    text-align: center;
  }

  .fx-service-dock__item svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  form.fx-cooperation-form .fx-anti-spam-row {
    grid-template-columns: minmax(0, 1fr) minmax(105px, 132px) !important;
  }

  form.fx-cooperation-form .fx-anti-spam-refresh {
    grid-column: 1 / -1 !important;
  }
}
