/**
 * phc-partners-marquee.css — "Our Partners" animated logo marquee.
 * Used on: Home (43) and For Partners (205).
 *
 * IMPORTANT: the marquee's layout, scroll animation, full-bleed, diamond
 * decoration and per-logo sizing live in the SECTION's Xpro Custom CSS
 * (Advanced ▸ Xpro Custom CSS on the `.phc-partners-section` container, which
 * uses the `selector` keyword and therefore outranks anything we can write
 * here on specificity). Logos render in FULL COLOUR at their natural Figma
 * heights (64/24/75/26/100 desktop), scaled per-logo on mobile. Edit sizing
 * there, not here. The "PHC Partners Marquee" WPCode snippet (ID 68) wraps the
 * widgets into .phc-marquee-inner > .phc-marquee-set ×2 at runtime.
 *
 * This file only carries the subtext width, which is a section-text concern
 * the Xpro block doesn't cover.
 */

/* Constrain the intro paragraph to the Figma width (888px), centred. */
.phc-partners-section .elementor-widget-text-editor {
    max-width: 888px;
    margin-inline: auto;
}
