BLOCKS / CORE
Pricing Card block
A container built for plan cards — any content goes inside, with an optional Popular badge and full border/shadow control.
Default card
No styling on the block itself — the border and radius here come from the surrounding grid-item-block, which is the usual pattern since pricing-card-block is a plain container.
Card with badge and shadow
showBadge renders an absolutely-positioned pill above the card, and borderShadow applies a preset box-shadow — both are attributes of the block itself, no wrapper needed this time.
Dark card, custom badge color
badgeBgColor and badgeTextColor are independent of the card's own colors, so an inverted white badge reads clearly against a dark card background.
Horizontal card, badge on left
enableFlex plus flexDirectionDesktop turns the card into a row layout with content on one side and price/CTA on the other — badgePosition set to left moves the badge off-center.
