/* write style here */
.DataLinkCard {

  &.next-card {
    min-width: 220px;
  }

  &.hasHoverShadow {
    &:hover {
      box-shadow: var(--shadow-1);
    }
  }

  & + .DataLinkCard {
    margin-left: 20px;
  }

  .title {
    font-size: 14px;
    line-height: 1;
    font-family: PingFangSC-Medium;
    margin-bottom: 18px;
  }

  .item {
    margin-right: 20px;
    color: var(--color-text1-3, #333);
    &:last-child {
      margin-right: 0;
    }
  }
}
