

.input_top_row {
  width: 100%;
  background: var(--background);
  padding: 8px 20px 0 20px;
  border-top: 1px solid var(--testit-gray);
  box-sizing: border-box;
}

/* Chips container */
#attachment-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 4px;
  max-height: 96px;
  overflow-y: auto;
}

