.learndash-wrapper .ld-item-list.ld-certificate-list .ld-section-heading .ld-item-list-actions {
justify-content: flex-end;
width: auto;
}
.ld-certificate-item {
display: flex;
justify-content: space-between;
padding: 20px;
}
.learndash-wrapper .ld-certificate-list .ld-button {
width: auto;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-button.reset-course-progress {
padding: 4px 10px;
margin: 0 9px 5px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.reset-course-progress:after {
content: "\e8a6";
display: block;
padding-left: 3px;
display: inline-block;
font-family: eicons;
font-size: inherit;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}