.topppa-product-review-comment #review_form #respond {
  background: var(--topppa-color-bg);
  padding: 3rem;
  border-radius: 1rem;
}
.topppa-product-review-comment form textarea {
  width: 100%;
  padding: 1rem;
  border-color: var(--topppa-color-border);
}
.topppa-product-review-comment .comment-form-author,
.topppa-product-review-comment .comment-form-email,
.topppa-product-review-comment .comment-form-url {
  display: flex;
  flex-direction: column;
}
.topppa-product-review-comment .comment-form-author input#author,
.topppa-product-review-comment .comment-form-author input#email,
.topppa-product-review-comment .comment-form-author input#url,
.topppa-product-review-comment .comment-form-email input#author,
.topppa-product-review-comment .comment-form-email input#email,
.topppa-product-review-comment .comment-form-email input#url,
.topppa-product-review-comment .comment-form-url input#author,
.topppa-product-review-comment .comment-form-url input#email,
.topppa-product-review-comment .comment-form-url input#url {
  border: 1px solid var(--topppa-color-border);
  padding: 1rem;
}
.topppa-product-review-comment .topppa-review-rating {
  margin-bottom: 2rem;
}
.topppa-product-review-comment .topppa-review-rating select#rating {
  padding: 0.8rem;
  font-size: 1.4rem;
  border: 1px solid var(--topppa-color-border);
}

.woocommerce #review_form #respond {
  background: var(--topppa-color-bg);
  padding: 3rem;
  border-radius: 1rem;
}
.woocommerce .woocommerce-Reviews .comment-reply-title {
  font-weight: 500;
  font-size: 2.6rem;
}
.woocommerce .comment-respond select#rating {
  padding: 0.8rem;
  font-size: 1.4rem;
  border: 1px solid var(--topppa-color-border);
  margin-left: 1rem;
}
.woocommerce .comment-respond input#submit:hover {
  background-color: var(--topppa-color-secondary);
  color: var(--topppa-color-white);
}
.woocommerce .comment-form-comment textarea#comment,
.woocommerce .comment-form-comment input#author,
.woocommerce .comment-form-comment input#email,
.woocommerce .comment-form-comment input#url,
.woocommerce .comment-form-author textarea#comment,
.woocommerce .comment-form-author input#author,
.woocommerce .comment-form-author input#email,
.woocommerce .comment-form-author input#url,
.woocommerce .comment-form-email textarea#comment,
.woocommerce .comment-form-email input#author,
.woocommerce .comment-form-email input#email,
.woocommerce .comment-form-email input#url,
.woocommerce .comment-form-url textarea#comment,
.woocommerce .comment-form-url input#author,
.woocommerce .comment-form-url input#email,
.woocommerce .comment-form-url input#url {
  border: 1px solid var(--topppa-color-border);
  padding: 1rem;
  width: 100%;
}