
.calc-date{
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
}
.calc-date::-webkit-calendar-picker-indicator{
  opacity: 0;
  cursor: pointer;
}

#calculator #sumLoan,
#calculator #sumInterest,
#calculator #sumTotal,
#calculator #sumFirstRepayment {
  opacity: 1 !important;
  visibility: visible !important;
}

#calculator aside,
#calculator .loan-summary,
#calculator [data-loan-summary] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 10 !important;
}

#calculator .loan-summary {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#calculator .loan-summary,
#calculator article {
  min-width: 0; 
}


#calculator .loan-summary {
  overflow: hidden;
}
#calculator .loan-summary * {
  min-width: 0;
}

.footer-cta-text {
  width: 100%;
  text-align: center;
}

.footer-cta-button {
  align-self: center;
}

@media (min-width: 640px) {
  .footer-cta-text {
    width: auto;
    text-align: left;
  }

  .footer-cta-button {
    align-self: auto;
  }
}

.faq-cta-text {
  width: 100%;
  text-align: center;
}

.faq-cta-button {
  align-self: center;
}

.faq-followup-card {
  margin-top: 3.5rem !important;
}

.faq-item {
  background-color: #FAFAFA;
  overflow: hidden;
}

.faq-item.faq-item-open {
  background-color: #E9EEF7;
}

.faq-icon {
  color: #173B7A;
}

.mobile-only-break {
  display: inline;
}

@media (min-width: 640px) {
  .mobile-only-break {
    display: none;
  }
}

.desktop-only-break {
  display: none;
}

@media (min-width: 640px) {
  .desktop-only-break {
    display: inline;
  }
}

.mobile-only-text {
  display: inline;
}

.desktop-only-text {
  display: none;
}

@media (min-width: 640px) {
  .mobile-only-text {
    display: none;
  }

  .desktop-only-text {
    display: inline;
  }
}

@media (max-width: 767px) {
  #loan-products .service-row-media {
    order: 1 !important;
  }

  #loan-products .service-row-text {
    order: 2 !important;
  }

  #loan-products .service-product-image-frame {
    height: 340px;
    aspect-ratio: auto;
  }
}

.faq-toggle:hover {
  border-radius: 0.75rem;
}

.faq-item.faq-item-open .faq-toggle:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (min-width: 640px) {
  .faq-cta-text {
    width: auto;
    text-align: left;
  }

  .faq-cta-button {
    align-self: auto;
  }
}
