.section-split {
  margin: 24px 0 14px;
}

#inventory .inventory-grid {
  margin-bottom: 18px;
}

#inventory .table-panel {
  margin-top: 18px;
}

#inventory .content-grid .table-panel {
  margin-top: 0;
}

.stock-store {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stock-store::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2f745c;
  content: "";
}

.difference-positive {
  color: #1b7454;
  font-weight: 700;
}

.difference-negative {
  color: #b24e43;
  font-weight: 700;
}

@media (max-width: 1180px) {
  #inventory .page-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  #inventory .toolbar-buttons {
    flex-wrap: wrap;
  }
}
