.yo-turnstile {
  display: block;
  margin: 1rem 0;
  min-height: 65px;
  margin-left: auto;
  max-width: 100%;
  width: 300px;
}

#post-product-comment-form .modal-footer > .yo-turnstile--product-review {
  flex: 0 0 300px;
  margin: 0.5rem 0 0.5rem auto;
}

#post-product-comment-form .modal-footer > .post-comment-buttons {
  align-items: center;
  flex: 0 0 100%;
  justify-content: flex-end;
}

#post-product-comment-form .modal-footer > .post-comment-buttons .btn {
  align-self: center;
  height: auto;
}

@media (max-width: 420px) {
  .yo-turnstile {
    width: 100%;
  }

  #post-product-comment-form .modal-footer > .yo-turnstile--product-review {
    flex-basis: 100%;
  }
}
