
.wp-theme.fau-elemental ul:not(.wp-block-list):not(.list-icons) > li::before ,
.wp-theme.fau-elemental ul.wp-block-list:not(.list-icons) > li::before {
    /* Fix the style of bullet items */
    /* The original style uses a box content as the item symbol.
     * The heigh computation is flaky. So instead, use the boxes
     * border to draw the line. This is more robust because rendering engines
     * take care that lines have consistent width.
     */
    height: 1px;
    background: none;
    border-bottom: 1px solid var(--FAU-Col-FAU-Blau-100);
}
