/* Voxyk sub-header — minimal wallet chip (classic header) */

.header-classic .desktop-main-menu-wrapper {
  align-items: center;
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  margin-left: auto;
  margin-right: 12px;
  flex-shrink: 0;
  z-index: 2;
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__qr,
.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__balance {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__qr {
  gap: 6px;
  background: #ff6a00;
  color: #fff !important;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__qr:hover,
.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__qr:focus {
  color: #fff !important;
  background: #e55f00;
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__qr i {
  font-size: 13px;
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__balance {
  gap: 5px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9) !important;
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__balance:hover,
.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__balance:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__balance i {
  font-size: 11px;
  color: #eab308;
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__balance-vc {
  font-weight: 700;
  color: #fde047 !important;
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__balance-sep {
  color: rgba(255, 255, 255, 0.35) !important;
  font-weight: 400;
}

.header-classic .desktop-main-menu-wrapper .vox-subheader-tools__balance-tl {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82) !important;
}

@media (min-width: 992px) {
  .desktop-header-active #voxcoin-widget .voxcoin-pill {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-classic .desktop-main-menu-wrapper .vox-subheader-tools {
    display: none;
  }

  #voxcoin-widget {
    display: none !important;
  }
}

/* Mobile header — minimal wallet chip */
.vox-mobile-qr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  border-radius: 50%;
  background: #ff6a00;
  box-shadow: 0 3px 10px rgba(255, 106, 0, 0.35);
  text-decoration: none !important;
}

.vox-mobile-qr-btn i {
  color: #fff;
  font-size: 18px;
}

.vox-mobile-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 12px;
  background: #1c1917;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vox-mobile-bar__balance {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.vox-mobile-bar__balance:active {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.vox-mobile-bar__balance i {
  font-size: 11px;
  color: #eab308;
}

.vox-mobile-bar__vc {
  font-weight: 700;
  color: #fde047 !important;
}

.vox-mobile-bar__sep {
  color: rgba(255, 255, 255, 0.35) !important;
}

.vox-mobile-bar__tl {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82) !important;
}

@media (prefers-reduced-motion: reduce) {
  .header-classic .desktop-main-menu-wrapper .vox-subheader-tools__qr,
  .header-classic .desktop-main-menu-wrapper .vox-subheader-tools__balance {
    transition: none;
  }
}
