.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0;
}

/* Add angled brackets around all headings to mimic HTML tags */
h1, h2, h3, h4, h5, h6 {
    position: relative;
}

h1::before, h2::before, h3::before, h4::before, h5::before, h6::before {
    content: "<";
    color: var(--wp--preset--color--custom-red-accent, white);
    margin-right: .15em;
}

h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
    content: ">";
    color: var(--wp--preset--color--custom-red-accent, white);
    margin-left: .15em;
}
