.price-tools {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  margin-bottom: 18px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 15px;
}
.price-tools h3 { margin-top: 0; }
.price-tools textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  border: 1px solid #c9d0c2;
  border-radius: 10px;
  background: #fbfcf8;
  font: 12px ui-monospace, SFMono-Regular, Consolas, monospace;
  resize: vertical;
}
.price-tools .primary { margin-top: 10px; }
.model-description { max-width: 360px; white-space: normal; line-height: 1.4; }
.status-pill { display: inline-block; padding: 5px 8px; border-radius: 99px; background: #e8f1d9; color: #31550b; }
.status-pill.off { background: #eee; color: #666; }
@media (max-width: 850px) { .price-tools { grid-template-columns: 1fr; } }
