/* Storefront inquiries v3 — unlayered (load after routes-tables-premium-desktop) */

/* Topbar inquiry chip — unlayered safety (wins vs native button / legacy resets) */
body.use-new-ui .app-layout .topbar-extras a.topbar-inquiry-chip,
body.use-new-ui .app-layout .topbar-extras .topbar-inquiry-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  height: 34px !important;
  margin-right: 8px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: rgba(245, 158, 11, 0.12) !important;
  border: 1px solid rgba(245, 158, 11, 0.22) !important;
  color: #b45309 !important;
  font-family: var(--font-main, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease !important;
}

body.use-new-ui .app-layout .topbar-extras .topbar-inquiry-chip strong,
body.use-new-ui .app-layout .topbar-extras .topbar-inquiry-chip__count {
  font-weight: 800 !important;
  color: #92400e !important;
}

body.use-new-ui .app-layout .topbar-extras .topbar-inquiry-chip__label {
  font-weight: 600 !important;
  color: #b45309 !important;
}

body.use-new-ui .app-layout .topbar-extras .topbar-inquiry-chip:hover {
  background: rgba(245, 158, 11, 0.18) !important;
  border-color: rgba(245, 158, 11, 0.35) !important;
  transform: translateY(-1px) !important;
  color: #b45309 !important;
  text-decoration: none !important;
}

body.use-new-ui .sidebar-inquiry-badge,
body.use-new-ui .menu-item-badge.sidebar-inquiry-badge,
body.use-new-ui .menu-badge--inq {
  flex: 0 0 auto;
  margin-left: auto;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: none !important;
  border-radius: 999px;
  background: #f59e0b !important;
  color: #1c1917 !important;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
  align-self: center;
  box-shadow: none !important;
}

