.file-actions .edit-file {
  color: #fff;
  background: var(--violet);
  font-weight: 700;
  text-decoration: none;
}
.file-actions .edit-file:hover { background: #5e52c5; }
.file-actions a:focus-visible { outline: 3px solid #6f62d955; outline-offset: 2px; }
.office-file-link { color: var(--ink); text-decoration: none; cursor: pointer; }
.office-file-link b { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: text-decoration-color .16s ease, color .16s ease; }
.office-file-link:hover b { color: var(--violet); text-decoration-color: currentColor; }
.office-file-link:focus-visible { outline: 3px solid #6f62d955; outline-offset: 3px; border-radius: 9px; }
