/* Applied directly to an H1 through the editor Styles menu. */
h1.heading-divider {
    position: relative;
    padding-bottom: 2.2rem;
}

h1.heading-divider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8rem;
    border-top: 0.2rem solid var(--cde-cararra-green, #E4E5DF);
}
