.baseline-block {
  display: flex;
  gap: 3px;
  align-items: flex-start;

  height: 32px;
  padding: 5px 10px;

  color: var(--theme-hack-color, #42526f);

  background: #091e420b;
  border-radius: 3px;

  app-cmf-doodle-icon {
    margin-right: 4px;
  }
}

.container-select-baseline {
  overflow: auto;
  max-height: 250px;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line {
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--color-gray-eee);
}
