:root {
    --bowi-bullet: url("../images/bullet.svg");
}

ul.wp-block-list {
    list-style: none;
    padding-left: 1rem;
}

ul.wp-block-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.6rem;
}

ul.wp-block-list li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;

    background-image: var(--bowi-bullet);
    background-size: contain;
    background-repeat: no-repeat;
}

figure.bowi-logo img {
    max-width: 250px;
    height: auto;
}

blockquote {
    position: relative;
}

blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4rem;
    height: 4rem;
    background-image: url("../images/caret-bowi.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

blockquote cite {
    text-align: right;
}

blockquote cite::before {
    content: "— ";
    color: var(--wp--preset--color--secondary-green);
}

div.logo img {
    width: 250px;
    max-width: 250px;
}

a.wp-block-navigation-item__content {
    padding-bottom: 1rem;
    position: relative;
}

a.wp-block-navigation-item__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 5px;
    background-color: transparent;
    transition: width 0.3s ease, background-color 0.3s ease;
}

li.current-menu-item a.wp-block-navigation-item__content::after {
    width: 100%;
    background-color: var(--wp--preset--color--secondary-green);
}

li:not(.current-menu-item) a.wp-block-navigation-item__content:hover::after {
    width: 100%;
    background-color: var(--wp--preset--color--primary-blue);
}

header {
    box-shadow: 0 5px 10px #dee0e4;
}

.csp-menu-offcanvas {
    box-shadow: none;
}
