/* v1.3.4: title-only consistency across the six native RealesWP footer areas.
 * A server-side marker is added only to the theme's before_title heading tag.
 * Never target product titles, menu links, badge images, widget bodies, sidebars,
 * agent headings or floating chat/trust controls. No footer grid/height changes.
 */
body.hprc-footer-headings .footer-nav > .widget-container > .footer-header.hprc-footer-section-heading {
    font-family: inherit;
    font-size: 18px;
    font-weight: 650;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: #c6e4e3;
    margin: 0 0 14px;
    padding: 0;
    text-align: start;
    white-space: normal;
    overflow-wrap: anywhere;
}
/* Preserve a title's link destination and behavior; inherit title typography. */
body.hprc-footer-headings .footer-nav > .widget-container > .footer-header.hprc-footer-section-heading > a {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}
