/* Start custom CSS for text-editor, class: .elementor-element-80582d4 */.vertical-line {
      border-left: 2px solid green;
      height: 20px;
      display: inline-block;
      margin-right: 10px; /* Adjust the margin as needed */
    }
    
    .link-container {
      display: flex;
      align-items: center;
    }
    
    .link-container a {
      padding: 0 12px; /* Adjust the padding as needed */
    }
    
    .link-container a:first-child .vertical-line {
      display: none;
    }/* End custom CSS */