﻿[id^="instructions-"] > .title {
    font-weight: bold;
}

[id^="instructions-"] > p:has(+ ol) {
    margin-bottom: 0;
}

[id^="instructions-"] > ol {
    margin-top: 0;
}

