.mtr-verified-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eaf8ef;
  color: #16794a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.product-comments-additional-info .btn-comment.post-product-comment,
.product-comments-additional-info .link-comment.post-product-comment {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 20px !important;
  border: 0 !important;
  border-radius: 12px;
  background: linear-gradient(135deg, #108bd0 0%, #0768ad 100%);
  box-shadow: 0 7px 18px rgba(7, 104, 173, .24);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  text-transform: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.product-comments-additional-info .link-comment.post-product-comment {
  margin-left: 12px;
}

.product-comments-additional-info .btn-comment.post-product-comment:hover,
.product-comments-additional-info .link-comment.post-product-comment:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #0879bd 0%, #07588f 100%);
  box-shadow: 0 10px 22px rgba(7, 104, 173, .3);
  color: #fff !important;
}

.product-comments-additional-info .btn-comment.post-product-comment:focus-visible,
.product-comments-additional-info .link-comment.post-product-comment:focus-visible {
  outline: 3px solid rgba(16, 139, 208, .3);
  outline-offset: 3px;
}

.product-comments-additional-info .post-product-comment .material-icons {
  margin: 0;
  color: currentColor;
  font-size: 20px;
  line-height: 1;
}

.mtr-review-page {
  max-width: 920px;
  margin: 0 auto 48px;
}

.mtr-review-intro,
.mtr-review-card,
.mtr-review-alert {
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid #dceafe;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(19, 41, 75, .07);
}

.mtr-review-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
}

.mtr-review-product img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.mtr-review-product-name {
  display: block;
  margin-top: 10px;
  color: #13294b;
  font-weight: 800;
}

.mtr-review-form label {
  display: block;
  margin: 14px 0 6px;
  color: #13294b;
  font-weight: 700;
}

.mtr-review-form input[type="text"],
.mtr-review-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #bfd4e6;
  border-radius: 10px;
  background: #fff;
  color: #13294b;
  font-size: 16px;
}

.mtr-review-form textarea {
  min-height: 130px;
  resize: vertical;
}

.mtr-review-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 3px;
}

.mtr-review-stars input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mtr-review-stars label {
  margin: 0;
  color: #cad5df;
  cursor: pointer;
  font-size: 36px;
  line-height: 1;
}

.mtr-review-stars label:hover,
.mtr-review-stars label:hover ~ label,
.mtr-review-stars input:checked ~ label {
  color: #f5a400;
}

.mtr-review-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 9px;
  font-weight: 500 !important;
}

.mtr-review-consent input {
  margin-top: 4px;
}

.mtr-review-submit {
  margin-top: 18px;
  padding: 12px 22px;
  border: 0;
  border-radius: 12px;
  background: #2563eb;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.mtr-review-complete {
  align-self: center;
  padding: 18px;
  border-radius: 12px;
  background: #eaf8ef;
  color: #16794a;
  font-weight: 800;
}

.mtr-review-alert.is-error {
  border-color: #f5b7b7;
  background: #fff2f2;
  color: #9f1d1d;
}

.mtr-review-alert.is-success {
  border-color: #b9e2c8;
  background: #eefaf2;
  color: #16794a;
}

@media (max-width: 700px) {
  .product-comments-additional-info .btn-comment.post-product-comment {
    width: 100%;
  }

  .mtr-review-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .mtr-review-form {
    grid-column: 1 / -1;
  }
}
