/**
 * limitqty.css – Front-end styles for LimitQty notices
 */

/* Product page notice */
.limitqty-notice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.65rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #b8daff;
  background-color: #cce5ff;
  color: #004085;
}

.limitqty-notice .material-icons {
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* JS-generated flash banner */
.limitqty-flash {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  min-width: 280px;
  max-width: 90vw;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
  font-weight: 500;
}

/* Admin column alignment */
.limitqty-admin-id {
  font-family: monospace;
  font-size: 0.85rem;
  color: #555;
}

/* JS-generated error box (shown when limit exceeded on add-to-cart) */
.limitqty-error-box {
  display: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #ffc107;
  background-color: #fff3cd;
  color: #856404;
}

/* PS9 – scroll smooth anchor */
.limitqty-error-box {
  scroll-margin-top: 80px;
}
