.sbi-wealth-table-container {
  max-width: 850px;
  margin: 30px auto;
  padding: 24px 18px 18px 18px;
  background: #f4f6fb;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(44, 62, 80, 0.10);
  border: 2px solid #d1d9e6;
}

.sbi-wealth-features {
  margin-bottom: 18px;
  color: #283593;
  font-size: 1.01rem;
  line-height: 1.6;
  padding-left: 18px;
}

.sbi-wealth-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
}

.sbi-wealth-table th, .sbi-wealth-table td {
  text-align: center;
  padding: 13px 8px;
  border: 1px solid #e3e6f0;
}

.sbi-wealth-table thead th {
  background: linear-gradient(90deg, #6a82fb 0%, #fc5c7d 100%);
  color: #fff;
  font-size: 1.08rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  letter-spacing: 1px;
}

.sbi-wealth-table tbody tr:nth-child(even) {
  background: #f3f7fa;
}

.sbi-wealth-table tbody tr:nth-child(odd) {
  background: #fff;
}

.sbi-wealth-table tbody tr:hover {
  background: #ffe082;
  transition: background 0.3s;
}

.sbi-wealth-table td {
  color: #22223b;
  font-size: 1.04rem;
}

.sbi-wealth-table .big-num {
  font-size: 1.22rem;
  font-weight: bold;
  color: #283593;
  letter-spacing: 1px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 600px) {
  .sbi-wealth-table-container {
    padding: 6px;
  }
  .sbi-wealth-table th, .sbi-wealth-table td {
    padding: 6px 2px;
    font-size: 0.9rem;
  }
  .sbi-wealth-table .big-num {
    font-size: 1.05rem;
  }
}
