/* ============================================================
   WPST SEO Manager – Frontend SEO-Text-Block (Basis-CSS)
   ============================================================
   Theme-spezifische Farben werden als Inline-CSS ausgegeben
   (class-seo-text-output.php → build_inline_css()):
     FamousTube: #e9cbcd BG, weißer Text, Hauptfarbe für Links/Bold
     UltimaTube: kein BG (bleibt body #181818), #ccc Text, Hauptfarbe Links
   ============================================================ */

.wpst-seo-text-block {
    width: 100%;
    padding: 22px 0 26px;
}

.wpst-seo-text-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typografie-Basis (Farben per Inline-CSS überschrieben) */
.wpst-seo-text-block h2,
.wpst-seo-text-block h3 {
    font-size: 1.05em;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.4;
}

.wpst-seo-text-block p {
    font-size: 0.875em;
    line-height: 1.7;
    margin: 0 0 10px;
}

.wpst-seo-text-block p:last-child {
    margin-bottom: 0;
}

.wpst-seo-text-block ul,
.wpst-seo-text-block ol {
    padding-left: 20px;
    font-size: 0.875em;
    margin: 0 0 10px;
}

/* Trennlinie nach Inhalt */
.wpst-theme-famoustube.wpst-seo-text-block {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.wpst-theme-ultimatube.wpst-seo-text-block {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px 0 24px;
}
