@media screen and (max-width: 768px) {
  .lc-grid {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .lc-left {
    max-width: 100%;
  }
  .lc-right {
    max-width: 100%;
    text-align: center;
  }

  .lc-amount-currency,
  .lc-amount-value,
  .lc-amount-edit {
    display: none !important;
  }

  .lc-amount-input {
    display: block !important;
    min-height: 60px !important;
    padding: 0px 16px !important;
    border-radius: 8px !important;
    border: 1px solid #cecece !important;
    background: #fff !important;
    font-size: 24px;
    font-weight: 400;
  }

  .lc-summary {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

  .af-radio {
    width: 100%;
    max-width: 100%;
  }

  .lc-periods.pay-monthly {
    grid-template-columns: repeat(6, 1fr);
  }

  .lc-grid {
    gap: 64px;
  }

  .lc-summary {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .lc-summary-item {
    text-align: left;
  }

  .lc-amount {
    width: 100%;
    margin-bottom: 20px;
  }

  .lc-left .lc-label,
  .lc-right .lc-result-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;

    &.thin {
      font-weight: 400;
      margin-bottom: 20px;
    }
  }

  /* make the first column sticky */
  .fd-table th:first-child,
  .fd-table td:first-child {
    position: sticky;
    left: 0;
    background: #fff !important;
    z-index: 10;
  }

  .fixed-deposit-calculator {
    .fix-deposit-calculator-interest-value {
      font-size: 96px;
    }
  }

  .faq-topic-nav-container {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto; 

    .faq-topic-item {
      min-width: auto;
      flex-shrink: 0;
    }
  }
}
