diff --git a/public/upsell.html b/public/upsell.html index 7e04416..28b4a1a 100644 --- a/public/upsell.html +++ b/public/upsell.html @@ -26,10 +26,18 @@ h2 { text-align: center; color: #262626; - margin-bottom: 8px; + margin-bottom: 4px; font-weight: 600; } + /* New small centered contract name */ + .contract-name { + text-align: center; + font-size: 0.85em; + color: #666; + margin-bottom: 25px; + } + .subtitle { text-align: center; font-size: 0.9em; @@ -114,11 +122,18 @@ .action-btn.secondary:hover { background-color: #5a636a; } + + .action-btn:disabled { + background-color: #ccc; + cursor: not-allowed; + transform: none; + }