/* Complete navigation for the three Useful Tools pages. */
.utility-header { flex-wrap: wrap; }
.utility-header .brand-link { min-width: 0; max-width: 100%; }
.utility-header .brand-link > div { min-width: 0; }
.utility-header .nav-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  margin-left: auto;
}
.utility-header .nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
}
.utility-header .nav-divider {
  flex: 0 0 1px;
  width: 1px;
  height: 18px;
  margin: 0 4px;
}
.utility-header .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  text-decoration: none;
}
.utility-header .social-link svg { width: 18px; height: 18px; }
.utility-header .theme-switch { min-height: 44px; }
@media (max-width: 700px) {
  .utility-header .nav-right { width: 100%; justify-content: flex-start; }
  .utility-header .nav-divider { display: none; }
}
