/**
 * GRO-472 remediation — inline style extraction
 * Scope: blocks/hp-meet-doctor.php, blocks/hp-sets-apart.php
 *
 * This file only reproduces the exact visual result that the removed
 * inline `style=""` attributes previously produced. It does not add
 * any new global/unscoped selectors.
 */

/* blocks/hp-meet-doctor.php — no-photo placeholder tile (was style="background:transparent;display:flex;align-items:center;justify-content:center;") */
.doctor__photo--placeholder {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* blocks/hp-sets-apart.php — dynamic bg image, now driven via CSS custom property set inline per-instance */
.naturally__visual {
    background-image: var(--naturally-bg-image);
}
