/* ==========================================================================
   Ajudo — Fontes para Instagram (estilos específicos). Base no .tt-*.
   ========================================================================== */

.fi-lista { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.fi-item {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  background: var(--paper-deep); border: 1.5px solid var(--line);
  border-radius: var(--radius); padding: 12px 14px;
}
.fi-preview { font-size: 1.25rem; color: var(--ink); word-break: break-word; line-height: 1.4; }
.fi-copy { flex-shrink: 0; padding: 7px 14px; font-size: 0.82rem; }
.fi-empty { color: var(--ink-soft); opacity: 0.7; border: 1.5px dashed var(--line); justify-content: center; }
