diff --git a/licensing-service/src/api/buy_page.rs b/licensing-service/src/api/buy_page.rs index 3a5d10e..407cbeb 100644 --- a/licensing-service/src/api/buy_page.rs +++ b/licensing-service/src/api/buy_page.rs @@ -341,7 +341,15 @@ h1 {{ ribbon, the ribbon's `overflow:hidden` (which clips the ribbon's off-card overhang) was also clipping the popular pill that sits 10px above the card. Move the pill INSIDE the card top edge in that - specific combination so the pill stays visible. */ + specific combination so the pill stays visible — and push the + card's content padding down to leave room so it doesn't sit on top + of the "Limited: ..." meta line. */ +.tier.has-launch.highlighted {{ + padding-top:36px; +}} +.tier.has-launch.highlighted.selected {{ + padding-top:35px; /* compensate for thicker selected-border */ +}} .tier.has-launch .tier-popular {{ top:8px; }} @@ -391,24 +399,21 @@ h1 {{ .tier-price-original-unit {{ font-size:11.5px; margin-left:4px; color:var(--ink-500); }} -.tier-entitlements, .tier-bullets {{ +/* Single merged feature list — entitlements and marketing bullets + render as one