:global {
  .card-wrap {
    margin-bottom: 8px;
  }

  .list-view-item {
    background-color: #fff;

    .image {
      img {
        width: 100%;
      }
    }
  }

  .test-container {
    height: 100%;
    display: flex;
    flex-direction: column;

    .other-block {
      flex: 0;
    }

    .list-view-block {
      flex: 1;
    }
  }
}
