diff --git a/src/components/navigation/menu-item/menu-item.scss b/src/components/navigation/menu-item/menu-item.scss
index 0788c05e1562184b57927d7d7eda1dcac69929ad..0bb263a292d8402b4db6c705865b4b89e48b0b4f 100644
--- a/src/components/navigation/menu-item/menu-item.scss
+++ b/src/components/navigation/menu-item/menu-item.scss
@@ -28,10 +28,6 @@
   }
 }
 
-:host(.hy-menu-item--mobile[depth='1']:not(.hy-menu-item--alternative)) a {
-  @include font-weight($bold);
-}
-
 // Sidenav.
 :host(.hy-menu-item--sidenav) {
   display: flex;
@@ -228,14 +224,15 @@
   align-items: center;
   background: linear-gradient(270deg, var(--grayscale-background-box) 0%, var(--grayscale-light) 100%);
   border-bottom: 0;
-  border-left: 1px dotted var(--brand-main-light);
+  border-left: 1px solid var(--brand-main-light);
   border-right: 0;
   border-top: 0;
   cursor: pointer;
-  display: var(--menu-item-display);
+  display: flex;
   justify-content: center;
+  margin-left: 6px;
   padding: 0;
-  width: 50px;
+  width: 48px;
 
   svg {
     fill: var(--brand-main-light);