.file-list {
  padding: 0;
  .component-area {
    @include clearfix;
  }
}

.file-list__list {
  margin: 0;
  padding: 0;
  @include clearfix;
}

.file-list__list-item {
  padding: 0;
  list-style: none;
  border-bottom: 1px dashed #383434;
  @include clearfix;
}

.file-list__list-item--video {
  .file-list__thumb-wrapper:before {
    background: rgba(115, 125, 232, 1);
  }
}

.file-list__list-item--photo {
  .file-list__thumb-wrapper:before {
    background: rgba(90, 199, 219, 1) ;
  }
}

.file-list__list-item--music {
  .file-list__thumb-wrapper:before {
    background: rgba(87, 238, 177, 1);
  }
}

.file-list__link {
  padding: 10px 0;
  display: table;
  width: 100%;
  color: #fff;
  transition: .5s ease-out;
  &:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}

.file-list__thumb-wrapper {
  display: table-cell;
  vertical-align: top;
  padding: 4px 12px 0 26px;
  width: 60px;
  &:before {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin-right: 10px;
  }
}

.file-list__conent {
  display: table-cell;
  vertical-align: top;
  margin-left: 60px;
  padding-top: 2px;
  position: relative;
}

.file-list__title {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  margin: 0 0 0 0;
}

.file-list__desc {
  line-height: 24px;
  font-size: 16px;
  margin: 0;
  color: #999;
}
.file-list__meta {}
.file-list__date,
.file-list__size {
  display: inline;
}

.file-list__pagination {
  padding: 0;
  margin: 20px;
}

.file-list__pagination-list-item {
  display: inline-block;
}

.file-list__pagination-link {
  display: inline-block;
  padding: 0 2px;
}

.file-list__pagination-link--is-active {
  background: #cc4d4d;
}
