.wrapper {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e7e9ec;
}

.heading {
  font-size: 28px;
  font-weight: 700;
}

.subText {
  color: #666;
  margin-bottom: 30px;
}

.section {
  margin-bottom: 40px;
}

.sectionTitle {
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: raleway-extra-bold;
  border-bottom: 1px solid #e7e9ec;
  padding-bottom: 15px; /* 👈 Add space before border */
  font-size: 14px;
}

.table {
  background: #fff;
  border-radius: 8px;
}

.btnBlue {
  background: #385dff;
  border: none;
  padding: 5px 1.2em;
  margin: 0 0 5px 5px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 100px;
}

.addresses {
  display: flex;
  gap: 30px;
}

.addressBox {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

.edit {
  float: right;
  color: #7cc4ff;
  cursor: pointer;
  font-size: 14px;
}

.headingWithBorder {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subscriptionsBox {
  border: 1px solid #e7e9ec;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  background-color: #ffffff;
}

.th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #a3a5a9 !important;
}

.td {
  font-size: 12px;
  font-weight: 500;
  color: #a3a5a9 !important;
  vertical-align: middle;
}

/* Action TD with multiple buttons vertically centered */
.actionCell {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  align-items: center;
  gap: 6px;
  height: 100%;
}

.billingAddress {
  font-size: 14px;
  text-transform: uppercase;
}

.name {
  font-size: 16px;
  font-weight: 400;
  font-size: 25px;
}
