.import-column-list {
  & dl {
    margin-top: 1rem;
  }

  & dt {
    border-top: 1px solid var(--lightest-gray);
    padding-top: 0.30rem;
    margin-bottom: 0.20rem;
    margin-top: 0.30rem;
  }

  & dd {
    color: var(--gray-500);
    font-size: 0.75rem;
  }
}
