header.smg_kupo_navigation {
  background: var(--smgCupoSecondaryColor, #0068af);
  padding: 10px;
}
@media (min-width: 1200px) {
  header.smg_kupo_navigation {
    padding: 10px 10%;
  }
}
header.smg_kupo_navigation nav {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  height: 24px;
}
@media (min-width: 500px) {
  header.smg_kupo_navigation nav {
    column-gap: 20px;
  }
}
@media (min-width: 750px) {
  header.smg_kupo_navigation nav {
    column-gap: 40px;
  }
}
header.smg_kupo_navigation nav a {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
header.smg_kupo_navigation nav a:not(.support_access_notification):hover, header.smg_kupo_navigation nav a:not(.support_access_notification):focus, header.smg_kupo_navigation nav a:not(.support_access_notification):active {
  color: #fff;
  text-decoration: underline;
}
header.smg_kupo_navigation nav a:not(.support_access_notification).active {
  font-weight: bold;
}
header.smg_kupo_navigation nav a:not(.support_access_notification).active::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
}
header.smg_kupo_navigation nav a.support_access_notification {
  color: #fff;
  background: #ff0000;
  border-radius: 3px;
  padding: 0 10px;
  cursor: default;
  appearance: none;
  font-weight: bold;
}
