* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.sms-form-wrapper .product-form__submit {
  margin-top: 20px;
  font-weight: 600;
  background-color: #282828;
}

.sms-form-wrapper .custom-form {
  margin-bottom: 10px;
}

.sms-form-wrapper .model-form-popup .form-section p {
  font-size: 20px;
  margin: 24px 0px;
  line-height: 32px;
}

.sms-form-wrapper .model-form-popup .form-section h2 {
  margin-bottom: 0;
}

.sms-form-wrapper .model-form-popup .form-section small {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #151515;
  margin-bottom: 2rem;
}

.sms-form-wrapper .form-wrapper label {
  font-size: 16px;
  color: #454545;
  font-weight: 400;
  margin-bottom: 10px;
}

.sms-form-wrapper .form-control {
  padding: 15px 14px;
}

.drawer__close {
  height: var(--sp-12);
  width: var(--sp-12);
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

@media (max-width: 1200px) {
  .sms-form-wrapper .model-form-popup .modal-content {
    max-width: 100%;
    width: 100%;
  }

  .sms-form-wrapper .model-form-popup .form-section small {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .sms-form-wrapper .model-form-popup .modal-content {
    max-width: 100%;
    width: 100%;
  }

  .sms-form-wrapper .model-form-popup .form-section h2 {
    font-size: 1.5rem;
    margin-top: 0px;
  }

  .sms-form-wrapper .model-form-popup .form-section p {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .sms-form-wrapper .model-form-popup .form-section small {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .sms-form-wrapper .product-form__submit {
    min-height: 3rem;
  }
}

@media (max-width: 767px) {
  .sms-form-wrapper .model-form-popup .modal-content {
    max-width: 100%;
    width: 100%;
  }

  .sms-form-wrapper .model-form-popup .modal-container {
    align-items: end;
    padding: 0;
  }

  .sms-form-wrapper .model-form-popup .modal-content {
    flex-direction: column;
  }

  .sms-form-wrapper .model-form-popup .form-section {
    position: relative;
    padding: 1.5rem;
  }

  .sms-form-wrapper .product-form__submit {
    margin-top: 10px;
  }

  .sms-form-wrapper .model-form-popup .promo-image {
    display: none;
  }

  .sms-form-wrapper .model-form-popup .form-section h2 {
    font-size: 1.5rem;
    margin-top: 30px;
  }

  .sms-form-wrapper .model-form-popup .form-section p {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .sms-form-wrapper .model-form-popup .email-input {
    padding: 1rem;
    font-size: 0.95rem;
  }

  .sms-form-wrapper .model-form-popup .form-section small {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .drawer__close {
    height: 40px;
    width: 40px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    clip: unset;
    position: absolute;
    right: 11px;
    top: 22px;
  }
}
