diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css
index 84284e3a60..1ca5ab9997 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css
@@ -1133,8 +1133,10 @@ article.handbook .entry-meta {
}
.o2-post #searchform #searchsubmit {
- height: 33.5px;
- padding-bottom: .6em;
+ padding-block: var(--wp--custom--form--padding--block);
+ padding-inline: var(--wp--custom--form--padding--inline);
+ font-size: var(--wp--custom--form--typography--font-size);
+ line-height: var(--wp--custom--form--typography--line-height);
}
article.post .entry-meta {