.node--type-file .node__content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.node--type-file .field--name-field-file-attachment-file,
.node--type-file .file-description {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.node--type-file .file-description {
  margin-left: 0rem;
  flex: 0;
}

@media (min-width: 75rem) {
  .node--type-file .node__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .node--type-file .field--name-field-file-attachment-file,
  .node--type-file .file-description {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .node--type-file .field:not(:last-child) {
    margin-block-end: unset;
  }

  .node--type-file .file-description {
    flex: 1;
    margin-left: 1rem;
  }
}
.node--type-file .file-description .inner-wrapper > div {
  line-height: 1.5em;
}

.node--type-file .file-label {
  font-weight: 600;
  margin-right: 10px;
}

.pdfpreview-image-wrapper img {
  border: solid 1px var(--color--slate-gray);
}
