/* Start custom CSS for wd_text_block, class: .elementor-element-a7af328 */.product-promo-box {
  background: #f7f9fc;
  border: 1px solid #d7e8f7;
  border-radius: 8px;
  padding: 14px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  margin-top: 20px;
}

.product-promo-box .promo-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #0d3e66;
  font-weight: 600;
}

.product-promo-box .promo-item:last-child {
  margin-bottom: 0;
}

.product-promo-box .percent {
  background: #0b63b3;
  color: #ffffff;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}/* End custom CSS */