/* Sprint 19 - Trendyol kontrollü canlı fiyat gönderimi */
.danger-soft-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(239, 68, 68, .28);
  background: rgba(239, 68, 68, .08);
  color: #b91c1c;
  font-weight: 750;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.danger-soft-btn:hover { background: rgba(239, 68, 68, .13); }
.provider-live-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 12px;
  margin: 12px 0;
}
.provider-live-panel article {
  border: 1px solid #e8edf5;
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}
.provider-live-panel strong { display: block; color: #111827; font-size: 13px; margin-bottom: 6px; }
.provider-live-panel span { display: block; color: #64748b; font-size: 12px; line-height: 1.45; }
.provider-live-panel code {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 7px;
  background: #f6f8fb;
  color: #334155;
  font-size: 11px;
}
.batch-check-form {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.batch-check-form input {
  min-width: 0;
  flex: 1;
  height: 34px;
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 12px;
  outline: none;
}
.batch-check-form input:focus { border-color: #f97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
.live-push-form { margin-left: 0; }
@media (max-width: 980px) {
  .provider-live-panel { grid-template-columns: 1fr; }
}
