/* Campus TestMaster — quiz view page tweaks. */

/*
 * RemUI gives the activity-header box a grey background but only pads its
 * children (completion info + dates) vertically, so their content sits flush
 * against the left/right edges of the box. Add horizontal breathing room; the
 * children's full-width bottom dividers then inset neatly with it.
 */
.path-mod-quiz .activity-header:not(:empty) {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Remaining-attempts line injected next to the native "Attempts allowed" line. */
.path-mod-quiz .quizinfo .ctm-attempts-remaining {
    font-weight: 600;
    margin-bottom: 0;
}
