.surgery-section {
  padding: var(--font-16);
  margin: ;
}

@media screen and (min-width: 768px) {
  .surgery-section {
    padding: 1.88rem;
    margin: ;
  }
}

.surgery-title {
  font-size: ;
  font-weight: ;
  margin-bottom: ;
}

@media screen and (min-width: 768px) {
  .surgery-title {
    font-size: ;
    margin-bottom: ;
  }
}

.surgery-table {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

@media screen and (min-width: 768px) {
  .surgery-table {
    padding: 1rem;
    flex-direction: ;
    gap: ;
  }
}

.surgery-row {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 0.45rem;
  border-radius: 0.54rem;
  background-color: #802a8f0f;
  font-size: var(--font-14);
  /* min-height: 2.72rem; */
}

@media screen and (min-width: 768px) {
  .surgery-row {
    flex-direction: ;
    padding: ;
    height: 1.88rem;
    border-radius: 0.226rem;
    font-size: var(--font-lg-24);
  }
}

.surgery-row:nth-child(1) {
  background-color: transparent;
}

.surgery-row.heading {
  font-weight: ;
  color: rgb(100, 100, 100);
  background: ;
  font-size: 0.65rem;
  flex-shrink: 0;
  padding: 0;
  height: 1.8rem;
}

@media screen and (min-width: 768px) {
  .surgery-row.heading {
    font-size: ;
  }
}

.surgery-row div {
  flex: ;
  text-align: ;
  font-weight: 500;
  width: 5.3rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .surgery-row div {
    font-size: ;
    width: ;
  }
}

.surgery-row div:nth-child(2) {
  text-align: ;
  width: 6.5rem;
  background-color: white;
  margin-left: 0;
  line-height: 1.2;
  /* height: 1.9rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  padding: 0 0.318rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .surgery-row div:nth-child(2) {
    text-align: ;
    width: 8.3rem;
    height: 1.15rem;
    border-radius: 0.15rem;
    padding: 0 .15rem;
    margin-left: 5rem;
  }
}

.surgery-row div:nth-child(3) {
  text-align: ;
  flex-shrink: 0;
  margin-left: auto;
  width: auto;
}

@media screen and (min-width: 768px) {
  .surgery-row div:nth-child(3) {
    text-align: ;
  }
}

.surgery-row button {
  padding: ;
  width: 4.36rem;
  height: 1.81rem;
  flex-shrink: 0;
  background-color: var(--brandClr);
  color: white;
  border: 0;
  border-radius: 2.18rem;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .surgery-row button {
    padding: ;
    font-size: ;
    width: 3.77rem;
    height: 1.32rem;
  }
}

.surgery-row.highlight {
  border: ;
}

@media screen and (min-width: 768px) {
  .surgery-row.highlight {
    border-width: ;
  }
}
