/* LOAN REQUEST SECTION */
.hero-image--request {
  background-image: url("../../images/sme_loan/loan_request/sme-customer.cfecd45ef805.jpg");
  background-position: top!important;
}

.section-request > * {
  grid-column: 2 / 3;
}

.section-questions {
  align-self: end;
}

.section-image--request {
  background-image: url("../../images/sme_loan/loan_request/faq.d0b90e7896c3.jpg");
  height: auto;
}

.faq-btn {
  width: 163px;
  text-align: center;
}

/*
.form--inner-titlebox {
  margin-bottom: var(--margin-default);
}

.form-container-select {
  width: 50%;
  color: var(--color-text-complementary);
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  padding: var(--padding-small) calc(var(--padding-small) + 0.6rem);
  border-radius: calc(var(--radius-small) / 2);
  border: var(--border-default);
  transition: var(--transition-default);
}

.form-container-select:active, .form-container-select:focus, .form-container-select:hover {
  outline: none;
  border: var(--border-hover);
  box-shadow: var(--shadow-light);
}

.next:disabled, .next:disabled:hover {
  background-color: var(--color-light-grey--3);
  border-color: var(--color-light-grey--3);
  cursor: not-allowed;
  opacity: 0.7;
}

.more-info {
  border-top: var(--border-default);
  font-size: var(--font-text-default);
}

.more-info h4 {
  margin: var(--margin-normal) 0 var(--margin-small);
}

.tooltip-container {
  position: relative;
}

.tooltip-container .icon img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  width: 25rem;
  color: var(--color-white);
  background-color: var(--color-background-tooltip);
  text-align: center;
  border-radius: var(--radius-small);
  padding: var(--padding-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: inherit;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

label[for="turnover"],
label[for="total-debt"],
label[for="annualnetincome"] {
  display: inline-flex;
  gap: var(--gap-xsmall);
}

.hidden {
  display: none;
  color: red;
}

.result {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}

.result-content {
  width: 100%;
  display: block;
}

.approved-icon {
  margin: 0 auto;
  width: 20%;
  height: auto;
}

.rejected-icon {
  margin-bottom: var(--margin-default);
  filter: opacity(0.8);
  width: 5%;
  height: auto;
}

.restart-btn {
  margin-top: calc(var(--margin-normal) * 2);
}
*/

/* Responsive design */
@media only screen and (max-width: 70em) {
  .section-questions {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    padding: var(--padding-section-small);
 }

  .section-questions .content {
    padding-top: 5rem;
 }

  .section-image--request {
    grid-row: 1;
 }
}

@media only screen and (max-width: 56.25em) {
  .section-request > * {
    grid-column: 1 / -1;
 }
}

@media only screen and (max-width: 34.375em) {
  .section-questions .content {
    padding-top: 2rem;
 }

  .section-questions .textbox {
    padding: 0;
 }

 .cta-position {
   margin-top: 0;
 }
}

@media only screen and (max-width: 26.25em) {
  .cta-position {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 23.4375em) {
  .section-image--request {
    height: 40%;
 }

  .section-questions .content {
    margin-top: -20rem;
 }
}
