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

body.rv-percent-tool.rv-discount-page .product-card i {
  clip-path: polygon(12% 72%, 72% 12%, 88% 28%, 28% 88%);
}

body.rv-percent-tool.rv-percent-page .product-card i {
  clip-path: polygon(18% 18%, 36% 18%, 36% 36%, 18% 36%, 18% 18%, 64% 64%, 82% 64%, 82% 82%, 64% 82%, 64% 64%, 76% 18%, 86% 28%, 28% 86%, 18% 76%);
}

body.rv-percent-tool.rv-price-change-page .product-card i {
  clip-path: polygon(10% 74%, 26% 58%, 42% 66%, 58% 42%, 72% 50%, 90% 22%, 90% 84%, 10% 84%);
}

body.rv-percent-tool .scenario-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

body.rv-percent-tool .scenario-tabs button {
  border: 1px solid rgba(207, 219, 234, .95);
  border-radius: 999px;
  background: #fff;
  color: #10223f;
  font-weight: 900;
  padding: 10px 14px;
  cursor: pointer;
}

body.rv-percent-tool .scenario-tabs button[aria-pressed="true"] {
  background: #10223f;
  color: #fff;
  border-color: #10223f;
}

body.rv-percent-tool .scenario-panel[hidden] {
  display: none;
}
