.elementor-widget-stock-price {
  display: grid;
  gap: 1rem;
}
.elementor-widget-stock-price .price {
  display: grid;
  gap: 0.2rem;
  line-height: 1.2;
}
.elementor-widget-stock-price .price-campaign {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
}
.elementor-widget-stock-price .price-campaign .amount {
  position: relative;
  isolation: isolate;
  font-size: 1.5rem;
  font-weight: bold;
}
.elementor-widget-stock-price .price-campaign .amount::after {
  content: "";
  display: block;
  position: absolute;
  top: -10%;
  left: -8%;
  z-index: -1;
  width: 120%;
  height: 120%;
  background-color: var(--pink, rgb(255, 210, 218));
  clip-path: polygon(0 15%, 98% 0, 100% 85%, 2% 100%);
}
.elementor-widget-stock-price .price-ordinary {
  display: block;
  font-size: 1.2rem;
  color: var(--a11y-gray, #4f4f4f);
  text-decoration: none;
}
.elementor-widget-stock-price .price-normal {
  font-size: 1.5rem;
}
.elementor-widget-stock-price .price-normal .amount {
  font-weight: 500;
  word-spacing: -3px;
}
.elementor-widget-stock-price .price .currancy {
  font-size: 80%;
}
.elementor-widget-stock-price .price .loan {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.elementor-widget-stock-price .price .loan .amount {
  word-spacing: -3px;
}
.elementor-widget-stock-price .leasing {
  font-size: 1.2rem;
  line-height: 1.2;
}
.elementor-widget-stock-price .leasing .amount {
  font-weight: 600;
  word-spacing: -3px;
}

/*# sourceMappingURL=stock-price.css.map */
