.elementor-512 .elementor-element.elementor-element-432845d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;overflow:visible;}.elementor-512 .elementor-element.elementor-element-71018a6.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-512 .elementor-element.elementor-element-71018a6 .elementor-icon-list-icon i{color:#FFFFFF;font-size:0px;}.elementor-512 .elementor-element.elementor-element-71018a6 .elementor-icon-list-icon svg{fill:#FFFFFF;--e-icon-list-icon-size:0px;}.elementor-512 .elementor-element.elementor-element-71018a6 .elementor-icon-list-icon{width:0px;}.elementor-512 .elementor-element.elementor-element-71018a6 .elementor-icon-list-text, .elementor-512 .elementor-element.elementor-element-71018a6 .elementor-icon-list-text a{color:#000000;}/* Start custom CSS for post-info, class: .elementor-element-71018a6 */.elementor-post-info__terms-list::after {
    content: none; /* Remove the content if it's being added after the tags */
}

/* Add underline to links */
.elementor-post-info__terms-list a {
    text-decoration: underline; /* Add underline to the links */
    text-underline-offset: 3px; /* Adjust the space between the text and underline */
    text-decoration-thickness: 2px; /* Adjust thickness of the underline */
    position: relative; /* Positioning context for the bullet */
    padding-left: 10px; /* Create space on the left for the bullet */
}

/* Add bullet point before each link */
.elementor-post-info__terms-list a::before {
    content: "•"; /* Add a bullet before the term */
    position: absolute;
    left: 0; /* Position the bullet at the left edge */
    color: black; /* Bullet color */
    font-size: 16px; /* Adjust size of the bullet */
    margin-right: 5px; /* Space between the bullet and the text */
}/* End custom CSS */