/* Language switcher (Duunijobs FI / EN) */
.duuni-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.duuni-lang-btn {
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 6px 10px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: transparent;
  color: #64748b;
  line-height: 1;
}
.duuni-lang-btn:hover {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.7);
}
.duuni-lang-btn.is-active {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Bootstrap nav: tuck switcher before auth links */
.navbar .duuni-lang-switch {
  margin-right: 8px;
}
.nav-card-item-right .duuni-lang-switch {
  margin: 0;
}

/* Custom DM nav: align with actions */
nav .nav-actions .duuni-lang-switch,
nav .na .duuni-lang-switch {
  margin-right: 6px;
}
