[hidden] { display: none !important; }

/* Customer pricing rules are intentionally private. Customers only see their final Wholesale Price. */
.pricing-profile,
.markup-notice {
  display: none !important;
}

/* Keep the page itself locked to the viewport. Wide inventory content should
   scroll only inside the table container, never the document body. */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.wholesale-shell,
.catalog-layout,
.catalog-card,
.customer-history,
.source-footer {
  min-width: 0;
  max-width: 100%;
}

.catalog-layout {
  width: 100%;
}

.catalog-card {
  width: 100%;
  overflow: hidden;
}

.table-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.inventory-table {
  max-width: none;
}

.account-chip {
  gap: 10px;
  min-width: 0;
}

.wholesale-logout-button {
  min-height: 36px;
  border: 1px solid #d7dee9;
  border-radius: 8px;
  background: #fff;
  color: #425269;
  padding: 0 11px;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 750;
}

.wholesale-logout-button:hover {
  border-color: #aac4ea;
  color: #0866e8;
}

@media (max-width: 700px) {
  .wholesale-logout-button {
    padding-inline: 9px;
  }
}
