/* Public table cleanup and admin product-ID controls */
.discount-note {
  display: none !important;
}

.public-product-id-hook {
  display: none !important;
}

button.admin-product-id {
  border: 1px solid #d9e1eb;
  border-radius: 9px;
  background: #f9fafb;
  color: #344054;
  padding: 7px 10px;
  cursor: pointer;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
}

button.admin-product-id:hover {
  border-color: #a9c5fb;
  color: var(--blue);
}

button.admin-product-id:focus-visible {
  outline: 3px solid rgba(35, 100, 223, 0.2);
  outline-offset: 2px;
}

@media (max-width: 700px) {
  .table-card tbody tr {
    grid-template-columns: 92px 1fr;
  }

  .table-card td:first-child {
    grid-row: 1 / span 6;
  }
}
