.wy-breadcrumbs-aside {
  display: flex !important;
  align-items: center;
  gap: 16px;
  float: right;
}

.wy-breadcrumbs-aside .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #555;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s;
}

.wy-breadcrumbs-aside .nav-link:hover {
  color: #2980b9;
}

.wy-breadcrumbs-aside .nav-link svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  fill: currentColor;
  vertical-align: middle;
}

.wy-breadcrumbs-aside .lang-btn {
  display: inline-block;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  background: #fff;
  border: 1.5px solid #d0d0d0;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  cursor: pointer;
  line-height: 1.4;
}

.wy-breadcrumbs-aside .lang-btn:hover {
  border-color: #2980b9;
  color: #2980b9;
  background: #f0f7fc;
}
