/* 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; }

/* ── FAQ / HowTo blocks ──────────────────────────────────────────── */
.smp-faq-block { margin: 1.5em 0; }
.smp-faq-item { margin-bottom: 1.1em; }
.smp-faq-q { margin: 0 0 .3em; font-size: 1.05em; }
.smp-faq-a { margin: 0; }
.smp-howto-block { margin: 1.5em 0; }
.smp-howto-title { margin: 0 0 .5em; }
.smp-howto-steps { margin: 0; padding-left: 1.4em; }
.smp-howto-step { margin-bottom: .6em; }
.smp-howto-step-name { display: inline; }

/* ── Table of Contents block ─────────────────────────────────────── */
.smp-toc {
    margin: 1.5em 0;
    padding: 1em 1.2em;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    background: rgba(0,0,0,.02);
}
.smp-toc-title { display: block; margin-bottom: .5em; }
.smp-toc-list { list-style: none; margin: 0; padding: 0; }
.smp-toc-item { margin: .25em 0; }
.smp-toc-item a { text-decoration: none; }
.smp-toc-item a:hover { text-decoration: underline; }
.smp-toc-level-3 { padding-left: 1.1em; }
.smp-toc-level-4 { padding-left: 2.2em; }
.smp-toc-level-5 { padding-left: 3.3em; }
.smp-toc-level-6 { padding-left: 4.4em; }

/* ── HTML sitemap block ──────────────────────────────────────────── */
.smp-html-sitemap { margin: 1.5em 0; }
.smp-html-sitemap-group { margin-bottom: 1.5em; }
.smp-html-sitemap-title { margin: 0 0 .5em; }
.smp-html-sitemap-list { margin: 0; padding-left: 1.4em; }
.smp-html-sitemap-list li { margin: .2em 0; }

/* Editor-only repeater rows for the SEO blocks. */
.smp-block-editor .smp-block-row {
    padding: 10px;
    margin-bottom: 8px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 6px;
}
