/**
 * Default theme accents for tools index + single-tool pages.
 * Used as fallback when a portal has no matching {portal-slug}.css.
 * All color variables (primary-color, accent-color, etc.) come from the
 * active per-portal theme CSS, so this file only tweaks per-theme accents
 * that don't exist as variables.
 */

.pbn-tools-index-card-link:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    border-radius: var(--radius-lg);
}

.pbn-tool-ui:focus-within {
    border-color: var(--primary-color);
}
