.masterstudy-course-card__progress.masterstudy-course-card__progress_scorm {
    gap: 6px;
}

.masterstudy-course-card__progress-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.masterstudy-course-card__progress-header_activity {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
}

.masterstudy-course-card__progress-eyebrow {
    color: #4d5e6f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.masterstudy-course-card__progress-value {
    color: #001931;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.masterstudy-course-card__progress-title.masterstudy-course-card__progress-title_scorm {
    margin-top: 0;
}

.masterstudy-course-card__progress-bars_activity {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    min-height: 8px;
    overflow: hidden;
    white-space: nowrap;
}

.masterstudy-course-card__progress-tick {
    flex: 0 0 18px;
    height: 8px;
    background: linear-gradient(90deg, #5ed38a 0%, #46c67c 100%);
    border-radius: 999px;
}

.masterstudy-course-card__activity-battery {
    position: relative;
    height: 12px;
    margin-top: 14px;
    padding: 2px;
    border: 1px solid #d7dfe8;
    border-radius: 999px;
    background: #edf2f6;
    overflow: visible;
}

.masterstudy-course-card__activity-battery::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -5px;
    width: 4px;
    height: 4px;
    border-radius: 0 2px 2px 0;
    background: #d7dfe8;
}

.masterstudy-course-card__activity-battery-fill {
    display: block;
    height: 100%;
    min-width: 8%;
    border-radius: 999px;
    background: linear-gradient(90deg, #5ed38a 0%, #46c67c 100%);
}

.masterstudy-course-card__progress_scorm-basic .masterstudy-course-card__progress-bar_empty,
.masterstudy-course-card__progress_scorm-activity .masterstudy-course-card__progress-bar_empty {
    border-bottom-width: 10px;
    border-radius: 999px;
}

.masterstudy-course-card__progress_scorm-basic .masterstudy-course-card__progress-bar_filled {
    border-bottom-width: 10px;
    border-radius: 999px;
}

.masterstudy-course-card__progress_scorm-basic_in_progress .masterstudy-course-card__progress-bar_filled {
    border-bottom-color: #f59f00;
}

.masterstudy-course-card__progress_scorm-basic_completed .masterstudy-course-card__progress-bar_filled {
    border-bottom-color: #17d292;
}

.masterstudy-course-card__progress_scorm-basic_not_started .masterstudy-course-card__progress-bar_filled {
    border-bottom-color: #9aa6b2;
}

.masterstudy-course-card__progress_scorm-basic_not_started .masterstudy-course-card__progress-value {
    color: #4d5e6f;
}

.masterstudy-course-card__progress_scorm-basic_in_progress .masterstudy-course-card__progress-value {
    color: #9c6b00;
}

.masterstudy-course-card__progress_scorm-basic_completed .masterstudy-course-card__progress-value {
    color: #0f8f67;
}

.masterstudy-student-course-card_scorm .masterstudy-student-course-card__wrapper {
    display: block;
}

.masterstudy-student-course-card__content_scorm {
    padding: 18px 20px 20px;
}

.masterstudy-student-course-card__scorm-copy {
    margin-top: 18px;
}

.masterstudy-student-course-card__scorm-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: nowrap;
}

.masterstudy-student-course-card__scorm-label {
    color: #355070;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.masterstudy-student-course-card__scorm-value {
    margin-top: 10px;
    color: #001931;
    font-size: 14px;
    font-weight: 700;
}

.masterstudy-student-course-card__scorm-value_inline {
    margin-top: 0;
}

.masterstudy-student-course-card__activity-bar {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 14px;
    overflow: hidden;
    white-space: nowrap;
}

.masterstudy-student-course-card__progress-bar {
    position: relative;
    height: 10px;
    margin-top: 14px;
}

.masterstudy-student-course-card__progress-bar-empty,
.masterstudy-student-course-card__progress-bar-filled {
    position: absolute;
    inset: 0;
    border-radius: 999px;
}

.masterstudy-student-course-card__progress-bar-empty {
    background: #e8edf3;
}

.masterstudy-student-course-card__progress-bar-filled {
    background: linear-gradient(90deg, #f7b733 0%, #fc8f00 100%);
}

.masterstudy-student-course-card__actions {
    margin-top: 18px;
}

.masterstudy-student-course-card__button {
    display: block;
    padding: 14px 18px;
    background: #46b9a5;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.masterstudy-student-course-card__button:hover {
    color: #fff;
    text-decoration: none;
}

.masterstudy-student-course-card__started {
    margin-top: 14px;
    color: #7e8a97;
    font-size: 14px;
    text-align: center;
}

.scorm-activity-bar {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    height: 8px;
    margin-top: 12px;
    overflow: hidden;
}

.scorm-activity-tick {
    display: block;
    flex: 0 0 18px;
    height: 8px;
    background: linear-gradient(90deg, #5ed38a 0%, #46c67c 100%);
    border-radius: 999px;
}

.masterstudy-student-course-card__activity-tick {
    display: block;
    flex: 0 0 18px;
    height: 8px;
    background: linear-gradient(90deg, #5ed38a 0%, #46c67c 100%);
    border-radius: 999px;
}

.masterstudy-student-course-card__activity-battery {
    position: relative;
    height: 12px;
    margin-top: 14px;
    padding: 2px;
    border: 1px solid #d7dfe8;
    border-radius: 999px;
    background: #edf2f6;
    overflow: visible;
}

.masterstudy-student-course-card__activity-battery::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -5px;
    width: 4px;
    height: 4px;
    border-radius: 0 2px 2px 0;
    background: #d7dfe8;
}

.masterstudy-student-course-card__activity-battery-fill {
    display: block;
    height: 100%;
    min-width: 8%;
    border-radius: 999px;
    background: linear-gradient(90deg, #5ed38a 0%, #46c67c 100%);
}

.stm-lms-user-courses .stm_lms_instructor_courses__single--completed {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.stm-lms-user-courses .scorm-activity-label {
    color: #355070;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stm-lms-user-courses .scorm-activity-count {
    margin-top: 0;
    color: #001931;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.stm-lms-user-courses .scorm-activity-battery {
    position: relative;
    height: 12px;
    margin: 14px 0 20px;
    padding: 2px;
    border: 1px solid #d7dfe8;
    border-radius: 999px;
    background: #edf2f6;
    overflow: visible;
}

.stm-lms-user-courses .scorm-activity-battery::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -5px;
    width: 4px;
    height: 4px;
    border-radius: 0 2px 2px 0;
    background: #d7dfe8;
}

.stm-lms-user-courses .scorm-activity-battery__fill {
    display: block;
    height: 100%;
    min-width: 8%;
    border-radius: 999px;
    background: linear-gradient(90deg, #5ed38a 0%, #46c67c 100%);
}

.stm-lms-user-courses .scorm-activity-bar,
.stm-lms-user-courses .scorm-activity-tick {
    display: none;
}
