.elementor-41980 .elementor-element.elementor-element-624f6b8{--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;}:root{--page-title-display:none;}/* Start custom CSS *//* Remove styles from wrappers */
.learndash-wrapper .ld-item-list-item-preview {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/* Remove styles from list and list items */
.learndash-wrapper .ld-item-list,
.learndash-wrapper .ld-item-list-item {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

/* Style the link to look like regular text link */
.learndash-wrapper .ld-item-name {
    display: block;  /* Make it a block element to occupy the full width */
    color: #007BFF;  /* Regular link color */
    font-size: 16px;  /* Font size */
    text-decoration: none;  /* Remove underline */
    margin: 3px 0;  /* Reduced space between links */
}

/* Hover state for the link */
.learndash-wrapper .ld-item-name:hover {
    text-decoration: underline;  /* Underline on hover */
}
.learndash-wrapper .ld-item-name::before {
    content: "2192 ";  /* Right-pointing arrow Unicode character */
    display: inline-block;
    margin-right: 5px;
}/* End custom CSS */