/* CSS Document */

h1.wp-block-heading::after {
    content: "";
    display: block;
    border-bottom: 4px solid var(--wp--preset--color--secondary);
    width: 80px;
    margin: 0.3em 0 0;
}

/* Remove empty h1 tags due to block binding home greeting  */
h1.wp-block-heading:empty {
    display: none;
}