.elementor-8082 .elementor-element.elementor-element-2ab1f65{--display:flex;}.elementor-8082 .elementor-element.elementor-element-20f159d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9d475e2 *//* force dark bg + white text on all selects & options בתוך ה־Compare UI */
#compareUI select,
#compareUI select option {
  background-color: #1a1f29 !important;
  color: #fff        !important;
}

/* במקרים של Edge/IE – להסתיר את החיצים המוזרים */
#compareUI select::-ms-expand {
  display: none;
}

/* אם רוצים שאייקון החץ של המשתנה ישתלב בצבע */
#compareUI select {
  background-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' width='10' height='7'><polyline points='0,0 5,7 10,0' fill='none' stroke='%23fff' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
/* שדה ה-Code (הקופון) – גרדיאנט וטקסט שקוף שיעשה clip למילוי */
.cp-card-body dt:nth-of-type(9) + dd {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}/* End custom CSS */