.elementor-7026 .elementor-element.elementor-element-4bd55ae{--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;}.elementor-7026 .elementor-element.elementor-element-f58c33f .elementor-cta__content-item{transition-duration:1000ms;}.elementor-7026 .elementor-element.elementor-element-f58c33f.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}.elementor-7026 .elementor-element.elementor-element-f58c33f.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}.elementor-7026 .elementor-element.elementor-element-f58c33f.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}.elementor-7026 .elementor-element.elementor-element-f58c33f .elementor-cta .elementor-cta__bg, .elementor-7026 .elementor-element.elementor-element-f58c33f .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-7026 .elementor-element.elementor-element-f58c33f .elementor-cta__content{text-align:center;}.elementor-7026 .elementor-element.elementor-element-a8947a6{--display:flex;--margin-top:32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS *//* Style the heading */
h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Style the list */
ul.libra-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Style each list item */
ul.libra-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd; /* Adds a subtle separator */
    padding-bottom: 10px;
}

/* Style the links */
ul.libra-list li a {
    text-decoration: none;
    color: #0073aa; /* WordPress default link color */
    font-size: 1.1em;
    font-weight: normal;
}

ul.libra-list li a:hover {
    color: #005177; /* Darker link color on hover */
    text-decoration: underline;
}/* End custom CSS */