.elementor-2020101 .elementor-element.elementor-element-58d5b8d > .elementor-container{min-height:0px;}.elementor-2020101 .elementor-element.elementor-element-58d5b8d > .elementor-container:after{content:"";min-height:inherit;}.elementor-2020101 .elementor-element.elementor-element-58d5b8d{margin-top:-1px;margin-bottom:-1px;padding:-1px -1px -1px -1px;}/* Start custom CSS for html, class: .elementor-element-80bd581 */body#checkout .precisia-checkout-warning {
  display: none;
  margin-top: 10px;
  padding: 10px 12px;
  max-width: 560px;
  border: 1px solid #111;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

body#checkout .precisia-checkout-warning.is-visible {
  display: flex;
  align-items: center;
  gap: 8px;
}

body#checkout .precisia-checkout-warning::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

body#checkout .precisia-checkout-alert {
  animation: precisiaShake 0.35s ease-in-out;
}

@keyframes precisiaShake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-3px); }
  100% { transform: translateX(0); }
}/* End custom CSS */