/* =========================================================
   Blauer Panther - custom.css
   Screenbased Studio - Overrides & Content-Typo.
   Wird via functions.php nach der Child-style.css enqueued
   (Handle: screenbased-custom, dep: cinerama-edge-child-style).
   Cache-Bust automatisch ueber filemtime().
   ========================================================= */

/* ---------------------------------------------------------
   Content-Typo (WPBakery-Body, site-weit)
   Scope .wpb_text_column -> trifft nur echte Text-Blocke,
   nicht Nav / Widgets / Footer / Icon-Listen / Akkordeons.
   --------------------------------------------------------- */

.wpb_text_column ul {
    padding-left: 1.2em;
    margin-left: 0;
    list-style-position: outside;
}

.wpb_text_column ul li {
    margin-bottom: .25em;
}

.wpb_text_column h4 {
    font-weight: 400;
}
