/* Product-specific styles currently live mostly in shared table/form/card components. */
.value-note{
  display:inline-block;
  margin-left:4px;
  padding:1px 4px;
  border:1px solid var(--border);
  border-radius:4px;
  color:var(--muted);
  font-family:'IBM Plex Mono';
  font-size:9px;
  line-height:1.2;
  text-transform:uppercase;
  vertical-align:middle;
}
.ebay-breakdown{
  margin-top:16px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:8px;
  background:rgba(255,255,255,0.02);
}
.ebay-breakdown-title{
  margin-bottom:8px;
  color:var(--bright);
  font-family:'IBM Plex Mono';
  font-size:10px;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.ebay-breakdown-row{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:8px;
  align-items:center;
  padding:5px 0;
  border-top:1px solid var(--border);
  font-family:'IBM Plex Mono';
  font-size:11px;
  color:var(--muted);
}
.ebay-breakdown-row strong{
  color:var(--text);
  font-weight:600;
}
.ebay-breakdown-row em{
  color:var(--muted);
  font-style:normal;
  font-size:9px;
  text-transform:uppercase;
}
