.tunity-m2m-box {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #fff;
}

.tunity-m2m-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
}

.tunity-m2m-row strong {
  font-weight: 600;
}

body.tunity-m2m-active #input-quantity[readonly] {
  background: #f8f9fa;
  cursor: not-allowed;
}
