.sheet-editor-rail .mission-auto-points {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    padding: 8px 4px;
    text-align: center;
    font-size: 12px;
    white-space: normal;
    overflow-wrap: anywhere;
}
.sheet-editor-rail .mission-auto-points > * {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
}
.sheet-editor-rail .mission-auto-points label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    line-height: 1.4;
}
.sheet-editor-rail .mission-auto-points input[type=checkbox] {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin: 0;
    accent-color: var(--ui-blue, #299cfa);
}
.sheet-editor-rail .mission-auto-points p { margin: 0; line-height: 1.4; }
.sheet-editor-rail .mission-auto-points a { color: #68b8ff; font-size: 11px; line-height: 1.4; }
.sheet-editor-rail .skill-edit-menu [data-toolbar-group=Save] .mission-auto-points button {
    justify-self: center;
    white-space: normal;
    line-height: 1.4;
}
.mission-auto-points:has(input:disabled) { opacity: .7; }
