/* ============================================================================
   JP-711 — Footer business-customer disclaimer: kill justified spacing.
   ----------------------------------------------------------------------------
   On the EN home the footer disclaimer ("Our offers are intended exclusively
   for business customers…") renders text-align:justify, which stretches the
   inter-word spacing on the narrow column → "excessive spacing" (QA report).
   Footer legal copy should be flush-left. Scoped to the footer disclaimer
   paragraph so nothing else is affected; global because the footer is shared.
   ============================================================================ */
footer.footer--redesign .footer--copyright-social .text-wrapper p,
.footer--redesign .footer--copyright-social .text-wrapper p {
    text-align: left !important;
}
