/* Foren SEO – Frontend */

.asgfseo-intro-text,
.asgfseo-category-text {
    margin: 0 0 18px;
    line-height: 1.6;
}

.asgfseo-intro-text {
    background: rgba(0, 0, 0, .03);
    border-radius: 8px;
    padding: 14px 18px;
}

.asgfseo-intro-text p:last-child,
.asgfseo-category-text p:last-child {
    margin-bottom: 0;
}

.asgfseo-category-text {
    font-size: .95em;
    opacity: .92;
    padding: 6px 2px 10px;
}

/* Langer SEO-Text unten auf der Forenseite */
.asgfseo-bottom-text {
    margin: 28px 0 10px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    line-height: 1.65;
    font-size: .97em;
}
.asgfseo-bottom-text h2 {
    font-size: 1.25em;
    margin: 1.1em 0 .4em;
}
.asgfseo-bottom-text h3 {
    font-size: 1.08em;
    margin: 1em 0 .3em;
}
.asgfseo-bottom-text ul {
    margin: .4em 0 .8em 1.2em;
    list-style: disc;
}
.asgfseo-bottom-text li { margin: .2em 0; }
.asgfseo-bottom-text p:last-child { margin-bottom: 0; }

/* SEO-Block im Themen-Formular */
.asgfseo-topic-seo {
    margin: 14px 0;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    overflow: hidden;
}
.asgfseo-topic-seo > summary {
    cursor: pointer;
    padding: 10px 14px;
    font-weight: 600;
    background: rgba(0, 0, 0, .04);
    list-style: none;
}
.asgfseo-topic-seo > summary::-webkit-details-marker { display: none; }
.asgfseo-topic-seo > summary::before { content: "▸ "; }
.asgfseo-topic-seo[open] > summary::before { content: "▾ "; }
.asgfseo-topic-seo-body { padding: 12px 14px; }

.asgfseo-topic-seo-body label { display: block; font-weight: 600; margin: 10px 0 4px; }
.asgfseo-topic-seo-body input[type=text],
.asgfseo-topic-seo-body textarea { width: 100%; box-sizing: border-box; }
.asgfseo-topic-seo-body .asgfseo-hint { display: block; font-size: 12px; opacity: .7; margin-top: 3px; }
.asgfseo-topic-seo-body .asgfseo-count { font-size: 12px; margin-left: 8px; font-weight: 400; }
.asgfseo-count.asgfseo-ok   { color: #2a8a3e; }
.asgfseo-count.asgfseo-warn { color: #b26200; }
.asgfseo-count.asgfseo-bad  { color: #b32d2e; }

/* Google-Vorschau im Themen-Formular */
.asgfseo-topic-seo .asgfseo-serp {
    margin-top: 12px;
    background: #fff;
    color: #202124;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 12px 14px;
    font-family: arial, sans-serif;
}
.asgfseo-topic-seo .asgfseo-serp-head {
    font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: #9aa0a6; margin-bottom: 6px;
}
.asgfseo-topic-seo .asgfseo-serp-url { color: #202124; font-size: 12px; }
.asgfseo-topic-seo .asgfseo-serp-title { color: #1a0dab; font-size: 18px; line-height: 1.3; margin: 2px 0 3px; overflow-wrap: anywhere; }
.asgfseo-topic-seo .asgfseo-serp-desc { color: #4d5156; font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
