/* Scoped support module. Sizes follow the 2026-09-08 design exports. */
.customer-service-center, .customer-service-center * { box-sizing: border-box; }
.page-tool-bar-usual > li.customer-service-center { position: relative; display: block; width: 48px; height: 48px; margin: 0; font-family: inherit; }
.customer-service-center button, .customer-service-center a { font: inherit; }
.customer-service-center button { border: 0; cursor: pointer; }
.customer-service-center img { display: block; max-width: 100%; }
.customer-service-center [hidden] { display: none !important; }
.customer-service-center button:focus-visible, .customer-service-center a:focus-visible, .customer-service-center [tabindex]:focus-visible { outline: 3px solid #ff5b0066; outline-offset: 3px; }
.page-tool-bar.csc-desktop-mode, .page-tool-bar.csc-mobile-mode { display: block !important; opacity: 1; z-index: 10000; }
.customer-service-center .csc-trigger { position: relative; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border-radius: 12px; background: #ff5b00; box-shadow: 0 4px 20px #00000029; }
.customer-service-center .csc-trigger:hover{ filter: brightness(.96); }
.customer-service-center .csc-trigger img { width: 24px; height: 24px; }
.customer-service-center .csc-trigger-close-icon { display: none; }
.customer-service-center.is-open .csc-trigger, .customer-service-center.is-zendesk-open .csc-trigger { background: var(--v-white); }
.customer-service-center.is-open .csc-trigger-open-icon, .customer-service-center.is-zendesk-open .csc-trigger-open-icon { display: none; }
.customer-service-center.is-open .csc-trigger-close-icon, .customer-service-center.is-zendesk-open .csc-trigger-close-icon { display: block; }
.customer-service-center .csc-panel { position: absolute; right: 0; bottom: calc(100% + 20px); display: flex; flex-direction: column; width: 380px; max-width: calc(100vw - 32px); height: auto; max-height: var(--csc-available-height, calc(100vh - 168px)); padding: 32px 15px 20px; overflow: hidden; border-radius: 20px; background: linear-gradient(180deg, #fff1ea 0, #fff 100px); box-shadow: 0 16px 40px #00000038; color: var(--v-black-light); user-select: text; }
.customer-service-center .csc-panel-content { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; }
.customer-service-center .csc-heading { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; min-width: 0; margin-bottom: 32px; padding: 0px 5px; }
.customer-service-center .csc-robot-icon { position: relative; flex: 0 0 64px; width: 64px; height: 64px; mix-blend-mode: multiply; }
.customer-service-center .csc-robot-poster, .customer-service-center .csc-robot-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.customer-service-center .csc-robot-video { opacity: 0; pointer-events: none; }
.customer-service-center .csc-robot-icon.is-playing .csc-robot-video { opacity: 1; }
.customer-service-center .csc-robot-icon.is-playing .csc-robot-poster { visibility: hidden; }
.customer-service-center .csc-title { width: auto; max-width: none; min-width: 0; margin: 0; color: var(--v-black-light); font-size: 24px; font-weight: 700; line-height: 1.33; letter-spacing: -0.035em; }
.customer-service-center .csc-title > span { display: block; color: inherit; }
.customer-service-center .csc-title strong { color: #ff5b00; font-weight: inherit; }
.customer-service-center .csc-title-emphasis { display: inline-block; unicode-bidi: isolate; white-space: nowrap; }
.customer-service-center .csc-title-slash { display: inline; font-family: Arial, sans-serif; font-weight: inherit; }
.customer-service-center .csc-section-heading { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 14px; padding: 0px 5px; }
.customer-service-center .csc-section-heading .csc-section-title { margin: 0; color: var(--v-black-light); font-size: 20px; font-weight: 600; line-height: 1.3; letter-spacing: -0.035em; }
.customer-service-center .csc-view-all { flex: 0 0 auto; padding: 5px 12px; border-radius: 20px; background: var(--v-grey-light2); color: var(--v-black-light); font-size: 12px; font-weight: 500; line-height: 1.2; text-decoration: none; }
.customer-service-center .csc-list-viewport { position: relative; display: flex; flex: 1 1 auto; min-height: 0; }
.customer-service-center .csc-link-list { display: block; width: 100%; min-height: 0; margin: 0; padding: 0; overflow: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; scrollbar-width: none; list-style: none; padding: 0px 5px; }
.customer-service-center .csc-link-list::-webkit-scrollbar { display: none; width: 0; height: 0; }
.customer-service-center .csc-list-viewport.has-more::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 56px; pointer-events: none; background: linear-gradient(180deg, #ffffff00, #fff); }
.page-tool-bar-usual > li.customer-service-center .csc-link-list > li { display: block; width: 100%; max-width: none; height: auto; margin: 0; padding: 0; }
.customer-service-center .csc-link { position: relative; isolation: isolate; display: flex; align-items: center; gap: 12px; width: 100%; min-height: 60px; padding: 10px 0; border-radius: 10px; color: var(--v-black-light); font-size: 16px; font-weight: 600; line-height: 1.4; text-decoration: none; }
/* Animate the background only; keep labels and icons stationary in both directions. */
.customer-service-center .csc-link::before { content: ''; position: absolute; left: 0px; z-index: -1; border-radius: inherit; background: var(--v-white); pointer-events: none; width: 100%; height: 100%; transition: all .22s ease-out; }
.customer-service-center .csc-link:focus-visible::before { background: var(--v-grey-light2); width: calc(100% + 10px); left: -5px; }
@media (hover: hover) {
  .customer-service-center .csc-link:hover::before { background: var(--v-grey-light2); width: calc(100% + 10px); left: -5px; }
}
.customer-service-center .csc-view-all:hover { background: var(--v-grey-light2); }
@media (prefers-reduced-motion: reduce) {
  .customer-service-center .csc-link::before { transition: none; }
}
.customer-service-center .csc-link-icon { display: flex; flex: 0 0 40px; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--v-grey-light2); }
.customer-service-center .csc-link-icon img { width: 24px; height: 24px; }
.customer-service-center .csc-link-label { flex: 1; min-width: 0; font-weight: 600; }
.customer-service-center .csc-link-arrow { flex: 0 0 24px; width: 24px; height: 24px; margin-inline-start: auto; background: url('/wp-content/themes/vantage/images/csc-arrow-right.svg') center/24px 24px no-repeat; }
.customer-service-center .csc-title, .customer-service-center .csc-section-heading, .customer-service-center .csc-link-label { text-align: start; }
.customer-service-center[dir='rtl'] .csc-link-arrow, .customer-service-center[dir='rtl'] .csc-mobile-close img { transform: scaleX(-1); }
.customer-service-center[dir='rtl'] .csc-title, .customer-service-center[dir='rtl'] .csc-section-heading h3 { letter-spacing: normal; }
.customer-service-center .csc-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 12px; padding: 20px 5px 0px; background: var(--v-white); }
.customer-service-center .csc-get-support, .customer-service-center .csc-line-chat { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 48px; padding: 12px 18px; border-radius: 28px; background: #ff5b00; color: var(--v-white); font-size: 16px; font-weight: 500; line-height: 1.3; text-decoration: none; }
.customer-service-center .csc-get-support img, .customer-service-center .csc-line-chat img { flex: 0 0 24px; width: 24px; height: 24px; }
.customer-service-center.has-line-chat .csc-get-support { background: var(--v-grey-light2); color: var(--v-black-light); }
.customer-service-center .csc-get-support:hover, .customer-service-center .csc-line-chat:hover { filter: brightness(.96); }
.customer-service-center .csc-get-support[aria-busy='true'] { opacity: .65; cursor: progress; }
.customer-service-center .csc-mobile-close { display: none; }
.customer-service-center .csc-line-overlay { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; justify-content: center; padding: 20px; background: #0008; }
.customer-service-center .csc-line-dialog { position: relative; width: 292px; max-width: 100%; max-height: 100%; overflow: auto; padding: 24px 20px 20px; border-radius: 16px; background: var(--v-white); }
.customer-service-center .csc-line-dialog h3 { margin: 0 0 20px; margin-inline-end: 32px; font-size: 18px; font-weight: 600; line-height: 1.3; }
.customer-service-center .csc-line-dialog p { margin: 0 0 20px; font-size: 14px; line-height: 1.5; }
.customer-service-center .csc-line-close { position: absolute; top: 16px; inset-inline-end: 12px; width: 32px; height: 32px; padding: 0; background: transparent; color: #555; font-size: 26px; line-height: 1; }
.customer-service-center .csc-line-qr { width: 160px; height: 160px; margin: 0 auto 16px; object-fit: contain; }
.customer-service-center .csc-line-dialog .csc-line-caption { margin: 0; color: #767676; text-align: center; font-size: 12px; }
.customer-service-center [aria-disabled='true'] { cursor: default; }
html.csc-scroll-locked, body.csc-scroll-locked { overflow: hidden; }
/* Measure .footer-tab-bar, including its safe-area padding, instead of assuming a fixed height. */
.page-tool-bar.csc-mobile-mode { right: 20px; bottom: calc(var(--csc-bottom-obstruction, 0px) + 20px); transition: none; }
.page-tool-bar.csc-mobile-mode > .page-tool-bar-usual { position: static; display: block; }
.customer-service-center.is-mobile-layout .csc-panel { position: fixed; inset: 0; width: 100%; max-width: none; height: 100vh; height: 100dvh; max-height: none; padding: max(16px, env(safe-area-inset-top)) 20px max(32px, env(safe-area-inset-bottom)); border-radius: 0; box-shadow: none; }
.customer-service-center.is-mobile-layout .csc-mobile-close { display: flex; flex: 0 0 40px; align-items: center; justify-content: flex-start; align-self: flex-start; width: 40px; height: 40px; margin: 0 0 24px; padding: 0; background: transparent; }
.customer-service-center.is-mobile-layout.is-open .csc-trigger, .customer-service-center.is-mobile-layout.is-zendesk-open .csc-trigger { display: none; }
.customer-service-center.is-mobile-layout .csc-title { font-size: clamp(18px, 6.1vw, 24px); }
.customer-service-center.is-mobile-layout .csc-section-heading h3 { font-size: clamp(16px, 5.1vw, 20px); }
.customer-service-center.is-mobile-layout.is-zendesk-open .csc-panel { pointer-events: none; }
.customer-service-center.is-mobile-layout.is-zendesk-open .csc-mobile-close { visibility: hidden; }
.customer-service-center.is-mobile-layout .csc-heading,
.customer-service-center.is-mobile-layout .csc-section-heading,
.customer-service-center.is-mobile-layout .csc-link-list{ padding: 0px; }
.customer-service-center.is-mobile-layout .csc-actions{ padding: 20px 0px 0px; }
/* @media (max-height: 480px) {
  .customer-service-center .csc-panel { padding-top: 12px; }
  .customer-service-center .csc-heading { margin-bottom: 8px; }
  .customer-service-center .csc-robot-icon { flex-basis: 40px; width: 40px; height: 40px; }
  .customer-service-center .csc-title { font-size: 18px; }
  .customer-service-center .csc-section-heading { margin-bottom: 4px; }
  .customer-service-center .csc-actions { gap: 8px; padding-top: 8px; }
  .customer-service-center.is-mobile-layout .csc-mobile-close { flex-basis: 32px; height: 32px; margin-bottom: 8px; }
} */
/* ! vantagenl|2026-09-22 11:00:00 ! */