@import url("percent-v2.css");

body.rv-math-tool.rv-proportion-page .product-card i {
  clip-path: polygon(12% 72%, 36% 72%, 36% 56%, 58% 56%, 58% 36%, 82% 36%, 82% 84%, 12% 84%);
}

body.rv-math-tool.rv-average-page .product-card i {
  clip-path: polygon(12% 78%, 12% 56%, 26% 56%, 26% 78%, 36% 78%, 36% 36%, 50% 36%, 50% 78%, 60% 78%, 60% 22%, 74% 22%, 74% 78%, 88% 78%, 88% 88%, 12% 88%);
}

body.rv-math-tool.rv-unit-price-page .product-card i {
  clip-path: polygon(12% 22%, 54% 22%, 88% 56%, 48% 88%, 12% 52%);
}

body.rv-math-tool textarea {
  width: 100%;
  min-height: 132px;
  resize: vertical;
  border: 1px solid rgba(207, 219, 234, .95);
  border-radius: 22px;
  padding: 14px 16px;
  color: #10223f;
  font: inherit;
  font-weight: 800;
  background: #fff;
}

body.rv-math-tool .compact-table input {
  width: 100%;
  border: 1px solid rgba(207, 219, 234, .95);
  border-radius: 14px;
  padding: 10px;
  font: inherit;
  font-weight: 850;
}
