body.dat-custom-nav #header {
  overflow: visible;
}
body.dat-custom-nav #user-tools a,
body.dat-custom-nav #user-tools button {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  font-size: inherit;
  cursor: pointer;
  box-sizing: border-box;
  background: transparent;
  color: var(--header-link-color, white);
  padding: 0;
  font-family: inherit;
}
body.dat-custom-nav #user-tools a:hover,
body.dat-custom-nav #user-tools button:hover {
  color: var(--primary);
}
body.dat-custom-nav #user-tools a:not(:last-child):after,
body.dat-custom-nav #user-tools .user-tool-wrapper:not(:last-child):after,
body.dat-custom-nav #user-tools a:hover:not(:last-child):after,
body.dat-custom-nav #user-tools .user-tool-wrapper:hover:not(:last-child):after,
body.dat-custom-nav #user-tools a:focus:not(:last-child):after,
body.dat-custom-nav #user-tools .user-tool-wrapper:focus:not(:last-child):after {
  content: '|';
  margin: 0 10px;
  opacity: 0.6;
  color: white;
}
body.dat-custom-nav #user-tools .user-tool-wrapper {
  position: relative;
  display: inline-block;
}
body.dat-custom-nav #user-tools .user-tool-wrapper ul {
  z-index: 100;
  text-align: left;
  position: absolute;
  background: var(--header-bg, gray);
  border: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1em;
  padding: 5px 10px;
  width: max-content;
  right: 0;
  max-width: 160px;
  margin: 0;
  margin-top: 1em;
  box-shadow: 0 7px 10px #00000038;
  min-width: 100px;
}
body.dat-custom-nav #user-tools .user-tool-wrapper ul li {
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px;
  font-size: 13px;
  line-height: 1em;
}
body.dat-custom-nav #user-tools .user-tool-wrapper ul li a {
  text-transform: none;
  font-size: 0.9em;
}
body.dat-custom-nav #user-tools .user-tool-wrapper ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
body.dat-custom-nav #user-tools button + ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 300ms, opacity 100ms;
}
body.dat-custom-nav #user-tools button:focus + ul,
body.dat-custom-nav #user-tools button ul:hover {
  opacity: 1;
  visibility: visible;
}
body.dat-custom-nav #site-name a,
body.dat-custom-nav #site-name a:visited,
body.dat-custom-nav #site-name a:focus {
  font-weight: bold;
  text-decoration: none !important;
  color: white !important;
}
/*# sourceMappingURL=custom.css.map */