/* Scripts page — collapsible script sections */
.widget.p-commonContent > h1[data-script-id] {
    cursor: pointer;
    user-select: none;
    display: block;
    width: 100%;
}
.widget.p-commonContent > h1[data-script-id]:hover {
    opacity: 0.8;
}
.scriptCollapse-content.is-collapsed {
    display: none;
}
