.result-box {
  background-color: #F7ECF3;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  border-radius: 6px;
  text-align: center;
  min-height: 208px;
}

.result-box-stamp-duty {
  background-color: #d80080;
  color: #fff;
  padding: 0 1rem;
  border-radius: 6px;
  text-align: center;
}

.result-title {
  font-size: 26px;
  color: #4f145b;
  font-weight: 500;
  margin-bottom: 24px;
}

.result-subheading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
  color: #4F145B;
}

.result-data {
  font-size: 22px;
  color: #4f145b;
  line-height: 80px;
  font-weight: 500;
}

.result-data-ltv {
  font-size: 22px;
  color: #4f145b;
  margin-bottom: 1rem;
  font-weight: 500;
}

.cta-deals {
  line-height: 48px;
}

.calc-validation {
  color: #c02b0a;
  font-size: 15px;
  line-height: 24px;
}


/* Modal styles */

.info-icon-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d80080;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  margin-top: -4px;
  cursor: pointer;
}

#info-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

#info-popup-content {
  background: #fff;
  padding: 1rem;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Segoe, "Segoe UI", "Droid Sans", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#info-popup-content p {
  margin-block-start: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  color: #3e3e3e;
}

#info-popup-content h2 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #4f145b;
  font-family: "Montserrat", "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}


#info-popup-content ul {
  list-style: none;
  padding-left: 20px;
  line-height: 1.5rem;
  margin-top: 0;
}

#info-popup-content li {
  margin-bottom: .5rem;
  color: #3e3e3e;
}

#info-popup-content ul li:before {
  background-color: #d80080;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-left: -1.1rem;
  margin-right: .8rem;
  margin-top: -.125rem;
  vertical-align: middle;
  width: 5px;
}

.info-popup-body {
  font-size: 16px;
  color: #3e3e3e;
}

.info-popup-close {
  position: absolute;
  top: 4px;
  right: 4px;
  background: none;
  border: none;
  color: #4f145b;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.info-popup-close:hover {
  color: #d80080;
  text-decoration: none;
}



/* Desktop: Centered modal */
@media (min-width: 768px) {
  #info-popup-content {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}

/* Mobile: Fullscreen modal */
@media (max-width: 767px) {
  #info-popup {
    padding: 0;
  }

  #info-popup-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    border-radius: 0;
  }
}

.stamp-duty-results {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.stamp-duty-results th,
.stamp-duty-results td {
  padding: 12px 8px;
  border-bottom: 1px solid #e0e0e0;
}




.stamp-duty-results .sdr-header {
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.stamp-duty-results .sdr-rate {
  color: #fff;
  font-weight: 500;
}

.stamp-duty-results .sdr-band {
  color: #fff;
}

.stamp-duty-results .sdr-amount {
  font-weight: 600;
  color: #fff;
}

.stamp-duty-results tfoot tr {
  font-weight: 500;
}