@media (max-width: 820px) {
  html.fps-mobile-lock,
  html.fps-mobile-lock body {
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-ui {
    background: #f6f8fb !important;
    -webkit-tap-highlight-color: transparent;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.fps-mobile-app-shell.fps-ui .wp-site-blocks,
  body.fps-mobile-app-shell.fps-ui main,
  body.fps-mobile-app-shell.fps-ui .site-main,
  body.fps-mobile-app-shell.fps-ui .entry-content,
  body.fps-mobile-app-shell.fps-ui [data-fps-root="1"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  body.fps-mobile-app-shell.fps-ui .site,
  body.fps-mobile-app-shell.fps-ui .site-content,
  body.fps-mobile-app-shell.fps-ui .content-area,
  body.fps-mobile-app-shell.fps-ui .entry,
  body.fps-mobile-app-shell.fps-ui .entry-content > *,
  body.fps-mobile-app-shell.fps-ui .fps-wrap,
  body.fps-mobile-app-shell.fps-ui .fps-card,
  body.fps-mobile-app-shell.fps-ui .fps-panel,
  body.fps-mobile-app-shell.fps-ui .fps-results-card,
  body.fps-mobile-app-shell.fps-ui .fps-models-card,
  body.fps-mobile-app-shell.fps-ui .fps-preview-card,
  body.fps-mobile-app-shell.fps-ui .fps-linde-results-card {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.fps-mobile-app-shell .fps-mobile-site-nav {
    position: relative !important;
    z-index: 820 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 8px) 10px 8px !important;
    box-sizing: border-box !important;
    background: rgba(246, 248, 251, .96) !important;
    border-bottom: 1px solid rgba(205, 216, 228, .86) !important;
    backdrop-filter: blur(14px) !important;
  }

  body.fps-mobile-app-shell .fps-mobile-site-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: #102b43 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .03em !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell .fps-mobile-site-brand span:last-child {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.fps-mobile-app-shell .fps-mobile-site-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, auto) !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell .fps-mobile-site-account {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    max-width: 72px !important;
    padding: 0 8px !important;
    border: 1px solid rgba(24, 63, 99, .2) !important;
    border-radius: 999px !important;
    background: #183f63 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12) !important;
  }

  body.fps-mobile-app-shell .fps-mobile-site-account:visited,
  body.fps-mobile-app-shell .fps-mobile-site-account:hover,
  body.fps-mobile-app-shell .fps-mobile-site-account:focus {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-detail-chrome-hidden .fps-mobile-site-nav,
  body.fps-mobile-app-shell.fps-mobile-detail-chrome-hidden .fps-mobile-nav {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open #fps-login-badge,
  body.fps-mobile-app-shell.fps-mobile-detail-chrome-hidden #fps-login-badge,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-login-badge,
  body.fps-mobile-app-shell.fps-mobile-detail-chrome-hidden .fps-login-badge {
    display: none !important;
  }

  body.fps-mobile-app-shell:has(.fps-lme-modal) .fps-mobile-site-nav,
  body.fps-mobile-app-shell:has(.fps-lme-modal) .fps-mobile-nav {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-mobile-site-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 8px !important;
    background: #183f63 !important;
    color: #fff !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12) !important;
  }

  body.fps-mobile-app-shell .fps-mobile-site-links {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell .fps-mobile-site-links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 6px !important;
    border: 1px solid #d4e0ea !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #274863 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.fps-mobile-app-shell #masthead,
  body.fps-mobile-app-shell .site-header,
  body.fps-mobile-app-shell header.site-header,
  body.fps-mobile-app-shell .wp-site-blocks > header {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-ui .wp-site-blocks,
  body.fps-mobile-app-shell.fps-ui main,
  body.fps-mobile-app-shell.fps-ui .site-main,
  body.fps-mobile-app-shell.fps-ui .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.fps-mobile-app-shell .fps-wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 10px 92px !important;
    margin: 0 !important;
  }

  body.fps-mobile-app-shell .fps-header {
    position: relative !important;
    top: auto !important;
    z-index: 700 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    margin: 0 -10px 8px !important;
    padding: calc(env(safe-area-inset-top, 0px) + 8px) 10px 8px !important;
    background: rgba(246, 248, 251, .96) !important;
    border-bottom: 1px solid rgba(205, 216, 228, .9) !important;
    backdrop-filter: blur(14px);
  }

  body.fps-mobile-app-shell .fps-title {
    font-size: 18px !important;
    line-height: 1.15 !important;
  }

  body.fps-mobile-app-shell .fps-mode-hint {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-wrap .fps-tabs {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 4px !important;
    gap: 4px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
  }

  body.fps-mobile-app-shell .fps-tabs::before {
    display: none !important;
  }

  /* Mobile keeps one simple search flow: part number or model only. */
  body.fps-mobile-app-shell .fps-tabs [data-tab="bulk"],
  body.fps-mobile-app-shell .fps-workspace-tabs,
  body.fps-mobile-app-shell .fps-mobile-workspace-tabs-portal {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-tab {
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 7px 6px !important;
    border-radius: 8px !important;
    color: #425466 !important;
    background: transparent !important;
  }

  body.fps-mobile-app-shell .fps-tab.is-active {
    color: #fff !important;
    background: #1f5c95 !important;
  }

  body.fps-mobile-app-shell .fps-tab-sub {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-hero {
    min-height: 0 !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-hero.fps-hero-parts,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-hero.fps-hero-models,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-hero.fps-hero-bulk {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 8px 0 10px !important;
    margin: 0 0 10px !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell .fps-hero::before,
  body.fps-mobile-app-shell .fps-hero-main,
  body.fps-mobile-app-shell .fps-hero-badges,
  body.fps-mobile-app-shell .fps-hero-copy,
  body.fps-mobile-app-shell .fps-hero-kicker,
  body.fps-mobile-app-shell .fps-card-subtitle {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-searchbar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 620 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08) !important;
    transform: none !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-hero .fps-searchbar,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-bulk {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts {
    grid-template-columns: minmax(0, 1fr) 92px !important;
  }

  body.fps-mobile-app-shell .fps-update-notice {
    margin: 8px 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.fps-mobile-app-shell .fps-update-notice[data-fps-mobile-deferred="1"] {
    grid-column: 1 / -1 !important;
  }

  body.fps-mobile-app-shell .fps-update-notice-bar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(205, 216, 228, .95) !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
  }

  body.fps-mobile-app-shell .fps-update-notice-copy {
    min-width: 0 !important;
    display: block !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    color: #475569 !important;
  }

  body.fps-mobile-app-shell .fps-update-notice-kicker {
    display: inline !important;
    margin: 0 4px 0 0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    color: #1f5c95 !important;
  }

  body.fps-mobile-app-shell .fps-update-notice-text {
    display: inline !important;
  }

  body.fps-mobile-app-shell .fps-update-notice-kicker-secondary,
  body.fps-mobile-app-shell .fps-update-notice-text-secondary {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-update-notice-toggle {
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models {
    grid-template-columns: minmax(0, 1fr) 88px !important;
    gap: 8px !important;
  }

  body.fps-mobile-app-shell .fps-searchbar .fps-input,
  body.fps-mobile-app-shell .fps-searchbar .fps-suggest-wrap,
  body.fps-mobile-app-shell .fps-searchbar select {
    grid-column: 1 / -1 !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts .fps-input-part,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts .fps-suggest-wrap {
    grid-column: 1 / 2 !important;
    grid-row: 1 !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts .fps-model-filter {
    grid-column: 1 / 2 !important;
    grid-row: 2 !important;
  }

  body.fps-mobile-app-shell .fps-searchbar .fps-btn,
  body.fps-mobile-app-shell .fps-searchbar .fps-btn-lite {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell .fps-searchbar .fps-btn {
    grid-column: 1 / 2 !important;
  }

  body.fps-mobile-app-shell .fps-searchbar .fps-btn-lite {
    grid-column: 2 / 3 !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts .fps-btn {
    grid-column: 2 / 3 !important;
    grid-row: 1 !important;
    min-width: 92px !important;
    width: 92px !important;
    padding: 0 10px !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts .fps-btn-lite {
    grid-column: 2 / 3 !important;
    grid-row: 2 !important;
    min-width: 92px !important;
    width: 92px !important;
    padding: 0 10px !important;
  }

  /* Keep the transient loading state aligned with Reset. The full text stays
     available to assistive technology while the phone UI shows one spinner. */
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts.fps-search-running {
    grid-template-columns: minmax(0, 1fr) 92px !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models.fps-search-running {
    grid-template-columns: minmax(0, 1fr) 88px !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts.fps-search-running .fps-btn,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models.fps-search-running .fps-btn {
    gap: 0 !important;
    padding-inline: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts.fps-search-running .fps-btn {
    min-width: 92px !important;
    width: 92px !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models.fps-search-running .fps-btn {
    min-width: 88px !important;
    width: 88px !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts.fps-search-running .fps-btn::before,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models.fps-search-running .fps-btn::before {
    display: none !important;
    content: none !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-parts.fps-search-running .fps-btn > span:last-child,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models.fps-search-running .fps-btn > span:last-child {
    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;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-search-running .fps-search-spinner {
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-input,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-suggest-wrap,
  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models select {
    grid-column: 1 / 2 !important;
    min-width: 0 !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-btn {
    grid-column: 2 / 3 !important;
    grid-row: 1 !important;
    min-width: 88px !important;
    width: 88px !important;
    padding: 0 10px !important;
  }

  body.fps-mobile-app-shell.fps-ui .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-btn-lite {
    grid-column: 2 / 3 !important;
    grid-row: 2 !important;
    min-width: 88px !important;
    width: 88px !important;
    padding: 0 10px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-hero.fps-hero-models {
    padding: 4px 0 6px !important;
    margin-bottom: 6px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models {
    grid-template-columns: minmax(0, 1fr) 78px !important;
    gap: 6px !important;
    padding: 7px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .06) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-input,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-suggest-wrap,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models select {
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 10px !important;
    font-size: 14px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-input:nth-of-type(2),
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-suggest-wrap + .fps-input {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-btn,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-btn-lite {
    min-width: 78px !important;
    width: 78px !important;
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 8px !important;
    font-size: 13px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-btn {
    grid-column: 2 / 3 !important;
    grid-row: 1 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-btn-lite {
    grid-column: 2 / 3 !important;
    grid-row: 2 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-suggest-box,
  body.fps-mobile-app-shell.fps-mobile-manual-preview-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-suggest-box,
  body.fps-mobile-app-shell.fps-mobile-model-results-ready .fps-panel.is-active .fps-searchbar.fps-searchbar-models .fps-suggest-box,
  body.fps-mobile-app-shell .fps-panel.is-active[data-panel="models"]:has(.fps-models-card .fps-list .fps-item) .fps-searchbar.fps-searchbar-models .fps-suggest-box {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-model-search-hidden .fps-panel.is-active[data-panel="models"] .fps-hero.fps-hero-models,
  body.fps-mobile-app-shell.fps-mobile-model-search-hidden .fps-panel.is-active[data-panel="models"] .fps-searchbar.fps-searchbar-models {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-model-search-manual-open .fps-panel.is-active[data-panel="models"] .fps-hero.fps-hero-models {
    display: block !important;
  }

  body.fps-mobile-app-shell.fps-mobile-model-search-manual-open .fps-panel.is-active[data-panel="models"] .fps-searchbar.fps-searchbar-models {
    display: grid !important;
  }

  body.fps-mobile-app-shell.fps-mobile-model-search-manual-open .fps-panel.is-active[data-panel="models"] .fps-searchbar.fps-searchbar-models .fps-suggest-box:not(:empty),
  body.fps-mobile-app-shell.fps-mobile-model-search-manual-open .fps-panel.is-active[data-panel="models"] .fps-searchbar.fps-searchbar-models .fps-suggest-list:not(:empty),
  body.fps-mobile-app-shell.fps-mobile-model-search-manual-open .fps-panel.is-active[data-panel="models"] .fps-searchbar.fps-searchbar-models .fps-suggestions:not(:empty) {
    display: block !important;
  }

  body.fps-mobile-app-shell.fps-mobile-model-search-hidden .fps-panel.is-active[data-panel="models"] .fps-models-card,
  body.fps-mobile-app-shell.fps-mobile-model-search-hidden .fps-panel.is-active[data-panel="models"] .fps-linde-results-card,
  body.fps-mobile-app-shell.fps-mobile-model-search-hidden .fps-panel.is-active[data-panel="models"] .fps-preview-card {
    margin-top: 0 !important;
  }

  body.fps-mobile-app-shell [data-fps-mobile-stale-linde-hidden="1"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.fps-mobile-app-shell .fps-grid,
  body.fps-mobile-app-shell .fps-grid-parts,
  body.fps-mobile-app-shell .fps-grid-models {
    display: block !important;
  }

  body.fps-mobile-app-shell .fps-left,
  body.fps-mobile-app-shell .fps-right {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.fps-mobile-app-shell .fps-card {
    border-radius: 8px !important;
    box-shadow: none !important;
    border-color: #dce5ef !important;
    margin-bottom: 10px !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready footer,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .wp-block-template-part,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .site-footer,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-growth-bar-wrap,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-growth-bar,
  body.fps-mobile-app-shell.fps-mobile-preview-open footer,
  body.fps-mobile-app-shell.fps-mobile-preview-open .wp-block-template-part,
  body.fps-mobile-app-shell.fps-mobile-preview-open .site-footer,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-growth-bar-wrap,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-growth-bar,
  body.fps-mobile-app-shell.fps-mobile-detail-chrome-hidden .fps-growth-bar-wrap,
  body.fps-mobile-app-shell.fps-mobile-detail-chrome-hidden .fps-growth-bar,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [class*="site-activity"],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [class*="activity-snapshot"],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [class*="site-footer"],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [id*="footer"],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [class*="footer-wrap"],
  body.fps-mobile-app-shell.fps-mobile-preview-open [class*="site-activity"],
  body.fps-mobile-app-shell.fps-mobile-preview-open [class*="activity-snapshot"],
  body.fps-mobile-app-shell.fps-mobile-preview-open [class*="site-footer"],
  body.fps-mobile-app-shell.fps-mobile-preview-open [id*="footer"],
  body.fps-mobile-app-shell.fps-mobile-preview-open [class*="footer-wrap"] {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-card-title {
    min-height: 42px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    border-bottom: 1px solid #e5edf5 !important;
  }

  body.fps-mobile-app-shell .fps-list {
    max-height: none !important;
  }

  body.fps-mobile-app-shell .fps-item {
    border-radius: 8px !important;
    padding: 10px !important;
    margin-bottom: 8px !important;
  }

  body.fps-mobile-app-shell .fps-item-title {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  body.fps-mobile-app-shell .fps-item-top,
  body.fps-mobile-app-shell .fps-toyota-head,
  body.fps-mobile-app-shell .fps-jh-part-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body.fps-mobile-app-shell .fps-item-main,
  body.fps-mobile-app-shell .fps-toyota-main,
  body.fps-mobile-app-shell .fps-jh-part-info {
    min-width: 0 !important;
  }

  body.fps-mobile-app-shell .fps-item-sub,
  body.fps-mobile-app-shell .fps-item-sub2,
  body.fps-mobile-app-shell .fps-toyota-meta,
  body.fps-mobile-app-shell .fps-jh-small,
  body.fps-mobile-app-shell .fps-jh-muted {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.fps-mobile-app-shell .fps-toyota-wrap,
  body.fps-mobile-app-shell .fps-toyota-main,
  body.fps-mobile-app-shell .fps-toyota-head,
  body.fps-mobile-app-shell .fps-toyota-meta,
  body.fps-mobile-app-shell .fps-toyota-model-row,
  body.fps-mobile-app-shell [data-fps-toyota-main-slot],
  body.fps-mobile-app-shell [data-fps-toyota-model-row] {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-toyota-main-slot,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open [data-fps-toyota-main-slot] {
    height: 100% !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  body.fps-mobile-app-shell .fps-toyota-model-row,
  body.fps-mobile-app-shell [data-fps-toyota-model-row] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
    padding: 10px 12px !important;
    align-items: start !important;
  }

  body.fps-mobile-app-shell .fps-toyota-model-row > *,
  body.fps-mobile-app-shell [data-fps-toyota-model-row] > * {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    text-overflow: clip !important;
  }

  body.fps-mobile-app-shell .fps-toyota-model-row strong,
  body.fps-mobile-app-shell [data-fps-toyota-model-row] strong {
    display: block !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  body.fps-mobile-app-shell .fps-item-action-row,
  body.fps-mobile-app-shell .fps-item-actions,
  body.fps-mobile-app-shell .rfq-buttons,
  body.fps-mobile-app-shell .fps-quickhelp-actions {
    gap: 8px !important;
  }

  body.fps-mobile-app-shell .fps-item-action-row a,
  body.fps-mobile-app-shell .fps-item-action-row button,
  body.fps-mobile-app-shell .rfq-buttons a,
  body.fps-mobile-app-shell .fps-quickhelp-link {
    min-height: 40px !important;
    border-radius: 8px !important;
  }

  body.fps-mobile-app-shell .fps-preview-card {
    position: relative !important;
  }

  body.fps-mobile-app-shell .fps-preview-card:not(.fps-mobile-preview-open) {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open {
    position: fixed !important;
    inset: 0 !important;
    z-index: 98000 !important;
    display: grid !important;
    grid-template-rows: auto auto auto minmax(0, 1fr) !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    padding: calc(env(safe-area-inset-top, 0px) + 0px) 0 env(safe-area-inset-bottom, 0px) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-rfq-cta {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-rfq-cart,
  body.fps-mobile-app-shell.fps-mobile-preview-open [data-fps-rfq-cart] {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-mobile-preview-close {
    display: none;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-mobile-preview-close {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 64px !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #eef3f7 !important;
    color: #24384c !important;
    font-weight: 900 !important;
    margin-left: auto !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-card-title .fps-mobile-preview-close {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-mobile-preview-close-fixed {
    padding: 0 14px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-workspace-tabs {
    position: fixed !important;
    top: max(6px, env(safe-area-inset-top, 0px)) !important;
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 1000100 !important;
    background: #f4f8fb !important;
    box-shadow: 0 5px 16px rgba(15, 45, 70, 0.16) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-mobile-workspace-tabs-portal {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-inner-dialog-open .fps-mobile-preview-close-fixed {
    display: inline-flex !important;
    top: env(safe-area-inset-top, 0px) !important;
    right: 10px !important;
    z-index: 2147482999 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open > .fps-card-title {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-mobile-preview-close-fixed {
    position: fixed !important;
    top: env(safe-area-inset-top, 0px) !important;
    right: 10px !important;
    z-index: 2147482999 !important;
    margin-left: 0 !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open {
    box-sizing: border-box !important;
    padding-top: calc(env(safe-area-inset-top, 0px) + 56px) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-card-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 92px 8px 10px !important;
    border-bottom: 1px solid #dbe5ee !important;
  }

  body.fps-mobile-app-shell .fps-meta,
  body.fps-mobile-app-shell .fps-controls {
    padding: 8px 10px !important;
    margin: 0 !important;
    border-bottom: 1px solid #edf2f7 !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-controls {
    display: grid !important;
    grid-template-columns: auto auto 70px auto !important;
    align-items: center !important;
    gap: 6px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    padding: 7px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-controls.fps-has-match-page {
    grid-template-columns: auto auto 66px 70px auto !important;
  }

  body.fps-mobile-app-shell .fps-match-page-btn:not([hidden]) {
    min-width: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  body.fps-mobile-app-shell .fps-match-page-btn .fps-match-label-full {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-match-page-btn .fps-match-label-short {
    display: inline !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-controls .fps-btn-lite {
    min-width: 44px !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 9px !important;
    border-radius: 8px !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-controls .fps-page {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 8px !important;
    border-radius: 8px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-controls .fps-muted {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-pill,
  body.fps-mobile-app-shell .fps-link {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell .fps-iframe-wrap {
    height: auto !important;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.fps-mobile-app-shell .fps-iframe {
    height: 100% !important;
    min-height: 0 !important;
    border: 0 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-iframe-wrap {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open footer,
  body.fps-mobile-app-shell.fps-mobile-preview-open .site-footer {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-komatsu-card {
    grid-template-rows: auto auto auto minmax(0, 1fr) !important;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 82px) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-komatsu-card .fps-iframe-wrap,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-komatsu-card .fps-iframe-wrap-parts {
    display: block !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: auto !important;
    background: #f6f9fc !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-komatsu-card .fps-iframe-wrap > .fps-iframe,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-komatsu-card .fps-iframe-wrap-parts > .fps-iframe {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-komatsu-card .fps-komatsu-preview {
    display: block !important;
    min-height: 100% !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-header,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-title,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-tabs,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-hero,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-searchbar {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card {
    grid-template-rows: auto auto auto minmax(0, 1fr) !important;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 82px) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-iframe-wrap,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-iframe-wrap-parts,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-iframe-wrap-models {
    display: block !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #f6f9fc !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsubishi-preview {
    display: block !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #f6f9fc !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-preview-grid {
    display: grid !important;
    grid-template-rows: auto minmax(168px, 40svh) minmax(220px, 1fr) !important;
    gap: 8px !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-preview-grid > div:first-child {
    min-height: 0 !important;
    padding: 0 2px !important;
    font-size: 13px !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-figure-box {
    max-height: none !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: auto !important;
    border-radius: 8px !important;
    padding: 6px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-stage {
    max-width: none !important;
    min-width: 620px !important;
    margin: 0 auto !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-table-box {
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: auto !important;
    border-radius: 8px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-table {
    min-width: 620px !important;
    font-size: 12px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-table th,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-table td {
    padding: 7px 8px !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-table td:nth-child(3) {
    white-space: normal !important;
    min-width: 220px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-manual-preview-ready .fps-header,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-manual-preview-ready .fps-title,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-manual-preview-ready .fps-tabs,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-manual-preview-ready .fps-hero,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-manual-preview-ready .fps-searchbar {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card {
    grid-template-rows: auto auto auto minmax(0, 1fr) !important;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 82px) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-mobile-pdf-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 76px !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 10px !important;
    border-bottom: 1px solid #dfe8f1 !important;
    background: #ffffff !important;
    min-height: 52px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-mobile-pdf-open,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-mobile-pdf-retry {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 38px !important;
    min-height: 38px !important;
    border-radius: 8px !important;
    border: 1px solid #1e638e !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-mobile-pdf-open {
    color: #ffffff !important;
    background: #1f6ea0 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-mobile-pdf-retry {
    color: #1d3b52 !important;
    background: #f7fbff !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-mobile-pdf-hint {
    grid-column: 1 / -1 !important;
    display: none !important;
    color: #607386 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card.fps-mobile-pdf-stuck .fps-mobile-pdf-actions {
    background: #fff8ec !important;
    border-bottom-color: #f0c77b !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card.fps-mobile-pdf-stuck .fps-mobile-pdf-hint {
    display: block !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-card-subtitle,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-meta,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-model-rfq-panel,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-rfq-cta,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-empty-state {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open:has(iframe[src]:not([src="about:blank"])) .fps-model-rfq-panel,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open:has(iframe[src]:not([src="about:blank"])) .fps-rfq-cta,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open:has(iframe[src]:not([src="about:blank"])) .fps-rfq-inline,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open:has(iframe[src]:not([src="about:blank"])) .fps-rfq-cart {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-controls {
    grid-template-columns: 58px 58px 64px 58px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 5px 8px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-controls.fps-has-match-page {
    grid-template-columns: 56px 56px 66px 70px 48px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-controls .fps-btn-lite,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-controls .fps-page {
    height: 34px !important;
    min-height: 34px !important;
    font-size: 13px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-controls .fps-btn-lite {
    min-width: 56px !important;
    font-size: 12px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-iframe-wrap,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-iframe-wrap-models,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card .fps-iframe-wrap-parts {
    display: block !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-manual-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-manual-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell],
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card [data-fps-linde-model-shell] {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-manual-preview-ready [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-manual-preview-ready [data-fps-linde-model-shell],
  body.fps-mobile-app-shell .fps-preview-card.fps-mobile-manual-card [data-fps-linde-preview-content],
  body.fps-mobile-app-shell .fps-preview-card.fps-mobile-manual-card [data-fps-linde-model-shell] {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-linde-preview-card {
    grid-template-rows: auto minmax(0, 1fr) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 100000 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100svh !important;
    max-height: 100svh !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    transform: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 100000 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100svh !important;
    max-height: 100svh !important;
    padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    transform: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card .fps-header,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card .fps-title,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card .fps-tabs,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card .fps-hero,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card .fps-searchbar {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-header,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-title,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-tabs,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-hero,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-searchbar,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-controls {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-linde-preview-card [data-fps-linde-preview-content] {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-preview-stack {
    grid-template-rows: minmax(132px, 18svh) minmax(0, 1fr) !important;
    padding: 4px 8px 8px !important;
    gap: 5px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-topmeta {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-topmeta-text {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-openfull {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-figure-panel {
    height: auto !important;
    min-height: 0 !important;
    grid-template-rows: auto auto auto minmax(0, 1fr) !important;
    padding: 6px !important;
    gap: 4px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-figure-panel .fps-lme-toolbar {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-toolbar {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-toolbar button,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-toolbar input {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 32px !important;
    height: 32px !important;
    padding: 0 7px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-figure-panel .fps-lme-toolbar button,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-figure-panel .fps-lme-toolbar input {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 30px !important;
    height: 30px !important;
    padding: 0 6px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-bottom-panel {
    grid-template-rows: minmax(76px, 18%) minmax(260px, 1fr) !important;
    padding: 6px !important;
    gap: 6px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-topmeta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 8px !important;
    padding: 8px 10px !important;
    border-bottom: 1px solid #dbe5ee !important;
    box-sizing: border-box !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-topmeta-text {
    min-width: 0 !important;
    max-height: 44px !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-openfull {
    min-width: 0 !important;
    min-height: 34px !important;
    max-width: 128px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-preview-stack {
    display: grid !important;
    grid-template-rows: minmax(160px, 28svh) minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    gap: 8px !important;
    overflow: hidden !important;
    padding: 8px !important;
    box-sizing: border-box !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-figure-panel {
    display: grid !important;
    grid-template-rows: auto auto auto minmax(0, 1fr) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 8px !important;
    border-radius: 8px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-h1 {
    margin: 0 0 3px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    max-height: 36px !important;
    overflow: hidden !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-previewmeta {
    margin: 0 0 5px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    max-height: 32px !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-toolbar {
    min-height: 34px !important;
    margin: 0 0 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-figure {
    height: 100% !important;
    min-height: 0 !important;
    overflow: auto !important;
    padding: 4px !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-figure img,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-figure svg {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-bottom-panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(78px, 18%) minmax(280px, 1fr) !important;
    min-height: 0 !important;
    height: 100% !important;
    gap: 8px !important;
    overflow: hidden !important;
    padding: 8px !important;
    border-radius: 8px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-table-side {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-table-side {
    min-height: 280px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-side-title {
    min-height: 24px !important;
    margin: 0 0 5px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-components-list,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-table {
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-comp-row {
    padding: 7px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-pagejumps {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open .fps-lme-pagejump {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    min-height: 28px !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.fps-mobile-app-shell .fps-mobile-open-preview {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-mobile-open-preview.is-ready {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-mobile-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 790 !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 4px !important;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom, 0px)) !important;
    background: rgba(255, 255, 255, .96) !important;
    border-top: 1px solid #d9e3ed !important;
    box-shadow: 0 -10px 26px rgba(15, 23, 42, .12) !important;
    backdrop-filter: blur(14px);
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-mobile-nav {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-mobile-nav button {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    min-width: 0 !important;
    min-height: 48px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #596b7d !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  body.fps-mobile-app-shell .fps-mobile-nav button.is-active {
    background: #edf4fb !important;
    color: #1f5c95 !important;
  }

  body.fps-mobile-app-shell .fps-mobile-nav svg {
    width: 19px !important;
    height: 19px !important;
    display: block !important;
  }

  body.fps-mobile-app-shell .fps-rfq-cta,
  body.fps-mobile-app-shell .fps-quickhelp-card {
    display: block !important;
  }

  body.fps-mobile-app-shell .fps-jh-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 6px 8px 92px !important;
  }

  body.fps-mobile-app-shell .fps-jh-card,
  body.fps-mobile-app-shell .fps-jh-diagram-panel {
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 8px !important;
    margin: 8px 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell .fps-jh-title,
  body.fps-mobile-app-shell .fps-jh-card h2,
  body.fps-mobile-app-shell .fps-jh-card h3 {
    font-size: 17px !important;
    line-height: 1.18 !important;
    margin: 0 0 8px !important;
    overflow-wrap: anywhere !important;
  }

  body.fps-mobile-app-shell .fps-jh-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.fps-mobile-app-shell .fps-jh-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body.fps-mobile-app-shell .fps-jh-field {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.fps-mobile-app-shell .fps-jh-btn,
  body.fps-mobile-app-shell .fps-jh-more-btn,
  body.fps-mobile-app-shell .fps-jh-row-action {
    min-height: 40px !important;
    border-radius: 8px !important;
  }

  body.fps-mobile-app-shell .fps-jh-diagram-head {
    align-items: flex-start !important;
  }

  body.fps-mobile-app-shell .fps-jh-diagram-row {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 10px !important;
    border-radius: 8px !important;
    padding: 8px !important;
  }

  body.fps-mobile-app-shell .fps-jh-diagram-thumbbox {
    width: 96px !important;
    height: 82px !important;
    border-radius: 8px !important;
  }

  body.fps-mobile-app-shell .fps-jh-image-box {
    width: 100% !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  body.fps-mobile-app-shell .fps-jh-image-box img {
    max-width: 112px !important;
    max-height: 92px !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal {
    padding: 0 !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal-box {
    width: 100vw !important;
    height: 100dvh !important;
    border-radius: 0 !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal-head {
    padding: calc(env(safe-area-inset-top, 0px) + 8px) 10px 8px !important;
    gap: 8px !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal-title {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 14px !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal-controls {
    flex: 0 0 auto !important;
    gap: 6px !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal-close,
  body.fps-mobile-app-shell .fps-jh-modal-up,
  body.fps-mobile-app-shell .fps-jh-modal-back,
  body.fps-mobile-app-shell .fps-jh-modal-return,
  body.fps-mobile-app-shell .fps-jh-photo-close {
    min-height: 38px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal-body {
    padding: 8px !important;
    align-items: stretch !important;
    justify-content: stretch !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal-viewer {
    height: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(260px, 48vh) minmax(220px, 1fr) !important;
    gap: 8px !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal-image-pane,
  body.fps-mobile-app-shell .fps-jh-modal-list-pane,
  body.fps-mobile-app-shell .fps-jh-catalog-parts-wrap {
    border-radius: 8px !important;
    min-height: 0 !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal-list-pane {
    padding: 8px !important;
    overflow: auto !important;
  }

  body.fps-mobile-app-shell .fps-jh-modal-list-pane h3,
  body.fps-mobile-app-shell .fps-jh-catalog-parts-wrap h3 {
    font-size: 14px !important;
    margin: 0 0 8px !important;
  }

  body.fps-mobile-app-shell .fps-jh-diagram-parts-table,
  body.fps-mobile-app-shell .fps-jh-catalog-parts-table,
  body.fps-mobile-app-shell .fps-jh-table {
    min-width: 760px !important;
    font-size: 12px !important;
  }

  body.fps-mobile-app-shell .fps-jh-diagram-parts-table th,
  body.fps-mobile-app-shell .fps-jh-diagram-parts-table td,
  body.fps-mobile-app-shell .fps-jh-catalog-parts-table th,
  body.fps-mobile-app-shell .fps-jh-catalog-parts-table td,
  body.fps-mobile-app-shell .fps-jh-table th,
  body.fps-mobile-app-shell .fps-jh-table td {
    padding: 7px 6px !important;
  }

  body.fps-mobile-app-shell .fps-jh-catalog-register-grid {
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
  }

  body.fps-mobile-app-shell .fps-preview-card.fps-jh-main-active {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell .fps-jh-main-slot,
  body.fps-mobile-app-shell .fps-jh-main-embedded {
    min-width: 0 !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-jh-main-active {
    grid-template-rows: auto minmax(0, 1fr) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-jh-main-active .fps-card-subtitle {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-jh-main-active [data-fps-jh-main-slot] {
    min-height: 0 !important;
    height: 100% !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 14px) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-jh-main-active .fps-jh-wrap {
    padding: 8px 8px calc(env(safe-area-inset-bottom, 0px) + 18px) !important;
  }

  body.fps-mobile-app-shell .fps-jh-model-browser {
    border-radius: 8px !important;
    border-color: #dbe5ee !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto minmax(190px, 30vh) minmax(210px, 1fr) !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-pane {
    min-height: 0 !important;
    max-height: none !important;
    border: 0 !important;
    border-bottom: 1px solid #e4edf5 !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    background: #fff !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-pane:first-child {
    display: block !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
    background: #eef5fb !important;
    color: #173552 !important;
    border-bottom: 1px solid #d7e4ef !important;
    padding: 7px 9px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-list {
    min-height: 0 !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  body.fps-mobile-app-shell .fps-jh-browser-pane:first-child .fps-jh-browser-list {
    display: flex !important;
    gap: 7px !important;
    padding: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-product {
    flex: 0 0 auto !important;
    border: 1px solid #d4e0eb !important;
    border-radius: 999px !important;
    background: #fff !important;
    padding: 8px 11px !important;
    min-height: 36px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #34495e !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-product.is-active {
    background: #1f5c95 !important;
    color: #fff !important;
    border-color: #1f5c95 !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-model,
  body.fps-mobile-app-shell .fps-jh-browser-catalog {
    padding: 10px 11px !important;
    min-height: 44px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
    border-bottom: 1px solid #edf2f7 !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-model.is-active {
    background: #eaf3fb !important;
    color: #173552 !important;
    box-shadow: inset 4px 0 0 #1f5c95 !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-catalog-row {
    grid-template-columns: minmax(0, 1fr) auto 28px !important;
    gap: 8px !important;
    width: 100% !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-open {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    font-weight: 900 !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-modal,
  body.fps-mobile-app-shell .fps-lme-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100020 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100svh !important;
    background: rgba(15, 23, 42, 0.32) !important;
    padding: 0 !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-panel,
  body.fps-mobile-app-shell .fps-lme-modal-dialog {
    width: 100% !important;
    height: 100dvh !important;
    height: 100svh !important;
    max-width: none !important;
    max-height: 100svh !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-body {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-list {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dbe5ee !important;
    padding: 6px 8px !important;
    max-height: 104px !important;
    min-height: 0 !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-item {
    flex: 0 0 178px !important;
    margin: 0 !important;
    padding: 8px !important;
    border-radius: 8px !important;
    white-space: normal !important;
    overflow: hidden !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-workbench,
  body.fps-mobile-app-shell .fps-lme-open-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(220px, 1fr) minmax(190px, 34svh) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 68px !important;
    grid-template-areas:
      "title close"
      "meta close"
      "nav nav" !important;
    gap: 6px 8px !important;
    align-items: start !important;
    padding: calc(env(safe-area-inset-top, 0px) + 62px) calc(env(safe-area-inset-right, 0px) + 10px) 7px calc(env(safe-area-inset-left, 0px) + 10px) !important;
    max-height: 208px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-title {
    grid-area: title !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 18px !important;
    line-height: 1.18 !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-meta {
    grid-area: meta !important;
    min-width: 0 !important;
    max-height: 36px !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    overflow: hidden !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-nav {
    grid-area: nav !important;
    display: grid !important;
    grid-template-columns: 64px minmax(50px, 1fr) 64px !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-nav button,
  body.fps-mobile-app-shell .fps-toyota-diagram-prev,
  body.fps-mobile-app-shell .fps-toyota-diagram-next {
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-count {
    min-width: 0 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 800 !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-close {
    grid-area: close !important;
    position: static !important;
    width: auto !important;
    height: 36px !important;
    min-width: 62px !important;
    min-height: 36px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    align-self: start !important;
    justify-self: end !important;
    margin: 0 !important;
    transform: none !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-stage {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 6px !important;
    min-height: 0 !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: #fff !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-img-wrap {
    flex: 0 0 auto !important;
    position: relative !important;
    margin: 0 auto !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-img {
    width: min(900px, max(720px, calc(100vw * 1.85))) !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-parts {
    min-height: 0 !important;
    overflow: auto !important;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table {
    min-width: 690px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table th:last-child,
  body.fps-mobile-app-shell .fps-toyota-diagram-table td:last-child {
    position: static !important;
    right: auto !important;
    left: auto !important;
    z-index: auto !important;
    box-shadow: none !important;
  }

  body.fps-mobile-app-shell .fps-lme-table table {
    min-width: 820px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 100000 !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100svh !important;
    max-height: 100svh !important;
    margin: 0 !important;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    transform: none !important;
    background: #fff !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card .fps-card-title {
    min-height: 36px !important;
    padding: 7px 10px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-preview-content] {
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] {
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-topmeta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 6px !important;
    align-items: start !important;
    margin: 0 !important;
    padding: 7px 8px !important;
    border-bottom: 1px solid #e1e9f1 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-topmeta-text {
    max-height: 36px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-openfull {
    min-width: 0 !important;
    max-width: 96px !important;
    min-height: 32px !important;
    padding: 0 8px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-preview-stack {
    display: grid !important;
    grid-template-rows: minmax(136px, 22svh) minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    gap: 6px !important;
    min-width: 0 !important;
    padding: 6px 8px 8px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-figure-panel {
    display: grid !important;
    grid-template-rows: auto auto minmax(0, 1fr) !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    padding: 6px !important;
    border-radius: 8px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-bottom-panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(162px, 34%) minmax(0, 1fr) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
    gap: 6px !important;
    overflow: hidden !important;
    padding: 6px !important;
    border-radius: 8px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-table-side {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-table-side {
    min-height: 0 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-components-list,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-table {
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-components-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0 2px 2px !important;
    scroll-snap-type: y proximity !important;
    scroll-padding-block: 2px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-comp-row {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    gap: 4px !important;
    padding: 6px !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    scroll-snap-align: start !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-comp-name {
    min-height: 0 !important;
    max-height: 34px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-comp-meta {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-pagejumps {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-pagejump {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    min-height: 30px !important;
    max-height: none !important;
    padding: 5px 8px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-h1 {
    margin: 0 !important;
    max-height: 40px !important;
    overflow: hidden !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-previewmeta {
    max-height: 34px !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-toolbar {
    min-height: 36px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(1) {
    width: 60px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(2) {
    width: 108px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(3) {
    width: 320px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(4) {
    width: 150px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(5) {
    width: 230px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(6) {
    width: 54px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(7) {
    width: 250px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(8),
  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(9),
  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(10) {
    width: 64px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(11) {
    width: 84px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table col:nth-child(12) {
    width: 104px !important;
  }

  body.fps-mobile-app-shell .fps-lme-modal-body {
    padding: 8px !important;
  }

  body.fps-mobile-app-shell .fps-lme-modal-head {
    padding: calc(env(safe-area-inset-top, 0px) + 8px) 10px 8px !important;
  }

  body.fps-mobile-app-shell .fps-lme-modal .fps-lme-open-layout,
  body.fps-mobile-app-shell .fps-linde-simple-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(120px, 22vh) minmax(260px, 42vh) minmax(220px, 1fr) !important;
    gap: 8px !important;
  }

  body.fps-mobile-app-shell .fps-lme-modal .fps-lme-components-side,
  body.fps-mobile-app-shell .fps-lme-modal .fps-lme-figure-panel,
  body.fps-mobile-app-shell .fps-lme-modal .fps-lme-table-side,
  body.fps-mobile-app-shell .fps-linde-simple-main .fps-lme-figure-panel,
  body.fps-mobile-app-shell .fps-linde-simple-main .fps-lme-table-side {
    min-height: 0 !important;
    border-radius: 8px !important;
  }

  body.fps-mobile-app-shell .fps-lme-components-list {
    max-height: none !important;
    height: 100% !important;
    overflow: auto !important;
  }

  body.fps-mobile-app-shell .fps-lme-comp-row {
    border-radius: 8px !important;
    padding: 8px !important;
  }

  body.fps-mobile-app-shell .fps-lme-pagejumps {
    flex-direction: row !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
  }

  body.fps-mobile-app-shell .fps-lme-pagejump {
    flex: 0 0 auto !important;
    max-width: 220px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.fps-mobile-app-shell .fps-lme-figure {
    height: 100% !important;
    min-height: 0 !important;
    padding: 6px !important;
  }

  body.fps-mobile-app-shell .fps-lme-figure img,
  body.fps-mobile-app-shell .fps-lme-figure svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.fps-mobile-app-shell .fps-lme-table {
    height: 100% !important;
    min-height: 0 !important;
    overflow: auto !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-preview-stack,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-preview-stack {
    grid-template-rows: minmax(118px, 16svh) minmax(0, 1fr) !important;
    gap: 4px !important;
    padding: 4px 6px 6px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-bottom-panel,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-bottom-panel {
    grid-template-rows: minmax(210px, 36%) minmax(0, 1fr) !important;
    gap: 4px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-bottom: max(6px, env(safe-area-inset-bottom, 0px)) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-figure-panel,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-table-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-figure-panel,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-table-side {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-figure-panel {
    padding: 4px 6px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-table,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-table {
    background: #fff !important;
    border-radius: 8px !important;
    max-height: 100% !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-components-list,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-components-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0 2px 2px !important;
    scroll-snap-type: y proximity !important;
    scroll-padding-block: 2px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-comp-row,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-comp-row {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    gap: 4px !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-comp-name,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-comp-name {
    max-height: 34px !important;
    white-space: normal !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-comp-meta,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-comp-meta {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-pagejumps,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-pagejumps {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-pagejump,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-pagejump {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    max-height: none !important;
    white-space: normal !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card > .fps-controls,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card > .fps-controls,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-figure-panel > .fps-lme-toolbar,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-figure-panel > .fps-controls,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-figure-panel > .fps-toolbar,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] [data-fps-mobile-linde-toolbar-hidden="1"],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-figure-panel > .fps-lme-toolbar,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-figure-panel > .fps-controls,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-figure-panel > .fps-toolbar,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] [data-fps-mobile-linde-toolbar-hidden="1"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-preview-stack,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-preview-stack {
    grid-template-rows: minmax(118px, 16svh) minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-bottom-panel,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-bottom-panel {
    grid-template-rows: minmax(156px, 27svh) minmax(320px, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
    align-content: stretch !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-table-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-table-side {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-components-list,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-components-list,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-table,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-table {
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-table {
    height: 100% !important;
  }

  @media (max-height: 780px) {
    body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open [data-fps-linde-model-shell] .fps-lme-bottom-panel,
    body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-bottom-panel {
      grid-template-rows: minmax(142px, 24svh) minmax(300px, 1fr) !important;
    }
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-linde-card,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-card.fps-mobile-linde-card,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card.fps-mobile-linde-card,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card {
    --fps-linde-browser-bottom: max(92px, calc(env(safe-area-inset-bottom, 0px) + 76px));
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 100000 !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: calc(100vh - var(--fps-linde-browser-bottom)) !important;
    height: calc(100svh - var(--fps-linde-browser-bottom)) !important;
    max-height: calc(100svh - var(--fps-linde-browser-bottom)) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    transform: none !important;
    background: #fff !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card > .fps-card-title,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-linde-card > .fps-card-title,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active > .fps-card-title,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-card.fps-mobile-linde-card > .fps-card-title,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card > .fps-card-title {
    flex: 0 0 auto !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-linde-card [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-linde-card [data-fps-linde-model-shell],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell],
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-preview-stack,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-preview-stack,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-preview-stack,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-preview-stack {
    display: grid !important;
    grid-template-rows: minmax(110px, 16svh) minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
    gap: 4px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-bottom-panel,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-bottom-panel,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-bottom-panel,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-bottom-panel {
    display: grid !important;
    grid-template-rows: minmax(136px, 22svh) minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
    gap: 4px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card [data-fps-linde-model-shell] .fps-lme-table-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-table-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-table-side,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-table-side {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-table {
    padding-bottom: max(92px, calc(env(safe-area-inset-bottom, 0px) + 76px)) !important;
    scroll-padding-bottom: max(92px, calc(env(safe-area-inset-bottom, 0px) + 76px)) !important;
  }

  @media (max-height: 700px) {
    body.fps-mobile-app-shell .fps-toyota-diagram-top {
      gap: 4px 8px !important;
      padding: calc(env(safe-area-inset-top, 0px) + 58px) 8px 5px !important;
      max-height: 172px !important;
    }

    body.fps-mobile-app-shell .fps-toyota-diagram-title {
      font-size: 16px !important;
      line-height: 1.12 !important;
      -webkit-line-clamp: 2 !important;
    }

    body.fps-mobile-app-shell .fps-toyota-diagram-meta {
      max-height: 28px !important;
      font-size: 11px !important;
      line-height: 1.25 !important;
    }

    body.fps-mobile-app-shell .fps-toyota-diagram-nav {
      grid-template-columns: 58px minmax(44px, 1fr) 58px !important;
      gap: 6px !important;
    }

    body.fps-mobile-app-shell .fps-toyota-diagram-nav button,
    body.fps-mobile-app-shell .fps-toyota-diagram-prev,
    body.fps-mobile-app-shell .fps-toyota-diagram-next {
      height: 32px !important;
      min-height: 32px !important;
      font-size: 13px !important;
    }

    body.fps-mobile-app-shell .fps-toyota-diagram-list {
      max-height: 86px !important;
      padding: 5px 6px !important;
    }

    body.fps-mobile-app-shell .fps-toyota-diagram-item {
      flex-basis: 158px !important;
      padding: 7px !important;
      font-size: 11px !important;
      line-height: 1.2 !important;
    }

    body.fps-mobile-app-shell .fps-toyota-diagram-workbench,
    body.fps-mobile-app-shell .fps-lme-open-layout {
      grid-template-rows: minmax(160px, 1fr) minmax(145px, 30svh) !important;
    }

    body.fps-mobile-app-shell .fps-toyota-diagram-stage {
      padding: 4px !important;
    }

    body.fps-mobile-app-shell .fps-toyota-diagram-parts {
      padding-bottom: calc(4px + env(safe-area-inset-bottom, 0px)) !important;
    }
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready #wrapper,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready #inner-wrap,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready #main,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .entry-content,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-wrap,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-panel.is-active,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-grid-models,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-right-models {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: visible !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-right-models {
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-linde-card,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-card.fps-mobile-linde-card,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 20 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 0 max(96px, calc(env(safe-area-inset-bottom, 0px) + 82px)) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-preview-stack,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-bottom-panel,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-table-side {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-figure-panel {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 6px 8px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-figure {
    height: clamp(136px, 24svh, 220px) !important;
    min-height: 136px !important;
    max-height: 220px !important;
    overflow: auto !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-components-list {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    max-height: none !important;
    overflow: visible !important;
    gap: 8px !important;
    padding: 8px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready [data-fps-linde-model-shell] .fps-lme-table {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding-bottom: 0 !important;
    scroll-padding-bottom: 0 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-linde-preview-card,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100000 !important;
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 0 max(96px, calc(env(safe-area-inset-bottom, 0px) + 82px)) !important;
    background: #fff !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell],
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] > div,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-preview-stack,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-bottom-panel,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-table-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-preview-content],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell],
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] > div,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-preview-stack,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-bottom-panel,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-components-side,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-table-side {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-components-list,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-components-list {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    max-height: clamp(150px, 25dvh, 230px) !important;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-comp-row,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-comp-row {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-comp-name,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-pagejumps,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-pagejump,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-comp-name,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-pagejumps,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-pagejump {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-linde-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-linde-card [data-fps-linde-model-shell] .fps-lme-table,
  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready .fps-preview-card.fps-linde-model-active [data-fps-linde-model-shell] .fps-lme-table {
    height: auto !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 100000 !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: 100svh !important;
    margin: 0 !important;
    padding: max(env(safe-area-inset-top, 0px), 6px) 0 max(92px, calc(env(safe-area-inset-bottom, 0px) + 78px)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-card-title {
    position: sticky !important;
    top: 0 !important;
    z-index: 4 !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 9px 60px 9px 12px !important;
    border-bottom: 1px solid #dbe7f2 !important;
    background: #ffffff !important;
    font-size: 18px !important;
    line-height: 1.18 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-mobile-preview-close {
    position: fixed !important;
    top: max(6px, env(safe-area-inset-top, 0px)) !important;
    right: 10px !important;
    z-index: 100002 !important;
    flex: 0 0 40px !important;
    margin-left: 0 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-card-subtitle,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-meta,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-controls,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-iframe-wrap,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-model-rfq-panel,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-empty-state {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card [data-fps-toyota-main-slot] {
    display: block !important;
    min-height: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
    padding: 10px 12px 18px !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-wrap,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-card,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-figure-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-figure-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-figure-card {
    grid-template-rows: 140px auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-model-row,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card [data-fps-toyota-model-row],
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card [data-fps-toyota-model-candidate],
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-figure-list-btn,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-figure-card-btn,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-page-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-index-thumb {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-toyota-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-toyota-card .fps-toyota-index-hotspot {
    position: absolute !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    touch-action: manipulation !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 100000 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: 100svh !important;
    margin: 0 !important;
    padding: 0 0 max(92px, calc(env(safe-area-inset-bottom, 0px) + 78px)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-card-title {
    min-height: 44px !important;
    padding: 8px 12px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-card-subtitle,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-rfq-inline,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-rfq-cta {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-controls {
    flex: 0 0 58px !important;
    grid-template-columns: auto auto 58px auto !important;
    gap: 6px !important;
    padding: 6px 10px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-iframe-wrap,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-iframe-wrap-parts,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-iframe-wrap-models {
    display: block !important;
    flex: 1 1 auto !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card > .fps-meta,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card > .fps-model-rfq-panel {
    flex: 0 0 auto !important;
    position: static !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-iframe-wrap > .fps-iframe {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    border: 0 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsubishi-preview,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-preview-grid {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-preview-grid {
    display: grid !important;
    grid-template-rows: auto minmax(140px, 24svh) minmax(220px, 1fr) !important;
    gap: 6px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card > .fps-model-rfq-panel {
    gap: 6px !important;
    margin: 4px 0 6px !important;
    padding: 6px 8px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card > .fps-model-rfq-panel .fps-model-rfq-head {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card > .fps-model-rfq-panel .fps-model-rfq-row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card > .fps-model-rfq-panel .fps-model-rfq-row > input:first-of-type {
    grid-column: 1 / 4 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card > .fps-model-rfq-panel .fps-model-rfq-row input,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card > .fps-model-rfq-panel .fps-model-rfq-row button {
    min-height: 36px !important;
    height: 36px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card > .fps-model-rfq-panel .fps-model-rfq-row .fps-model-rfq-submit {
    grid-column: 3 / 5 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card > .fps-model-rfq-panel .fps-model-rfq-row .fps-model-rfq-add {
    grid-column: 1 / 3 !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-preview-grid > div:first-child {
    padding: 0 10px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-figure-box,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-table-box {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-stage,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-table {
    min-width: 620px !important;
  }

  body.fps-mobile-app-shell .fps-mobile-zoomable-figure {
    position: relative !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    touch-action: pan-x pan-y pinch-zoom !important;
    background: #ffffff !important;
  }

  body.fps-mobile-app-shell .fps-mobile-zoomable-figure .fps-mobile-zoom-controls {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    right: 8px !important;
    bottom: 8px !important;
    z-index: 20 !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    width: auto !important;
    padding: 0 !important;
    pointer-events: none !important;
  }

  body.fps-mobile-app-shell .fps-mobile-zoomable-figure .fps-mobile-zoom-controls button {
    pointer-events: auto !important;
    min-width: 42px !important;
    height: 34px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(23, 57, 79, 0.22) !important;
    border-radius: 999px !important;
    color: #17394f !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 6px 18px rgba(23, 57, 79, 0.14) !important;
    font: 800 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  body.fps-mobile-app-shell .fps-mobile-zoomable-figure .fps-mobile-zoom-inner {
    position: relative !important;
    display: block !important;
    min-width: 100% !important;
    min-height: 100% !important;
    transform: none !important;
    transform-origin: 0 0 !important;
  }

  /* Keep the shared manual-page RFQ controls usable at phone width. The
     upstream panel is injected with desktop grid columns, so override the
     layout here for every brand that reuses the manual preview. */
  body.fps-mobile-app-shell .fps-model-rfq-panel {
    margin: 8px 0 12px !important;
    padding: 10px !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell .fps-model-rfq-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 68px !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.fps-mobile-app-shell .fps-model-rfq-row input {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.fps-mobile-app-shell .fps-model-rfq-row .fps-model-rfq-add,
  body.fps-mobile-app-shell .fps-model-rfq-row .fps-model-rfq-submit {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.fps-mobile-app-shell .fps-model-rfq-row .fps-model-rfq-submit {
    grid-column: 1 / -1 !important;
  }

  body.fps-mobile-app-shell .fps-mobile-zoomable-figure .fps-mobile-zoom-content {
    position: relative !important;
    display: block !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform-origin: 0 0 !important;
    will-change: transform !important;
  }

  body.fps-mobile-app-shell .fps-mobile-zoomable-figure .fps-mobile-zoom-media {
    max-width: none !important;
    max-height: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    transform: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-stage.fps-mobile-zoomable-figure,
  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-figure-box.fps-mobile-zoomable-figure {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open.fps-mobile-mitsubishi-preview-ready .fps-preview-card.fps-mobile-preview-open.fps-mobile-mitsubishi-card .fps-mitsu-table {
    font-size: 12px !important;
  }
}

/* Mobile interaction contract 2026-08-22.
   This final layer deliberately owns preview chrome, nested dialogs, zoom tools
   and wide parts tables. Keep it after all brand-specific mobile rules. */
@media (max-width: 820px) {
  :root {
    /* 2026-08-25: multi-query workspace bar stays hidden on mobile, so no top slot is reserved. */
    --fps-mobile-tabs-height: 0px;
    --fps-mobile-back-height: 48px;
    --fps-mobile-preview-top: calc(env(safe-area-inset-top, 0px) + var(--fps-mobile-tabs-height) + var(--fps-mobile-back-height));
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open {
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-wrap {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  body.fps-mobile-app-shell .fps-workspace-tabs.fps-mobile-workspace-tabs-portal {
    position: fixed !important;
    z-index: 2147483000 !important;
    top: env(safe-area-inset-top, 0px) !important;
    right: 8px !important;
    left: 8px !important;
    display: none !important; /* 2026-08-25: mobile hides the multi-query workspace bar */
    width: auto !important;
    max-width: calc(100vw - 16px) !important;
    height: var(--fps-mobile-tabs-height) !important;
    min-height: var(--fps-mobile-tabs-height) !important;
    margin: 0 !important;
    padding: 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    border: 1px solid rgba(35, 74, 104, 0.18) !important;
    border-radius: 14px !important;
    background: rgba(247, 251, 255, 0.98) !important;
    box-shadow: 0 8px 24px rgba(15, 48, 72, 0.18) !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.fps-mobile-app-shell .fps-workspace-tabs.fps-mobile-workspace-tabs-portal > * {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.fps-mobile-app-shell .fps-mobile-preview-close-fixed {
    position: fixed !important;
    z-index: 2147482999 !important;
    top: calc(env(safe-area-inset-top, 0px) + var(--fps-mobile-tabs-height)) !important;
    right: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 76px !important;
    max-width: 120px !important;
    height: 40px !important;
    margin: 4px 0 !important;
    padding: 0 14px !important;
    overflow: hidden !important;
    border: 1px solid rgba(35, 74, 104, 0.18) !important;
    border-radius: 12px !important;
    color: #123b5b !important;
    -webkit-text-fill-color: #123b5b !important;
    background: #fff !important;
    box-shadow: 0 5px 16px rgba(15, 48, 72, 0.14) !important;
    font: 800 15px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    white-space: nowrap !important;
  }

  body.fps-mobile-app-shell .fps-mobile-return-part-fixed {
    position: fixed !important;
    z-index: 2147482999 !important;
    top: calc(env(safe-area-inset-top, 0px) + var(--fps-mobile-tabs-height)) !important;
    right: 88px !important;
    left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 176px) !important;
    height: 40px !important;
    margin: 4px 0 !important;
    padding: 0 12px !important;
    overflow: hidden !important;
    border: 1px solid #df821d !important;
    border-radius: 12px !important;
    color: #8b4700 !important;
    -webkit-text-fill-color: #8b4700 !important;
    background: #fff1dc !important;
    box-shadow: 0 5px 16px rgba(139, 71, 0, 0.18) !important;
    font: 850 14px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  body.fps-mobile-app-shell .fps-mobile-return-part-fixed:disabled {
    opacity: 0.52 !important;
    cursor: default !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-mobile-return-part-source {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-mobile-preview-close:not(.fps-mobile-preview-close-fixed) {
    display: none !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open > .fps-preview-card.fps-mobile-preview-open,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open {
    position: fixed !important;
    z-index: 2147482000 !important;
    inset: var(--fps-mobile-preview-top) 0 0 0 !important;
    display: block !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 0 max(16px, env(safe-area-inset-bottom, 0px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
    background: #fff !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
  }

  /* 2026-08-26: the full-screen preview card is the only vertical scroller.
     JH previously kept a second 100%-high overflow scroller inside it, which
     lets iOS hand the gesture back to the outer card and snap model results
     upward after release. */
  body.fps-mobile-app-shell.fps-mobile-preview-open
    .fps-preview-card.fps-mobile-preview-open.fps-jh-main-active
    [data-fps-jh-main-slot] {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    overscroll-behavior: auto !important;
    -webkit-overflow-scrolling: auto !important;
  }

  body.fps-mobile-app-shell.fps-mobile-linde-preview-ready:not(.fps-mobile-preview-open) .fps-linde-preview-card,
  body.fps-mobile-app-shell.fps-mobile-mitsubishi-preview-ready:not(.fps-mobile-preview-open) .fps-mitsubishi-card,
  body.fps-mobile-app-shell.fps-mobile-toyota-preview-ready:not(.fps-mobile-preview-open) .fps-mobile-toyota-card {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
  }

  body.fps-mobile-app-shell .fps-lme-modal,
  body.fps-mobile-app-shell .fps-jh-modal,
  body.fps-mobile-app-shell .fps-toyota-diagram-modal,
  body.fps-mobile-app-shell [data-fps-mitsubishi-modal-preview] {
    position: fixed !important;
    z-index: 2147482500 !important;
    inset: var(--fps-mobile-preview-top) 0 0 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 0 max(12px, env(safe-area-inset-bottom, 0px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-radius: 0 !important;
    transform: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.fps-mobile-app-shell .fps-lme-modal-close,
  body.fps-mobile-app-shell .fps-jh-modal-close,
  body.fps-mobile-app-shell .fps-toyota-diagram-close,
  body.fps-mobile-app-shell [data-fps-mitsubishi-close],
  body.fps-mobile-app-shell .fps-mitsu-close {
    display: none !important;
  }

  body.fps-mobile-app-shell .fps-mobile-zoomable-figure {
    position: relative !important;
    display: block !important;
  }

  body.fps-mobile-app-shell .fps-mobile-zoomable-figure .fps-mobile-zoom-controls {
    position: absolute !important;
    z-index: 30 !important;
    top: 8px !important;
    right: 8px !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
    background: transparent !important;
    border: 0 !important;
  }

  body.fps-mobile-app-shell .fps-mobile-zoomable-figure .fps-mobile-zoom-inner {
    min-height: 0 !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-parts,
  body.fps-mobile-app-shell .fps-toyota-parts-table-wrap,
  body.fps-mobile-app-shell .fps-lme-table-side,
  body.fps-mobile-app-shell .fps-mitsu-table-box,
  body.fps-mobile-app-shell .fps-jh-table-wrap {
    max-width: 100vw !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-parts table,
  body.fps-mobile-app-shell .fps-toyota-parts-table-wrap table,
  body.fps-mobile-app-shell .fps-lme-table table,
  body.fps-mobile-app-shell table.fps-mitsu-table,
  body.fps-mobile-app-shell table.fps-jh-table {
    width: max-content !important;
    min-width: 680px !important;
    table-layout: auto !important;
  }

  body.fps-mobile-app-shell .fps-lme-table,
  body.fps-mobile-app-shell .fps-mitsu-table-box,
  body.fps-mobile-app-shell .fps-jh-table-wrap {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-parts th,
  body.fps-mobile-app-shell .fps-toyota-diagram-parts td,
  body.fps-mobile-app-shell .fps-toyota-parts-table-wrap th,
  body.fps-mobile-app-shell .fps-toyota-parts-table-wrap td,
  body.fps-mobile-app-shell .fps-lme-table th,
  body.fps-mobile-app-shell .fps-lme-table td,
  body.fps-mobile-app-shell .fps-mitsu-table th,
  body.fps-mobile-app-shell .fps-mitsu-table td,
  body.fps-mobile-app-shell .fps-jh-table th,
  body.fps-mobile-app-shell .fps-jh-table td {
    position: static !important;
    white-space: normal !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-title,
  body.fps-mobile-app-shell .fps-lme-modal-title,
  body.fps-mobile-app-shell .fps-jh-modal-title,
  body.fps-mobile-app-shell [data-fps-mitsubishi-modal-preview] h2 {
    max-width: calc(100vw - 24px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 821px) {
  .fps-mobile-nav,
  .fps-mobile-site-nav,
  .fps-mobile-open-preview,
  .fps-mobile-preview-close {
    display: none !important;
  }
}

/* 2026-08-26: Jungheinrich Model Browser (empty-model browse UI) on mobile.
   The JH bridge renders the 3-column browse grid into the full-screen preview;
   on phones stack the panes vertically and cap each pane so all 2,786 catalog
   rows stay reachable without a triple-column squeeze. */
@media (max-width: 820px) {
  body.fps-mobile-app-shell.fps-mobile-jh-preview-ready .fps-jh-browser-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.fps-mobile-app-shell.fps-mobile-jh-preview-ready .fps-jh-browser-pane {
    min-height: 0 !important;
    max-height: 38vh !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open::before {
    content: "";
    position: fixed;
    z-index: 2147481900;
    inset: 0;
    pointer-events: none;
    background-color: rgba(13, 39, 60, 0.24) !important;
    -webkit-backdrop-filter: blur(6px) saturate(0.82);
    backdrop-filter: blur(6px) saturate(0.82);
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open > .fps-preview-card.fps-mobile-preview-open.fps-mobile-preview-portal[data-fps-mobile-preview-portal="1"] {
    right: 8px !important;
    bottom: max(8px, env(safe-area-inset-bottom, 0px)) !important;
    left: 8px !important;
    width: auto !important;
    max-width: calc(100vw - 16px) !important;
    border: 1px solid rgba(35, 74, 104, 0.18) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(7, 31, 49, 0.28) !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-top {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "content" !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-top > div:first-child {
    grid-area: content !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-nav {
    width: 100% !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-top {
    max-height: none !important;
    padding: 10px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-panel {
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    grid-template-rows: auto auto !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-body {
    grid-template-rows: auto auto !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-workbench {
    display: block !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-stage {
    width: 100% !important;
    height: min(46svh, 380px) !important;
    min-height: 220px !important;
    max-height: 380px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-parts {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-table-wrap {
    height: auto !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
  }
}

/* ===== 2026-08-29: manual PDF preview must fill the floating page =====
   User report: the mobile floating PDF preview is "locked inside a card
   frame" — the PDF only scrolls within a small rounded box. Root cause: the
   2026-08-22 contract layer makes the OPEN preview card the only vertical
   scroller (display:block + overflow-y:auto) while the main plugin keeps
   sizing .fps-iframe-wrap to a fixed ~viewport block (measured 714px on a
   844px viewport, radius 18px, cut off below the fold). The PDF therefore
   lives in a framed inner box and only scrolls inside it. For manual PDF
   cards the open overlay now becomes a flex column: Open-PDF actions and the
   pagination row keep their natural height, the iframe wrap flexes to fill
   the remaining viewport exactly, and the PDF viewer inside the iframe is
   the single scroller. Covers both the plain full-bleed card and the portaled
   floating card variant (body-child with 8px insets). */
@media (max-width: 820px) {
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card:not(.fps-mobile-linde-card):not(.fps-mobile-toyota-card):not(.fps-mobile-komatsu-card):not(.fps-mobile-mitsubishi-card):not(.fps-mobile-nissan-card) {
    display: flex !important;
    flex-direction: column !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card:not(.fps-mobile-linde-card):not(.fps-mobile-toyota-card):not(.fps-mobile-komatsu-card):not(.fps-mobile-mitsubishi-card):not(.fps-mobile-nissan-card) > * {
    flex: 0 0 auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  /* any intermediate wrapper between the card and the iframe wrap stretches too */
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card:not(.fps-mobile-linde-card):not(.fps-mobile-toyota-card):not(.fps-mobile-komatsu-card):not(.fps-mobile-mitsubishi-card):not(.fps-mobile-nissan-card) > *:has(.fps-iframe-wrap, .fps-iframe-wrap-parts, .fps-iframe-wrap-models) {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card:not(.fps-mobile-linde-card):not(.fps-mobile-toyota-card):not(.fps-mobile-komatsu-card):not(.fps-mobile-mitsubishi-card):not(.fps-mobile-nissan-card) .fps-iframe-wrap,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card:not(.fps-mobile-linde-card):not(.fps-mobile-toyota-card):not(.fps-mobile-komatsu-card):not(.fps-mobile-mitsubishi-card):not(.fps-mobile-nissan-card) .fps-iframe-wrap-parts,
  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card:not(.fps-mobile-linde-card):not(.fps-mobile-toyota-card):not(.fps-mobile-komatsu-card):not(.fps-mobile-mitsubishi-card):not(.fps-mobile-nissan-card) .fps-iframe-wrap-models {
    flex: 1 1 auto !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  body.fps-mobile-app-shell.fps-mobile-preview-open .fps-preview-card.fps-mobile-preview-open.fps-mobile-manual-card:not(.fps-mobile-linde-card):not(.fps-mobile-toyota-card):not(.fps-mobile-komatsu-card):not(.fps-mobile-mitsubishi-card):not(.fps-mobile-nissan-card) .fps-iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
  }
}
