#mortgage-calculator > a {
  display: none !important;
}

.calculator-mortgage .list {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
}

.calculator-mortgage .list li {
  margin: 0 !important;
}

.calculator-mortgage .small-field {
  width: 56px !important;
}

.bg-offwhite {
  background-color: #f9f9f9;
}

.calculator-mortgage .full-width-input {
  width: calc(100% - 20px);
}

.calculator-mortgage input {
  border: none !important;
}

/* checkbox add gst */
.gst-row {
  margin-bottom: 10px;
}

.gst-input {
  display: none;
}

.gst-option {
  cursor: pointer;
  transition: all 0.25s ease;
}

.gst-option .title {
  font-weight: 600;
  font-size: 0.95rem;
}

.gst-option .sub {
  font-size: 0.8rem;
  color: #777;
}

.gst-option:hover {
  border-color: #cfcfcf;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* ACTIVE STATE */
.gst-input:checked + .gst-option > div:last-of-type {
  background: #f4fbf4;
  border-color: #b6e2b6 !important;
}

/* SWITCH BASE */
.gst-switch {
  width: 42px;
  height: 22px;
  background: #dcdcdc;
  border-radius: 20px;
  position: relative;
  transition: all 0.25s ease;
}

/* SWITCH KNOB */
.gst-switch::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: all 0.25s ease;
}

/* SWITCH ACTIVE */
.gst-input:checked + .gst-option .gst-switch {
  background: #28a745;
}

.gst-input:checked + .gst-option .gst-switch::after {
  transform: translateX(20px);
}

/* green rebate */
.rebate-banner {
  padding: 14px 16px;
  background: #28a745;
}

.rebate-banner i {
  color: #1e7e34;
  background: #e2f4e8;
  flex-shrink: 0;
}

.rebate-title {
  color: #dbfde3;
  font-size: 0.95rem;
}
