.inner-modal-body .contact-us-container .inputs-container {
  margin-top: var(--space-60);
}

.inner-modal-body .contact-us-container .inputs-container .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-60);
}

.inner-modal-body .contact-us-container .inputs-container .bottom-row {
  margin-top: var(--space-60);
}

.inner-modal-body .contact-us-container textarea {
  box-sizing: border-box;
  height: 27px;
  resize: none;
  max-height: 100px;
}

.inner-modal-header .contact-modal-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.inner-modal-header .contact-car-title {
  display: none;
  color: var(--extra-black);
}

.inner-modal-body .contact-us-container .recaptcha-inline {
  height: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.inner-modal-body .contact-us-container .recaptcha-inline .grecaptcha-badge {
  visibility: hidden;
}

.inner-modal-header.modal-success-header {
  justify-content: flex-end;
}

.inner-modal-body .modal-success-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin-top: var(--space-32);
}

.inner-modal-body .modal-success-container .body-text {
  max-width: 512px;

  text-align: center;

  margin-top: var(--space-32);
}

@media (max-width: 1023px) {
  .inner-modal-body .contact-us-container .inputs-container,
  .inner-modal-body .contact-us-container .text {
    margin-top: var(--space-56);
  }

  .inner-modal-body .contact-us-container .inputs-container .bottom-row {
    margin-top: var(--space-40);
  }

  .inner-modal-body .modal-success-container .text {
    margin-top: var(--space-24);
  }
}

@media (max-width: 767px) {
  .inner-modal-body .contact-us-container .inputs-container .top-row {
    display: flex;
    flex-direction: column;
    gap: var(--space-32);
  }

  .inner-modal-body .contact-us-container .inputs-container .bottom-row,
  .inner-modal-body .contact-us-container .text {
    margin-top: var(--space-32);
  }

  .inner-modal-body .modal-success-container .text,
  .inner-modal-body .modal-success-container .inner-modal-title {
    text-align: center;
  }
}