@media (min-width: 901px) {
  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-list,
  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-sticky {
    display: none !important;
  }
}

  body.use-new-ui .hydra-dash-storefront-inq--featured {
    border: 1px solid rgba(59, 130, 246, 0.35);
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.98));
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  }

  body.use-new-ui .hydra-inq-panel-head {
    align-items: flex-start;
    gap: 12px;
  }

  body.use-new-ui .hydra-inq-panel-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
  }

  body.use-new-ui .hydra-inq-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px;
  }

  body.use-new-ui .hydra-inq-summary-card {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 12px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.92);
    display: grid;
    gap: 6px;
  }

  body.use-new-ui .hydra-inq-summary-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  body.use-new-ui .hydra-inq-summary-card__who {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  body.use-new-ui .hydra-inq-summary-card__pay {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
  }

  body.use-new-ui .hydra-inq-empty {
    padding: 28px 24px;
    text-align: center;
    max-width: 440px;
    margin: 36px auto;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(205, 214, 228, 0.72);
    box-shadow:
      0 1px 2px rgba(15, 23, 42, 0.03),
      0 12px 28px rgba(15, 23, 42, 0.04);
    color: #64748b;
  }

  body.use-new-ui .hydra-inq-empty::before {
    content: "◇";
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
    color: #94a3b8;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-page-head {
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table-wrap.sf-inq-table-desktop {
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(205, 214, 228, 0.78);
    box-shadow:
      0 1px 2px rgba(15, 23, 42, 0.03),
      0 10px 24px rgba(15, 23, 42, 0.045);
    overflow: hidden;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-page-head-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }

  /* —— Filter bar —— */
  body.use-new-ui .storefront-inquiries-page .sf-inq-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-search {
    width: min(220px, 100%);
    max-width: 100%;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: #fff;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-filter-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-page button.sf-inq-filter-chip {
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(248, 250, 252, 0.9);
    color: #475569;
    cursor: pointer;
    transition: background 0.12s, border-color 0.12s, color 0.12s;
    appearance: none;
    box-shadow: none;
    font-family: inherit;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-page button.sf-inq-filter-chip:hover {
    background: #f1f5f9;
    border-color: rgba(100, 116, 139, 0.5);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-page button.sf-inq-filter-chip.is-active {
    background: #0f172a;
    border-color: #0f172a;
    color: #f8fafc;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-filter-sep {
    width: 1px;
    height: 18px;
    background: rgba(148, 163, 184, 0.45);
    margin: 0 2px;
  }

  /* —— Status & payment chips —— */
  body.use-new-ui .storefront-inquiries-page .sf-inq-chip {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    line-height: 1.5;
    white-space: nowrap;
    border: 1px solid transparent;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--new,
  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--st-new {
    background: #dbeafe;
    color: #1d4ed8;
    border-color: rgba(59, 130, 246, 0.35);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--contacted,
  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--st-contacted {
    background: #f1f5f9;
    color: #475569;
    border-color: rgba(148, 163, 184, 0.45);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--negotiating,
  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--st-negotiating {
    background: #ede9fe;
    color: #5b21b6;
    border-color: rgba(139, 92, 246, 0.35);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--reserved,
  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--st-reserved {
    background: #ffedd5;
    color: #c2410c;
    border-color: rgba(249, 115, 22, 0.35);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--converted,
  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--st-converted {
    background: #dcfce7;
    color: #166534;
    border-color: rgba(34, 197, 94, 0.35);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--cancelled,
  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--st-cancelled {
    background: #fee2e2;
    color: #b91c1c;
    border-color: rgba(239, 68, 68, 0.3);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--method {
    background: #f1f5f9;
    color: #475569;
    border-color: rgba(148, 163, 184, 0.45);
    text-transform: none;
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--payment-pending,
  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--pay-pending {
    background: #fef3c7;
    color: #92400e;
    border-color: rgba(245, 158, 11, 0.35);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--payment-deposited,
  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--pay-deposited {
    background: #dbeafe;
    color: #1d4ed8;
    border-color: rgba(59, 130, 246, 0.35);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--payment-paid,
  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--pay-paid {
    background: #dcfce7;
    color: #166534;
    border-color: rgba(34, 197, 94, 0.35);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-chip--pay-failed {
    background: #f1f5f9;
    color: #64748b;
    border-color: rgba(148, 163, 184, 0.4);
  }

  /* Toolbar buttons — override legacy .btn reset */
  body.use-new-ui .storefront-inquiries-page .sf-inq-page .btn.btn-xs {
    min-height: 32px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: #fff;
    color: #334155;
    box-shadow: none;
    appearance: none;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-page .btn.btn-xs.secondary {
    background: #f8fafc;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-page .btn.btn-xs:hover:not(:disabled) {
    border-color: #94a3b8;
    background: #f1f5f9;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table .sf-inq-pay-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  /* —— Table —— */
  body.use-new-ui .storefront-inquiries-page .sf-inq-table-wrap {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 12px;
    overflow: auto;
    max-height: calc(100vh - 220px);
    background: #fff;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f8fafc;
    box-shadow: 0 1px 0 rgba(148, 163, 184, 0.35);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table thead th {
    padding: 10px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    text-align: left;
    white-space: nowrap;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table tbody tr.sf-inq-row {
    height: 60px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    transition: background 0.1s;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table tbody tr.sf-inq-row:nth-child(4n + 1) {
    background: rgba(248, 250, 252, 0.55);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table tbody tr.sf-inq-row:hover {
    background: rgba(241, 245, 249, 0.95);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table tbody tr.sf-inq-row.is-expanded {
    background: rgba(239, 246, 255, 0.65);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table tbody td {
    padding: 8px 12px;
    vertical-align: middle;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-col-code {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 120px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-expand-btn {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #64748b;
    font-size: 11px;
    cursor: pointer;
    line-height: 1;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-expand-btn:hover {
    background: rgba(148, 163, 184, 0.2);
    color: #0f172a;
  }

  body.use-new-ui .storefront-inquiries-page .hydra-inq-code {
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-customer {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-avatar {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #e2e8f0;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-customer-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-customer-name {
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-customer-contact {
    font-size: 11px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-zalo-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #0068ff;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    text-decoration: none;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-prod-compact {
    position: relative;
    max-width: 200px;
    cursor: default;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-prod-primary {
    font-weight: 500;
    color: #0f172a;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-prod-qty {
    color: #64748b;
    font-weight: 600;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-prod-more {
    display: block;
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-prod-pop-list {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    margin: 4px 0 0;
    padding: 8px 10px;
    min-width: 200px;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.4);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    font-size: 12px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-prod-compact:hover .sf-inq-prod-pop-list,
  body.use-new-ui .storefront-inquiries-page .sf-inq-prod-compact:focus-within .sf-inq-prod-pop-list {
    display: block;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-prod-pop-list li {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    padding: 4px 0;
    border-bottom: 1px solid rgba(241, 245, 249, 0.9);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-prod-pop-list li:last-child {
    border-bottom: none;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-updated {
    font-size: 12px;
    color: #64748b;
    font-variant-numeric: tabular-nums;
  }

  /* —— Actions —— */
  body.use-new-ui .storefront-inquiries-page .sf-inq-actions,
  body.use-new-ui .storefront-inquiries-page .sf-inq-actions-cell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    position: relative;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-action-primary,
  body.use-new-ui .storefront-inquiries-page .sf-inq-btn-primary {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background: #1e40af;
    color: #f8fafc;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.12s;
    appearance: none;
    box-shadow: 0 1px 2px rgba(30, 64, 175, 0.25);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-action-primary:hover,
  body.use-new-ui .storefront-inquiries-page .sf-inq-btn-primary:hover {
    background: #1d4ed8;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-menu-wrap {
    position: relative;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-action-menu,
  body.use-new-ui .storefront-inquiries-page .sf-inq-menu-trigger {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 8px;
    background: transparent;
    color: #475569;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    box-shadow: none;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-action-menu:hover,
  body.use-new-ui .storefront-inquiries-page .sf-inq-menu-trigger:hover {
    background: #f8fafc;
    border-color: #94a3b8;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-menu-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    z-index: 120;
    min-width: 200px;
    padding: 6px;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.4);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-menu-panel.hidden {
    display: none;
  }

  /* —— Floating inquiry action menu —— */
  body.use-new-ui #sfInqFloatingMenu.sf-inq-menu {
    --sf-inq-menu-width: 240px;
    position: fixed;
    z-index: var(--z-overlay);
    width: var(--sf-inq-menu-width);
    max-width: min(240px, calc(100vw - 16px));
    max-height: min(calc(100vh - 16px), 520px);
    overflow: hidden;
    padding: 6px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16), 0 2px 8px rgba(15, 23, 42, 0.06);
    box-sizing: border-box;
  }

  body.use-new-ui #sfInqFloatingMenu.sf-inq-menu.hidden {
    display: none;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-section + .sf-inq-menu-section {
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    margin-top: 4px;
    padding-top: 4px;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-section__title {
    padding: 6px 12px 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
    line-height: 1.2;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-section__items {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 2px;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 36px;
    padding: 0 12px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #0f172a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 120ms ease, color 120ms ease;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-item__lead {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: #64748b;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-ico {
    display: block;
    flex-shrink: 0;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-dot--new {
    background: #22c55e;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-dot--contacted {
    background: #3b82f6;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-dot--negotiating {
    background: #a855f7;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-dot--reserved {
    background: #f59e0b;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-dot--converted {
    background: #16a34a;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-dot--cancelled {
    background: #ef4444;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-item__label {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-item__mark {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-item:hover:not(:disabled):not(.is-current) {
    background: #f1f5f9;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-item:active:not(:disabled):not(.is-current) {
    background: #e2e8f0;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-item:disabled,
  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-item.is-current {
    opacity: 0.55;
    cursor: default;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-danger {
    color: #b91c1c;
  }

  body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-danger:hover:not(:disabled):not(.is-current) {
    background: #fef2f2;
    color: #991b1b;
  }

  @media (max-width: 768px) {
    body.use-new-ui #sfInqFloatingMenu .sf-inq-menu-item {
      min-height: 40px;
      font-size: 14px;
    }
  }

  /* —— Detail row —— */
  body.use-new-ui .storefront-inquiries-page .sf-inq-detail-row td {
    padding: 0 !important;
    background: rgba(248, 250, 252, 0.8);
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-detail {
    padding: 14px 16px 16px 42px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px 20px;
    margin-bottom: 12px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-detail-block h4 {
    margin: 0 0 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #94a3b8;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-detail-block p {
    margin: 0;
    font-size: 13px;
    color: #334155;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-detail-link {
    border: none;
    background: none;
    padding: 0;
    color: #2563eb;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-timeline li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 2px 0;
    color: #64748b;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-detail-res {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 237, 213, 0.5);
    border: 1px solid rgba(251, 146, 60, 0.35);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mini-table {
    width: 100%;
    max-width: 480px;
    font-size: 12px;
    border-collapse: collapse;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mini-table th,
  body.use-new-ui .storefront-inquiries-page .sf-inq-mini-table td {
    padding: 6px 8px;
    text-align: left;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  }

  @media (max-width: 900px) {
    body.use-new-ui .storefront-inquiries-page .sf-inq-table-desktop {
      display: none;
    }

    body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    body.use-new-ui .storefront-inquiries-page .sf-inq-filter-bar {
      flex-direction: column;
      align-items: stretch;
    }

    body.use-new-ui .storefront-inquiries-page .sf-inq-search {
      width: 100%;
    }
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card {
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card__head {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card__who {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card__total {
    font-weight: 700;
    font-size: 15px;
    color: #0f172a;
    white-space: nowrap;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card__lines {
    font-size: 12px;
    margin-bottom: 10px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card__actions .sf-inq-actions-cell {
    justify-content: stretch;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card__actions .sf-inq-btn-primary {
    flex: 1;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-detail {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(226, 232, 240, 0.95);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-detail .sf-inq-detail {
    padding: 0;
  }

  body.use-new-ui .hydra-inq-new-pill {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-size: 11px;
    font-weight: 700;
  }

  body.use-new-ui .settings-store-payment-section {
    margin-top: 1rem;
    padding: 14px;
    border-radius: 12px;
    border: 1px dashed rgba(59, 130, 246, 0.45);
    background: rgba(239, 246, 255, 0.55);
    grid-column: 1 / -1;
  }

  body.use-new-ui .settings-store-payment-title {
    margin: 0 0 6px;
    font-size: 1rem;
  }

  body.use-new-ui .settings-store-payment-help {
    margin: 0 0 12px;
    font-size: 13px;
  }

  body.use-new-ui .hydra-inq-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-col-actions,
  body.use-new-ui .storefront-inquiries-page .sf-inq-actions-cell {
    overflow: visible;
    position: relative;
  }

  /* —— Bulk selection & action bar —— */
  body.use-new-ui .storefront-inquiries-page .sf-inq-col-check {
    width: 40px;
    padding-left: 10px !important;
    padding-right: 4px !important;
    vertical-align: middle;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-cb {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    accent-color: #2563eb;
    flex-shrink: 0;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table tbody tr.sf-inq-row.is-selected {
    background: rgba(239, 246, 255, 0.92) !important;
    box-shadow: inset 3px 0 0 #2563eb;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-table tbody tr.sf-inq-row.is-selected:hover {
    background: rgba(219, 234, 254, 0.95) !important;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-bar-host {
    display: none;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 4;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-bar-host.is-visible {
    display: block;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 14px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-count {
    font-size: 13px;
    color: #334155;
    white-space: nowrap;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-count strong {
    color: #1e40af;
    font-weight: 800;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    appearance: none;
    font-family: inherit;
    line-height: 1.2;
    white-space: nowrap;
    transition: background 0.12s, border-color 0.12s, color 0.12s;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-btn--primary {
    background: #1e40af;
    color: #f8fafc;
    border-color: #1e40af;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-btn--primary:hover:not(:disabled) {
    background: #1d4ed8;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-btn--ghost {
    background: #fff;
    color: #475569;
    border-color: rgba(148, 163, 184, 0.45);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-btn--ghost:hover:not(:disabled) {
    background: #f8fafc;
    border-color: #94a3b8;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-btn--danger {
    background: #fff;
    color: #b91c1c;
    border-color: rgba(239, 68, 68, 0.35);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-btn--danger:hover:not(:disabled) {
    background: #fef2f2;
    border-color: rgba(239, 68, 68, 0.5);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-dropdown {
    position: relative;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-dropdown > summary {
    list-style: none;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-dropdown > summary::-webkit-details-marker {
    display: none;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 30;
    min-width: 168px;
    padding: 6px;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.4);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-menu-item {
    display: block;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    font-size: 13px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #0f172a;
    cursor: pointer;
    appearance: none;
    font-family: inherit;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-bulk-menu-item:hover:not(:disabled) {
    background: #f1f5f9;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card {
    position: relative;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card.is-selected {
    background: rgba(239, 246, 255, 0.95);
    border-color: rgba(59, 130, 246, 0.45);
    box-shadow: inset 3px 0 0 #2563eb, 0 2px 8px rgba(15, 23, 42, 0.06);
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card__check {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card__check .sf-inq-bulk-cb {
    background: #fff;
    border-radius: 4px;
  }

  body.use-new-ui .storefront-inquiries-page .sf-inq-mobile-card__head {
    padding-left: 28px;
  }

  body.use-new-ui .sf-inq-bulk-confirm-overlay {
    position: fixed;
    inset: 0;
    z-index: var(--z-overlay);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }

  body.use-new-ui .sf-inq-bulk-confirm-overlay.hidden {
    display: none !important;
  }

  body.use-new-ui .sf-inq-bulk-confirm-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
  }

  body.use-new-ui .sf-inq-bulk-confirm-dialog {
    position: relative;
    width: min(400px, 100%);
    padding: 20px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
  }

  body.use-new-ui .sf-inq-bulk-confirm-title {
    margin: 0 0 8px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
  }

  body.use-new-ui .sf-inq-bulk-confirm-text {
    margin: 0 0 16px;
    font-size: 14px;
    color: #64748b;
  }

  body.use-new-ui .sf-inq-bulk-confirm-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
  }

  @media (max-width: 900px) {
    body.use-new-ui.route-storefront-inquiries .sf-inq-page-head--desktop,
    body.use-new-ui.route-storefront-inquiries .sf-inq-filter-bar--desktop {
      display: none !important;
    }

    body.use-new-ui.route-storefront-inquiries .sf-inq-page {
      padding-top: 0;
    }

    body.use-new-ui.route-storefront-inquiries .sf-inq-mobile-sticky {
      position: sticky;
      top: calc(var(--mobile-topbar-h, 56px) - 1px);
      z-index: 40;
      margin: 0 -12px 10px;
      padding: 10px 12px 8px;
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    }

    body.dark.use-new-ui.route-storefront-inquiries .sf-inq-mobile-sticky {
      background: rgba(15, 23, 42, 0.94);
      border-bottom-color: rgba(71, 85, 105, 0.45);
    }

    body.use-new-ui.route-storefront-inquiries .sf-inq-mobile-search-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
    }

    body.use-new-ui.route-storefront-inquiries .sf-inq-search--mobile {
      flex: 1 1 auto;
      min-width: 0;
      height: 44px;
      padding: 0 14px;
      border-radius: 12px;
      border: 1px solid rgba(148, 163, 184, 0.35);
      font-size: 16px;
    }

    body.use-new-ui.route-storefront-inquiries .sf-inq-mobile-reload {
      flex: 0 0 44px;
      width: 44px;
      height: 44px;
      border-radius: 12px;
      border: 1px solid rgba(148, 163, 184, 0.35);
      background: #f8fafc;
      color: #334155;
      font-size: 18px;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }

    body.use-new-ui.route-storefront-inquiries .sf-inq-filter-chips--mobile {
      display: flex;
      flex-wrap: nowrap;
      gap: 8px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 2px;
      scrollbar-width: none;
    }

    body.use-new-ui.route-storefront-inquiries .sf-inq-filter-chips--mobile::-webkit-scrollbar {
      display: none;
    }

    body.use-new-ui.route-storefront-inquiries .sf-inq-filter-chips--mobile .sf-inq-filter-chip {
      flex: 0 0 auto;
      min-height: 36px;
      padding: 8px 14px;
      white-space: nowrap;
    }

    body.use-new-ui.route-storefront-inquiries .sf-inq-bulk-bar-host,
    body.use-new-ui.route-storefront-inquiries .sf-inq-mobile-card__check {
      display: none !important;
    }

    /* Mobile inquiry cards — layout in inquiries-mobile.css + hydra-mobile-iphone-compact.css */

    body.use-new-ui.route-storefront-inquiries #sfInqFloatingMenu {
      display: none !important;
    }
  }

  /* Inquiry mobile bottom sheet */
  body.use-new-ui .sf-inq-mobile-sheet {
    position: fixed;
    inset: 0;
    z-index: var(--z-mobile-sheet);
    pointer-events: none;
    visibility: hidden;
  }

  body.use-new-ui.sf-inq-mobile-sheet-open .sf-inq-mobile-sheet {
    pointer-events: auto;
    visibility: visible;
  }

  body.use-new-ui .sf-inq-mobile-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  body.use-new-ui.sf-inq-mobile-sheet-open .sf-inq-mobile-sheet__backdrop {
    opacity: 1;
  }

  body.use-new-ui .sf-inq-mobile-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: min(88vh, 640px);
    padding: 8px 14px calc(14px + env(safe-area-inset-bottom, 0px));
    border-radius: 18px 18px 0 0;
    background: #fff;
    box-shadow: 0 -16px 40px rgba(15, 23, 42, 0.18);
    transform: translateY(100%);
    transition: transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  body.use-new-ui.sf-inq-mobile-sheet-open .sf-inq-mobile-sheet__panel {
    transform: translateY(0);
  }

  body.dark.use-new-ui .sf-inq-mobile-sheet__panel {
    background: #0f172a;
  }

  body.use-new-ui .sf-inq-mobile-sheet__handle {
    width: 40px;
    height: 4px;
    margin: 4px auto 10px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.55);
  }

  body.use-new-ui .sf-inq-mobile-sheet__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
  }

  body.use-new-ui .sf-inq-mobile-sheet__title {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
  }

  body.dark.use-new-ui .sf-inq-mobile-sheet__title {
    color: #f8fafc;
  }

  body.use-new-ui .sf-inq-mobile-sheet__close {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 18px;
    cursor: pointer;
  }

  body.use-new-ui .sf-inq-mobile-sheet__body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  body.use-new-ui .sf-inq-sheet-section + .sf-inq-sheet-section {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(226, 232, 240, 0.95);
  }

  body.use-new-ui .sf-inq-sheet-section__title {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
  }

  body.use-new-ui .sf-inq-sheet-section__grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  body.use-new-ui .sf-inq-sheet-btn {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border: none;
    border-radius: 12px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  body.use-new-ui .sf-inq-sheet-btn:active:not(:disabled) {
    background: #e2e8f0;
  }

  body.use-new-ui .sf-inq-sheet-btn:disabled {
    opacity: 0.45;
  }

  body.use-new-ui .sf-inq-sheet-btn--danger {
    color: #b91c1c;
    background: #fef2f2;
  }

/* =============================================================================
   Typography scale — desktop only, body.use-new-ui.route-storefront-inquiries
   Compact premium (+1–2px); wins vs typography-admin global table/toolbar scale.
   ============================================================================= */
@media (min-width: 769px) {
  body.use-new-ui.route-storefront-inquiries .page-title,
  body.use-new-ui.route-storefront-inquiries .sf-inq-title,
  body.use-new-ui.route-storefront-inquiries .sf-inq-page-head .page-title-text {
    font-size: 34px !important;
    font-weight: 750 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-page-head .muted,
  body.use-new-ui.route-storefront-inquiries .sf-inq-page-head p.muted {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    color: var(--text-secondary, #64748b) !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-page button.sf-inq-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px !important;
    height: 36px !important;
    padding-inline: 14px !important;
    padding-block: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.2 !important;
    box-sizing: border-box;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-page button.sf-inq-filter-chip.is-active {
    font-weight: 700 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-filter-sep {
    height: 22px;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-search {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    box-sizing: border-box;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-search::placeholder {
    font-size: 13.5px !important;
    color: rgba(100, 116, 139, 0.82) !important;
    opacity: 1 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-table {
    font-size: 14px !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-table thead th {
    padding: 12px 14px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.35 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-table tbody td {
    padding: 10px 14px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-table tbody tr.sf-inq-row {
    min-height: 62px;
    height: auto;
  }

  body.use-new-ui.route-storefront-inquiries .hydra-inq-code,
  body.use-new-ui.route-storefront-inquiries .sf-inq-col-total.money-col,
  body.use-new-ui.route-storefront-inquiries .sf-inq-customer-name {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-customer-contact,
  body.use-new-ui.route-storefront-inquiries .sf-inq-prod-more,
  body.use-new-ui.route-storefront-inquiries .sf-inq-updated {
    font-size: 13px !important;
    font-weight: 500 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-prod-primary {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-chip {
    padding: 3px 9px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.035em !important;
    line-height: 1.35 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-chip--method {
    font-size: 11px !important;
    letter-spacing: 0.02em !important;
  }

  body.use-new-ui.route-storefront-inquiries .hydra-inq-empty,
  body.use-new-ui.route-storefront-inquiries .sf-inq-table .empty-state.hydra-inq-empty {
    padding: 32px 28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    color: #64748b !important;
  }

  body.use-new-ui.route-storefront-inquiries .hydra-inq-empty::before {
    font-size: 32px !important;
    margin-bottom: 12px !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-action-primary,
  body.use-new-ui.route-storefront-inquiries .sf-inq-btn-primary {
    min-height: 34px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-action-menu,
  body.use-new-ui.route-storefront-inquiries .sf-inq-menu-trigger {
    width: 34px !important;
    height: 34px !important;
    font-size: 20px !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-page .btn.btn-xs {
    min-height: 34px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-bulk-btn {
    min-height: 34px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  body.use-new-ui.route-storefront-inquiries .sf-inq-bulk-btn.sf-inq-bulk-btn--primary {
    font-size: 14px !important;
    font-weight: 650 !important;
  }
}
