ul.wp-block-list.is-style-checkbox {
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
}

ul.wp-block-list.is-style-checkbox li {
    padding: 5px 5px 5px 35px;
    position: relative;
}

ul.wp-block-list.is-style-checkbox li::before {
    background-image: url('../img/list-style-checkbox.png');
    background-repeat: no-repeat;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 6px;
    background-size: contain;
}


.wp-block-button.is-style-button-arrow-navy-right .wp-block-button__link,
.wp-block-button.is-style-button-arrow-right .wp-block-button__link {
    position: relative;
    padding-right: 45px;
    background-color: var(--wp--preset--color--accent-2);
    color: var(--wp--preset--color--contrast-2);

}

.wp-block-button.is-style-button-arrow-navy-right .wp-block-button__link {
    background-color: var(--wp--preset--color--contrast-2);
    color: var(--wp--preset--color--base-2);
}

.wp-block-button.is-style-button-arrow-right:hover .wp-block-button__link {
    background-color: #c16d00;
    color: var(--wp--preset--color--base-2);
}

.wp-block-button.is-style-button-arrow-navy-right .wp-block-button__link::after,
.wp-block-button.is-style-button-arrow-right .wp-block-button__link::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 5l7 7-7 7-1.4-1.4 4.6-4.6H4v-2h12.2l-4.6-4.6z'/%3E%3C/svg%3E") center/contain no-repeat;
}


.wp-block-button.is-style-button-gold .wp-block-button__link {
    background-color: var(--wp--preset--color--accent-2) !important;
    color: var(--wp--preset--color--contrast-2) !important;
}

:root :where(.wp-block-query-no-results) {
  padding-top: var(--wp--preset--spacing--10);
  font-size:20px;
}

@media(max-width:767px) {
    .m-order-2 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
    }
}
