.navigation .active::after{
  content:"";
  position:absolute;
  left:6px;
  right:6px;
  bottom:3px;
  height:2px;
  background: linear-gradient(
    to right,
    rgba(213,170,67,0),
    rgba(213,170,67,0.9),
    rgba(213,170,67,0)
  );
}

.navigation .active::before{
  content: "✹";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: rgb(213,170,67);
}

.navigation .active{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 29px;
  margin-right: 6px;
  font-size: 11px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  background: radial-gradient(at 50% 30%, rgba(210, 179, 107, .10), rgba(0, 0, 0, 0)), linear-gradient(to bottom, rgba(18, 16, 14, .98), rgba(14, 13, 12, .98));
  border: 1px solid #3a372f;
  border-left-color: rgba(210, 179, 107, .22);
  border-right-color: rgba(210, 179, 107, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), inset 0 -1px 0 rgba(0, 0, 0, .55), 0 2px 4px rgba(0, 0, 0, .65);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
  position: relative;
}

/**/
.navigation{
	background: radial-gradient(at 50% 30%, rgba(210, 179, 107, .10), rgba(0, 0, 0, 0)), linear-gradient(to bottom, rgba(18, 16, 14, .98), rgba(14, 13, 12, .98));
    border: 1px solid #3a372f;
    border-left-color: rgba(210, 179, 107, .22);
    border-right-color: rgba(210, 179, 107, .22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), inset 0 -1px 0 rgba(0, 0, 0, .55), 0 2px 4px rgba(0, 0, 0, .65);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
  	padding: 10px 14px;
  	display: flex;
  	flex-wrap: wrap;
  	gap: 6px;
}
.navigation a{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px 9px 34px;
  font-size: 11px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(245,245,245,0.88);
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all .15s ease;
}

/* Icon links */
.navigation a::before{
  content: "◆"; /* Default-RPG-Icon */
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  color: rgb(213,170,67);
  opacity: 0.9;
}
.navigation .nav_sep,
.navigation .separator{
  margin: 0 6px;
  color: rgba(213,170,67,0.45);
  font-size: 11px;
}
.navigation{
  color: rgba(213,170,67,0.45);
}
