
body.admin-bar #wpadminbar{
  position: fixed;
}

body.admin-bar .main-header {
  margin-top: 32px;
}

body.admin-bar .sub-header {
  margin-top: 32px;
}

@media screen and (max-width: 991px) {
  body.admin-bar .sub-header {
      margin-top: 0px;
  }
}

@media screen and (max-width: 781px) {
  body.admin-bar .main-header {
      margin-top: 46px;
  }
}

.edit-site-global-styles-header__description {
	white-space: pre-line;
}
