/* Target the main LearnDash course wrapper */
.learndash.learndash_post_sfwd-courses {
    max-width: 1000px; /* Adjust this value to your preferred maximum width */
    margin-left: auto;
    margin-right: auto;
    padding: 20px; /* Add some padding for spacing on smaller screens */
}

.learndash.learndash_post_sfwd-lessons,
.learndash.learndash_post_sfwd-topic {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.single-sfwd-quiz #wpadminbar,
.single-sfwd-topic #wpadminbar,
.single-sfwd-lessons #wpadminbar {
    top: 0;
    position: absolute !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name
{
    align-items: center;
}
.learndash-wrapper .ld-course-resume.ld-button { 
    font-family: var(--e-global-typography-579f1cd-font-family), Sans-serif;
    font-size: var(--e-global-typography-579f1cd-font-size);
    font-weight: var(--e-global-typography-579f1cd-font-weight);
    line-height: var(--e-global-typography-579f1cd-line-height);
    padding: 12px 24px;
    border-radius: 10px;
}