.elementor-4070 .elementor-element.elementor-element-3be3ac0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-4070 .elementor-element.elementor-element-3be3ac0:not(.elementor-motion-effects-element-type-background), .elementor-4070 .elementor-element.elementor-element-3be3ac0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.elementor-4070 .elementor-element.elementor-element-09dfb6d{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-3be3ac0 */.footer-links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.footer-links a {
  color: #229ed9;
  font-weight: 400;
  text-decoration: none;
  font-size: 1em;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  position: relative;
  padding: 0 12px;
  transition: color 0.13s;
}

/* מוסיף מפריד בין קישורים, חוץ מהאחרון */
.footer-links a:not(:last-child)::after {
  content: "|";
  color: #b7d7e5;
  position: absolute;
  right: -9px;
  font-size: 0.98em;
  opacity: 0.58;
  top: 0;
}

.footer-links a:hover, .footer-links a:focus {
  color: #21b7cd;
  text-decoration: underline;
}/* End custom CSS */