/**
 * Zwischenüberschriften im SEO-Textblock der Stations-Detailseite
 * Pfad: pages/station-detail/assets/seo-text.css
 * Eingebunden von: pages/station-detail/station-detail.php
 */

.sd-seo-h3 {
    margin: 1.25rem 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    color: hsl(var(--foreground));
}

.sd-seo-h3:first-child {
    margin-top: 0;
}

.sd-seo-block > p:last-child {
    margin-bottom: 0;
}
