#ww_bzga_matomo_cookiebanner {
    width: 100%;
    background-color: #ebecf3;
    padding: 0.1rem 40px 2rem 40px;
    display: none;
    box-shadow: 0 6px 6px #00000052;
    top: 0;
    z-index: 1000;
}

#ww_bzga_matomo_cookiebanner p {
    font-size: 1rem;
    font-weight: normal;
    color: #000;
}

#ww_bzga_matomo_cookiebanner p strong:first-child {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 20px;
}

#ww_bzga_matomo_cookiebanner #cookiebanner_description_moreinfo {
    display: none;
}

#ww_bzga_matomo_cookiebanner button {
    margin: 1rem 20px 1rem 0;
    padding: 0.2rem 2.5rem;
    font-weight: 500;
    color: #000;
}

#ww_bzga_matomo_cookiebanner button.button-choices {
    background-color: #00188c;
    border: none;
    color: white;
    text-align: center;
    padding: 0.7rem 1.5rem;
}

#ww_bzga_matomo_cookiebanner .more-information-wrapper .header {
    position: relative;
}

#ww_bzga_matomo_cookiebanner button.button-moreinfo {
    background-color: transparent;
    border: none;
    padding: 0 0 0 2rem;
    text-align: left;
    position: relative;
}

#ww_bzga_matomo_cookiebanner button.button-moreinfo::before {
    content: ""; /* Remove the text content */
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Ccircle cx="12" cy="12" r="10"%3E%3C/circle%3E%3Cline x1="12" y1="8" x2="12" y2="16"%3E%3C/line%3E%3Cline x1="8" y1="12" x2="16" y2="12"%3E%3C/line%3E%3C/svg%3E');
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 0.05rem; /* Keep the same 'left' value */
    top: 0.1rem;
    z-index: 10;
}

#ww_bzga_matomo_cookiebanner button.button-moreinfo[aria-expanded="true"]::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Ccircle cx="12" cy="12" r="10"%3E%3C/circle%3E%3Cline x1="8" y1="12" x2="16" y2="12"%3E%3C/line%3E%3C/svg%3E');
    /* Remove the left adjustment so both icons are aligned */
}

#ww_bzga_matomo_cookiebanner button.button-moreinfo span {
    font-weight: 600;
}


@media (max-width: 768px) {
    #ww_bzga_matomo_cookiebanner {
        padding: 0.1rem 10px 2rem 10px;
    }
}

@media (max-width: 480px) {
    #ww_bzga_matomo_cookiebanner button {
        width: 100%;
    }
}
