.boral-file-button {
  display: flex;
  gap: var(--size-3);
  text-decoration: none;
}
  .boral-file-button:hover span:last-of-type {
        text-decoration: none;
      }
  .boral-file-button span:last-of-type {
      text-decoration: underline;
    }
