.strcm-course-page,
.strcm-course-front,
.strcm-course-front__introduction,
.strcm-course-front__orientation,
.strcm-course-front__levels-info,
.strcm-course-front__modules,
.strcm-course-front__stages,
.strcm-course-front__stage,
.strcm-course-front__articles,
.strcm-course-front__article {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.strcm-course-page {
    clear: both;
}

.strcm-course-front {
    margin-top: 1.25em;
}

.strcm-course-front__introduction,
.strcm-course-front__orientation,
.strcm-course-front__levels-info,
.strcm-course-front__article {
    padding: 1.25em 1.4em;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    background: transparent;
}

.strcm-course-front__introduction,
.strcm-course-front__orientation,
.strcm-course-front__levels-info {
    margin-bottom: 1.5em;
}

.strcm-course-front__introduction > :first-child,
.strcm-course-front__orientation > :first-child,
.strcm-course-front__levels-info > :first-child,
.strcm-course-front__article > :first-child {
    margin-top: 0;
}

.strcm-course-front__introduction > :last-child,
.strcm-course-front__orientation > :last-child,
.strcm-course-front__levels-info > :last-child,
.strcm-course-front__article > :last-child {
    margin-bottom: 0;
}

.strcm-course-front__modules {
    margin-bottom: 2em;
}

.strcm-course-front__stage {
    margin-bottom: 2em;
}

.strcm-course-front__stage-heading {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 1em;
    padding-bottom: 0.45em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.strcm-course-front__stage-heading h2 {
    margin: 0;
}

.strcm-course-front__articles {
    display: block;
}

.strcm-course-front__article {
    margin-bottom: 1em;
}

.strcm-course-front__article h3 {
    margin-bottom: 0.25em;
}

.strcm-course-front__level {
    margin-top: 0;
    font-weight: 600;
}

.strcm-course-front__read-link {
    display: inline-block;
    font-weight: 600;
}

.strcm-course-front__brochure-action {
    margin: 0 0 1.5em;
}

.strcm-course-front__brochure-link {
    display: inline-block;
    padding: 0.55em 0.9em;
    border: 1px solid currentColor;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
}

.strcm-course-front__brochure-link:hover,
.strcm-course-front__brochure-link:focus {
    text-decoration: underline;
}


.strcm-course-front__editor-status {
    padding: 0.55em 0.7em;
    border-left: 4px solid currentColor;
    font-weight: 600;
}
