/* ------------------------------------ *\
  CONTENTS
\* ------------------------------------ */

/**
 * CONTENTS..............You’re reading it!
 * BASE ..................................
 * STYLE 1 ...............................
*/

/* ------------------------------------ *\
  ==BASE
\* ------------------------------------ */
.paragraph .file-link {
  word-break: break-all;
}

.paragraph--type--file {
  display: flex;
}

.paragraph--type--file .file-link__infos {
  display: inline-block;
  position: relative;
  top: -0.2rem;
  padding: 0 0.2rem;
  font-size: 0.656rem;
  background-color: #f6f6f6;
  color: #6a6a6a;
  border-radius: 0.2rem;
  margin-left: 0.5rem;
  border: solid 1px #e7e7e7;
  font-weight: 300;
}
