diff --git a/src/assets/styles/global.css b/src/assets/styles/global.css
index d8a4011..ab00084 100644
--- a/src/assets/styles/global.css
+++ b/src/assets/styles/global.css
@@ -178,9 +178,8 @@ blockquote p:first-of-type::after {
text-wrap: balance;
}
-.hidden {
- display: none;
-}
+/* Removed .hidden { display: none; } - Tailwind already provides this utility
+ and the custom rule was breaking responsive variants like sm:flex */
[data-theme="dark"] .astro-code,
[data-theme="dark"] .astro-code span {
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index b9a63f2..ddbd3e6 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -21,8 +21,8 @@ const envBadge = ENVIRONMENT === 'Dev' ? 'DEV' : null;
{!whitelabel &&