.nsrt-default-header,
.nsrt-default-footer {
  background: #0c4f8a;
  color: #fff;
}

.nsrt-default-header {
  position: fixed !important;
  top: var(--nsrt-admin-top, 0px) !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10010;
  padding: 18px 0;
  box-shadow: 0 10px 28px rgba(9, 30, 48, .12);
}

body.admin-bar .nsrt-default-header { top: 32px; }

.nsrt-default-header__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nsrt-default-header__brand a { text-decoration: none; }
.nsrt-default-header__logo img { max-height: 72px; width: auto; }

.nsrt-default-nav ul {
  list-style: none;
  display: flex;
  gap: 18px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.nsrt-default-nav a {
  color: inherit;
  text-decoration: none;
}

.nsrt-default-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nsrt-default-header__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}
