/* RankFlow AI — Custom styles (supplements TailwindCSS CDN) */

/* Site graph — folder tree view */
.folder-node {
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    border-radius: 4px;
}
.folder-node:hover {
    background-color: var(--background);
}

/* HTMX loading indicator */
.htmx-indicator {
    display: none;
}
.htmx-request .htmx-indicator {
    display: inline-block;
}
