.ll-card-basic {
  &-body {
    display: flex;
  }

  &-content {
    overflow: hidden;
  }

  &-title-container {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  &-content &-title {
    margin-bottom: 0;
  }

  &-content-container {
    margin-top: 24px;
  }

  &-icon-container {
    display: block;
    margin-right: 8px;
    text-align: right;
    &>* {
      width: 40px;
      height: 40px;
      transform: translateY(-2px);
    }
  }
}

