/* Sprint 34 - Trendyol canlı sipariş çekimi ve sipariş ekranı sıkılaştırma */
.orders-head-v34 .head-actions {
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.orders-head-v34 .compact-action-form {
  min-height: 34px;
}

.orders-head-v34 .compact-action-form select,
.orders-head-v34 .compact-action-form input {
  height: 34px;
}

.live-order-form-v34 .live-btn {
  border-color: rgba(255, 123, 0, .28);
  background: rgba(255, 123, 0, .08);
  color: #d65f00;
}

.live-order-form-v34 .live-btn:hover {
  background: rgba(255, 123, 0, .14);
}

.live-order-note-v34 {
  border: 1px solid rgba(255, 123, 0, .18);
  background: linear-gradient(180deg, rgba(255, 250, 244, .98), #fff);
}

.live-order-note-v34 .panel-head h2 {
  color: #172033;
}

.live-order-note-v34 .rule-list li span {
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-grid-v33 .platform-chip img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 20px;
}

.order-grid-v33 td,
.order-grid-v33 th {
  height: 38px;
}

.compact-mini td,
.compact-mini th {
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
}
