#dac-results {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
#dac-results .dac-col {
  flex: 1;
  border: 1px solid #ddd;
  padding: 15px;
  background: #fafafa;
  border-radius: 8px;
}
textarea {
  width: 100%;
  height: 100px;
}
