.aplus-ap-appendix__suffix {
  width: 100%;
  display: flex;
  align-items: center;
}
.aplus-ap-appendix__download-all {
  margin-left: auto;
  padding: 0;
  height: -moz-min-content;
  height: min-content;
}
.aplus-ap-appendix__file-area {
  margin-top: 16px;
}
.aplus-ap-appendix__file-area--border {
  border: 1px dashed var(--ap-appendix-area-color-border, #DEE4ED);
  padding: 16px 20px;
  border-radius: 4px;
}
.aplus-ap-appendix__file-area-content {
  display: grid;
  gap: 16px 80px;
  grid-template-columns: var(--ap-appendix-column, repeat(2, 1fr));
}
.aplus-ap-appendix__file-area-content-item {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.aplus-ap-appendix__file-area-content-item-content {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  max-width: 100%;
}
.aplus-ap-appendix__file-area-content-item-icon {
  margin-right: 8px;
}
.aplus-ap-appendix__file-area-content-item-icon svg {
  width: 16px;
  color: var(--ap-appendix-area-color-icon, #ABB7CC);
}
.aplus-ap-appendix__file-area-content-item-file-name {
  min-width: 0;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
.aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
  font-size: 14px;
  line-height: 22px;
  color: var(--ap-appendix-area-color-font, #182948);
  transition: color 0.2s;
}
.aplus-ap-appendix__file-area-content-item-content:hover .ant-typography {
  color: var(--ap-appendix-area-color-font-hover, #0070ff);
}
.aplus-ap-appendix__file-area-content-item--loading-content {
  cursor: not-allowed;
}
.aplus-ap-appendix__file-area-content-item--loading .ant-typography {
  color: var(--ap-appendix-area-color-font-disabled, #ABB7CC);
}
.aplus-ap-appendix__file-area-content-item--loading-content:hover .ant-typography {
  color: var(--ap-appendix-area-color-font-disabled, #ABB7CC);
}
