.core-values ul {
  padding-left: 2rem;
}

.core-values ul li {
  list-style-type: disc;
}

.afw.zrz-two.zrz-allo {
  background-image: url("images/hm2-slider-bg-1.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

table.table.table-bordered {
  border: 1px solid #c7ccd1;
}

table.table tr td,
table.table th {
  color: #c7ccd1;
}

table.table tr td {
  font-size: 14px;
}

.sub-page-banner.relative {
  /* background-image: url('images/FAQ-Trader.jpeg') !important;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center; */
  /* margin-top: 100px; */
}

.sub-page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(10 37 64 / 59%);
}

.gold.core-values p {
  margin-top: 12px;
}

.vectors img {
  position: absolute;
  bottom: 0;
}

.wallet-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(212, 175, 55, 0.1);
  border-radius: 12px;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
}

.wallet-item:hover {
  border-color: rgba(212, 175, 55, 0.3);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.wallet-item.active-wallet {
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
}

.wallet-label {
  font-weight: 600;
  color: #c7ccd1;
  min-width: 180px;
  font-size: 0.95rem;
}

.wallet-address.coming-soon {
  color: #64748b;
  font-style: italic;
  cursor: not-allowed;
}

.wallet-address {
  flex: 1;
  font-family: monospace;
  font-size: 0.88rem;
  background: rgba(0, 0, 0, 0.5);
  color: #c7ccd1;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.wallet-address:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: #d4af37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.copy-btn {
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 6px;
  padding: 0.6rem;
  color: #d4af37;
  cursor: pointer;
  font-size: 1rem;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.copy-btn:hover {
  background: rgba(212, 175, 55, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}


/* Responsive */
@media (max-width: 768px) {
  .wallet-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .wallet-label {
    min-width: auto;
    font-size: 0.9rem;
  }
}
