/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Extends styles of the file link.
 */

.file {
  min-height: 1.0625rem;
  padding-left: 1.5rem; /* LTR */
  background-position: left 0.0625rem;
  background-size: 1rem 1rem;
  font-size: 0.889rem;
  line-height: 1.125rem;
}

[dir="rtl"] .file {
  padding-right: 1.5rem;
}

.file__size {
  color: #55565b;
}
