/* a tutorial is long-form reading, so it gets more measure than the default page shell */
#pageWrap {
    max-width: 900px;
}

/* the trap in a step, styled to match the in-app Docs page's own notes */
.tutorialNote {
    background-color: rgb(220 38 38 / 8%);
    border-left: 3px solid rgb(220 38 38 / 25%);
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 14px;
}
