@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;
  }

  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: none !important;
    padding: 8px 10px 92px !important;
    margin: 0 !important;
  }

  body.fps-mobile-app-shell .fps-header {
    position: sticky !important;
    top: 0 !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-tabs {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: repeat(3, 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;
  }

  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-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: sticky !important;
    top: 96px !important;
    z-index: 620 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    margin: 0 0 10px !important;
    padding: 10px !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08) !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;
    width: 100% !important;
  }

  body.fps-mobile-app-shell .fps-searchbar .fps-btn,
  body.fps-mobile-app-shell .fps-searchbar .fps-btn-lite {
    min-height: 42px !important;
    padding: 0 14px !important;
    border-radius: 8px !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-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-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-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-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: 40px !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 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 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 74px auto minmax(92px, 1fr) !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-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: 74px !important;
    min-width: 74px !important;
    max-width: 74px !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 {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 12px !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 .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-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: 8px 10px 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: 10px !important;
    margin: 10px 0 !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-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-jh-browser-grid {
    grid-template-columns: 1fr !important;
  }

  body.fps-mobile-app-shell .fps-jh-browser-pane {
    min-height: 220px !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-modal,
  body.fps-mobile-app-shell .fps-lme-modal {
    padding: 0 !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-panel,
  body.fps-mobile-app-shell .fps-lme-modal-dialog {
    width: 100vw !important;
    height: 100dvh !important;
    height: 100svh !important;
    max-width: none !important;
    max-height: 100svh !important;
    border-radius: 0 !important;
    overflow: hidden !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) 38px !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) + 7px) 10px 7px !important;
    max-height: 154px !important;
    overflow: hidden !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: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    align-self: start !important;
    justify-self: end !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-stage {
    align-items: center !important;
    justify-content: center !important;
    padding: 6px !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.fps-mobile-app-shell .fps-toyota-diagram-img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !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,
  body.fps-mobile-app-shell .fps-lme-table table {
    min-width: 820px !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;
  }
}

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