/* Keep the standalone support route separate from the storefront shell. */
html.gsfc-customer-service-page,
.gsfc-customer-service-page body{overflow:hidden!important;overscroll-behavior:none}
.gsfc-customer-service-page body{box-sizing:border-box;margin:0!important;padding:24px!important;height:var(--gsfc-chat-viewport-height,100dvh)!important;min-height:0!important;background:#f0f4f9!important;display:grid;place-items:center}
.gsfc-customer-service-page #app{width:100%;min-width:0;min-height:0}
.gsfc-customer-service-page .oz-header,
.gsfc-customer-service-page .oz-footer{display:none!important}
.gsfc-customer-service-page .mobile-customer-service{box-sizing:border-box;width:100%;max-width:1120px;height:min(760px,calc(var(--gsfc-chat-viewport-height,100dvh) - 48px))!important;margin:0 auto!important;border:1px solid #e2e8f0;border-radius:18px;background:#f6f8fc!important;box-shadow:0 12px 40px #1b365414;isolation:isolate}
.gsfc-customer-service-page .mobile-nav-bar{box-sizing:border-box;padding:0!important;margin:0!important;height:64px!important;flex:0 0 64px;background:#fff}
.gsfc-customer-service-page .mobile-nav-bar-container{position:static!important;inset:auto!important;width:100%!important;height:64px!important;border-bottom:1px solid #e8edf4;background:#fff}
.gsfc-customer-service-page .mobile-nav-bar .nav-bar{box-sizing:border-box;position:relative;height:64px!important;padding:0 18px!important}
.gsfc-customer-service-page .mobile-nav-bar .nav-title{font-size:18px!important;font-weight:600;color:#172b4d;padding:0 48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gsfc-customer-service-page .mobile-nav-bar .back-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px!important;flex-shrink:0;border:1px solid #dce4ef;border-radius:10px;background:#f5f7fb;color:#334155!important;font-size:18px;cursor:pointer}
.gsfc-customer-service-page .mobile-nav-bar .back-btn:hover{background:#eaf0ff;color:#1d4ed8!important}
.gsfc-customer-service-page .gsfc-service-messages{min-height:0;padding:24px!important;overscroll-behavior:contain;overflow-x:hidden}
.gsfc-customer-service-page .mobile-customer-service>.safe-bottom{box-sizing:border-box;gap:10px;padding:14px 18px!important;border-top:1px solid #e8edf4!important;background:#fff!important}
.gsfc-customer-service-page .mobile-customer-service>.safe-bottom input{height:44px!important;border:1px solid #e0e6ef!important;border-radius:8px!important;background:#f6f8fb!important}
.gsfc-customer-service-page .mobile-customer-service>.safe-bottom input:focus{border-color:#3b6bff!important;box-shadow:0 0 0 2px #3b6bff1a}
.gsfc-customer-service-page .mobile-customer-service>.safe-bottom button{height:44px!important;min-width:44px;border-radius:8px!important}
.gsfc-customer-service-page .mobile-customer-service>.safe-bottom>button{flex-shrink:0;padding:0 22px!important;background:#1d4ed8!important;color:#fff!important}
.gsfc-customer-service-page .mobile-customer-service>.safe-bottom>button:hover{background:#1e40af!important}
@media(max-width:767px){
 .gsfc-customer-service-page body{padding:0!important}
 .gsfc-customer-service-page .mobile-customer-service{height:var(--gsfc-chat-viewport-height,100dvh)!important;max-width:none;border:0;border-radius:0;box-shadow:none}
 .gsfc-customer-service-page .mobile-nav-bar,.gsfc-customer-service-page .mobile-nav-bar-container,.gsfc-customer-service-page .mobile-nav-bar .nav-bar{height:56px!important}
 .gsfc-customer-service-page .mobile-nav-bar{flex-basis:56px}
 .gsfc-customer-service-page .mobile-nav-bar .nav-bar{padding:0 12px!important}
 .gsfc-customer-service-page .mobile-nav-bar .nav-title{font-size:16px!important;padding:0 40px}
 .gsfc-customer-service-page .gsfc-service-messages{padding:16px!important}
 .gsfc-customer-service-page .mobile-customer-service>.safe-bottom{gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px))!important}
 .gsfc-customer-service-page .mobile-customer-service>.safe-bottom>button{padding:0 14px!important}
}

.gsfc-customer-service-page .mobile-customer-service .ant-upload button{border:1px solid #dce4ef!important;background:#f5f7fb!important;color:#53657d!important;cursor:pointer}
