/* Unified Tooltia icon system — stroke SVGs, single accent color */
.tooltia-icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: var(--blue);
}

.tooltia-icon-sm {
    width: 1rem;
    height: 1rem;
}

.tooltia-icon-md {
    width: 1.375rem;
    height: 1.375rem;
}

.tooltia-icon-lg {
    width: 1.5rem;
    height: 1.5rem;
}

.tooltia-icon-xl {
    width: 1.75rem;
    height: 1.75rem;
}

.nav-link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link .tooltia-icon {
    color: var(--text-muted);
}

.nav-link:hover .tooltia-icon,
.nav-link.active .tooltia-icon {
    color: var(--blue);
}

.suite-icon,
.tool-header-icon,
.tool-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
