/* SEOMaster Pro — frontend.
 * Intentionally minimal: only breadcrumb defaults that themes can override
 * via stronger selectors. No layout opinions beyond inline-flow.
 */
.smp-breadcrumbs { font-size: 0.9em; line-height: 1.4; margin: 0 0 1em; }
.smp-breadcrumbs-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.4em; }
.smp-breadcrumb-item { display: inline-flex; align-items: center; gap: 0.4em; }
.smp-breadcrumb-item a { text-decoration: none; }
.smp-breadcrumb-item a:hover { text-decoration: underline; }
.smp-breadcrumb-item.is-current span { font-weight: 600; }
.smp-breadcrumb-sep { opacity: 0.55; }
