/* SIP Growth Table Styles */
.sip-growth-table {
  max-width: 760px;
  margin: 0 auto 0px;
  color: #e9f3ff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.sip-growth-table__card {
  background: radial-gradient(120% 140% at 15% 20%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 40%), linear-gradient(180deg, #0c4f8d 0%, #002440 100%);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(3, 35, 66, 0.45);
}

.sip-growth-table__inner {
  padding: 0;
}

.sip-growth-table__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: inherit;
  border:0 none;
}

.sip-growth-table__table thead {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border:0 none;
}

.sip-growth-table__table th,
.sip-growth-table__table td {
  text-align: center;
  border:0 none;
  border-block_start:none !important;
  font-family: "Rubik", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
}

.sip-growth-table__table thead th {
  padding: 20px 18px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  color: #f6fbff;
    vertical-align: middle;
}

.sip-growth-table__table tbody tr {
  background: #002440;
}

.sip-growth-table__table td {
  padding: 12px 18px;
  color: #5083a5;
  font-weight: 400;
}

.sip-growth-table__table th:nth-child(1),
.sip-growth-table__table td:nth-child(1) {
  text-align: left;
}

.sip-growth-table__table th:nth-child(2),
.sip-growth-table__table td:nth-child(2) {
  text-align: center;
}

.sip-growth-table__table th:nth-child(3),
.sip-growth-table__table td:nth-child(3) {
  text-align: right;
}

.sip-growth-table__table td:nth-child(3) {
  color: #f6fbff;
}


.sip-growth-table__row {
  /* border-top: 1px solid rgba(255, 255, 255, 0.05); */
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sip-growth-table__row:first-child {
  /* border-top: none; */
}

.sip-growth-table__table tbody tr:hover {
  background: rgba(255, 255, 255, 0.09);
}

.sip-growth-table__table tbody tr.sip-growth-table__row--highlight:hover {
  background: rgba(12, 154, 62, 0.15);
}

.sip-growth-table__row--highlight td {
  /* color: #ffffff; */
  /* font-weight: 700; */
}

.sip-growth-table__value-badge {
  display: inline-block;
  padding: 4px 10px;
  background: #107c10;
  color: #ffffff;
  border-radius: 999px;
  /* font-weight: 700; */
  letter-spacing: 0.01em;
}

.sip-growth-table__title {
  margin: 22px 0 12px;
  font-size: 22px;
  color: #0f2d4a;
  text-align: center;
}

.sip-growth-table__description {
  margin: 0 auto;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.6;
  color: #4f5b67;
  text-align: center;
}

@media (max-width: 640px) {
  .sip-growth-table {
    margin-bottom: 0px;
  }

  .sip-growth-table__card {
    border-radius: 18px;
  }

  .sip-growth-table__inner {
    padding: 12px 14px 18px;
  }

  .sip-growth-table__table th,
  .sip-growth-table__table td {
    padding: 10px 8px;
    font-size: 14px;
  }

  .sip-growth-table__value-badge {
    padding: 8px 14px;
    font-size: 14px;
  }

  .sip-growth-table__title {
    font-size: 20px;
  }

  .sip-growth-table__description {
    font-size: 15px;
  }
}
