/* Default Gutenberg list styles */
.editor-styles-wrapper ul,
.editor-styles-wrapper .wp-block-list {
    list-style: none;

}

.editor-styles-wrapper ul li,
.editor-styles-wrapper .wp-block-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.1em;
}



/* Last item should not have bottom margin */
.editor-styles-wrapper ul li:last-child,
.editor-styles-wrapper .wp-block-list li:last-child {
    margin-bottom: 0;
}

/* Responsive margins */
@media (min-width: 768px) {
    .editor-styles-wrapper ul li,
    .editor-styles-wrapper .wp-block-list li {
        margin-bottom: 0.5625rem;
    }
}


ul.wp-block-list {
    list-style-type:square !important;

}
.accordion .accordion-body p {
    font-size: inherit;
}
ul.wp-block-list li,
ol.wp-block-list li {
    font-size: 20px;
    padding-right: 5rem;
    padding-left: 0;
    margin-bottom: 1rem;
}

ul.wp-block-list li::marker,
ol.wp-block-list li::marker{color:#0045bf !important;}
table.border-white th, table.border-white td {
    border: 1px solid #fff !important;
}
table.border-white td {
    background-color: rgba(237,240,242,.502)!important;
}
table.border-white thead {
    border:0;
}
.contact-form__checkbox input[type=checkbox] {
    opacity: 1;
    margin-right: 1rem;
}
ul.wp-block-list li::marker{color:#0045bf !important;}
/* Front-end styles */
ul.square-bullets {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul.square-bullets li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.1em;
}

ul.square-bullets li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: currentColor;
    transform: rotate(45deg);
}

ul.square-bullets li:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    ul.square-bullets li {
        margin-bottom: 0.5625rem;
    }
} 

