.aplus-ap-attachment {
  display: inline-flex;
  justify-content: space-between;
}
.aplus-ap-attachment__content {
  display: flex;
  align-items: center;
}
.aplus-ap-attachment__text-render {
  color: var(--download-main-color);
  margin-right: 5px;
}
.aplus-ap-attachment__text-render:hover {
  color: var(--download-main-color-opacity);
}
.aplus-ap-attachment__spin {
  float: left;
  margin-right: 5px;
}
.aplus-ap-attachment__text-inner {
  max-width: 190px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  cursor: pointer;
  color: var(--download-main-color);
}
.aplus-ap-attachment__text-inner:hover {
  color: var(--download-main-color-opacity);
}
.aplus-ap-attachment__more {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  color: var(--download-main-color);
}
.aplus-ap-attachment__more:hover {
  color: var(--download-main-color-opacity);
}
.aplus-ap-attachment__file-list {
  max-width: 312px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.aplus-ap-attachment__file-item {
  flex: 1;
  word-wrap: break-word;
  margin-bottom: 16px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.aplus-ap-attachment__file-item:hover {
  color: var(--download-main-color);
}
.aplus-ap-attachment__down-load-all {
  font-size: 14px;
  color: var(--download-main-color);
  cursor: pointer;
  margin-bottom: 0;
}
.aplus-ap-attachment__down-load-all:hover {
  color: var(--download-main-color-opacity);
}
