/* Native Contact_Widget only, in six known RealesWP footer areas, for LB / US.
   No footer grid, third-party widget, floating UI, form or sidebar overrides. */
body.hprc-footer-contacts .footer-nav > .hprc-footer-contact {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    padding: 0;
    margin: 0 0 28px;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: start;
}
body.hprc-footer-contacts .footer-nav > .hprc-footer-contact:last-child { margin-bottom: 0; }
body.hprc-footer-contacts .footer-nav .hprc-footer-contact > .footer-header {
    padding: 0;
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 650;
    letter-spacing: 0;
}
body.hprc-footer-contacts .footer-nav .hprc-footer-contact > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body.hprc-footer-contacts .footer-nav .hprc-footer-contact > ul > .widget-phone {
    display: flex;
    align-items: baseline;
    gap: 10px;
    float: none;
    min-width: 0;
    max-width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    overflow-wrap: anywhere;
    white-space: normal;
    direction: ltr;
    text-align: left;
}
body.hprc-footer-contacts .footer-nav .hprc-footer-contact > ul > .widget-phone > .fa-phone {
    flex: 0 0 auto;
    margin: 0;
    color: #0eaaa6;
    font-size: 17px;
}
/* v1.3.0 gave this li flex layout, making its three p elements columns. */
body.hprc-footer-contacts .footer-nav .hprc-footer-contact > ul > .widget-address {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
}
body.hprc-footer-contacts .footer-nav .hprc-footer-contact > ul > .widget-address > p {
    display: block;
    width: auto;
    float: none;
    margin: 0 0 3px;
    padding: 0;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    overflow-wrap: anywhere;
    white-space: normal;
}
body.hprc-footer-contacts .footer-nav .hprc-footer-contact > ul > .widget-address > p:empty { display: none; }
body.hprc-footer-contacts .footer-nav .hprc-footer-contact > .hprc-footer-contact-note {
    display: block;
    margin: 2px 0 0;
    padding: 0;
    max-width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    overflow-wrap: anywhere;
    color: inherit;
}
@media (max-width: 480px) {
    body.hprc-footer-contacts .footer-nav > .hprc-footer-contact { margin-bottom: 24px; }
    body.hprc-footer-contacts .footer-nav .hprc-footer-contact > ul > .widget-phone { font-size: 18px; }
}
