@charset "UTF-8";

.data__noteColumn {
  margin-top: 1rem;
  color: #7b7e7f;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0.08em;
  
  & + .data__noteColumn {
    margin-top: 0;
  }
  
  > li {
    display: flex;
    gap: .5em;
    
    > * {
      &:first-child {
        flex-shrink: 0;
      }
    }
  }
}
