.elementor-268 .elementor-element.elementor-element-f3ebc0f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-f3ebc0f *//* ===== Refund Policy Page (Hebrew RTL Version - USA Style) ===== */
.policy-section {
  background: linear-gradient(135deg,#fff,#f7fbf8);
  padding: clamp(60px,8vw,100px) 20px;
  border-top: 1px solid #E8EDF0;
  direction: rtl;
}
.policy-wrap {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Heebo", sans-serif;
}
.policy-title {
  font-size: clamp(28px,5vw,48px);
  font-weight: 800;
  color: #22303a;
  text-align: center;
  margin-bottom: 36px;
}

.policy-box {
  background: #fff;
  border: 1px solid #E8EDF0;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  padding: 24px 28px;
  margin-bottom: 28px;
}

.policy-box h2 {
  font-size: clamp(20px,3vw,28px);
  font-weight: 700;
  color: #6FBD4B;
  margin-bottom: 14px;
  text-align: right;
}

.policy-box p,
.policy-box li {
  font-size: 16px;
  line-height: 1.65;
  color: #5b6876;
  margin-bottom: 12px;
}

.policy-box ul,
.policy-box ol {
  margin: 0 0 12px 0;
  padding: 0 18px 0 0;
}

.policy-box a {
  color: #6FBD4B;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.policy-box a:hover {
  border-color: #6FBD4B;
}

/* Green bullet list */
.green-bullets {
  list-style: none;
  padding-right: 0;
}
.green-bullets li {
  position: relative;
  padding-right: 26px;
}
.green-bullets li::before {
  content: "✔";
  position: absolute;
  right: 0;
  color: #6FBD4B;
  font-weight: 700;
}/* End custom CSS */