.file-card.hidden {
  display: none; }

.file-card.filtered {
  display: none; }

.file-card__button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  background-color: #f1f1f1;
  width: 100%;
  padding: 1rem;
  height: 180px; }
  .file-card__button:focus {
    outline: 1px solid #cf000d; }
  @media screen and (min-width: 30rem) {
    .file-card__button {
      height: 120px; } }
  @media screen and (min-width: 48rem) {
    .file-card__button {
      padding: 2rem;
      height: 160px; } }
  .file-card__button--has-image {
    padding: 0;
    background-color: transparent; }

.file-card__icon, .file-card__thumbnail {
  margin: 0 auto;
  align-self: center;
  max-height: 100%; }

@media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
  .file-card__icon {
    width: 75%; } }

.file-card__thumbnail {
  box-shadow: 0 0 3px 2px #ddd; }

.file-card__details {
  margin: 0.5rem 0; }

.file-card__name, .file-card__attributes {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.2; }

.file-card__name {
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: break-word; }

/*# sourceMappingURL=file-card.css.map */