diff --git a/templates/corporate/upgrade.html b/templates/corporate/upgrade.html
index 970e63c8a1..578d838537 100644
--- a/templates/corporate/upgrade.html
+++ b/templates/corporate/upgrade.html
@@ -53,7 +53,7 @@
Zulip Cloud Standard free trial
{% endif %}
-
diff --git a/web/styles/portico/billing.css b/web/styles/portico/billing.css
index bd06c03ded..16d8463415 100644
--- a/web/styles/portico/billing.css
+++ b/web/styles/portico/billing.css
@@ -475,6 +475,23 @@ input[name="licenses"] {
background-color: hsl(0deg 70% 40%);
}
+#org-upgrade-button,
+#upgrade-add-card-button {
+ margin: 0;
+ width: 100%;
+}
+
+#org-upgrade-button {
+ &:disabled,
+ .permanent-disabled {
+ color: hsl(0deg 0% 80%);
+
+ &:hover {
+ cursor: not-allowed;
+ }
+ }
+}
+
#billing-page-details .user-stripe-card-update .user-stripe-card-update-button {
margin: 0;
}