:local {
  .test-header-layout {
    height: 3.5rem;
    padding-left: 1rem;
  }

  .test-navigation {
    margin-left: -9rem;
    text-align: center;
    width: 100%;
  }
  
  .test-toggle {
    margin-right: 1rem;
    padding-left: 0.25rem;

    &:focus {
      outline: 2px dashed currentColor;
      outline-offset: 2px;
    }
  }
}
