/* LIST BLUE */
.is-style-blue-list {
    list-style: none;
    padding-left: 0;
}

.is-style-blue-list li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px; 
}

.is-style-blue-list li:before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px; 
    height: 14px; 
    background-image: url('../aebo/assets/square-blue.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
    color: var(--wp--preset--color--blau); 
}




/* DEATILS READ MORE */


.is-style-teaser-details summary {
    color: #016AB3;
    font-size: 18px;
    font-weight: 700;
    background-color: white;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.is-style-teaser-details {
    padding-left: 25px;
    padding-right: 25px;
}


/* PAGELIST BUTTONS */

.is-style-pagelist-buttons.wp-block-page-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    column-gap: 7px;
    row-gap: 27px;
    padding-left: 0;
    flex-wrap: wrap;
    margin-top: 34px;
}

.is-style-pagelist-buttons.wp-block-page-list a {
    background-color: #016AB3;
    padding: 10px 18px;
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.is-style-pagelist-buttons ul {
    display: none;
}