details [role="contentinfo"] {
  display: none;
}

.field--type-file {
  margin-bottom: 30px;
  font-size: 0;
}

.field--type-file div[role='alert'] {
  border: 5px solid #b10e1e;
  margin: 30px 0;
  padding: 20px 15px;
  font-size: 24px;
  font-weight: bold;
}

.field--type-file div[role='alert'] ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.field--type-file div[role='alert'] li {
  font-size: 16px;
  font-weight: normal;
}

.field--type-file summary {
  display: none;
}

.field--type-file table thead {
  display: none;
}

.field--type-file table .button {
  background: transparent;
  border: 1px solid #000000;
}

.field--type-file table .file {
  font-size: 16px;
  display: inline-block;
  width: 145px;
}

.field--type-file .ajax-progress {
  display: inline-block;
}

.field--type-file .ajax-progress .throbber {
  padding: 1px 6px 2px;
  font-size: initial;
}

.field--type-file .description {
  margin-bottom: 10px;
}

.field--type-file .tabledrag-handle {
  display: none;
}

.field--type-file .tabledrag-toggle-weight {
  display: none;
}

.form-file {
  font-size: 16px;
}

.form-item.js-form-type-managed-file {
  margin-bottom: 0;
}

@media(min-width: 641px){
  .field--type-file div[role='alert'] li {
    font-size: 19px;
  }

  .field--type-file table .file {
    font-size: 19px;
    width: 250px;
  }

  .form-file {
    font-size: 19px;
  }
}
