/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.mobile-header-navigation .site-logo.mobile-header-logo img {
    height: 90px;
}

/* ================================
   WordPress Content – Unterlisten
   SVG-Pfeil + optimierte Abstände
   ================================ */

/* Mehr Zeilenhöhe für alle Listenpunkte */
.entry-content ul > li,
.entry-content ul ul > li {
    line-height: 1.6;
    margin-bottom: 0.35em;
}

/* Unterlisten: Einzug reduzieren (Hauptliste bleibt unverändert) */
.entry-content ul ul {
    list-style: none;
    margin-left: 0.6em;   /* NUR Unterliste */
    margin-top: 0.3em;
    padding-left: 0;
}

/* Unterlisten-Listenelemente */
.entry-content ul ul > li {
    position: relative;
    padding-left: 1.1em;
}

/* SVG-Pfeil nur für Unterpunkte */
.entry-content ul ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;

    width: 0.85em;
    height: 0.85em;

    background-color: currentColor;

    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'><path d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'><path d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/></svg>") no-repeat center / contain;
}
