/* DA-02/DA-03 — one quiet tree glyph and one reserved management slot. */
.file-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--ui-muted);
  font-size: 0.8rem;
  text-align: center;
}

.file-icon svg,
.file-protection-slot svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.file-directory[aria-expanded="true"] .file-icon {
  color: var(--ui-accent);
}

.file-protection-slot {
  position: absolute;
  z-index: 2;
  right: 2.15rem;
  width: 1.5rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
  color: transparent;
}

.file-protection-lock {
  color: var(--ui-muted);
}
