/* Scoped addition: never restyle the existing course body or enrollment controls. */
/* Existing curriculum totals used negative margins and overlapped the heading. */
.fc-cur-total { margin: 12px 0 18px !important; }
.fc-course-summary {
    background: #F5F8FC;
    padding: clamp(24px, 4vw, 44px) 16px;
    font-family: inherit;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-break: strict;
}
.fc-course-summary-inner { max-width: 900px; margin: 0 auto; }
.fc-course-summary .fc-summary-nowrap { white-space: nowrap; }
.fc-course-summary-card {
    position: relative;
    background: #fff;
    border: 1px solid #E3EAF5;
    border-radius: 18px;
    padding: clamp(24px, 4vw, 38px) clamp(22px, 4vw, 42px);
    box-shadow: 0 10px 28px rgba(18, 67, 166, .05);
    overflow: hidden;
    text-align: left;
}
.fc-course-summary-card::before {
    content: ""; position: absolute; inset: 0 auto 0 0;
    width: 4px; background: #1D64F2;
}
.fc-course-summary .fc-course-summary-label {
    display: inline-block; margin: 0 0 18px; padding: 6px 13px;
    border-radius: 100px; background: #EEF3FF; color: #1243A6;
    font-size: clamp(13px, 1.5vw, 14px); font-weight: 750; line-height: 1.5;
}
.fc-course-summary .fc-course-summary-lead {
    margin: 0; color: #011C40;
    font-size: clamp(19px, 2.6vw, 23px); font-weight: 400;
    line-height: 1.55; letter-spacing: -.025em; text-align: left;
}
.fc-course-summary .fc-course-summary-detail {
    margin: 16px 0 0; color: #33465F;
    font-size: clamp(17px, 2vw, 18px); font-weight: 400;
    line-height: 1.85; letter-spacing: -.015em; text-align: left;
}
.fc-syllabus-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 900px;
    margin: 22px auto 0;
    padding: 0 16px;
    font-family: inherit;
    word-break: keep-all;
}
.fc-syllabus-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 19px;
    border: 1px solid #1243A6;
    border-radius: 100px;
    background: #fff;
    color: #1243A6;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}
.fc-syllabus-cta a[data-syllabus-download] { background: #1243A6; color: #fff; }
.fc-syllabus-cta a:hover { border-color: #011C40; box-shadow: 0 2px 8px #011c4014; }
.fc-syllabus-cta a:focus-visible { outline: 3px solid #F24822; outline-offset: 4px; }
@media (max-width: 480px) {
    .fc-syllabus-cta { gap: 8px; padding: 0; }
    .fc-syllabus-cta a { padding: 10px 15px; font-size: 13px; }
}
