.cstlc-wrap,
.cstlc-wrap * {
  box-sizing: border-box;
}

.cstlc-wrap p {
  padding: 0;
}

.cstlc-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  padding: 16px 24px;
  min-height: 620px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(13, 43, 78, 0.1);
  font-family: 'Poppins', Arial, sans-serif;
}

.cstlc-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 16px;
}
@media (max-width: 560px) {
  .cstlc-header {
    flex-direction: column;
    align-items: start;
  }
}

.cstlc-body {
  display: flex;
  gap: 24px;
}
@media (max-width: 560px) {
  .cstlc-body {
    flex-direction: column;
  }
}

.cstlc-left {
  flex: 1;
}

.cstlc-right {
  max-width: 252px;
  padding: 20px;
  border-radius: 20px;
  background: #ECF5FB;
  display: flex;
  flex-direction: column;
}
@media (max-width: 560px) {
  .cstlc-right {
    max-width: 100%;
  }
}

.cstlc-logo {
  width: 145px;
  height: 25px;
}

.cstlc-title {
  color: #061017;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  margin: 0;
}

.cstlc-sub {
  margin: 0 0 16px;
  color: #061017;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150%;
}

.cstlc-field {
  margin-bottom: 16px;
}

.cstlc-field-label {
  color: #061017;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.cstlc-text-input {
  width: 100%;
  outline: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #061017;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#cstlc-term-select {
  border: 1px solid #ECF5FB !important;
  transition: border-color 0.15s, box-shadow 0.15s;
  border-radius: 12px !important;
  padding: 8px 16px !important;
  color: #061017;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cstlc-text-input:focus {
  border-color: #196499;
  box-shadow: 0 0 0 4px rgba(25, 100, 153, 0.12);
}

select.cstlc-text-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23196499' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: #ffffff;
  padding-right: 42px;
  cursor: pointer;
}

.cstlc-slider-wrap {
  margin-top: 4px;
}

.cstlc-slider-wrap input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  accent-color: #196499;
  background: #ECF5FB;
  height: 6px;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  padding: 0;
}

.cstlc-slider-wrap input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #196499;
  cursor: pointer;
}

.cstlc-slider-wrap input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #196499;
  cursor: pointer;
}

.cstlc-range-ends {
  display: flex;
  justify-content: space-between;
  color: #196499;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.cstlc-right-label {
  margin: 0px 0px 12px;
  color: #061017;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 150%;
}

.cstlc-monthly-amount {
  line-height: 0.95;
  margin: 0 0 8px;
  color: #061017;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 700 !important;
}

.cstlc-monthly-note {
  font-size: 13px !important;
  color: #5a7a96;
  margin: 0 0 26px;
}

.cstlc-divider {
  border: none;
  margin: 0 0 22px;
}

.cstlc-stat-label {
  color: #061017;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 700 !important;
  margin: 0 0 4px;
}

.cstlc-stat-val {
  margin: 0 0 20px;
  color: #061017;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}

.cstlc-cta-area {
  margin-top: auto;
  padding-top: 10px;
}

.cstlc-cta-note {
  color: #061017;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 150%; /* 21px */
  margin: 0 0 4px;
}

.cstlc-cta-btn {
  display: block;
  width: 100%;
  border-radius: 7px;
  background: #FFD048;
  color: #061017;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: none;
  padding: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, filter 0.15s;
}

.cstlc-cta-btn:hover {
  filter: brightness(0.9);
  text-decoration: none;
}

.cstlc-cta-btn:active {
  transform: translateY(0);
}

@media (max-width: 860px) {
  .cstlc-wrap {
    flex-direction: column;
    min-height: 0;
    border-radius: 18px;
  }

  .cstlc-left,
  .cstlc-right {
    width: 100%;
  }

  .cstlc-right {
    border-left: none;
    border-top: 1px solid #cfe0ef;
  }

  .cstlc-title {
    font-size: 26px;
  }

  .cstlc-monthly-amount {
    font-size: 46px;
  }
}

@media (max-width: 560px) {

  .cstlc-field {
    padding: 16px;
    border-radius: 14px;
  }

  .cstlc-text-input {
    font-size: 22px;
  }

  .cstlc-title {
    font-size: 23px;
  }
}