.elementor-10817 .elementor-element.elementor-element-a6ef0c7{--display:flex;}/* Start custom CSS */.highlighted-text .highlight {
    /*border: 2px solid transparent;*/
    border-radius: 5px;
    padding: 5px 10PX;
    font-weight: 700;
    position: relative;
    /*animation: border-draw 2s linear infinite;*/
    background: #4C7DBF17;
  }

  /* Adding the animated border */
  @keyframes border-draw {
    0% {
      border: 2px solid transparent; /* Starts with no border */
    }
    50% {
      border: 2px solid #4C7DBF; /* Draws the border */
    }
    100% {
      border: 2px solid transparent; /* Removes the border again */
    }
  }/* End custom CSS */