.gifts-section {
  width: 100%;
  margin: 2.5rem 0;
}

.gifts-card {
  padding: 1.8rem 1.4rem;
  text-align: center;
}

.gifts-message {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 1.4rem;
}

.bank-card {
  background: rgba(10, 12, 16, 0.65);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 1.2rem;
  text-align: left;
  margin-bottom: 1.2rem;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
}

.bank-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  margin-bottom: 0.8rem;
}

.bank-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--accent-color);
}

.bank-info-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.bank-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.field-label {
  color: var(--text-muted);
}

.field-val {
  color: var(--text-color);
  font-weight: 500;
}

.account-number-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(212, 175, 55, 0.08);
  border: 1px dashed var(--primary-color);
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.8rem;
  gap: 0.8rem;
}

.acc-number-text {
  font-family: monospace;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--primary-color);
  word-break: break-all;
}

.copy-btn {
  padding: 0.45rem 0.9rem;
  font-size: 0.76rem;
  flex-shrink: 0;
}

.wishlist-wrap {
  margin-top: 1rem;
}

.wishlist-btn {
  width: 100%;
  font-size: 0.82rem;
}
