diff --git a/services/web/frontend/stylesheets/pages/plans-2026.scss b/services/web/frontend/stylesheets/pages/plans-2026.scss index c98b3c6f70..a1e19e2bea 100644 --- a/services/web/frontend/stylesheets/pages/plans-2026.scss +++ b/services/web/frontend/stylesheets/pages/plans-2026.scss @@ -99,7 +99,7 @@ .plans-cards-section { background-color: var(--bg-light-primary); - padding-block: var(--spacing-13); + padding-block-end: var(--spacing-13); .plans-cards-toggles { align-items: center; @@ -339,7 +339,7 @@ padding-left: 0; } - .card-include-bold { + .card-include-strong { font-weight: 700; } @@ -490,7 +490,7 @@ // ─── Feature comparison table ────────────────────────────────────────────── .plans-feature-table-section { - padding-top: var(--spacing-15); + padding-block: var(--spacing-15); } .plans-feature-table-section .only-show-for-specific-plan-period { @@ -792,10 +792,14 @@ } } + .plans-price-disclaimer:last-child { + margin-bottom: 0; + } + // ─── Quotes and FAQs section──────────────────────────────────────────────── .plans-quotes-section { - padding-block: var(--spacing-13); + padding-block-end: var(--spacing-13); } .plans-faq { diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 817bd6845a..44ba881651 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -2827,7 +2827,6 @@ "updating_site": "Updating Site", "upgrade": "Upgrade", "upgrade_cc_btn": "Upgrade now, pay after 7 days", - "upgrade_flow_coming_soon": "Upgrade flow coming soon", "upgrade_for_more_compile_time": "Upgrade to get more compile time", "upgrade_for_unlimited_access_to_ai": "Upgrade for unlimited access to all AI features or check back in __time__", "upgrade_my_plan": "Upgrade my plan",