/* Shared card frames use thin neutral edges across the site. */
body :is(.course-exam-toolbar, .choice-quick-panel, .score-page-hero,
    .score-result-report-item, .lms-newsletter-item, .match-editor-guide,
    .staff-student-group-create-panel, .local-exam-setup__intro,
    .local-exam-setup__main, .choice-bank-editor, .choice-excel-import,
    .exam-setting-panel, .exam-source-panel, .exam-excel-import,
    .exam-design-example, .exam-question-form, .exam-question-field--tf-answer,
    .public-match-bank, .public-exam-question--match),
body .staff-content-list-page--news .staff-content-list-head,
body .student-import-page--staff-ui .student-import-panel,
body .local-exam-setup__sidebar > .row > .col-sm-12 {
    border-left: 1px solid #dce6ef !important;
}
body :is(.lms-public-category-head, .lms-course-prose),
body.staff-dashboard-skin .staff-workshop-edit-page .workshop-database-settings,
body .student-unit-page .panel.panel-light-green > .panel-heading {
    border-left: 0 !important;
}
body .exam-setting-item,
body .lms-onet-subject-card,
body.staff-dashboard-skin .staff-score-page .score-page-hero,
body.staff-dashboard-skin .staff-category-list-page .staff-category-public-settings,
body.staff-dashboard-skin .staff-group-list-page--light-type .staff-group-list-head,
body.staff-dashboard-skin .staff-course-edit-page .staff-group-list-head,
body.staff-dashboard-skin .staff-category-list-page .blog.blog-medium,
body.staff-dashboard-skin .staff-unit-workspace-page .blog.blog-medium,
body.staff-dashboard-skin .staff-workshop-zone-page > .row:first-of-type,
body.staff-dashboard-skin .staff-course-edit-page .staff-course-edit-card,
body.staff-dashboard-skin .staff-unit-workspace-page .sky-form,
body.staff-dashboard-skin .staff-workshop-zone-page .sky-form,
body.staff-dashboard-skin .staff-course-student-page > .row.blog.blog-medium,
body.staff-dashboard-skin .staff-admin-teacher-edit-page .staff-course-edit-head,
body.staff-dashboard-skin .staff-admin-teacher-manage-page .staff-group-list-head,
body.staff-dashboard-skin .staff-admin-course-page.staff-course-catalog-page .staff-group-list-head {
    border-top: 1px solid #dce6ef !important;
}

/* Standard action buttons share the existing 8px radius throughout the site. */
html body :is(.btn, .btn-u):not(.rounded-x, .btn-circle, .btn-round) {
    border-radius: 8px !important;
}
