diff --git a/core/modules/system/css/components/hidden.module.css b/core/modules/system/css/components/hidden.module.css
index 6501c27..92e7735 100644
--- a/core/modules/system/css/components/hidden.module.css
+++ b/core/modules/system/css/components/hidden.module.css
@@ -25,11 +25,13 @@
  */
 .visually-hidden {
   position: absolute !important;
-  clip: rect(1px, 1px, 1px, 1px);
-  overflow: hidden;
+  border: 0;
+  clip: rect(0 0 0 0);
   height: 1px;
+  margin: -1px;
+  overflow: hidden;
+  padding: 0;
   width: 1px;
-  word-wrap: normal;
 }
 
 /**
@@ -38,10 +40,11 @@
  */
 .visually-hidden.focusable:active,
 .visually-hidden.focusable:focus {
-  position: static !important;
   clip: auto;
-  overflow: visible;
   height: auto;
+  margin: 0;
+  overflow: visible;
+  position: static;
   width: auto;
 }
 
