/* 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-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; }
}
