@atlaskit/editor-core 219.7.6 → 219.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/CollapsedEditor/package.json +17 -0
  3. package/ContextPanel/package.json +17 -0
  4. package/EditorContext/package.json +17 -0
  5. package/ReactEditorView/package.json +17 -0
  6. package/ToolbarHelp/package.json +17 -0
  7. package/ToolbarPortal/package.json +17 -0
  8. package/WithEditorActions/package.json +17 -0
  9. package/WithHelpTrigger/package.json +17 -0
  10. package/actions/package.json +17 -0
  11. package/appearance-editor-chromeless/package.json +5 -5
  12. package/appearance-editor-comment/package.json +5 -5
  13. package/appearance-editor-full-page/package.json +5 -5
  14. package/appearance-editor-full-width/package.json +5 -5
  15. package/command/package.json +17 -0
  16. package/create-plugins-list/package.json +17 -0
  17. package/dist/cjs/entry-points/CollapsedEditor.js +13 -0
  18. package/dist/cjs/entry-points/ContextPanel.js +12 -0
  19. package/dist/cjs/entry-points/EditorContext.js +13 -0
  20. package/dist/cjs/entry-points/ReactEditorView.js +12 -0
  21. package/dist/cjs/entry-points/ToolbarHelp.js +13 -0
  22. package/dist/cjs/entry-points/ToolbarPortal.js +18 -0
  23. package/dist/cjs/entry-points/WithEditorActions.js +13 -0
  24. package/dist/cjs/entry-points/WithHelpTrigger.js +13 -0
  25. package/dist/cjs/entry-points/actions.js +13 -0
  26. package/dist/cjs/entry-points/appearance-editor-chromeless.js +12 -0
  27. package/dist/cjs/entry-points/appearance-editor-comment.js +12 -0
  28. package/dist/cjs/entry-points/appearance-editor-full-page.js +12 -0
  29. package/dist/cjs/entry-points/appearance-editor-full-width.js +12 -0
  30. package/dist/cjs/entry-points/command.js +1 -0
  31. package/dist/cjs/entry-points/create-plugins-list.js +12 -0
  32. package/dist/cjs/entry-points/editor-instance.js +1 -0
  33. package/dist/cjs/entry-points/editor-props.js +1 -0
  34. package/dist/cjs/entry-points/editor.js +13 -0
  35. package/dist/cjs/entry-points/exclude-from-hydration.js +13 -0
  36. package/dist/cjs/entry-points/feature-flags-from-props.js +12 -0
  37. package/dist/cjs/entry-points/getNodesCount.js +12 -0
  38. package/dist/cjs/entry-points/i18n-languages.js +13 -0
  39. package/dist/cjs/entry-points/measure-enum.js +13 -0
  40. package/dist/cjs/entry-points/preset-universal-universal.js +13 -0
  41. package/dist/cjs/entry-points/preset-universal-useUniversalPreset.js +13 -0
  42. package/dist/cjs/entry-points/test-utils.js +24 -0
  43. package/dist/cjs/entry-points/use-preset-context.js +30 -0
  44. package/dist/cjs/entry-points/version-wrapper.js +18 -0
  45. package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +589 -0
  46. package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +44 -34
  47. package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +1 -1
  48. package/dist/cjs/version-wrapper.js +1 -1
  49. package/dist/es2019/entry-points/CollapsedEditor.js +2 -0
  50. package/dist/es2019/entry-points/ContextPanel.js +2 -0
  51. package/dist/es2019/entry-points/EditorContext.js +2 -0
  52. package/dist/es2019/entry-points/ReactEditorView.js +2 -0
  53. package/dist/es2019/entry-points/ToolbarHelp.js +2 -0
  54. package/dist/es2019/entry-points/ToolbarPortal.js +2 -0
  55. package/dist/es2019/entry-points/WithEditorActions.js +2 -0
  56. package/dist/es2019/entry-points/WithHelpTrigger.js +2 -0
  57. package/dist/es2019/entry-points/actions.js +2 -0
  58. package/dist/es2019/entry-points/appearance-editor-chromeless.js +2 -0
  59. package/dist/es2019/entry-points/appearance-editor-comment.js +2 -0
  60. package/dist/es2019/entry-points/appearance-editor-full-page.js +2 -0
  61. package/dist/es2019/entry-points/appearance-editor-full-width.js +2 -0
  62. package/dist/es2019/entry-points/command.js +0 -0
  63. package/dist/es2019/entry-points/create-plugins-list.js +2 -0
  64. package/dist/es2019/entry-points/editor-instance.js +0 -0
  65. package/dist/es2019/entry-points/editor-props.js +0 -0
  66. package/dist/es2019/entry-points/editor.js +3 -0
  67. package/dist/es2019/entry-points/exclude-from-hydration.js +2 -0
  68. package/dist/es2019/entry-points/feature-flags-from-props.js +2 -0
  69. package/dist/es2019/entry-points/getNodesCount.js +2 -0
  70. package/dist/es2019/entry-points/i18n-languages.js +2 -0
  71. package/dist/es2019/entry-points/measure-enum.js +2 -0
  72. package/dist/es2019/entry-points/preset-universal-universal.js +2 -0
  73. package/dist/es2019/entry-points/preset-universal-useUniversalPreset.js +2 -0
  74. package/dist/es2019/entry-points/test-utils.js +2 -0
  75. package/dist/es2019/entry-points/use-preset-context.js +2 -0
  76. package/dist/es2019/entry-points/version-wrapper.js +2 -0
  77. package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +589 -0
  78. package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +44 -34
  79. package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +1 -1
  80. package/dist/es2019/version-wrapper.js +1 -1
  81. package/dist/esm/entry-points/CollapsedEditor.js +2 -0
  82. package/dist/esm/entry-points/ContextPanel.js +2 -0
  83. package/dist/esm/entry-points/EditorContext.js +2 -0
  84. package/dist/esm/entry-points/ReactEditorView.js +2 -0
  85. package/dist/esm/entry-points/ToolbarHelp.js +2 -0
  86. package/dist/esm/entry-points/ToolbarPortal.js +2 -0
  87. package/dist/esm/entry-points/WithEditorActions.js +2 -0
  88. package/dist/esm/entry-points/WithHelpTrigger.js +2 -0
  89. package/dist/esm/entry-points/actions.js +2 -0
  90. package/dist/esm/entry-points/appearance-editor-chromeless.js +2 -0
  91. package/dist/esm/entry-points/appearance-editor-comment.js +2 -0
  92. package/dist/esm/entry-points/appearance-editor-full-page.js +2 -0
  93. package/dist/esm/entry-points/appearance-editor-full-width.js +2 -0
  94. package/dist/esm/entry-points/command.js +0 -0
  95. package/dist/esm/entry-points/create-plugins-list.js +2 -0
  96. package/dist/esm/entry-points/editor-instance.js +0 -0
  97. package/dist/esm/entry-points/editor-props.js +0 -0
  98. package/dist/esm/entry-points/editor.js +3 -0
  99. package/dist/esm/entry-points/exclude-from-hydration.js +2 -0
  100. package/dist/esm/entry-points/feature-flags-from-props.js +2 -0
  101. package/dist/esm/entry-points/getNodesCount.js +2 -0
  102. package/dist/esm/entry-points/i18n-languages.js +2 -0
  103. package/dist/esm/entry-points/measure-enum.js +2 -0
  104. package/dist/esm/entry-points/preset-universal-universal.js +2 -0
  105. package/dist/esm/entry-points/preset-universal-useUniversalPreset.js +2 -0
  106. package/dist/esm/entry-points/test-utils.js +2 -0
  107. package/dist/esm/entry-points/use-preset-context.js +2 -0
  108. package/dist/esm/entry-points/version-wrapper.js +2 -0
  109. package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +589 -0
  110. package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +44 -34
  111. package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +1 -1
  112. package/dist/esm/version-wrapper.js +1 -1
  113. package/dist/types/entry-points/CollapsedEditor.d.ts +1 -0
  114. package/dist/types/entry-points/ContextPanel.d.ts +1 -0
  115. package/dist/types/entry-points/EditorContext.d.ts +1 -0
  116. package/dist/types/entry-points/ReactEditorView.d.ts +1 -0
  117. package/dist/types/entry-points/ToolbarHelp.d.ts +1 -0
  118. package/dist/types/entry-points/ToolbarPortal.d.ts +1 -0
  119. package/dist/types/entry-points/WithEditorActions.d.ts +1 -0
  120. package/dist/types/entry-points/WithHelpTrigger.d.ts +1 -0
  121. package/dist/types/entry-points/actions.d.ts +1 -0
  122. package/dist/types/entry-points/appearance-editor-chromeless.d.ts +2 -0
  123. package/dist/types/entry-points/appearance-editor-comment.d.ts +2 -0
  124. package/dist/types/entry-points/appearance-editor-full-page.d.ts +2 -0
  125. package/dist/types/entry-points/appearance-editor-full-width.d.ts +2 -0
  126. package/dist/types/entry-points/command.d.ts +1 -0
  127. package/dist/types/entry-points/create-plugins-list.d.ts +1 -0
  128. package/dist/types/entry-points/editor-instance.d.ts +1 -0
  129. package/dist/types/entry-points/editor-props.d.ts +1 -0
  130. package/dist/types/entry-points/editor.d.ts +2 -0
  131. package/dist/types/entry-points/exclude-from-hydration.d.ts +1 -0
  132. package/dist/types/entry-points/feature-flags-from-props.d.ts +1 -0
  133. package/dist/types/entry-points/getNodesCount.d.ts +1 -0
  134. package/dist/types/entry-points/i18n-languages.d.ts +1 -0
  135. package/dist/types/entry-points/measure-enum.d.ts +1 -0
  136. package/dist/types/entry-points/preset-universal-universal.d.ts +2 -0
  137. package/dist/types/entry-points/preset-universal-useUniversalPreset.d.ts +1 -0
  138. package/dist/types/entry-points/test-utils.d.ts +2 -0
  139. package/dist/types/entry-points/use-preset-context.d.ts +2 -0
  140. package/dist/types/entry-points/version-wrapper.d.ts +1 -0
  141. package/dist/types-ts4.5/entry-points/CollapsedEditor.d.ts +1 -0
  142. package/dist/types-ts4.5/entry-points/ContextPanel.d.ts +1 -0
  143. package/dist/types-ts4.5/entry-points/EditorContext.d.ts +1 -0
  144. package/dist/types-ts4.5/entry-points/ReactEditorView.d.ts +1 -0
  145. package/dist/types-ts4.5/entry-points/ToolbarHelp.d.ts +1 -0
  146. package/dist/types-ts4.5/entry-points/ToolbarPortal.d.ts +1 -0
  147. package/dist/types-ts4.5/entry-points/WithEditorActions.d.ts +1 -0
  148. package/dist/types-ts4.5/entry-points/WithHelpTrigger.d.ts +1 -0
  149. package/dist/types-ts4.5/entry-points/actions.d.ts +1 -0
  150. package/dist/types-ts4.5/entry-points/appearance-editor-chromeless.d.ts +2 -0
  151. package/dist/types-ts4.5/entry-points/appearance-editor-comment.d.ts +2 -0
  152. package/dist/types-ts4.5/entry-points/appearance-editor-full-page.d.ts +2 -0
  153. package/dist/types-ts4.5/entry-points/appearance-editor-full-width.d.ts +2 -0
  154. package/dist/types-ts4.5/entry-points/command.d.ts +1 -0
  155. package/dist/types-ts4.5/entry-points/create-plugins-list.d.ts +1 -0
  156. package/dist/types-ts4.5/entry-points/editor-instance.d.ts +1 -0
  157. package/dist/types-ts4.5/entry-points/editor-props.d.ts +1 -0
  158. package/dist/types-ts4.5/entry-points/editor.d.ts +2 -0
  159. package/dist/types-ts4.5/entry-points/exclude-from-hydration.d.ts +1 -0
  160. package/dist/types-ts4.5/entry-points/feature-flags-from-props.d.ts +1 -0
  161. package/dist/types-ts4.5/entry-points/getNodesCount.d.ts +1 -0
  162. package/dist/types-ts4.5/entry-points/i18n-languages.d.ts +1 -0
  163. package/dist/types-ts4.5/entry-points/measure-enum.d.ts +1 -0
  164. package/dist/types-ts4.5/entry-points/preset-universal-universal.d.ts +2 -0
  165. package/dist/types-ts4.5/entry-points/preset-universal-useUniversalPreset.d.ts +1 -0
  166. package/dist/types-ts4.5/entry-points/test-utils.d.ts +2 -0
  167. package/dist/types-ts4.5/entry-points/use-preset-context.d.ts +2 -0
  168. package/dist/types-ts4.5/entry-points/version-wrapper.d.ts +1 -0
  169. package/editor/package.json +5 -5
  170. package/editor-instance/package.json +17 -0
  171. package/editor-props/package.json +17 -0
  172. package/exclude-from-hydration/package.json +5 -5
  173. package/feature-flags-from-props/package.json +17 -0
  174. package/getNodesCount/package.json +17 -0
  175. package/i18n-languages/package.json +5 -5
  176. package/measure-enum/package.json +17 -0
  177. package/package.json +12 -15
  178. package/preset-universal/universal/package.json +17 -0
  179. package/preset-universal/useUniversalPreset/package.json +17 -0
  180. package/test-utils/package.json +5 -5
  181. package/use-preset-context/package.json +5 -5
  182. package/version-wrapper/package.json +5 -5
@@ -1,7 +1,9 @@
1
1
 
2
+ ._10961v1w .layout-column-divider:hover .layout-column-divider-thumb{background:var(--ds-border-focused,#4688ec)}
2
3
  ._10kw1rb6 .pm-table-container>table>tbody>tr>td{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
3
4
  ._116fzg2b .danger .rich-media-item .media-file-card-view:after{border:1px solid var(--ds-border-danger,#e2483d)}
4
5
  ._11pulb4i .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite{border-radius:var(--ds-radius-xsmall,2px)}
6
+ ._12z0idpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]{border:0}
5
7
  ._13521dy8 .ProseMirror blockquote.ak-editor-selected-node{background:var(--ds-background-accent-blue-subtler,#cfe1fd)}
6
8
  ._13ax1rb6 .pm-table-sticky-wrapper>table{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
7
9
  ._13cd1uzo div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{border-radius:calc(var(--ds-radius-small, 3px) + 1px)}
@@ -11,11 +13,17 @@
11
13
  ._14oi1rb6 .pm-table-sticky-wrapper>table>tbody>tr>th{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
12
14
  ._14wj12b0 .ak-editor-expand__icon-button{border-radius:var(--ds-radius-small,4px)}
13
15
  ._150s1cgb .warning .rich-media-item .media-card-inline-player:after{border:1px solid var(--ds-border-warning,#e06c00)}
16
+ ._157i1f61 .ProseMirror [data-prosemirror-node-name=bodiedSyncBlock] [data-layout-section]{margin:var(--ds-space-100,8px) -9pt 0}
14
17
  ._165awrdo .danger .richMedia-resize-handle-right:after{background:var(--ds-icon-danger,#c9372c)!important}
15
18
  ._16iru2gc .ProseMirror .code-block .code-content code{margin:var(--ds-space-100,8px)}
19
+ ._16k7okh7 .ProseMirror .ak-editor-sync-block.creation-loading{border:1px solid transparent}
20
+ ._175ucu6h .ProseMirror .ak-editor-bodied-sync-block:hover .ak-editor-sync-block__label{transition:opacity .2s ease-in,visibility .2s ease-in}
16
21
  ._180c1mn3 [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{transition:color .2s ease-in-out,fill .2s ease-in-out}
17
22
  ._185t1rb6 .pm-table-wrapper>table>tbody>tr>th{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
23
+ ._18id15s3 .layout-column-divider:hover .layout-column-divider-rail{background:var(--ds-background-selected,#e9f2fe)}
18
24
  ._18x1sm61 .ak-editor-expand__icon-button{background:var(--ds-background-neutral-subtle,#00000000)}
25
+ ._19eyia51 .ProseMirror [data-layout-section] [data-layout-column]{border:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
26
+ ._19eyidpf .ProseMirror [data-layout-section] [data-layout-column]{border:0}
19
27
  ._19pb12b0 ol[data-node-type=decisionList].ak-editor-selected-node{border-radius:var(--ds-radius-small,4px)}
20
28
  ._1bbgj0fz .ProseMirror .ak-editor-panel .ak-editor-panel__content .ak-editor-panel{border:1px solid var(--ds-border,#0b120e24)}
21
29
  ._1cnzgx6n .ProseMirror hr{margin:var(--ds-space-300,24px) 0}
@@ -30,9 +38,12 @@
30
38
  ._1fi2t7zq .ProseMirror p{font:normal 400 1em/1.714 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
31
39
  ._1gep1rb6 .pm-table-sticky-wrapper>table>tbody>tr>td{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
32
40
  ._1gna19qg .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{border-radius:0 var(--ds-radius-xsmall,2px) var(--ds-radius-xsmall,2px) 0}
41
+ ._1gr5hueu .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]{border:1px solid var(--ds-border-selected,#1868db)}
33
42
  ._1h3zlb4i .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image{border-radius:var(--ds-radius-xsmall,2px)}
43
+ ._1h9lmihd .ProseMirror .ak-editor-sync-block.creation-loading{transition:box-shadow .2s ease-in}
34
44
  ._1hte8kn1 .danger .inlineCardView-content-wrap>span>a{transition:background-color 0s}
35
45
  ._1i421gfe .ProseMirror h4{font:var(--editor-font-ugc-token-heading-h4)}
46
+ ._1j2m12b0 .ProseMirror [data-layout-section].selected.danger [data-layout-section]{border-radius:var(--ds-radius-small,4px)}
36
47
  ._1jlk1uzo div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{border-radius:calc(var(--ds-radius-small, 3px) + 1px)}
37
48
  ._1jp6fajl .ProseMirror .code-block .code-block-content-wrapper{border-radius:var(--ds-radius-small,3px)}
38
49
  ._1khk1mok:hover::-webkit-scrollbar-thumb{border-radius:var(--ds-radius-large,8px)}
@@ -47,47 +58,59 @@
47
58
  ._1nit1gso .ProseMirror h1{font:var(--editor-font-ugc-token-heading-h1)}
48
59
  ._1nzzu2gc .pm-table-wrapper>table>tbody>tr>th{padding:var(--ds-space-100,8px)}
49
60
  ._1o19rsbi div[extensionType="com.atlassian.ai-blocks"] .extension-container.with-hover-border:before{background:var(--ds-border-input,#8c8f97)}
61
+ ._1o9pq98m .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{background:var(--ds-border-selected,#1868db)}
50
62
  ._1oeg1qi0 .richMedia-resize-handle-right:after{border-radius:var(--ds-radius-medium,6px)}
51
63
  ._1on8u2gc [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{padding:var(--ds-space-100,8px)}
64
+ ._1owl1b66 .ak-editor-sync-block__label{gap:var(--ds-space-050,4px)}
65
+ ._1oxk12b0 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section]{border-radius:var(--ds-radius-small,4px)}
52
66
  ._1pbgwadc .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
53
67
  ._1pyru2gc .ProseMirror .code-block .line-number-gutter{padding:var(--ds-space-100,8px)}
54
68
  ._1q1s1vlr div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{background:conic-gradient(from var(--panel-gradient-angle,270deg),#0065ff 0,#0469ff 20%,#bf63f3 50%,#ffa900 56%,#0065ff 100%)}
55
69
  ._1q1s1yt2 div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{background:linear-gradient(90deg,#0065ff80,#0469ff80 12%,#bf63f380 24%,#ffa90080 48%,#bf63f380 64%,#0469ff80 80%,#0065ff80)}
56
70
  ._1q1sa6bd div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{background:conic-gradient(from var(--panel-gradient-angle,270deg),#0065ff80 0,#0469ff80 20%,#bf63f380 50%,#ffa90080 56%,#0065ff80 100%)}
57
71
  ._1qm9v0yc [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{margin:var(--ds-space-100,8px) 0 0 0}
72
+ ._1r5q12b0 .ProseMirror [data-layout-section] [data-layout-column]{border-radius:var(--ds-radius-small,4px)}
58
73
  ._1rg4qo0w div[extensionType="com.atlassian.ai-blocks"]:before{background:linear-gradient(90deg,#0065ff,#0469ff 12%,#bf63f3 24%,#ffa900 48%,#bf63f3 64%,#0469ff 80%,#0065ff)}
59
74
  ._1s0ydfik [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:focus+svg{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#4688ec)}
60
75
  ._1sch1b66 .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{border-radius:var(--ds-space-050,4px)}
61
76
  ._1ssuu2gc .pm-table-sticky-wrapper>table>tbody>tr>td{padding:var(--ds-space-100,8px)}
77
+ ._1sugfajl .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{border-radius:var(--ds-radius-small,3px)}
62
78
  ._1ta512b0 [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{border-radius:var(--ds-radius-small,4px)}
63
79
  ._1tpb19qg .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{border-radius:0 var(--ds-radius-xsmall,2px) var(--ds-radius-xsmall,2px) 0}
64
80
  ._1u451rb6 .pm-table-container>table>tbody>tr>th{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
65
81
  ._1uh7swc3 .ProseMirror hr{padding:var(--ds-space-050,4px) 0}
66
82
  ._1uj1u2gc .pm-table-container>table>tbody>tr>th{padding:var(--ds-space-100,8px)}
67
83
  ._1uvf1sei .ProseMirror h5{font:var(--editor-font-ugc-token-heading-h5)}
84
+ ._1va4mihd .ProseMirror .ak-editor-bodied-sync-block.creation-loading{transition:box-shadow .2s ease-in}
68
85
  ._1vbx16tk .danger>div>div>.media-card-frame{transition:background-color 0s,box-shadow 0s}
69
86
  ._1w8qq98m .ak-editor-expand.ak-editor-selected-node:not(.danger):after{background:var(--ds-border-selected,#1868db)}
70
87
  ._1waku2gc .pm-table-wrapper>table>tbody>tr>td{padding:var(--ds-space-100,8px)}
71
88
  ._1wg21bjq .ProseMirror h3{font:var(--editor-font-ugc-token-heading-h3)}
72
89
  ._1wqewrdo .danger .resizer-handle-thumb{background:var(--ds-icon-danger,#c9372c)!important}
73
90
  ._1x7s8r4n [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:focus+svg{border-radius:var(--ds-radius-small,.25rem)}
91
+ ._1xab12b0 .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section]{border-radius:var(--ds-radius-small,4px)}
74
92
  ._1xgih8dc .ProseMirror .code-block .code-content__line-number--wrapped{padding:0 var(--ds-space-100,8px)}
75
93
  ._1yxl1l7x .rich-media-item:hover .richMedia-resize-handle-left:after{background:var(--ds-border,#0b120e24)}
76
94
  ._2gbkglyw .ak-editor-expand__title-container{border:none}
77
95
  ._2ichglyw [data-prosemirror-node-name=blockTaskItem]{list-style:none}
78
96
  ._3emmglyw .ak-editor-expand__icon-button{border:none}
79
97
  ._3s5mwi5u .warning .resizer-handle-thumb{background:var(--ds-icon-warning,#e06c00)!important}
98
+ ._3t6qixl8 .ProseMirror [data-layout-section]{transition:border-color .3s cubic-bezier(.15,1,.3,1)}
80
99
  ._3vafglyw .ProseMirror hr{border:none}
81
100
  ._3xd61gly .ProseMirror :is(ul,ol,div[data-node-type=actionList]):not(:is(ul,ol,div[data-node-type=actionList]) *).ak-editor-selected-node:not(.ak-editor-selected-node *).danger{background:var(--ds-background-danger,#ffeceb)}
82
101
  ._3yki1rb6 .pm-table-wrapper>table>tbody>tr>td{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
83
102
  ._49vlokh7 .editor-mention-primitive{border:1px solid transparent}
84
103
  ._4avh1v1w .ak-editor-selected-node .richMedia-resize-handle-right:after{background:var(--ds-border-focused,#4688ec)}
104
+ ._4ca6idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]{border:0}
85
105
  ._4fox11so [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg rect:first-of-type{transition:stroke .2s ease-in-out}
106
+ ._4nsvidpf .ProseMirror .layoutSectionView-content-wrap.selected [data-layout-column]{border:0}
107
+ ._4nsvj0fz .ProseMirror .layoutSectionView-content-wrap.selected [data-layout-column]{border:1px solid var(--ds-border,#0b120e24)}
86
108
  ._4rp7dfik [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:focus+svg{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#4688ec)}
87
109
  ._5cdi6z83 .pm-table-wrapper>table{margin:var(--ds-space-300,24px) 0 0 0}
88
110
  ._60zxfajl .ProseMirror .ak-editor-panel{border-radius:var(--ds-radius-small,3px)}
89
111
  ._66xp46kq .ProseMirror .telepointer[class*=color-]{background:linear-gradient(to bottom,var(--telepointer-participant-bg-color) var(--telepointer-participant-background-first-stop),transparent var(--telepointer-participant-background-second-stop))}
90
112
  ._6kversbi div[extensionType="com.atlassian.ai-blocks"] .extension-container.with-hover-border:after{background:var(--ds-border-input,#8c8f97)}
113
+ ._6l8f1p41 .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider{transition:opacity .2s}
91
114
  ._71gu1v1w .rich-media-item .richMedia-resize-handle-left:hover:after{background:var(--ds-border-focused,#4688ec)}
92
115
  ._7jefglyw [data-prosemirror-node-name=taskItem]{list-style:none}
93
116
  ._7xotcd8q .ProseMirror .right-shadow:after{background:linear-gradient(to right,transparent 0,var(--ds-shadow-overflow-spread,#1e1f2129) 140%),linear-gradient(to left,var(--ds-shadow-overflow-perimeter,#1e1f211f) 0,transparent 1px)}
@@ -95,14 +118,18 @@
95
118
  ._98x21v1w .rich-media-item.is-resizing .richMedia-resize-handle-left:after{background:var(--ds-border-focused,#4688ec)}
96
119
  ._9d0e7qp0 .pm-table-container .pm-table-left-border{background:var(--ds-background-accent-gray-subtler,#dddee1)}
97
120
  ._9g7rfajl .code{border-radius:var(--ds-radius-small,3px)}
121
+ ._9kbj12b0 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section]{border-radius:var(--ds-radius-small,4px)}
98
122
  ._9laafajl .search-match{border-radius:var(--ds-radius-small,3px)}
99
123
  ._9vqg11ss .pm-table-sticky-wrapper>table{margin:var(--ds-space-300,24px) var(--ds-space-100,8px) 0 0}
100
124
  ._9y08i8nm .editor-mention-primitive{background:var(--ds-background-neutral,#0515240f)}
101
125
  ._a4utehg4 .ProseMirror h6{font:var(--editor-font-ugc-token-heading-h6)}
102
126
  ._ad1u99ee .pm-table-container{margin:0 auto var(--ds-space-200,1pc)}
103
127
  ._age41gly .ak-editor-expand.danger{background:var(--ds-background-danger,#ffeceb)}
128
+ ._an061qi0 .layout-column-divider-thumb{border-radius:var(--ds-radius-medium,6px)}
104
129
  ._arowokh7 .editor-mention-primitive.mention-self{border:1px solid transparent}
130
+ ._b080wadc [data-prosemirror-node-name=status] .lozenge-text{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
105
131
  ._b172wrdo .danger .richMedia-resize-handle-left:after{background:var(--ds-icon-danger,#c9372c)!important}
132
+ ._b1wxglyw .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{border:none}
106
133
  ._b7zl1rb6 .pm-table-wrapper>table{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
107
134
  ._bcvb1pcn .ProseMirror .ak-editor-panel .ak-editor-panel__content{margin:var(--ds-space-025,2px) 0 var(--ds-space-025,2px)}
108
135
  ._bi6a1vlr div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background:conic-gradient(from var(--panel-gradient-angle,270deg),#0065ff 0,#0469ff 20%,#bf63f3 50%,#ffa900 56%,#0065ff 100%)}
@@ -112,18 +139,33 @@
112
139
  ._bsrczg2b .danger .rich-media-item .media-card-inline-player:after{border:1px solid var(--ds-border-danger,#e2483d)}
113
140
  ._bzdq1cgb .warning .rich-media-item .media-file-card-view:after{border:1px solid var(--ds-border-warning,#e06c00)}
114
141
  ._c57q8kn1 .danger div div .media-card-frame{transition:background-color 0s}
142
+ ._cekk1dpx .ProseMirror [data-layout-section]>[data-layout-column][style*="--column-width"]{flex:var(--column-resize-flex,1)}
143
+ ._cx2xutpp .ProseMirror [data-layout-section] [data-layout-column]{padding:var(--ds-space-150,9pt)}
115
144
  ._d10bhq3d .ProseMirror li>p:not(:first-child){margin:var(--ds-space-050,4px) 0 0 0}
116
145
  ._dci5qo0w div[extensionType="com.atlassian.ai-blocks"]:after{background:linear-gradient(90deg,#0065ff,#0469ff 12%,#bf63f3 24%,#ffa900 48%,#bf63f3 64%,#0469ff 80%,#0065ff)}
117
146
  ._dkhuhd14 .ProseMirror h2{font:var(--editor-font-ugc-token-heading-h2)}
147
+ ._dmwoq98m .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{background:var(--ds-border-selected,#1868db)}
118
148
  ._dpx312b0 .ak-editor-selected-node>[data-decision-wrapper]{border-radius:var(--ds-radius-small,4px)}
119
149
  ._e2i01856 .editor-mention-primitive.mention-self{background:var(--ds-background-brand-bold,#1868db)}
150
+ ._ev4yz97a .layout-column-divider-rail{transition:background-color .2s}
120
151
  ._eyk7fyzg .ak-editor-expand.ak-editor-selected-node:not(.danger){border:var(--ds-border-width,1px) solid var(--ds-border-selected,#1868db)}
152
+ ._fignfajl .ProseMirror .ak-editor-bodied-sync-block{border-radius:var(--ds-radius-small,3px)}
153
+ ._ft7jglyw .ProseMirror .ak-editor-bodied-sync-block.disabled .ak-editor-sync-block__label:before{border:none}
154
+ ._g3q7u2gc .ProseMirror [data-layout-section]{gap:var(--ds-space-100,8px)}
121
155
  ._g4fm7g83 .ProseMirror-selectednode:empty{outline:2px solid var(--ds-border-focused,#4688ec)}
156
+ ._gx1o1d85 [data-prosemirror-node-name=status] .lozenge-wrapper{border:solid var(--ds-border-width,1px) transparent}
157
+ ._gx1oglyw [data-prosemirror-node-name=status] .lozenge-wrapper{border:none}
122
158
  ._hdw8fajl .ProseMirror .code-block .code-content code{border-radius:var(--ds-radius-small,3px)}
123
159
  ._hl71sm61 .ak-editor-expand__expanded{background:var(--ds-background-neutral-subtle,#00000000)}
124
160
  ._hym9vvzz .ProseMirror .fabric-editor-font-size[data-font-size=small]{font:var(--editor-font-ugc-token-body-small)}
161
+ ._i4je1l7x .layout-column-divider-thumb{background:var(--ds-border,#0b120e24)}
125
162
  ._ig0i4w17 .ak-editor-expand__title-input{padding:0 0 0 var(--ds-space-050,4px)}
163
+ ._inlhr5cr .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget[data-blocks-drop-target-container]{margin:var(--ds-space-negative-050,-4px)}
126
164
  ._ir60vvzz .ProseMirror li:has(>.fabric-editor-font-size[data-font-size=small])::marker{font:var(--editor-font-ugc-token-body-small)}
165
+ ._j159idpf .ProseMirror [data-layout-section].selected [data-layout-column]{border:0}
166
+ ._j159j0fz .ProseMirror [data-layout-section].selected [data-layout-column]{border:1px solid var(--ds-border,#0b120e24)}
167
+ ._j6cmidpf .ProseMirror [data-layout-section]:hover [data-layout-column]{border:0}
168
+ ._j6cmj0fz .ProseMirror [data-layout-section]:hover [data-layout-column]{border:1px solid var(--ds-border,#0b120e24)}
127
169
  ._jz731rb6 .pm-table-container>table{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
128
170
  ._k4r0q98m .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{background:var(--ds-border-selected,#1868db)}
129
171
  ._k9adhueu .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{border:1px solid var(--ds-border-selected,#1868db)}
@@ -132,16 +174,26 @@
132
174
  ._l0rkaetg .ProseMirror .ak-editor-annotation-hover{background:var(--ds-background-accent-yellow-subtlest-hovered,#f5e989)}
133
175
  ._l3e11ie7 div[data-task-list-local-id]{margin:var(--ds-space-150,9pt) 0 0 0}
134
176
  ._lqdju2gc .pm-table-sticky-wrapper>table>tbody>tr>th{padding:var(--ds-space-100,8px)}
177
+ ._ltwwhueu .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]{border:1px solid var(--ds-border-selected,#1868db)}
178
+ ._m3u5glyw .ProseMirror .ak-editor-sync-block.disabled .ak-editor-sync-block__label:before{border:none}
179
+ ._mh6o12b0 [data-prosemirror-node-name=status] .lozenge-wrapper{border-radius:var(--ds-radius-small,4px)}
180
+ ._mh6ofajl [data-prosemirror-node-name=status] .lozenge-wrapper{border-radius:var(--ds-radius-small,3px)}
135
181
  ._mxg71v1w .rich-media-item.is-resizing .richMedia-resize-handle-right:after{background:var(--ds-border-focused,#4688ec)}
136
182
  ._n9nt1rr0 .editor-mention-primitive{border-radius:var(--ds-radius-full,9999px)}
183
+ ._ndd2fajl .ProseMirror .ak-editor-sync-block{border-radius:var(--ds-radius-small,3px)}
184
+ ._nkbmtyq1 .ProseMirror .ak-editor-sync-block.creation-loading{background:linear-gradient(var(--ds-surface,#fff),var(--ds-surface,#fff)) padding-box,conic-gradient(from var(--angle),#1868db,var(--ds-background-accent-purple-subtlest-pressed,#e3bdfa),#3279e0,#1868db) border-box}
137
185
  ._nshtskji .ak-editor-expand{margin:var(--ds-space-050,4px) 0 0}
138
186
  ._nu6mdfik [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:focus+svg{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#4688ec)}
139
187
  ._nx361dy8 .ProseMirror :is(p,h1,h2,h3,h4,h5,h6):not(:is(ul,ol,div[data-node-type=actionList]) :is(p,h1,h2,h3,h4,h5,h6)).ak-editor-selected-node:not(.ak-editor-selected-node *){background:var(--ds-background-accent-blue-subtler,#cfe1fd)}
140
188
  ._o0ds5rkr .editor-mention-primitive.mention-restricted{border:1px solid var(--ds-border-bold,#7d818a)}
189
+ ._o2as17in .ProseMirror [data-layout-section]{margin:var(--ds-space-100,8px) -20px 0}
190
+ ._o2as1f61 .ProseMirror [data-layout-section]{margin:var(--ds-space-100,8px) -9pt 0}
141
191
  ._omzvglyw .ak-editor-expand.ak-editor-selected-node:not(.danger):after{border:none}
142
192
  ._otexdfik [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:focus+svg{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#4688ec)}
143
193
  ._pdovfajl div[extensionType="com.atlassian.ai-blocks"] .extension-container .with-margin-styles{border-radius:var(--ds-radius-small,3px)}
144
194
  ._pyf516tk .danger>span>a{transition:background-color 0s,box-shadow 0s}
195
+ ._q96bidpf .ProseMirror .layoutSectionView-content-wrap:hover [data-layout-column]{border:0}
196
+ ._q96bj0fz .ProseMirror .layoutSectionView-content-wrap:hover [data-layout-column]{border:1px solid var(--ds-border,#0b120e24)}
145
197
  ._qt48fajl .ProseMirror .code-block{border-radius:var(--ds-radius-small,3px)}
146
198
  ._rie88r4n [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:focus+svg{border-radius:var(--ds-radius-small,.25rem)}
147
199
  ._s2ud1v1w .ak-editor-selected-node .richMedia-resize-handle-left:after{background:var(--ds-border-focused,#4688ec)}
@@ -153,57 +205,106 @@
153
205
  ._vir8sm61 .ak-editor-expand{background:var(--ds-background-neutral-subtle,#00000000)}
154
206
  ._vkeh12b0 [data-prosemirror-node-name=date] .date-lozenger-container span{border-radius:var(--ds-radius-small,4px)}
155
207
  ._vy5czg2b .danger .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){border:1px solid var(--ds-border-danger,#e2483d)}
208
+ ._w3sjokh7 .ProseMirror .ak-editor-bodied-sync-block.creation-loading{border:1px solid transparent}
209
+ ._w5y5tyq1 .ProseMirror .ak-editor-bodied-sync-block.creation-loading{background:linear-gradient(var(--ds-surface,#fff),var(--ds-surface,#fff)) padding-box,conic-gradient(from var(--angle),#1868db,var(--ds-background-accent-purple-subtlest-pressed,#e3bdfa),#3279e0,#1868db) border-box}
156
210
  ._wnyk1qi0 .richMedia-resize-handle-left:after{border-radius:var(--ds-radius-medium,6px)}
157
211
  ._wo9i1dpa .ak-editor-expand__icon-button:hover:not(:disabled){background:var(--ds-background-neutral-subtle-hovered,#0515240f)}
212
+ ._wxspfajl .ak-editor-sync-block__label{border-radius:var(--ds-radius-small,3px)}
158
213
  ._x53a1o1l .ProseMirror .ak-editor-annotation-focus{background:var(--ds-background-accent-yellow-subtlest-pressed,#efdd4e)}
159
214
  ._x96nwadc .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
160
215
  ._xph31b66 .search-match-text{border-radius:var(--ds-space-050,4px)}
161
216
  ._ye0rq98m .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{background:var(--ds-border-selected,#1868db)}
162
217
  ._ygeohueu .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){border:1px solid var(--ds-border-selected,#1868db)}
163
218
  ._yhgjt94y .ProseMirror hr{border-radius:1px}
219
+ ._z7qocu6h .ProseMirror .ak-editor-sync-block:hover .ak-editor-sync-block__label{transition:opacity .2s ease-in,visibility .2s ease-in}
220
+ ._zgyzglyw .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{border:none}
221
+ ._zh8m12b0 .layout-column-divider-rail{border-radius:var(--ds-radius-small,4px)}
164
222
  ._zrp01l7x .rich-media-item:hover .richMedia-resize-handle-right:after{background:var(--ds-border,#0b120e24)}
165
223
  ._zy611kw7 .ProseMirror [data-prosemirror-node-name=blockTaskItem]:has(.fabric-editor-font-size[data-font-size=small]) .fabric-editor-font-size{font:inherit}
224
+ ._14pw1nnf .layout-column-divider{margin-inline:-15px 0}
225
+ ._14pwatyr .layout-column-divider{margin-inline:0 -7px}
226
+ ._16o2sn1s html:not([data-color-mode=dark]) [data-prosemirror-node-name=status]>[data-color=neutral]>.lozenge-wrapper{border-color:#cacbcf}
227
+ ._1cqj1j28 .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span{border-color:transparent}
228
+ ._1hf518rl html[data-color-mode=dark] [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{border-color:#4c6b1f}
166
229
  ._1husnqa1 .ak-editor-expand{border-style:solid}
230
+ ._1i3e1q2y html[data-color-mode=dark] [data-prosemirror-node-name=status]>[data-color=neutral]>.lozenge-wrapper{border-color:#63666b}
231
+ ._1kap14o6 html[data-color-mode=dark] [data-prosemirror-node-name=status]>[data-color=red]>.lozenge-wrapper{border-color:#ae2e24}
232
+ ._1lns6qd6 html:not([data-color-mode=dark]) [data-prosemirror-node-name=status]>[data-color=yellow]>.lozenge-wrapper{border-color:#fbc828}
233
+ ._1n4y1szp html[data-color-mode=dark] [data-prosemirror-node-name=status]>[data-color=yellow]>.lozenge-wrapper{border-color:#9e4c00}
167
234
  ._1nt01j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite{border-color:transparent}
168
235
  ._1pyq1j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive{border-color:transparent}
236
+ ._1rjw1bqt .ProseMirror [data-layout-section].selected.danger [data-layout-column]{border-color:var(--ds-border-danger,#e2483d)}
237
+ ._1tw01ymo html:not([data-color-mode=dark]) [data-prosemirror-node-name=status]>[data-color=blue]>.lozenge-wrapper{border-color:#8fb8f6}
169
238
  ._1v6z1j28 .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{border-color:transparent}
170
239
  ._1v8i1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self{border-color:transparent}
240
+ ._1vas1bqt .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-column]{border-color:var(--ds-border-danger,#e2483d)}
171
241
  ._1xt11j28 .ak-editor-expand{border-color:transparent}
172
242
  ._1y9e1j28 .ak-editor-selected-node>[data-decision-wrapper]{border-color:transparent}
173
243
  ._1ymq1bqt .ak-editor-expand.danger{border-color:var(--ds-border-danger,#e2483d)}
244
+ ._23me1b66 [data-prosemirror-node-name=status] .lozenge-wrapper{padding-inline:var(--ds-space-050,4px)}
174
245
  ._3y8g1j28 .ProseMirror.ProseMirror-focused .ProseMirror-gapcursor{border-color:transparent}
175
246
  ._44nb1j28 .ProseMirror .code-block.ak-editor-selected-node:not(.danger){border-color:transparent}
176
247
  ._6olx1j28 ol[data-node-type=decisionList].ak-editor-selected-node{border-color:transparent}
177
248
  ._6p5k1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image{border-color:transparent}
249
+ ._92281j28 .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{border-color:transparent}
178
250
  ._9zpl1j28 .ak-editor-panel.ak-editor-selected-node:not(.danger){border-color:transparent}
179
251
  ._aa1g1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{border-color:transparent}
180
252
  ._dgh21j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{border-color:transparent}
253
+ ._f72f8lpu html[data-color-mode=dark] [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{border-color:#803fa5}
181
254
  ._ic7s1j28 .ak-editor-selected-node>.editor-mention-primitive{border-color:transparent}
182
255
  ._igra1j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-self{border-color:transparent}
256
+ ._iwfe3uhp html:not([data-color-mode=dark]) [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{border-color:#b3df72}
183
257
  ._kh951j28 .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger){border-color:transparent}
184
258
  ._mgp11vg9 .ProseMirror .telepointer[class*=color-]:after{border-color:var(--telepointer-participant-bg-color)}
185
259
  ._n4fm1l7x .ak-editor-expand__expanded{border-color:var(--ds-border,#0b120e24)}
260
+ ._pfcw1366 html:not([data-color-mode=dark]) [data-prosemirror-node-name=status]>[data-color=red]>.lozenge-wrapper{border-color:#fd9891}
186
261
  ._pwh8glyw .code{border-style:none}
262
+ ._sz281q0g html[data-color-mode=dark] [data-prosemirror-node-name=status]>[data-color=blue]>.lozenge-wrapper{border-color:#1558bc}
187
263
  ._uhe21j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-restricted{border-color:transparent}
264
+ ._ulg8utpp .ProseMirror .ak-editor-sync-block{padding-block:var(--ds-space-150,9pt)}
188
265
  ._v5bbe4h9 .ak-editor-expand{border-width:var(--ds-border-width,1px)}
266
+ ._wtboshej html:not([data-color-mode=dark]) [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{border-color:#d8a0f7}
267
+ ._xennutpp .ProseMirror .ak-editor-bodied-sync-block{padding-block:var(--ds-space-150,9pt)}
189
268
  ._13bnglyw .pm-table-container>table tbody{border-bottom:none}
190
269
  ._14gpj0fz .ProseMirror .ProseMirror-fake-text-cursor:after{border-right:1px solid var(--ds-border,#0b120e24)}
270
+ ._18csidpf .ProseMirror [data-layout-section].selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:0}
271
+ ._18csj0fz .ProseMirror [data-layout-section].selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:1px solid var(--ds-border,#0b120e24)}
272
+ ._1blyidpf .ProseMirror .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:0}
273
+ ._1blyj0fz .ProseMirror .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:1px solid var(--ds-border,#0b120e24)}
191
274
  ._1ekgglyw .pm-table-sticky-wrapper>table tbody{border-bottom:none}
192
275
  ._1ibg1vrj .ProseMirror .ak-editor-annotation-focus{border-bottom:2px solid transparent}
193
276
  ._1ny71t12 .text-highlight{border-bottom:2px solid var(--ds-background-accent-blue-subtler,#cfe1fd)}
194
277
  ._1qw3ia51 .gridLine{border-left:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
278
+ ._1smwidpf .ProseMirror [data-layout-section]:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:0}
279
+ ._1smwj0fz .ProseMirror [data-layout-section]:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:1px solid var(--ds-border,#0b120e24)}
280
+ ._1tsaidpf .ProseMirror .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:0}
281
+ ._1tsaj0fz .ProseMirror .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:1px solid var(--ds-border,#0b120e24)}
282
+ ._1tw6idpf .ProseMirror [data-layout-section] [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:0}
283
+ ._1tw6j0fz .ProseMirror [data-layout-section] [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:1px solid var(--ds-border,#0b120e24)}
195
284
  ._1ug81hdd .ProseMirror .ProseMirror-gapcursor span:after{border-left:1px solid}
285
+ ._3mz4idpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:0}
286
+ ._3mz4j0fz .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:1px solid var(--ds-border,#0b120e24)}
287
+ ._59kridpf .ProseMirror [data-layout-section].selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:0}
288
+ ._59krj0fz .ProseMirror [data-layout-section].selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:1px solid var(--ds-border,#0b120e24)}
196
289
  ._8nch188o .highlight{border-left:1px solid var(--ds-border-focused,#4688ec)}
290
+ ._czynidpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:0}
291
+ ._czynj0fz .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:1px solid var(--ds-border,#0b120e24)}
292
+ ._hkqaidpf .ProseMirror .layoutSectionView-content-wrap [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:0}
293
+ ._hkqaj0fz .ProseMirror .layoutSectionView-content-wrap [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:1px solid var(--ds-border,#0b120e24)}
197
294
  ._iwzr1vrj .ProseMirror .ak-editor-annotation-blur{border-bottom:2px solid transparent}
198
295
  ._nvt3glyw .pm-table-wrapper>table tbody{border-bottom:none}
296
+ ._u1w0idpf .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:0}
297
+ ._u1w0j0fz .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:1px solid var(--ds-border,#0b120e24)}
199
298
  ._u5bs1vrj .ProseMirror .ak-editor-annotation-draft{border-bottom:2px solid transparent}
200
299
  ._xkuf1vrj .ProseMirror .ak-editor-annotation-hover{border-bottom:2px solid transparent}._100i1ntv .pm-table-wrapper>table hr{box-sizing:content-box}
201
300
  ._102f1j28 .ProseMirror:has(.ProseMirror-hide-cursor){caret-color:transparent}
301
+ ._104qh2mm .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]{position:relative}
202
302
  ._104r17hw .ProseMirror blockquote table{display:inline-table}
203
303
  ._106mglyw [data-prosemirror-node-name=decisionItem]{list-style-type:none}
204
304
  ._109as4qr .ProseMirror .danger .ak-editor-panel[data-panel-type=info] .ak-editor-panel__icon[data-panel-type=info]{color:var(--ds-icon-danger,#c9372c)}
205
305
  ._109wc7mi .ak-editor-content-area.appearance-full-page .ProseMirror>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-250,-20px)}
206
306
  ._10a5ox06 li[data-testid=show-diff-changed-decoration-node]::marker{color:var(--diff-decoration-marker-color)}
307
+ ._10b5glyw .ProseMirror .ak-editor-sync-block.creation-loading{box-shadow:none}
207
308
  ._10c7glyw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{-webkit-user-select:none;-ms-user-select:none;user-select:none}
208
309
  ._10d41gly .ProseMirror blockquote.danger{background-color:var(--ds-background-danger,#ffeceb)}
209
310
  ._10gj1u8q .pm-table-sticky-wrapper>table>tbody>tr>td{background-clip:padding-box}
@@ -211,10 +312,14 @@
211
312
  ._10i7j4ch .ProseMirror .ak-ul{display:flow-root}
212
313
  ._10l0idpf .ProseMirror .left-shadow:before{top:0}
213
314
  ._10pe1ul9 .ProseMirror .fabric-editor-indentation-mark[data-level="1"]{margin-left:30px}
315
+ ._10q81kdv .ProseMirror [data-layout-section] [data-layout-column] [data-layout-content]{cursor:text}
214
316
  ._10qt4jg8 .ProseMirror .ak-editor-panel{align-items:normal}
317
+ ._10tu1kdv .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]{-webkit-user-select:text}
215
318
  ._10u5idpf .ProseMirror .ProseMirror-widget:first-child+.ProseMirror-widget:nth-child(2)+.fabric-editor-block-mark.fabric-editor-alignment>:is(h1,h2,h3,h4,h5,h6):first-child{margin-top:0}
216
319
  ._10ue1j28 .ProseMirror blockquote.ak-editor-selected-node ::selection{background-color:transparent}
320
+ ._10v9b3bt .ProseMirror .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
217
321
  ._10va1osq .ProseMirror .pm-table-wrapper table{width:100%}
322
+ ._10y51n1a .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{right:-1px}
218
323
  ._10zo1osq .ProseMirror>div[data-prosemirror-node-block] [data-prosemirror-node-block]{--ak-editor-max-container-width:100%}
219
324
  ._10zo1osq .ak-editor-expand__content .nestedExpand-content-wrapper{width:100%}
220
325
  ._10zwglyw [layout=wrap-left]+.ProseMirror-gapcursor+span [layout=wrap-right]{clear:none}
@@ -234,14 +339,18 @@
234
339
  ._11bbqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
235
340
  ._11d01fw0{--editor-font-ugc-token-weight-heading-bold:700}
236
341
  ._11dkgrf3 .ProseMirror .ak-editor-panel__content>.ProseMirror-widget:first-child+.code-block{margin-top:0!important}
342
+ ._11enoskh .ProseMirror .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
237
343
  ._11gbhwpb [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{margin-left:calc(var(--ds-space-100, 8px)*3)}
344
+ ._11gbj4ch .ProseMirror .ak-editor-bodied-sync-block__content{display:flow-root}
238
345
  ._11gt15cr .search-match-text.search-match-dark{color:var(--ds-text-inverse,#fff)}
239
346
  ._11h1stnw .ProseMirror .ProseMirror-gapcursor span:after{position:absolute}
240
347
  ._11h4stnw .ProseMirror .left-shadow:after{position:absolute}
241
348
  ._11ividpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{right:0}
242
349
  ._11jf78tn .ProseMirror p{line-height:1.714}
350
+ ._11ka1mi1 .ProseMirror [data-layout-section].selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
243
351
  ._11kk1osq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{width:100%}
244
352
  ._11mggktf .ProseMirror h5>.media-inline-image-wrapper{height:20px}
353
+ ._11n769va .ProseMirror .ak-editor-bodied-sync-block.disabled{box-shadow:0 0 0 1px var(--ds-border-disabled,#0515240f)}
245
354
  ._11phzr6s .ProseMirror [layout=wide] .rich-media-item{transform:translateX(-50%)}
246
355
  ._11pmewfl .ak-editor-expand__title-container{overflow-x:visible}
247
356
  ._11q31i5q .fabric-background-color-mark{background-color:var(--custom-palette-color,inherit)}
@@ -249,10 +358,13 @@
249
358
  ._11rg15cr .ProseMirror .telepointer.color-9{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
250
359
  ._11t078tn .ProseMirror:not(.blockCardView-content-wrap)>li:before{line-height:1.714}
251
360
  ._11t9ckbl .pm-table-wrapper>table>tbody>tr>td{min-width:3pc}
361
+ ._11ujglyw .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{pointer-events:none}
252
362
  ._11ukidpf .fabric-editor-font-size:first-of-type:first-child h3 style:first-child+*{margin-top:0}
253
363
  ._11ut1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image::selection{background-color:transparent}
254
364
  ._11wp1up9 .search-match-block .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
255
365
  ._120fcs5v .ProseMirror .left-shadow:after{z-index:2}
366
+ ._120l1wug .ProseMirror [data-layout-section]>.unsupportedBlockView-content-wrap{min-width:auto}
367
+ ._120m1b66 .ProseMirror .ak-editor-sync-block.danger .ak-editor-sync-block__label{padding-bottom:var(--ds-space-050,4px)}
256
368
  ._121i1r31 .ProseMirror{outline-color:currentColor}
257
369
  ._122n1h6o [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{justify-content:center}
258
370
  ._123b1aqn:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e)}
@@ -260,22 +372,29 @@
260
372
  ._1244idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
261
373
  ._1245kb7n .ak-editor-expand__title-input{flex-shrink:1}
262
374
  ._124dkb7n .ProseMirror .code-block-content-wrapper>.code-content code{flex-grow:1}
375
+ ._124jidpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{top:0}
376
+ ._124nb3bt .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{content:""}
263
377
  ._126j68cl .ProseMirror .fabric-editor-indentation-mark[data-level="4"]{margin-left:90pt}
264
378
  ._127vp1qy .ProseMirror h4>.mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
379
+ ._128e1j28 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column] ::-moz-selection{background-color:transparent}
265
380
  ._1292kb7n [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{z-index:1}
266
381
  ._129midpf :not(.fabric-editor-block-mark)>h1:first-child:not(style){margin-top:0}
267
382
  ._12ag4pcx [data-prosemirror-node-name=decisionItem]:not(:has([data-empty]):not(:has([data-type-ahead])))>[data-decision-wrapper]>[data-component=icon]{color:var(--ds-icon-success,#6a9a23)}
383
+ ._12aj15vq .ProseMirror .ak-editor-bodied-sync-block.view-mode .ak-editor-sync-block__label{visibility:hidden}
268
384
  ._12dbstnw .ProseMirror .danger .code-block .line-number-gutter:after{position:absolute}
269
385
  ._12dfvj2t .search-match-expand-title.selected-search-match.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
270
386
  ._12i1idpf :not(.fabric-editor-block-mark)>h5:first-child:not(style){margin-top:0}
271
387
  ._12i31osq .ProseMirror .left-shadow:before{height:100%}
388
+ ._12ijtlke .ProseMirror .ak-editor-sync-block{cursor:pointer}
272
389
  ._12j81osq .pm-table-container>table{width:100%}
273
390
  ._12jli8nm .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{--ds--code--line-number-bg-color:var(--ds-background-neutral,#0515240f)}
274
391
  ._12lj1ule .ProseMirror blockquote>.mediaGroupView-content-wrap:last-child{display:block}
275
392
  ._12ly1u8q .pm-table-wrapper>table>tbody>tr>td{background-clip:padding-box}
393
+ ._12o61wug .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget{flex-basis:auto}
276
394
  ._12oz1diq [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{--checkbox-border-color:var(--local-border-disabled)}
277
395
  ._12qtb3bt .ProseMirror .danger .code-block .line-number-gutter:after{content:""}
278
396
  ._12qwgrf3 .ProseMirror .ak-editor-panel__content>.ProseMirror-widget:first-child+.code-block{margin-bottom:0!important}
397
+ ._12rjidpf .ProseMirror .ak-editor-bodied-sync-block{margin-bottom:0}
279
398
  ._12rk1pd9 .ProseMirror h5{font-weight:var(--ds-font-weight-semibold,600)}
280
399
  ._12sp1aa5 .ProseMirror .fabric-editor-block-mark.fabric-editor-alignment:not(:first-child)>h6:first-child{margin-top:1.455em}
281
400
  ._12te1q9c .ProseMirror mark[data-type-ahead-query=true]:has(.placeholder-decoration-wrap){white-space:nowrap}
@@ -283,27 +402,38 @@
283
402
  ._12uhidpf :not(.fabric-editor-block-mark)>h5 style:first-child+*{margin-top:0}
284
403
  ._12vh1ntv .ProseMirror hr{background-clip:content-box}
285
404
  ._12wgusvi .ProseMirror .pm-table-wrapper{box-sizing:border-box}
405
+ ._12wlb3bt .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
286
406
  ._12wvglyw .ProseMirror .placeholder-decoration .placeholder-android{-webkit-user-select:none;-ms-user-select:none;user-select:none}
407
+ ._12x31cc3 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section]{box-shadow:inset 0 0 0 1px var(--ds-border-selected,#1868db)}
408
+ ._12x3fzyd .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section]{box-shadow:0 0 0 0 var(--ds-border-selected,#1868db)}
409
+ ._12x3r4us .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section]{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
287
410
  ._12xo17v8 .search-match-block.search-match-dark [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
288
411
  ._12yq1osq .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{height:100%}
289
412
  ._1305glyw .ProseMirror .ak-editor-panel .ak-editor-panel__icon{-webkit-user-select:none;-ms-user-select:none;user-select:none}
290
413
  ._132p1k9k .ProseMirror ol[data-indent-level="5"]{list-style-type:lower-alpha}
414
+ ._133ckb7n .ProseMirror [data-layout-section]>*{flex-shrink:1}
291
415
  ._135a1osq .pm-table-sticky-wrapper>table{width:100%}
416
+ ._135lidpf .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{top:0}
292
417
  ._13641bqt .ProseMirror blockquote.danger{border-left-color:var(--ds-border-danger,#e2483d)}
293
418
  ._137bidpf [data-prosemirror-node-name=blockTaskItem] [data-component=content]{margin-left:0}
294
419
  ._138n1kw7 .ProseMirror h4{font-style:inherit}
295
420
  ._13az1kdv .ak-editor-panel.ak-editor-selected-node:not(.danger){-webkit-user-select:text}
296
421
  ._13bv3ney .search-match-block.search-match-block-selected.search-match-dark .loader-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
297
422
  ._13dhs0v8 .ProseMirror .fabric-editor-block-mark.fabric-editor-alignment:not(:first-child)>h2:first-child{margin-top:1.8em}
423
+ ._13e21gly .ProseMirror .ak-editor-bodied-sync-block.danger .ak-editor-sync-block__label{background-color:var(--ds-background-danger,#ffeceb)}
298
424
  ._13ffr4us .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
299
425
  ._13fl1vk5 [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red{background-color:var(--ds-background-accent-red-subtlest,#ffeceb)}
300
426
  ._13hr1j28{--local-tick-rest:transparent}
427
+ ._13hx8jkm .ProseMirror .ak-editor-bodied-sync-block .ak-editor-bodied-sync-block__content{padding-left:19px}
428
+ ._13jnidpf .ProseMirror [data-layout-section] [data-layout-column]>div>.ProseMirror-gapcursor.-right:first-of-type+.embedCardView-content-wrap .rich-media-item{margin-top:0}
301
429
  ._13lc1ejb [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{width:var(--ds-space-300,24px)}
302
430
  ._13m9idpf ol[data-node-type=decisionList].ak-editor-selected-node:before{left:0}
431
+ ._13ml1kdv .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger){-webkit-user-select:text}
303
432
  ._13mr1txw .ak-editor-expand__icon-button{display:flex}
304
433
  ._13q2grf3 .ProseMirror li:has(>ul:only-child){margin-bottom:0!important}
305
434
  ._13q91ypf .search-match-block.search-match-block-selected [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
306
435
  ._13skidpf .ProseMirror .decisionItemView-content-wrap{margin-top:0}
436
+ ._13uz1j28 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]::-moz-selection{background-color:transparent}
307
437
  ._13v3glyw .ak-editor-no-interaction #newFileExperienceWrapper{box-shadow:none}
308
438
  ._140c15tv .ProseMirror h1{margin-top:1.45833em}
309
439
  ._140cs05q .ProseMirror h1{margin-top:1.667em}
@@ -317,6 +447,7 @@
317
447
  ._14ew15s3 .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{background-color:var(--ds-background-selected,#e9f2fe)}
318
448
  ._14f4idpf .ProseMirror-gapcursor+[layout=wrap-right]+[layout=wrap-left]>div{margin-bottom:0}
319
449
  ._14gj1k9k .ProseMirror ol ol{list-style-type:lower-alpha}
450
+ ._14hwidpf .ProseMirror [data-layout-section] [data-layout-column]{min-width:0}
320
451
  ._14i5idpf .ProseMirror [data-layout-section] [data-layout-column]>div .mediaSingleView-content-wrap[layout^=wrap]+.mediaSingleView-content-wrap[layout^=wrap] .rich-media-item{margin-top:0}
321
452
  ._14ib1ssb .ProseMirror .ProseMirror-gapcursor span[layout=fixed-width]{margin-left:50%}
322
453
  ._14igidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{margin-bottom:0}
@@ -327,22 +458,27 @@
327
458
  ._14l7idpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-left:0}
328
459
  ._14olidpf .hyperlink-floating-toolbar{padding-top:0}
329
460
  ._14r215vq .ProseMirror p:has(.placeholder-decoration-hide-overflow){overflow-y:hidden}
461
+ ._14u2idpf .ak-editor-sync-block__label{opacity:0}
330
462
  ._14uamgvx .ProseMirror .fabric-editor-indentation-mark[data-level="6"]{margin-left:180px}
331
463
  ._14uo1osq .ProseMirror .placeholder-decoration{width:100%}
464
+ ._14x21mi1 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
332
465
  ._14xl126e .ProseMirror div[data-task-local-id]+div[data-task-list-local-id]{margin-top:var(--ds-space-050,4px)!important}
333
466
  ._14zzb3bt .ak-editor-expand.ak-editor-selected-node:not(.danger):before{content:""}
334
467
  ._1503rprw .ProseMirror .danger .ak-editor-panel[data-panel-type=error]{background-color:var(--ds-blanket-danger,#ef5c4814)}
468
+ ._15061j28 .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger)::-moz-selection{background-color:transparent}
335
469
  ._1506brmi .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{transition-property:opacity}
336
470
  ._150amh6f div[data-task-local-id] span[contenteditable=false]+div{line-height:1.714em}
337
471
  ._1543idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child p:first-child:not(style){margin-top:0}
338
472
  ._155d1ntv .ProseMirror .code-block .line-number-gutter{box-sizing:content-box}
339
473
  ._155q1o8l .gridLine{display:inline-block}
474
+ ._156lstnw .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget[data-blocks-drop-target-container] [data-drop-target-for-element]{position:absolute}
340
475
  ._156tidpf .pm-table-header-content-wrap :not(.fabric-editor-alignment,.fabric-editor-font-size) p:first-of-type{margin-top:0}
341
476
  ._1574i8nm .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger) .line-number-gutter{background-color:var(--ds-background-neutral,#0515240f)}
342
477
  ._157n1ejb .ak-editor-expand__content{padding-left:var(--ds-space-300,24px)}
343
478
  ._15a2glyw [data-prosemirror-node-name=decisionItem]:not(:has([data-empty]):not(:has([data-type-ahead])))>[data-decision-wrapper]>[data-component=placeholder]{display:none}
344
479
  ._15a61hrf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{clear:both}
345
480
  ._15brutpp .ProseMirror .ak-editor-panel.ak-editor-panel__no-icon{padding-right:var(--ds-space-150,9pt)}
481
+ ._15bw1j28 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]::-moz-selection{background-color:transparent}
346
482
  ._15bz1tsb .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger):not(.ak-editor-selected-node){box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
347
483
  ._15cgjt0p .ProseMirror .telepointer[class*=color-]:after{color:var(--telepointer-participant-text-color)}
348
484
  ._15cjagmp .ProseMirror li:has(>ul:only-child){list-style-type:none!important}
@@ -351,14 +487,18 @@
351
487
  ._15fkidpf .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-left{margin-left:0}
352
488
  ._15haglyw .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]{clear:none}
353
489
  ._15hdglyw .ak-editor-selected-node>[data-decision-wrapper]:before{pointer-events:none}
490
+ ._15hr1ial .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{z-index:12}
354
491
  ._15hx9q8f{--editor-font-ugc-token-heading-h4:normal 600 1em/1.14286 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
355
492
  ._15hxe8o0{--editor-font-ugc-token-heading-h4:normal 600 1em/1.14286 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
356
493
  ._15i0idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4 style:first-child+*{margin-top:0}
357
494
  ._15klc7mi .ak-editor-content-area.appearance-full-page .ProseMirror>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-250,-20px)}
358
495
  ._15l01ule .ProseMirror blockquote>.code-block:last-child{display:block}
359
496
  ._15l5stnw [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{position:absolute}
497
+ ._15mp1gly .ProseMirror .ak-editor-sync-block.danger .ak-editor-sync-block__label{background-color:var(--ds-background-danger,#ffeceb)}
498
+ ._15n01tsb .ProseMirror .ak-editor-bodied-sync-block.ak-editor-bodied-sync-block__selection_inside{box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
360
499
  ._15n6n7od .date-lozenger-container span{white-space:unset}
361
500
  ._15no1e5h .ProseMirror .embedCardView-content-wrap[layout=wrap-left]{float:left}
501
+ ._15nuidpf .ProseMirror [data-layout-section] [data-layout-column]>div>.ProseMirror-gapcursor:first-child+span+.mediaSingleView-content-wrap .rich-media-item{margin-top:0}
362
502
  ._15peidpf ol[data-node-type=decisionList].ak-editor-selected-node:before{bottom:0}
363
503
  ._15pyjp4b .pm-table-wrapper>table>tbody>tr>th{vertical-align:top}
364
504
  ._15q4m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+div[class^=fabric-editor-align]{clear:both!important}
@@ -367,15 +507,23 @@
367
507
  ._15uri7a9 .ak-editor-expand__title-input{font-weight:var(--ds-font-weight-regular,400)}
368
508
  ._15ve1gly .ProseMirror .danger .code-block .line-number-gutter{background-color:var(--ds-background-danger,#ffeceb)}
369
509
  ._15vgidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{margin-right:0}
510
+ ._15vn15vq [data-prosemirror-node-name=status] .lozenge-text{overflow-x:hidden}
370
511
  ._15zti7a9 .ProseMirror p{font-weight:var(--ds-font-weight-regular,400)}
371
512
  ._1608r4us .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
372
513
  ._1613yh40 .ProseMirror .ak-editor-annotation-draft{padding-bottom:2px}
514
+ ._162914j0 [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:var(--ds-background-success-subtler,#d3f1a7)}
515
+ ._16293uhp [data-prosemirror-node-name=status]>[data-color=green]>.lozenge-wrapper{background-color:#b3df72}
373
516
  ._162zidpf .hyperlink-floating-toolbar{padding-left:0}
374
517
  ._168dt7xp .ProseMirror .ak-editor-annotation-hover{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
375
518
  ._16993mia .mediaSingleView-content-wrap span#caption-placeholder{font-size:var(--ak-editor-base-font-size)}
519
+ ._16a71blx [data-prosemirror-node-name=status]>[data-color=red] .lozenge-text{color:var(--ds-text-danger-bolder,#5d1f1a)}
520
+ ._16a71tmw [data-prosemirror-node-name=status]>[data-color=red] .lozenge-text{color:var(--ds-text-danger,#ae2e24)}
521
+ ._16am1j28 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column] ::-moz-selection{background-color:transparent}
376
522
  ._16atr4us .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
377
523
  ._16d4idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4:first-child:not(style){margin-top:0}
378
524
  ._16fuidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child p style:first-child+*{margin-top:0}
525
+ ._16fx73ad .ProseMirror [data-layout-section]{cursor:default}
526
+ ._16fxtlke .ProseMirror [data-layout-section]{cursor:pointer}
379
527
  ._16gbrprw .ProseMirror .danger .ak-editor-panel[data-panel-type=info]{background-color:var(--ds-blanket-danger,#ef5c4814)}
380
528
  ._16j6glyw .ProseMirror .placeholder-decoration{-webkit-user-select:none;-ms-user-select:none;user-select:none}
381
529
  ._16j6idpf .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{bottom:0}
@@ -384,10 +532,13 @@
384
532
  ._16k4i7a9 .pm-table-wrapper>table>tbody>tr>td{font-weight:var(--ds-font-weight-regular,400)}
385
533
  ._16mx1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive{background-color:var(--ds-background-danger,#ffeceb)}
386
534
  ._16nl1tmw .ProseMirror .danger.code-block .line-number-gutter{color:var(--ds-text-danger,#ae2e24)}
535
+ ._16o3u2gc .ak-editor-sync-block__label{padding-right:var(--ds-space-100,8px)}
387
536
  ._16oexfcs .ProseMirror ol[data-indent-level="3"]{list-style-type:lower-roman}
388
537
  ._16pa1ntv .ProseMirror .ak-editor-panel .ak-editor-panel__icon{box-sizing:content-box}
538
+ ._16pr1osq .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{height:100%}
389
539
  ._16qm1gkc .ProseMirror h4>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:23px}
390
540
  ._16r81j28 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div::-moz-selection{background-color:transparent}
541
+ ._16vz1osq .layout-column-divider-rail{height:100%}
391
542
  ._16xd13gf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{cursor:not-allowed}
392
543
  ._16xj1rpy [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{color:var(--ds-text-subtlest,#6b6e76)}
393
544
  ._16zj1ooe [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{transform:translate(-50%,-50%)}
@@ -400,13 +551,16 @@
400
551
  ._1752m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h1{clear:both!important}
401
552
  ._1762idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-left:0}
402
553
  ._177515s3 .ProseMirror span.pm-placeholder.ak-editor-selected-node{background-color:var(--ds-background-selected,#e9f2fe)}
554
+ ._177j12c5 .ProseMirror .ak-editor-sync-block.creation-loading{animation-iteration-count:infinite}
403
555
  ._178n1j28 .ProseMirror.ProseMirror-focused:has(.ProseMirror-mark-boundary-cursor){caret-color:transparent}
556
+ ._179s1txw .ProseMirror [data-layout-section]{display:flex}
404
557
  ._17agidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h2:first-child:not(style){margin-top:0}
405
558
  ._17clidpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-right:0}
406
559
  ._17dpjp4b .pm-table-sticky-wrapper>table>tbody>tr>th{vertical-align:top}
407
560
  ._17er1do8 .ProseMirror .ak-editor-panel.danger{background-color:var(--ds-background-danger,#ffeceb)!important}
408
561
  ._17h918tx .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-image:var(--ak-editor--table-overflow-shadow)!important}
409
562
  ._17ht1h7a .gridParent{transform:scale(1)}
563
+ ._17igidpf .fabric-editor--full-width-mode .ProseMirror [data-layout-section] .pm-table-container{margin-top:0}
410
564
  ._17kkf705 [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{content:" "}
411
565
  ._17kl1wth .ProseMirror ul ul ul ul{list-style-type:disc}
412
566
  ._17lhgrf3 .ak-editor-panel__content>div[data-task-list-local-id]:first-child{margin-top:0!important}
@@ -416,6 +570,7 @@
416
570
  ._17rd17vv .ProseMirror h1>.mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-3px)}
417
571
  ._17rf1kw7 .ProseMirror h3{font-style:inherit}
418
572
  ._17sv1q9c .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{white-space:nowrap}
573
+ ._17thtlke .ProseMirror .ak-editor-bodied-sync-block{cursor:pointer}
419
574
  ._17v9idpf .pm-table-wrapper>table>tbody>tr>td{border-bottom-width:0}
420
575
  ._17vdidpf .ProseMirror blockquote{margin-left:0}
421
576
  ._17vzi7uo .search-match-text{color:var(--ds-text,#292a2e)}
@@ -428,15 +583,19 @@
428
583
  ._1805idpf .pm-table-container>table>tbody>tr>th{border-bottom-width:0}
429
584
  ._180c1j5o .ProseMirror h5 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
430
585
  ._180w155b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:active+svg{--checkbox-background-color:var(--local-background-active)}
586
+ ._181a1j28 .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span::selection{background-color:transparent}
431
587
  ._181jdjp5 .ProseMirror p{letter-spacing:-.005em}
432
588
  ._182k10yn .ProseMirror h3>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:25px}
433
589
  ._183yidpf .fabric-editor-font-size:first-of-type:first-child p:first-child:not(style){margin-top:0}
434
590
  ._1859idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h4:first-child:not(style){margin-top:0}
591
+ ._185zidpf [data-layout-section] .statusView-content-wrap{line-height:0}
435
592
  ._186w1txw .richMedia-resize-handle-right{display:flex}
436
593
  ._187pidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+pre{margin-top:0}
437
594
  ._18ab1hou [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:checked+svg{--checkbox-tick-color:var(--local-tick-disabled)}
595
+ ._18bz1tsb .ProseMirror .ak-editor-bodied-sync-block.user-is-dragging{box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
438
596
  ._18cr199y [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:hover+svg{--checkbox-border-color:var(--local-border-hover)}
439
597
  ._18cwckbl .ProseMirror .ak-editor-panel{min-width:3pc}
598
+ ._18d9stnw .ak-editor-sync-block__label{position:absolute}
440
599
  ._18efidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+ul{margin-top:0}
441
600
  ._18et1nu9 .ProseMirror span.pm-placeholder__text{display:inline}
442
601
  ._18fxidpf [data-prosemirror-node-name=taskItem] [data-component=content]{margin-left:0}
@@ -447,6 +606,7 @@
447
606
  ._18j6glyw .ProseMirror table .rich-media-item.image-wrap-right[data-layout]{clear:none}
448
607
  ._18j91dza [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{max-width:calc(100% - 50px)}
449
608
  ._18j96ui8 .ProseMirror .placeholder-decoration-fade-in{animation-timing-function:ease-out}
609
+ ._18k9kb7n .ProseMirror .ak-editor-bodied-sync-block.user-is-dragging .ak-editor-sync-block__label{opacity:1}
450
610
  ._18lyckbl .ProseMirror .taskItemView-content-wrap{min-width:3pc}
451
611
  ._18m61kdv ol[data-node-type=decisionList].ak-editor-selected-node{-webkit-user-select:text}
452
612
  ._18m915zi{overflow-y:scroll}
@@ -454,17 +614,22 @@
454
614
  ._18mboxwj .ak-editor-expand__title-input{font-size:.875rem}
455
615
  ._18ml1osq .ProseMirror .pm-table-wrapper{max-width:100%}
456
616
  ._18niidpf .ProseMirror [layout^=wrap-]+[layout^=wrap-] .rich-media-item{margin-right:0}
617
+ ._18nvglyw .ProseMirror .ak-editor-bodied-sync-block.creation-loading .ak-editor-sync-block__label{display:none}
457
618
  ._18otidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{margin-top:0}
458
619
  ._18pfidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{height:0}
459
620
  ._18q02sac{--local-tick-disabled:var(--ds-icon-disabled,#080f214a)}
460
621
  ._18qq1jtm .ProseMirror{white-space:pre-wrap}
622
+ ._18rfkb7n .ProseMirror [data-layout-section]>*{flex-grow:1}
461
623
  ._18tb16e3 .ProseMirror .telepointer.color-1{--telepointer-participant-bg-color:var(--ds-background-accent-blue-bolder,#1868db)}
624
+ ._18u1stnw .ProseMirror [data-layout-section] [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}
462
625
  ._18uvidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-bottom:0}
626
+ ._18v41kdv .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]{-webkit-user-select:text}
463
627
  ._18vwtde4 .ProseMirror .telepointer.color-8{--telepointer-participant-bg-color:var(--ds-background-accent-lime-bolder,#5b7f24)}
464
628
  ._18zg16ch .ProseMirror h4 .emoji-common-placeholder{width:18.25px}
465
629
  ._18zpf705 .richMedia-resize-handle-left:after{content:" "}
466
630
  ._191gu2gc .ProseMirror .ak-editor-panel{padding-bottom:var(--ds-space-100,8px)}
467
631
  ._194h1ul7 .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__icon-container svg{transform:rotate(0deg)}
632
+ ._19721y44 .ProseMirror [data-layout-section]>[data-layout-column]{margin-right:4px}
468
633
  ._197qcs5v .ProseMirror .right-shadow:after{z-index:2}
469
634
  ._197w1hrf .ProseMirror .embedCardView-content-wrap[layout=wrap-right]+.embedCardView-content-wrap[layout=wrap-left]{clear:both}
470
635
  ._198v1tcg [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{flex-basis:24px}
@@ -475,9 +640,11 @@
475
640
  ._19gt1cni [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{fill:var(--checkbox-tick-color)}
476
641
  ._19iin7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{padding-bottom:unset}
477
642
  ._19il1u8q .pm-table-container>table>tbody>tr>th{background-clip:padding-box}
643
+ ._19isi8nm [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
478
644
  ._19km1wqq .ProseMirror .code-block .code-content code{font-size:.875em}
479
645
  ._19kmoxwj .ProseMirror .code-block .code-content code{font-size:.875rem}
480
646
  ._19lestnw .ak-editor-expand.ak-editor-selected-node:not(.danger):after{position:absolute}
647
+ ._19lm1osq .pm-table-cell-content-wrap .statusView-content-wrap{max-width:100%}
481
648
  ._19lwdgkc .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__icon-container svg{color:var(--ds-icon-subtle,#505258)}
482
649
  ._19mvidpf .ak-editor-expand__content .expand-content-wrapper{height:0}
483
650
  ._19n6t94y .fabric-background-color-mark{padding-top:1px}
@@ -495,15 +662,19 @@
495
662
  ._19v7idpf .ProseMirror blockquote{padding-top:0}
496
663
  ._19vkidpf .ProseMirror blockquote{margin-bottom:0}
497
664
  ._19vq1ial ol[data-node-type=decisionList].ak-editor-selected-node:before{z-index:12}
665
+ ._19vz1txw .ak-editor-sync-block__label{display:flex}
498
666
  ._19vz1wug .ProseMirror .ak-editor-annotation-draft{cursor:auto}
499
667
  ._19vztlke .ProseMirror .ak-editor-annotation-draft{cursor:pointer}
500
668
  ._19wyidpf .ProseMirror .code-block .line-number-gutter{flex-shrink:0}
669
+ ._19z7kb7n .ProseMirror [data-layout-section] [data-layout-column]{flex-grow:1}
501
670
  ._1a0i1x4e .pm-table-sticky-wrapper>table{font-size:1em}
671
+ ._1a1t1j28 .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger) ::-moz-selection{background-color:transparent}
502
672
  ._1a3o1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::-moz-selection{background-color:transparent}
503
673
  ._1a5m1j28 .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger){background-color:transparent}
504
674
  ._1a6x1fbg .ProseMirror ol[data-indent-level="1"]{list-style-type:decimal}
505
675
  ._1ab3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{height:0}
506
676
  ._1abn1q9c .ProseMirror p:has(.placeholder-decoration-hide-overflow){white-space:nowrap}
677
+ ._1adfidpf .layout-column-divider{flex-shrink:0}
507
678
  ._1adogrf3 .ProseMirror .ak-editor-panel__content>.ProseMirror-widget:first-child+.ProseMirror-widget+.code-block{margin-left:0!important}
508
679
  ._1af5ok4x .ProseMirror .code-block .code-block-gutter-pseudo-element:before{display:flow}
509
680
  ._1af7idpf .fabric-editor-font-size:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
@@ -518,11 +689,15 @@
518
689
  ._1aljidpf .ak-editor-expand__icon-button{margin-top:0}
519
690
  ._1ancidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-left:0}
520
691
  ._1aolgrf3 .ProseMirror .ak-editor-panel__content>.ProseMirror-widget:first-child+.code-block{margin-left:0!important}
692
+ ._1ato5u61 .ProseMirror .ak-editor-bodied-sync-block.danger .ak-editor-sync-block__label>span{color:var(--ds-text-danger,#ae2e24)!important}
521
693
  ._1atv187e .code{background-color:var(--ds--code--bg-color,var(--ds-background-neutral,#0515240f))}
522
694
  ._1av3idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h6:first-child:not(style){margin-top:0}
695
+ ._1ayiyh40 .fabric-editor--full-width-mode .ProseMirror [data-layout-section] .pm-table-container{margin-right:2px}
523
696
  ._1az4vuon .pm-table-container>table>tbody>tr>td{background-color:var(--ds-surface,#fff)}
524
697
  ._1azw1o8l .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{display:inline-block}
698
+ ._1b1iidpf .statusView-content-wrap>span{line-height:0}
525
699
  ._1b22tlke .unsupportedInlineView-content-wrap>span:nth-of-type(2){cursor:pointer}
700
+ ._1b3aoskh .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
526
701
  ._1b4zw31d .ProseMirror h3 .emoji-common-placeholder{width:20.25px}
527
702
  ._1b7utlke .ak-editor-expand{cursor:pointer}
528
703
  ._1b9kmz2b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{--checkbox-background-color:var(--local-background-disabled)}
@@ -532,10 +707,14 @@
532
707
  ._1bf21149 .danger>div>div>.media-card-frame{box-shadow:0 0 0 2px,var(--ds-border-danger,#e2483d)}
533
708
  ._1bk513ow .search-match-text{background-color:var(--ds-background-accent-magenta-subtler,#fdd0ec)!important}
534
709
  ._1bkc1fb9 .search-match-block.search-match-dark.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
710
+ ._1bkq11dc .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{width:calc(100% - 8px)}
711
+ ._1bkq1osq .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{width:100%}
535
712
  ._1blo4viv .code-block .search-match.selected-search-match span{color:var(--ds-text,#292a2e)!important}
536
713
  ._1blq44hb .ProseMirror h4{letter-spacing:-.003em}
537
714
  ._1bnfhteq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg rect:first-of-type{stroke:var(--checkbox-border-color)}
715
+ ._1bnx1j28 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]::selection{background-color:transparent}
538
716
  ._1botidpf .ProseMirror .sentinel-right{min-width:0}
717
+ ._1bp1glyw .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{pointer-events:none}
539
718
  ._1bq9w4vn .ProseMirror ul ul ul ul ul ul{list-style-type:square}
540
719
  ._1bqpidpf .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left{margin-left:0}
541
720
  ._1br5d439 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{top:-14px}
@@ -549,21 +728,32 @@
549
728
  ._1c0fidpf .ProseMirror .ak-editor-annotation-blur:has(.card){padding-left:0}
550
729
  ._1c101ph4 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 1px var(--ds-border-selected,#1868db)}
551
730
  ._1c20feiv .ProseMirror .ak-editor-annotation-hover{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
731
+ ._1c2ridpf .pm-table-header-content-wrap .statusView-content-wrap{line-height:0}
732
+ ._1c3t1j28 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column] ::selection{background-color:transparent}
733
+ ._1c451j28 .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span::-moz-selection{background-color:transparent}
734
+ ._1c4k1osq .pm-table-header-content-wrap .statusView-content-wrap>span{width:100%}
552
735
  ._1c6u17vv .ProseMirror h2>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-3px)}
553
736
  ._1c8bglyw div[extensionType="com.atlassian.ai-blocks"] .extension-label{display:none}
737
+ ._1c8x1qd9 [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-text{color:var(--ds-text-information-bolder,#123263)}
738
+ ._1c8xu3tg [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-text{color:var(--ds-text-information,#1558bc)}
554
739
  ._1ca5bimv .ak-editor-selected-node.danger>[data-decision-wrapper]{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
555
740
  ._1cbl1j28 .ProseMirror :is(p,h1,h2,h3,h4,h5,h6):not(:is(ul,ol,div[data-node-type=actionList]) :is(p,h1,h2,h3,h4,h5,h6)).ak-editor-selected-node:not(.ak-editor-selected-node *) ::selection{background-color:transparent}
556
741
  ._1cbmglyw .ProseMirror blockquote:after{content:none}
557
742
  ._1cbn1q5e .ProseMirror .code-block .code-block-gutter-pseudo-element:before{line-height:1.5em}
743
+ ._1cccidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{left:0}
744
+ ._1cea1h7z .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget[data-blocks-drag-handle-container] div{display:contents!important}
558
745
  ._1cfbrprw .danger .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{background-color:var(--ds-blanket-danger,#ef5c4814)}
559
746
  ._1ci21j28 .ProseMirror .ProseMirror-gapcursor span{caret-color:transparent}
560
747
  ._1ci8stnw .ak-editor-expand.ak-editor-selected-node:not(.danger):before{position:absolute}
561
748
  ._1ciasm61 .pm-table-container>table th td{background-color:var(--ds-background-neutral-subtle,#00000000)}
749
+ ._1cijewfl .ProseMirror .ak-editor-bodied-sync-block:hover .ak-editor-sync-block__label{visibility:visible}
750
+ ._1cimidpf .ProseMirror .ak-editor-sync-block .ak-editor-sync-block__renderer{padding-top:0}
562
751
  ._1cis1wdg .search-match-block.search-match-dark .editor-mention-primitive{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
563
752
  ._1ckw1h6o .fabric-editor-align-center{text-align:center}
564
753
  ._1cllcjiy .ProseMirror h2{line-height:1.2}
565
754
  ._1cma1osq [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{height:100%}
566
755
  ._1cmi15ob div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background-size:200%}
756
+ ._1cnfidpf .ProseMirror .ak-editor-sync-block .ak-editor-bodied-sync-block__content{padding-top:0}
567
757
  ._1cpz1s89 .search-match-block.search-match-block-selected .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
568
758
  ._1cq5glyw [data-prosemirror-node-name=taskItem] [data-component=placeholder]{display:none}
569
759
  ._1cq71hrf .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left{clear:both}
@@ -571,6 +761,7 @@
571
761
  ._1crwidpf [data-prosemirror-node-name=taskItem] [data-component=content]{margin-top:0}
572
762
  ._1cs1qdok .ProseMirror h3{letter-spacing:-.006em}
573
763
  ._1cub16ux .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{content:"\00a0"}
764
+ ._1cvgidpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget+[data-layout-column]{margin-right:0}
574
765
  ._1cw71ssb [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{left:50%}
575
766
  ._1cw81ule .ProseMirror a.blockLink{display:block}
576
767
  ._1cw91w2o .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:24.25px}
@@ -588,6 +779,7 @@
588
779
  ._1ddmu2gc .ProseMirror .ak-editor-panel{padding-top:var(--ds-space-100,8px)}
589
780
  ._1de7idpf .ProseMirror li>.ProseMirror-gapcursor:first-child+.code-block{margin-top:0}
590
781
  ._1dik1q28{--local-border-checked-hover:var(--ds-background-selected-bold-hovered,#1558bc)}
782
+ ._1div1j28 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]::selection{background-color:transparent}
591
783
  ._1dlzi7a9 .pm-table-container>table>tbody>tr>td{font-weight:var(--ds-font-weight-regular,400)}
592
784
  ._1dm2m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h6{clear:both!important}
593
785
  ._1dm8q5uf{scroll-behavior:smooth}
@@ -596,13 +788,16 @@
596
788
  ._1don1l2s [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{text-overflow:ellipsis}
597
789
  ._1dpne0wb .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:16.25px}
598
790
  ._1dpngktf .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:20px}
791
+ ._1dpr1ntv .layout-column-divider{box-sizing:content-box}
599
792
  ._1dr7idpf .ak-editor-expand.ak-editor-selected-node:not(.danger):before{bottom:0}
793
+ ._1drv1skh [data-prosemirror-node-name=status] .lozenge-text{font-size:11px}
600
794
  ._1dsv1wug .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{table-layout:auto}
601
795
  ._1du2idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h5:first-child:not(style){margin-top:0}
602
796
  ._1duxidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{font-size:0}
603
797
  ._1duzbimv .ProseMirror .mediaGroupView-content-wrap.danger #newFileExperienceWrapper{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
604
798
  ._1dvfidpf .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-right{margin-right:0}
605
799
  ._1dwdj4ch .ak-editor-expand__content{display:flow-root}
800
+ ._1dwlidpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget{flex-grow:0}
606
801
  ._1dx5idpf .ak-editor-expand__icon-button{margin-left:0}
607
802
  ._1dyh1l7b .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-bottom:3px}
608
803
  ._1dzb1aa5 .ProseMirror h6{margin-top:1.455em}
@@ -611,9 +806,11 @@
611
806
  ._1e0878tn .ProseMirror .task-item{line-height:1.714}
612
807
  ._1e0c1txw{display:flex}
613
808
  ._1e1gmz2b [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{--checkbox-background-color:var(--local-background-disabled)}
809
+ ._1e2q12x7 .ProseMirror .ak-editor-bodied-sync-block{margin-top:var(--ds-space-075,6px)}
614
810
  ._1e3xkb7n [data-prosemirror-node-name=taskItem] [data-component=content]{flex-shrink:1}
615
811
  ._1e4d1b18 .search-match-expand-title.selected-search-match>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 5px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
616
812
  ._1e4lstnw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{position:absolute}
813
+ ._1e4yidpf .ProseMirror .ak-editor-sync-block__renderer .ak-renderer-document>:first-child{margin-top:0}
617
814
  ._1e60f705 [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{content:" "}
618
815
  ._1e6iidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h1 style:first-child+*{margin-top:0}
619
816
  ._1e811j28 .pm-table-sticky-wrapper>table{border-right-color:transparent}
@@ -621,12 +818,15 @@
621
818
  ._1ebmidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{margin-left:0}
622
819
  ._1ebn1fb9 .search-match-block.search-match-dark.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
623
820
  ._1ecxqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
821
+ ._1ed8usvi .ProseMirror [data-layout-section] [data-layout-column]{box-sizing:border-box}
624
822
  ._1edaidpf .ProseMirror .ak-editor-annotation-focus:has(.card){padding-right:0}
625
823
  ._1edridpf .pm-table-container>table>tbody>tr>th>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
824
+ ._1egw15s3 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section]{background-color:var(--ds-background-selected,#e9f2fe)}
626
825
  ._1ehvglyw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{pointer-events:none}
627
826
  ._1ehzidpf .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left{margin-right:0}
628
827
  ._1ei91wug .pm-table-wrapper>table[data-autosize=true]{table-layout:auto}
629
828
  ._1em21ule [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{display:block}
829
+ ._1emlidpf .ProseMirror .layout-section-container [data-layout-section]>[data-layout-column]{margin-left:0}
630
830
  ._1enqh2mm .ProseMirror .ProseMirror-fake-text-selection{position:relative}
631
831
  ._1eobidpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]>div{margin-right:0}
632
832
  ._1epnidpf .ProseMirror .ak-editor-panel .ak-editor-panel__content{flex-shrink:0}
@@ -635,20 +835,28 @@
635
835
  ._1esgtoke .pm-table-container>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-color:var(--ds-background-neutral,#0515240f)!important}
636
836
  ._1eszjmqp{--local-background-checked:var(--ds-background-selected-bold,#1868db)}
637
837
  ._1et317cl [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked+svg{--checkbox-tick-color:var(--local-tick-checked)}
838
+ ._1euekb7n .ProseMirror .ak-editor-sync-block.user-is-dragging .ak-editor-sync-block__label{opacity:1}
638
839
  ._1eui1o36 .ProseMirror .placeholder-decoration .placeholder-android{outline-width:medium}
639
840
  ._1eus161g div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{transform:translate3d(0,0,0)}
640
841
  ._1eut1kw7 .ProseMirror h5{font-style:inherit}
842
+ ._1ev3r4us .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
843
+ ._1ev3w5lj .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-selected,#1868db)}
641
844
  ._1ev778tn .ak-editor-expand__title-input{line-height:1.714}
642
845
  ._1ev7kb7n .ak-editor-expand__title-input{line-height:1}
643
846
  ._1evb1hrf .ProseMirror table .rich-media-item{clear:both}
644
847
  ._1ew11g3k [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:hover+svg{--checkbox-border-color:var(--local-border-checked-hover)}
645
848
  ._1ex4r4us .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
646
849
  ._1eyt1osq .ak-editor-selected-node>[data-decision-wrapper]:before{width:100%}
850
+ ._1ez111mm .layout-column-divider{cursor:col-resize}
647
851
  ._1ezhb3bt .ProseMirror .left-shadow:after{content:""}
648
852
  ._1ezqidpf [dir=rtl] .ProseMirror blockquote{padding-left:0}
853
+ ._1f0xb3bt .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
649
854
  ._1f20yhbg .ProseMirror .ak-editor-panel[data-panel-type=info] .ak-editor-panel__icon[data-panel-type=info]{color:var(--ds-icon-information,#357de8)}
855
+ ._1f351wug .ProseMirror [data-layout-section]>.layout-column-divider{flex-basis:auto}
856
+ ._1f3mf6fq .ProseMirror .ak-editor-bodied-sync-block .ak-editor-bodied-sync-block__content{padding-right:18px}
650
857
  ._1f3widpf .ProseMirror .ak-editor-annotation-hover{padding-left:0}
651
858
  ._1f5xidpf .pm-table-cell-content-wrap :not(p,.fabric-editor-block-mark)+div.fabric-editor-block-mark p:first-of-type{margin-top:0}
859
+ ._1f6715wb .layout-section-container{container-type:inline-size}
652
860
  ._1f6f1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::-moz-selection{background-color:transparent}
653
861
  ._1f6mzr6s .ProseMirror .ProseMirror-gapcursor span[layout=fixed-width]{transform:translateX(-50%)}
654
862
  ._1f96grf3 .ak-editor-panel__content>div[data-task-list-local-id]:first-child{margin-right:0!important}
@@ -656,24 +864,33 @@
656
864
  ._1fbtidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{flex-shrink:0}
657
865
  ._1fg6idpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{top:0}
658
866
  ._1fh01hna .ProseMirror .code-content--wrapped>.code-block-content-wrapper>.code-content code{word-break:break-word}
867
+ ._1fjjglyw .ProseMirror .ak-editor-sync-block.view-mode{box-shadow:none}
659
868
  ._1fkbxmi2 .ProseMirror>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-150,-9pt)}
660
869
  ._1fkoglyw .ProseMirror-selectednode{outline-style:none}
661
870
  ._1fmjf1ug .ak-editor-expand__title-input{flex-basis:0%}
871
+ ._1fmnangw [data-prosemirror-node-name=status] .lozenge-text{text-transform:uppercase}
872
+ ._1fmnglyw [data-prosemirror-node-name=status] .lozenge-text{text-transform:none}
662
873
  ._1fn81j28 .ProseMirror blockquote.ak-editor-selected-node::selection{background-color:transparent}
663
874
  ._1focglyw .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{pointer-events:none}
664
875
  ._1fpfolhs{ms-overflow-style:-ms-autohiding-scrollbar}
665
876
  ._1fq7glyw .ProseMirror .right-shadow:before{pointer-events:none}
666
877
  ._1fqx14y2 .ProseMirror .ak-editor-annotation-hover:has(.card){padding-top:5px}
878
+ ._1frpglyw .layout-column-divider-rail{pointer-events:none}
667
879
  ._1fs173ad [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox][disabled]{cursor:default}
880
+ ._1fsyvrvc .ProseMirror [data-layout-section]{flex-direction:row}
668
881
  ._1fusidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+blockquote{margin-top:0}
669
882
  ._1fvc1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{width:calc(100% + 2px)}
883
+ ._1fwh1kdv .ProseMirror .ak-editor-sync-block .ak-editor-bodied-sync-block__content{cursor:text}
670
884
  ._1fwwv77o .fabric-background-color-mark:has(.background-color-padding-left){padding-left:var(--ds-space-025,2px)}
885
+ ._1fxzidpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{right:0}
671
886
  ._1fyh1osq .ProseMirror .danger.code-block .line-number-gutter:after{height:100%}
672
887
  ._1fyni7uo .ProseMirror h5{color:var(--ds-text,#292a2e)}
888
+ ._1fzc12et .ProseMirror .ak-editor-sync-block{margin-right:-19px}
673
889
  ._1fzu1j28 .ProseMirror.ProseMirror-hide-gapcursor{caret-color:transparent}
674
890
  ._1g0kmz2b [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{--checkbox-background-color:var(--local-background-disabled)}
675
891
  ._1g12116y .ProseMirror .ak-editor-panel .ak-editor-panel__icon>span{display:inline-flex}
676
892
  ._1g1f1l7x{--local-border-active:var(--ds-border,#0b120e24)}
893
+ ._1g1uidpf .ProseMirror [data-layout-section] [data-layout-column]>div>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
677
894
  ._1g2sncm8{--editor-font-ugc-token-body:normal 400 1em/1.714 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
678
895
  ._1g2st7zq{--editor-font-ugc-token-body:normal 400 1em/1.714 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
679
896
  ._1g35idpf .ProseMirror .ak-editor-annotation-hover:has(.card){padding-right:0}
@@ -684,6 +901,8 @@
684
901
  ._1g4gtlke [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{cursor:pointer}
685
902
  ._1g5r1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::selection{background-color:transparent}
686
903
  ._1g6m15vq .ak-editor-expand__content .nestedExpand-content-wrapper{overflow-y:hidden}
904
+ ._1g92idpf .ProseMirror [data-layout-section] [data-layout-column]>div>:not(style):first-child{margin-top:0}
905
+ ._1ga8idpf .ProseMirror [data-layout-section]>[data-layout-column]{margin-bottom:0}
687
906
  ._1gbz1osq .ProseMirror .pm-table-wrapper table{max-width:100%}
688
907
  ._1gc173ad [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox][disabled]{cursor:default}
689
908
  ._1gclutpp .richMedia-resize-handle-right{padding-right:var(--ds-space-150,9pt)}
@@ -691,6 +910,7 @@
691
910
  ._1gej1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::-moz-selection{background-color:transparent}
692
911
  ._1gf31gly .danger .editor-mention-primitive{background-color:var(--ds-background-danger,#ffeceb)}
693
912
  ._1gfnidpf .ak-editor-selected-node>[data-decision-wrapper]:before{left:0}
913
+ ._1gfqidpf .ProseMirror [data-layout-section]>*{min-width:0}
694
914
  ._1ghsidpf .ProseMirror-gapcursor+[layout=wrap-right]+[layout=wrap-left]>div{margin-right:0}
695
915
  ._1gi61tmo .ProseMirror .telepointer.color-16{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
696
916
  ._1gifkb7n .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{opacity:1}
@@ -699,6 +919,7 @@
699
919
  ._1gjf1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite ::selection{background-color:transparent}
700
920
  ._1gklidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-bottom:0}
701
921
  ._1gl9f6fq .ProseMirror h6>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{height:18px}
922
+ ._1goqoskh .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
702
923
  ._1gpc1lj4 .fabric-editor--max-width-mode{--ak-editor--line-length:min(calc(100cqw - var(--ak-editor--large-gutter-padding)*2),var(--ak-editor--max-width-layout-width))}
703
924
  ._1gq31o8l .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){display:inline-block}
704
925
  ._1gr6t94y .pm-table-container .pm-table-left-border{width:1px}
@@ -706,7 +927,9 @@
706
927
  ._1gvgidpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]+*{margin-top:0}
707
928
  ._1gvnmqba{--ak-editor--max-width-layout-width:4000px}
708
929
  ._1gwnglyw .ak-editor-expand__content .nestedExpand-content-wrapper{-webkit-user-select:none;-ms-user-select:none;user-select:none}
930
+ ._1gwq1osq .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{width:100%}
709
931
  ._1gxpkb7n .ak-editor-expand__title-input{flex-grow:1}
932
+ ._1gzq15s3 .ProseMirror .ak-editor-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{background-color:var(--ds-background-selected,#e9f2fe)}
710
933
  ._1gzy1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{width:calc(100% + 2px)}
711
934
  ._1h14stnw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{position:absolute}
712
935
  ._1h271xf3 .search-match-block.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
@@ -719,18 +942,23 @@
719
942
  ._1hbb14y2 .ProseMirror .ak-editor-annotation-draft:has(.card){padding-top:5px}
720
943
  ._1hd21j28 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div ::-moz-selection{background-color:transparent}
721
944
  ._1hee1r31 [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{outline-color:currentColor}
945
+ ._1hgt1j28 .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span ::selection{background-color:transparent}
722
946
  ._1hijidpf .ProseMirror h3{margin-bottom:0}
723
947
  ._1hjy1osq ol[data-node-type=decisionList].ak-editor-selected-node:before{width:100%}
724
948
  ._1hmbexct [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{flex-basis:16px}
725
949
  ._1hmgv2br [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{align-self:start}
726
950
  ._1hmn1j28 ol[data-node-type=decisionList].ak-editor-selected-node ::-moz-selection{background-color:transparent}
727
951
  ._1hmq1kw7 .ProseMirror h2{font-style:inherit}
952
+ ._1hmsewfl .ProseMirror .ak-editor-bodied-sync-block.ak-editor-bodied-sync-block__selection_inside .ak-editor-sync-block__label{visibility:visible}
953
+ ._1hn6idpf .ProseMirror [data-layout-section]>[data-layout-column]:last-of-type{margin-right:0}
954
+ ._1hoa1osq [data-layout-section] .statusView-content-wrap{max-width:100%}
728
955
  ._1hr01ejb .ak-editor-expand__icon-button{height:var(--ds-space-300,24px)}
729
956
  ._1hrr1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{top:-1px}
730
957
  ._1hrzidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h5 style:first-child+*{margin-top:0}
731
958
  ._1hsl1osq .ProseMirror .mediaSingleView-content-wrap[layout^=wrap-]{max-width:100%}
732
959
  ._1htf1kw7 .ProseMirror blockquote{color:inherit}
733
960
  ._1hwbidpf .pm-table-sticky-wrapper>table>tbody>tr>td{border-right-width:0}
961
+ ._1hwsbimv .danger .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
734
962
  ._1hwxidpf .fabric-editor-font-size:first-of-type:first-child h4:first-child:not(style){margin-top:0}
735
963
  ._1hxi1j28 ol[data-node-type=decisionList].ak-editor-selected-node::selection{background-color:transparent}
736
964
  ._1hxvye00 .ProseMirror h5{line-height:1.33333}
@@ -740,14 +968,21 @@
740
968
  ._1i0iglyw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled[data-invalid]+svg{pointer-events:none}
741
969
  ._1i1010yn .ProseMirror h3>.media-inline-image-wrapper{height:25px}
742
970
  ._1i5q1txw .richMedia-resize-handle-right:after{display:flex}
971
+ ._1i781b66 .ProseMirror .ak-editor-bodied-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{padding-bottom:var(--ds-space-050,4px)}
743
972
  ._1i7i15vq .ak-editor-expand__content .expand-content-wrapper{overflow-x:hidden}
973
+ ._1i8kst3y .ProseMirror .ak-editor-sync-block.creation-loading{animation-name:k1r6lcmc}
744
974
  ._1i9tyh40 .code{padding-bottom:2px}
745
975
  ._1ia1h2mm .ak-editor-expand.ak-editor-selected-node:not(.danger){position:relative}
976
+ ._1ib3wrdo .ProseMirror .ak-editor-sync-block.danger .ak-editor-panel__icon{color:var(--ds-icon-danger,#c9372c)!important}
746
977
  ._1icakb7n .ak-editor-expand__title-input::-ms-input-placeholder{opacity:1}
747
978
  ._1icakb7n .ak-editor-expand__title-input::placeholder{opacity:1}
748
979
  ._1icn1tcg [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{width:24px}
749
980
  ._1icymz2b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{--checkbox-background-color:var(--local-background-disabled)}
981
+ ._1iej6vm6 [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-wrapper{background-color:var(--ds-background-discovery,#f8eefe)}
982
+ ._1igostnw .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}
750
983
  ._1igzolhs .ProseMirror .pm-table-wrapper>table{ms-overflow-style:-ms-autohiding-scrollbar}
984
+ ._1iizvuon .ak-editor-sync-block__label{background-color:var(--ds-surface,#fff)}
985
+ ._1ildstnw .ProseMirror [data-layout-section].selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}
751
986
  ._1im23ney .search-match-block.search-match-block-selected.search-match-dark .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
752
987
  ._1inzj35l html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-first-stop:-850000%}
753
988
  ._1io9glyw .ak-editor-expand__content .expand-content-wrapper{-webkit-user-select:none;-ms-user-select:none;user-select:none}
@@ -759,7 +994,9 @@
759
994
  ._1ish1ule .ak-editor-expand__content .expand-content-wrapper{display:block}
760
995
  ._1itz1kdv .ProseMirror .code-block .code-content code{cursor:text}
761
996
  ._1iu21vk5 .ProseMirror .ak-editor-panel[data-panel-type=error]{background-color:var(--ds-background-accent-red-subtlest,#ffeceb)}
997
+ ._1iuzidpf .ProseMirror [data-layout-section] [data-layout-column]>div>style:first-child+.ProseMirror-gapcursor.-right+.mediaSingleView-content-wrap .rich-media-item{margin-top:0}
762
998
  ._1ivxi7a9 .pm-table-sticky-wrapper>table>tbody>tr>th{font-weight:var(--ds-font-weight-regular,400)}
999
+ ._1iwn1osq .ProseMirror [data-layout-section] [data-layout-column] [data-layout-content]{height:100%}
763
1000
  ._1iwv1j28 .ProseMirror :is(ul,ol,div[data-node-type=actionList]):not(:is(ul,ol,div[data-node-type=actionList]) *).ak-editor-selected-node:not(.ak-editor-selected-node *) ::selection{background-color:transparent}
764
1001
  ._1iyqr4us .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-restricted{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
765
1002
  ._1iyw1wug .code{overflow-x:auto}
@@ -769,31 +1006,39 @@
769
1006
  ._1j1lidpf .pm-table-container .pm-table-right-border{right:0}
770
1007
  ._1j36idpf .pm-table-wrapper>table>tbody>tr>td>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
771
1008
  ._1j3h1bqt{--local-border-invalid:var(--ds-border-danger,#e2483d)}
1009
+ ._1j3iglyw .layout-column-divider-thumb{pointer-events:none}
772
1010
  ._1j8ac3uk .ProseMirror .telepointer.color-5{--telepointer-participant-bg-color:var(--ds-background-accent-magenta-bolder,#ae4787)}
773
1011
  ._1j94utpp .pm-table-wrapper>table>tbody>tr>td td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
774
1012
  ._1j9eidpf .ProseMirror blockquote:first-child{margin-top:0}
775
1013
  ._1j9kt94y .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{height:1px}
776
1014
  ._1jba15vq [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{overflow-y:hidden}
777
1015
  ._1jbz1i6y .fabric-background-color-mark:has(.background-color-padding-left){margin-left:var(--ds-space-negative-025,-2px)}
1016
+ ._1jc61j28 .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span ::-moz-selection{background-color:transparent}
778
1017
  ._1je9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3 style:first-child+*{margin-top:0}
1018
+ ._1jfi1bgf .ProseMirror .ak-editor-bodied-sync-block.ak-editor-selected-node .ak-editor-sync-block__label>span{color:var(--ds-text-selected,#1868db)!important}
779
1019
  ._1jg61osq .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{width:100%}
780
1020
  ._1jh6idpf .ProseMirror .danger .code-block .line-number-gutter:after{top:0}
781
1021
  ._1ji11vg9 .ProseMirror .telepointer[class*=color-]:after{background-color:var(--telepointer-participant-bg-color)}
1022
+ ._1jjn1kdv .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]{-webkit-user-select:text}
782
1023
  ._1jk91diq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{--checkbox-border-color:var(--local-border-disabled)}
783
1024
  ._1jl2idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h2:first-child:not(style){margin-top:0}
784
1025
  ._1jnyazsu .ak-editor-selected-node>.editor-mention-primitive{color:var(--ds-text-subtle,#505258)}
1026
+ ._1joz15vq [data-prosemirror-node-name=status] .lozenge-wrapper{overflow-y:hidden}
1027
+ ._1jqfaq80 .ProseMirror [data-layout-section] [data-layout-column]>div .pm-table-container{width:100%!important}
785
1028
  ._1jr9r4us .ak-editor-selected-node>[data-decision-wrapper]{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
786
1029
  ._1jt6n7od [data-prosemirror-node-name=date] .date-lozenger-container span{cursor:unset}
787
1030
  ._1jttidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{flex-shrink:0}
788
1031
  ._1junjp4b .pm-table-container>table>tbody>tr>th{vertical-align:top}
789
1032
  ._1jw5d6z3 .ProseMirror h2>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:31px}
790
1033
  ._1jw81diq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{--checkbox-border-color:var(--local-border-disabled)}
1034
+ ._1jwy1j28 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{background-color:transparent}
791
1035
  ._1jykckbl .pm-table-container>table>tbody>tr>th{min-width:3pc}
792
1036
  ._1jyp14y2 .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-top:5px}
793
1037
  ._1k21d6z3 .ProseMirror h2>.media-inline-image-wrapper{height:31px}
794
1038
  ._1k26yh40 .ProseMirror .ak-editor-annotation-blur{padding-bottom:2px}
795
1039
  ._1k4sqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
796
1040
  ._1k54glyw .ProseMirror h6{text-transform:none}
1041
+ ._1k5hidpf .ProseMirror .ak-editor-sync-block .ak-editor-bodied-sync-block__content{padding-bottom:0}
797
1042
  ._1kac3ney .search-match-block.search-match-block-selected.search-match-dark .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
798
1043
  ._1kbpidpf .gridLine{z-index:0}
799
1044
  ._1kcx1cni [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{fill:var(--checkbox-tick-color)}
@@ -803,6 +1048,9 @@
803
1048
  ._1kg4idpf .fabric-editor-alignment:first-of-type:first-child p style:first-child+*{margin-top:0}
804
1049
  ._1ki7qvpr .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{white-space:pre}
805
1050
  ._1kk7brmi .ProseMirror .telepointer{transition-property:opacity}
1051
+ ._1kkcoskh .ProseMirror .layoutSectionView-content-wrap [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
1052
+ ._1ko4b3bt .ProseMirror .layoutSectionView-content-wrap [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
1053
+ ._1kqmymdr .ProseMirror .ak-editor-bodied-sync-block.creation-loading{animation-duration:2s}
806
1054
  ._1krp1kw7 .ProseMirror .ak-editor-panel[data-panel-type=tip]{color:inherit}
807
1055
  ._1ku31ytf .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-timing-function:ease-in-out}
808
1056
  ._1kub1f4h .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-height:28px}
@@ -810,6 +1058,8 @@
810
1058
  ._1kube0wb .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-height:16.25px}
811
1059
  ._1kubgktf .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-height:20px}
812
1060
  ._1kudyfq0 [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{vertical-align:bottom}
1061
+ ._1kvxb3bt .ProseMirror [data-layout-section].selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
1062
+ ._1kwfidpf .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{right:0}
813
1063
  ._1kx81j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::selection{background-color:transparent}
814
1064
  ._1kxaf705 [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{content:" "}
815
1065
  ._1kyg15ya .ProseMirror .media-extended-resize-experience[layout^=wrap-]{overflow-x:visible!important}
@@ -825,8 +1075,11 @@
825
1075
  ._1ldle0wb .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){min-height:16.25px}
826
1076
  ._1ldlgktf .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){min-height:20px}
827
1077
  ._1le7idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]>div{margin-bottom:0}
1078
+ ._1lecb3bt .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{content:""}
828
1079
  ._1lezidpf .ProseMirror li>.code-block:first-child{margin-top:0}
829
1080
  ._1lft1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{left:-1px}
1081
+ ._1lg4idpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{bottom:0}
1082
+ ._1lg57wq0 .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{background-color:var(--ds-blanket-selected,#388bff14)}
830
1083
  ._1lg71w2o .ProseMirror h1 .emoji-common-placeholder{width:24.25px}
831
1084
  ._1lh5kz84 .search-match-block.ak-editor-selected-node .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 1px var(--ds-border-selected,#1868db)}
832
1085
  ._1lj5hp5a .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger){background-color:var(--ds-surface-raised,#fff)}
@@ -834,25 +1087,35 @@
834
1087
  ._1lm915cr .ProseMirror .telepointer.color-6{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
835
1088
  ._1lng10nf .ProseMirror h3{line-height:1.25}
836
1089
  ._1lp9kb7n [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{z-index:1}
1090
+ ._1lpfby5v .ProseMirror .ak-editor-bodied-sync-block:has(.ak-editor-sync-block__error_state){background-color:var(--ds-background-disabled,#17171708)}
837
1091
  ._1lqi1ssb .ProseMirror [layout=wide] .rich-media-item{margin-left:50%}
838
1092
  ._1lr11jtm .ProseMirror .code-content--wrapped>.code-block-content-wrapper>.code-content code{white-space:pre-wrap}
839
1093
  ._1lrm1gyf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{--checkbox-border-color:var(--local-border)}
1094
+ ._1lsib3bt .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{content:""}
840
1095
  ._1lte1bp4 .richMedia-resize-handle-left{flex-direction:column}
1096
+ ._1lteoskh .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
841
1097
  ._1luc15cr .ProseMirror .telepointer.color-5{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
842
1098
  ._1lv01ejb [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{height:var(--ds-space-300,24px)}
843
1099
  ._1lviqm1h .ProseMirror .ak-editor-panel[data-panel-type=note] .ak-editor-panel__icon[data-panel-type=note]{color:var(--ds-icon-discovery,#af59e1)}
1100
+ ._1lx57vkz [data-prosemirror-node-name=status] .lozenge-text{line-height:1pc}
844
1101
  ._1lxan7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{padding-top:unset}
845
1102
  ._1lxyidpf .pm-table-sticky-wrapper>table>tbody>tr>th{border-right-width:0}
846
1103
  ._1lzrw31d .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:20.25px}
1104
+ ._1m00idpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider{opacity:0}
1105
+ ._1m1k1ial .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{z-index:12}
847
1106
  ._1m2kpxbi .ProseMirror .ak-editor-panel{padding-right:var(--ds-space-200,1pc)}
848
1107
  ._1m2p1tcg .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){width:24px}
849
1108
  ._1m2q7mnp .ak-editor-expand__content .nestedExpand-content-wrapper{clip:rect(1px,1px,1px,1px)}
850
1109
  ._1m2zidpf .ProseMirror .ak-editor-annotation-blur:has(.card){padding-right:0}
1110
+ ._1m321osq .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{width:100%}
851
1111
  ._1m4816ch .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:18.25px}
852
1112
  ._1m4z1ule [data-prosemirror-node-name=blockTaskItem]:has([data-empty]):not(:has([data-type-ahead])) [data-component=placeholder]{display:block}
853
1113
  ._1m67cuwt .ProseMirror .code-block .code-content__line-number--wrapped{width:var(--lineNumberGutterWidth,2rem)}
854
1114
  ._1m6qckbl .pm-table-sticky-wrapper>table>tbody>tr>td{min-width:3pc}
855
1115
  ._1m6zojke .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:22.25px}
1116
+ ._1m7i1366 [data-prosemirror-node-name=status]>[data-color=red]>.lozenge-wrapper{background-color:#fd9891}
1117
+ ._1m7i18wg [data-prosemirror-node-name=status]>[data-color=red]>.lozenge-wrapper{background-color:var(--ds-background-danger-subtler,#ffd5d2)}
1118
+ ._1m7ridpf .ProseMirror .ak-editor-bodied-sync-block .ak-editor-bodied-sync-block__content{padding-bottom:0}
856
1119
  ._1m9i15vq .ProseMirror .code-block .code-block-content-wrapper{overflow-y:hidden}
857
1120
  ._1mat15s3 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{background-color:var(--ds-background-selected,#e9f2fe)}
858
1121
  ._1mca1wug .ProseMirror .pm-table-wrapper table{min-width:auto}
@@ -866,19 +1129,24 @@
866
1129
  ._1mel1txw .ProseMirror .code-block-content-wrapper>.code-content{display:flex}
867
1130
  ._1mlf1x4e .ProseMirror h4{font-size:1em}
868
1131
  ._1mni17v8 .search-match-text.search-match-dark{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
1132
+ ._1mopidpf .ProseMirror .ak-editor-sync-block.view-mode .ak-editor-sync-block__label{opacity:0}
869
1133
  ._1mqkstnw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{position:absolute}
870
1134
  ._1mtdidpf .ak-editor-selected-node>[data-decision-wrapper]:before{right:0}
1135
+ ._1mx0b3bt .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
871
1136
  ._1myqkivo [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:hover+svg{--checkbox-background-color:var(--local-background-hover)}
872
1137
  ._1mzi17hw .ProseMirror blockquote table:last-child{display:inline-table}
873
1138
  ._1n111fbg .ProseMirror ol{list-style-type:decimal}
874
1139
  ._1n37v77o .fabric-background-color-mark:has(.background-color-padding-right){padding-right:var(--ds-space-025,2px)}
875
1140
  ._1n42utpp .pm-table-container>table>tbody>tr>td th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1141
+ ._1n6dj4ch .ProseMirror .ak-editor-sync-block__renderer{display:flow-root}
876
1142
  ._1n897wq0 ol[data-node-type=decisionList].ak-editor-selected-node:before{background-color:var(--ds-blanket-selected,#388bff14)}
1143
+ ._1n97n7od .ProseMirror .ak-editor-sync-block.view-mode{background-color:unset}
877
1144
  ._1n9b1ejb .ProseMirror .ak-editor-panel .ak-editor-panel__icon{height:var(--ds-space-300,24px)}
878
1145
  ._1n9bv47k .ProseMirror .ak-editor-panel .ak-editor-panel__icon{height:var(--ds-space-250,20px)}
879
1146
  ._1n9xxmi2 .ProseMirror>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-150,-9pt)}
880
1147
  ._1nd8idpf .pm-table-container .decisionItemView-content-wrap:first-of-type>div{margin-top:0}
881
1148
  ._1nd9d6z3 .ProseMirror h2>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{height:31px}
1149
+ ._1ndtvuon .ProseMirror .ak-editor-sync-block.disabled .ak-editor-sync-block__label{background-color:var(--ds-surface,#fff)}
882
1150
  ._1nehnqa1 .ProseMirror blockquote{border-left-style:solid}
883
1151
  ._1nhdi8nm .danger .mentionView-content-wrap>span>span>span{background-color:var(--ds-background-neutral,#0515240f)}
884
1152
  ._1nhw13gf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:focus+svg{cursor:not-allowed}
@@ -886,29 +1154,39 @@
886
1154
  ._1njsh2mm [data-prosemirror-node-name=taskItem] [data-component=task-item-main]{position:relative}
887
1155
  ._1nl9idpf .ProseMirror .ak-editor-annotation-draft:has(.card){padding-right:0}
888
1156
  ._1nn0idpf .fabric-editor-font-size:first-of-type:first-child h4 style:first-child+*{margin-top:0}
1157
+ ._1npkoskh .ProseMirror [data-layout-section].selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
889
1158
  ._1nq21fbg .ProseMirror ol ol ol ol{list-style-type:decimal}
890
1159
  ._1nqeh2mm .ProseMirror .ak-editor-panel{position:relative}
1160
+ ._1nt1kb7n .ProseMirror .ak-editor-bodied-sync-block:hover .ak-editor-sync-block__label{opacity:1}
1161
+ ._1ntuglyw .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{pointer-events:none}
891
1162
  ._1nu9i8nm .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
892
1163
  ._1nuq1e5h [layout=wrap-right]+.ProseMirror-gapcursor{float:left}
1164
+ ._1nw2idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{left:0}
893
1165
  ._1nylidpf .ak-editor-selected-node>[data-decision-wrapper]:before{bottom:0}
894
1166
  ._1nzsr01l{--local-background-active:var(--ds-background-input-pressed,#fff)}
895
1167
  ._1o02azsu .danger .mentionView-content-wrap>span>span>span{color:var(--ds-text-subtle,#505258)}
896
1168
  ._1o0g1ule .ProseMirror .ProseMirror-gapcursor span:after{display:block}
897
1169
  ._1o0wstnw .pm-table-container .pm-table-right-border{position:absolute}
1170
+ ._1o13stnw .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{position:absolute}
898
1171
  ._1o191dzh .search-match-block.search-match-block-selected.ak-editor-selected-node .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 1px var(--ds-border-selected,#1868db)}
899
1172
  ._1o1krprw .danger .decisionItemView-content-wrap.ak-editor-selected-node>div{background-color:var(--ds-blanket-danger,#ef5c4814)}
1173
+ ._1o6c1h6o [data-prosemirror-node-name=status] .lozenge-wrapper{align-items:center}
900
1174
  ._1o6w1j28 .ProseMirror blockquote.ak-editor-selected-node::-moz-selection{background-color:transparent}
901
1175
  ._1oa0grf3 .ProseMirror .ak-editor-panel__content>.code-block:first-child{margin-right:0!important}
1176
+ ._1oae15s3 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section]{background-color:var(--ds-background-selected,#e9f2fe)}
902
1177
  ._1oc51b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{height:calc(100% + 2px)}
903
1178
  ._1ocgttxp .ak-editor-expand__title-input{font-family:var(--ds-font-family-body,"Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
904
1179
  ._1oci3ney .search-match-block.search-match-block-selected.search-match-dark .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
905
1180
  ._1ocsv77o .gridParent{margin-right:var(--ds-space-025,2px)}
906
1181
  ._1ocsxmi2 .gridParent{margin-right:var(--ds-space-negative-150,-9pt)}
907
1182
  ._1ohls05q .ProseMirror .fabric-editor-block-mark.fabric-editor-alignment:not(:first-child)>h1:first-child{margin-top:1.667em}
1183
+ ._1ohu1o28 [data-prosemirror-node-name=status] .lozenge-text{max-width:calc(200px - var(--ds-space-100, 8px))}
908
1184
  ._1oi31k79 .ProseMirror :is(p,h1,h2,h3,h4,h5,h6):not(:is(ul,ol,div[data-node-type=actionList]) :is(p,h1,h2,h3,h4,h5,h6)).ak-editor-selected-node:not(.ak-editor-selected-node *).danger{box-shadow:0 -4px 0 var(--ds-background-danger,#ffeceb),0 4px 0 var(--ds-background-danger,#ffeceb)}
909
1185
  ._1oif1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger)::-moz-selection{background-color:transparent}
1186
+ ._1ojl1tsb .ProseMirror .ak-editor-sync-block:has(.ak-editor-sync-block__loading_state){box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
910
1187
  ._1ol3glyw .ProseMirror .right-shadow:after{pointer-events:none}
911
1188
  ._1ol7e4h9 [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg rect:first-of-type{stroke-width:var(--ds-border-width,1px)}
1189
+ ._1omqidpf .pm-table-cell-content-wrap .statusView-content-wrap{line-height:0}
912
1190
  ._1onnf6fq .ProseMirror h6>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:18px}
913
1191
  ._1onu97pp .warning .rich-media-item .new-file-experience-wrapper{box-shadow:0 0 0 1px var(--ds-border-warning,#e06c00)!important}
914
1192
  ._1onur4us ol[data-node-type=decisionList].ak-editor-selected-node{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
@@ -923,37 +1201,45 @@
923
1201
  ._1orf1tuv .ProseMirror li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
924
1202
  ._1ot0vbgk .richMedia-resize-handle-left:after{height:4pc}
925
1203
  ._1ot51kw7 .ProseMirror h6{font-style:inherit}
1204
+ ._1otekb7n .ProseMirror .ak-editor-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{opacity:1}
926
1205
  ._1otj1rjc .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transition-property:transform,opacity}
927
1206
  ._1otoidpf .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{top:0}
928
1207
  ._1otu1txw .ak-editor-expand__title-container{display:flex}
1208
+ ._1oug1gly [data-prosemirror-node-name=status]>[data-color=red] .lozenge-wrapper{background-color:var(--ds-background-danger,#ffeceb)}
929
1209
  ._1owdidpf .ProseMirror li .rich-media-item{margin-top:0}
930
1210
  ._1owy1l7b .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-bottom:3px}
931
1211
  ._1oymc7mi .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-250,-20px)}
932
1212
  ._1oymxmi2 .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-150,-9pt)}
933
1213
  ._1ozu18jz [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-tick-color:var(--local-tick-active)}
934
1214
  ._1p0gglyw .gridContainer{pointer-events:none}
1215
+ ._1p141p1e [data-prosemirror-node-name=status]>[data-color=green] .lozenge-text{color:var(--ds-text-success-bolder,#37471f)}
1216
+ ._1p14gsak [data-prosemirror-node-name=status]>[data-color=green] .lozenge-text{color:var(--ds-text-success,#4c6b1f)}
935
1217
  ._1p171ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-timing-function:ease-in-out}
936
1218
  ._1p19glyw .danger .decisionItemView-content-wrap.ak-editor-selected-node>div:after{content:none}
937
1219
  ._1p25usvi [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{box-sizing:border-box}
938
1220
  ._1p281y2m .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-duration:7.5s}
939
1221
  ._1p3gidpf .ak-editor-expand.ak-editor-selected-node:not(.danger):after{bottom:0}
940
1222
  ._1p3xidpf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-top:0}
1223
+ ._1p4gd439 .ProseMirror .ak-editor-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{top:-14px}
941
1224
  ._1p4y1j28 .ProseMirror :is(p,h1,h2,h3,h4,h5,h6):not(:is(ul,ol,div[data-node-type=actionList]) :is(p,h1,h2,h3,h4,h5,h6)).ak-editor-selected-node:not(.ak-editor-selected-node *)::-moz-selection{background-color:transparent}
942
1225
  ._1p5e1fb9 .search-match-block.search-match-dark.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
943
1226
  ._1p5l1s93 .ProseMirror .ak-editor-panel{background-color:var(--ds-background-accent-blue-subtlest,#e9f2fe)}
944
1227
  ._1p5p1j28 .ak-editor-expand__title-input{background-color:transparent}
945
1228
  ._1p647wq0 .ak-editor-panel.ak-editor-selected-node:not(.danger):before{background-color:var(--ds-blanket-selected,#388bff14)}
946
1229
  ._1p7w1osq .fabric-editor--full-width-mode .pm-table-container .code-block{max-width:100%}
1230
+ ._1p8eb3bt .ProseMirror [data-layout-section]:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
947
1231
  ._1p9315cr .ProseMirror .telepointer.color-7{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
948
1232
  ._1p9fidpf .ProseMirror li .rich-media-item{margin-left:0}
949
1233
  ._1p9g14y2 .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-top:5px}
950
1234
  ._1p9vidpf .ak-editor-panel.ak-editor-selected-node:not(.danger):before{right:0}
1235
+ ._1pg112et .ProseMirror .ak-editor-sync-block{margin-left:-19px}
951
1236
  ._1pg2v77o .gridParent{margin-left:var(--ds-space-025,2px)}
952
1237
  ._1pg2xmi2 .gridParent{margin-left:var(--ds-space-negative-150,-9pt)}
953
1238
  ._1pi817vv .ProseMirror h1>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{transform:translateY(-3px)}
954
1239
  ._1pjl15cr .ProseMirror .telepointer.color-1{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
955
1240
  ._1pjt14y2 .ProseMirror .ak-editor-annotation-focus:has(.card){padding-top:5px}
956
1241
  ._1pjtr5cr .ProseMirror .ProseMirror-gapcursor.-left span:after{left:var(--ds-space-negative-050,-4px)}
1242
+ ._1pljidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{top:0}
957
1243
  ._1pm0idpf .ak-editor-expand.ak-editor-selected-node:not(.danger):after{top:0}
958
1244
  ._1pmn12c5 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-iteration-count:infinite}
959
1245
  ._1pnt15vq .ak-editor-expand__content .nestedExpand-content-wrapper{overflow-x:hidden}
@@ -970,16 +1256,23 @@
970
1256
  ._1q2615vq .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{overflow-x:hidden}
971
1257
  ._1q2uidpf .mediaGroupView-content-wrap ul{padding-left:0}
972
1258
  ._1q471e5h [layout=wrap-left]+.ProseMirror-gapcursor{float:left}
1259
+ ._1q5c1j28 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{background-color:transparent}
1260
+ ._1q5c7wq0 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{background-color:var(--ds-blanket-selected,#388bff14)}
973
1261
  ._1q5dh2mm .ProseMirror li{position:relative}
974
1262
  ._1q7bh2mm [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{position:relative}
1263
+ ._1q8iidpf .ProseMirror .ak-editor-bodied-sync-block .ak-editor-sync-block__renderer{padding-top:0}
1264
+ ._1q8w15s3 .ProseMirror .ak-editor-bodied-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{background-color:var(--ds-background-selected,#e9f2fe)}
975
1265
  ._1qc7cs5v .ProseMirror .mediaSingleView-content-wrap[layout^=wrap-]{z-index:2}
1266
+ ._1qenftgi .ProseMirror [data-layout-section] [data-layout-column]+[data-layout-column]{margin-left:8px}
976
1267
  ._1qer1kdv .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image{-webkit-user-select:text}
977
1268
  ._1qg7grf3 .ProseMirror .ak-editor-panel__content>.ProseMirror-widget:first-child+.ProseMirror-widget+.code-block{margin-right:0!important}
978
1269
  ._1qihyh40 .ProseMirror .ak-editor-annotation-hover{padding-bottom:2px}
979
1270
  ._1qikidpf .ProseMirror>.ak-editor-expand:first-child{margin-top:0}
980
1271
  ._1qil1l2s [data-prosemirror-node-name=taskItem] [data-component=placeholder]{text-overflow:ellipsis}
1272
+ ._1qkw1fhb .layout-column-divider{align-self:stretch}
981
1273
  ._1qkxidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child .heading-wrapper:first-child:not(style){margin-top:0}
982
1274
  ._1qnc1rpy .ProseMirror span[data-placeholder]{color:var(--ds-text-subtlest,#6b6e76)}
1275
+ ._1qne1osq .pm-table-header-content-wrap .statusView-content-wrap{max-width:100%}
983
1276
  ._1qngervl .ProseMirror .ak-editor-panel[data-panel-type=warning] .ak-editor-panel__icon[data-panel-type=warning]{color:var(--ds-icon-warning,#e06c00)}
984
1277
  ._1qomidpf .ProseMirror .left-shadow:before{left:0}
985
1278
  ._1qs312nz{--editor-font-ugc-token-heading-h5:normal 600 0.857143em/1.33333 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
@@ -987,16 +1280,19 @@
987
1280
  ._1qs3i7a9 .editor-mention-primitive{font-weight:var(--ds-font-weight-regular,400)}
988
1281
  ._1quk1aqn .ProseMirror .pm-table-wrapper>table:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e)}
989
1282
  ._1qup44jv .ProseMirror .fabric-editor-block-mark.fabric-editor-alignment:not(:first-child)>h3:first-child{margin-top:2em}
1283
+ ._1quqidpf .ProseMirror [data-layout-section] [data-layout-column]>div>style:first-child+*{margin-top:0}
990
1284
  ._1qvtgrf3 .ProseMirror li:has(>ol:only-child){margin-top:0!important}
991
1285
  ._1qxuysee .pm-table-wrapper>table th{background-color:var(--ds-background-accent-gray-subtlest,#f0f1f2)}
992
1286
  ._1qypglyw [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]{clear:none}
993
1287
  ._1r0kstnw .ProseMirror .code-block .code-block--start{position:absolute}
994
1288
  ._1r2pidpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{top:0}
995
1289
  ._1r3dhteq [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg rect:first-of-type{stroke:var(--checkbox-border-color)}
1290
+ ._1r3x1mi1 .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
996
1291
  ._1r5e3ney .search-match-block.search-match-block-selected.search-match-dark .editor-mention-primitive{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
997
1292
  ._1r6r15vq .ProseMirror .code-block .line-number-gutter:before{visibility:hidden}
998
1293
  ._1r791fb9 .search-match-block.search-match-dark.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
999
1294
  ._1r8c1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{padding-left:var(--ds-space-050,4px)}
1295
+ ._1r8i12et .ProseMirror .ak-editor-bodied-sync-block{margin-left:-19px}
1000
1296
  ._1r9butpp .ProseMirror{margin-left:var(--ds-space-150,9pt)}
1001
1297
  ._1rakidpf .ProseMirror .danger.code-block .line-number-gutter:after{left:0}
1002
1298
  ._1raq1poh .editor-mention-primitive{padding-left:.23em}
@@ -1020,20 +1316,26 @@
1020
1316
  ._1rrkdgkc .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{color:var(--ds-icon-subtle,#505258)}
1021
1317
  ._1rtu1txw [data-prosemirror-node-name=taskItem] [data-component=task-item-main]{display:flex}
1022
1318
  ._1rvo7wq0 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{background-color:var(--ds-blanket-selected,#388bff14)}
1319
+ ._1rxifs5d .layout-section-container{container-name:layout-area}
1023
1320
  ._1rxqnqa1 .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-style:solid}
1321
+ ._1rykb3bt .ProseMirror [data-layout-section] [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
1024
1322
  ._1s0y7mnp .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{clip:rect(1px,1px,1px,1px)}
1025
1323
  ._1s101fb9 .search-match-block.search-match-dark.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
1026
1324
  ._1s25t94y .ProseMirror .ak-editor-annotation-focus{padding-top:1px}
1325
+ ._1s2g15vq .ProseMirror .ak-editor-sync-block:has(.ak-editor-sync-block__loading_state) .ak-editor-sync-block__label{visibility:hidden}
1027
1326
  ._1s2t1mrw div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{z-index:-1}
1028
1327
  ._1s5oiro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
1029
1328
  ._1s981isi .ProseMirror .code-block .code-block-gutter-pseudo-element:before{content:attr(data-label)}
1329
+ ._1s9j1osq [data-layout-section] .statusView-content-wrap>span{width:100%}
1030
1330
  ._1sa6b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{content:""}
1331
+ ._1sdw14id .ak-editor-sync-block__label{top:-10px}
1031
1332
  ._1sf1qslr .ProseMirror .media-inline-image-wrapper{height:22px}
1032
1333
  ._1sfg1bqt{--local-border-checked-invalid:var(--ds-border-danger,#e2483d)}
1033
1334
  ._1sg0h2mm .ProseMirror .code-block .line-number-gutter{position:relative}
1034
1335
  ._1sgkusic .ProseMirror .code-block .code-content__line-number--wrapped{text-align:right}
1035
1336
  ._1sic1r31 [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{color:currentColor}
1036
1337
  ._1sidglyw div[extensionType="com.atlassian.ai-blocks"] .extension-container{box-shadow:none}
1338
+ ._1siyidpf .ProseMirror [data-layout-section]>.layout-column-divider{flex-grow:0}
1037
1339
  ._1skp1tsb .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger):not(.ak-editor-selected-node){box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
1038
1340
  ._1sn3idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-right:0}
1039
1341
  ._1sncp3kn .gridLine{transition-timing-function:linear}
@@ -1050,6 +1352,7 @@
1050
1352
  ._1szw1gly .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-image{background-color:var(--ds-background-danger,#ffeceb)}
1051
1353
  ._1t0tidpf .ProseMirror .ak-editor-annotation-hover:has(.card){padding-left:0}
1052
1354
  ._1t1yrprw .ProseMirror .danger .ak-editor-panel[data-panel-type=success]{background-color:var(--ds-blanket-danger,#ef5c4814)}
1355
+ ._1t231mi1 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
1053
1356
  ._1t2d15cr .search-match-expand-title.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container .ak-editor-expand__title-input{color:var(--ds-text-inverse,#fff)}
1054
1357
  ._1t5a10yn .ak-editor-expand{min-height:25px}
1055
1358
  ._1t6mglyw .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]{clear:none}
@@ -1060,6 +1363,7 @@
1060
1363
  ._1tb2idpf .ProseMirror .pm-table-wrapper>table{margin-left:0}
1061
1364
  ._1tcf1hrf .ProseMirror .mediaSingleView-content-wrap[layout=center]{clear:both}
1062
1365
  ._1tcx1tcg [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{height:24px}
1366
+ ._1td8idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{top:0}
1063
1367
  ._1tdl1i6y .fabric-background-color-mark:has(.background-color-padding-right){margin-right:var(--ds-space-negative-025,-2px)}
1064
1368
  ._1tenidpf .fabric-editor-alignment:first-of-type:first-child h5 style:first-child+*{margin-top:0}
1065
1369
  ._1texusic .ProseMirror .ProseMirror-gapcursor[layout=wrap-right]{float:right}
@@ -1071,11 +1375,14 @@
1071
1375
  ._1tqsazsu .editor-mention-primitive{color:var(--ds-text-subtle,#505258)}
1072
1376
  ._1trh7xuz .search-match{background-color:var(--ds-background-accent-teal-subtlest,#e7f9ff)}
1073
1377
  ._1trqp1qy .ProseMirror h6>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
1378
+ ._1tsjglyw .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{pointer-events:none}
1074
1379
  ._1ttmglyw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{pointer-events:none}
1075
1380
  ._1tud1tuv .ProseMirror .ak-ul li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
1076
1381
  ._1tv57wq0 .ak-editor-expand.ak-editor-selected-node:not(.danger):before{background-color:var(--ds-blanket-selected,#388bff14)}
1077
1382
  ._1tvap1qy .ProseMirror h5>.mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
1078
1383
  ._1twbidpf .ak-editor-panel.ak-editor-selected-node:not(.danger):before{left:0}
1384
+ ._1tz91ial .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{z-index:12}
1385
+ ._1tzc1b66 [data-prosemirror-node-name=status] .lozenge-wrapper{padding-inline-start:var(--ds-space-050,4px)}
1079
1386
  ._1tzri7uo .ProseMirror h1{color:var(--ds-text,#292a2e)}
1080
1387
  ._1u0115vq .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{visibility:hidden}
1081
1388
  ._1u09utpp .ProseMirror table .rich-media-item.image-wrap-right[data-layout]:first-child{margin-top:var(--ds-space-150,9pt)}
@@ -1087,8 +1394,10 @@
1087
1394
  ._1u701ule .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{display:block}
1088
1395
  ._1u7x1v8p{--editor-font-ugc-token-heading-h6:normal 600 0.785714em/1.45455 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
1089
1396
  ._1u7xm9w9{--editor-font-ugc-token-heading-h6:normal 700 0.785714em/1.45455 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
1397
+ ._1u7yidpf .ProseMirror [data-layout-section]>.layout-column-divider{flex-shrink:0}
1090
1398
  ._1u7ymz2b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:focus+svg{--checkbox-background-color:var(--local-background-disabled)}
1091
1399
  ._1u8dp3kn div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-timing-function:linear}
1400
+ ._1ua7bx47 .ProseMirror .ak-editor-sync-block.creation-loading{background-clip:padding-box,border-box}
1092
1401
  ._1ub4nkob .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){vertical-align:middle}
1093
1402
  ._1ubf1vop .ProseMirror .telepointer.color-3{--telepointer-participant-bg-color:var(--ds-background-accent-yellow-bolder,#946f00)}
1094
1403
  ._1ubhidpf .ProseMirror .ak-editor-annotation-blur{padding-right:0}
@@ -1102,7 +1411,9 @@
1102
1411
  ._1ujg1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{top:-1px}
1103
1412
  ._1uln1vmz .pm-table-container .pm-table-right-border{height:calc(100% - var(--ds-space-300, 24px))}
1104
1413
  ._1uoi1f4h .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:28px}
1414
+ ._1up3glyw .ProseMirror .ak-editor-sync-block.disabled{-webkit-user-select:none;-ms-user-select:none;user-select:none}
1105
1415
  ._1upkh2mm div[extensionType="com.atlassian.ai-blocks"] .extension-container{position:relative}
1416
+ ._1uro1h6o .layout-column-divider-rail{justify-content:center}
1106
1417
  ._1us5sxj9 .ProseMirror .telepointer.telepointer-dim{opacity:.2}
1107
1418
  ._1us91xf3 .search-match-block.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
1108
1419
  ._1usv1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::-moz-selection{background-color:transparent}
@@ -1114,20 +1425,25 @@
1114
1425
  ._1v1sesu3 .richMedia-resize-handle-right{align-items:flex-end}
1115
1426
  ._1v2gnkc8{--editor-font-ugc-token-body-small:normal 400 0.875em/1.714 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
1116
1427
  ._1v4iidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h6 style:first-child+*{margin-top:0}
1428
+ ._1v5d1crf .ProseMirror [data-layout-section] [data-layout-column]{padding-top:9pt}
1117
1429
  ._1v5iv2br [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{align-self:start}
1118
1430
  ._1v6tt94y .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{width:1px}
1119
1431
  ._1v741j28 .ProseMirror.ua-safari .inlineNodeView ::selection{background-color:transparent}
1432
+ ._1v7a1j28 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column] ::-moz-selection{background-color:transparent}
1120
1433
  ._1v9ev77o .ProseMirror .ak-editor-annotation-draft:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
1434
+ ._1vdkd096 .danger .status-lozenge-span>span{background-color:rgba(255,189,173,.5)}
1121
1435
  ._1vgtidpf .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-right:0}
1122
1436
  ._1vic5d63 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transform-origin:top left}
1123
1437
  ._1vjnidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{min-width:0}
1124
1438
  ._1vk21ex1{--ak-editor--large-gutter-padding:52px}
1125
1439
  ._1vk2t9kd{--ak-editor--large-gutter-padding:72px}
1440
+ ._1vm41l7b .layout-column-divider-thumb{min-width:3px}
1126
1441
  ._1vmi1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image::-moz-selection{background-color:transparent}
1127
1442
  ._1vnn1kew .ProseMirror .code-block .code-block-content-wrapper{background-image:linear-gradient(to right,var(--ds-background-neutral,#0515240f) var(--ds-space-300,24px),transparent var(--ds-space-300,24px)),linear-gradient(to right,var(--ds-surface-raised,#fff) var(--ds-space-300,24px),transparent var(--ds-space-300,24px)),linear-gradient(to left,var(--ds-background-neutral,#0515240f) var(--ds-space-100,8px),transparent var(--ds-space-100,8px)),linear-gradient(to left,var(--ds-surface-raised,#fff) var(--ds-space-100,8px),transparent var(--ds-space-100,8px)),linear-gradient(to left,var(--ds-shadow-overflow-spread,#1e1f2129) 0,var(--ds-UNSAFE-transparent,transparent) var(--ds-space-100,8px)),linear-gradient(to left,var(--ds-shadow-overflow-perimeter,#1e1f211f) 0,var(--ds-UNSAFE-transparent,transparent) var(--ds-space-100,8px)),linear-gradient(to right,var(--ds-shadow-overflow-spread,#1e1f2129) 0,var(--ds-UNSAFE-transparent,transparent) var(--ds-space-100,8px)),linear-gradient(to right,var(--ds-shadow-overflow-perimeter,#1e1f211f) 0,var(--ds-UNSAFE-transparent,transparent) var(--ds-space-100,8px))}
1128
1443
  ._1vo21ejb div[data-task-list-local-id] div[data-task-list-local-id]{margin-left:var(--ds-space-300,24px)}
1129
1444
  ._1vo6i7a9 .pm-table-wrapper>table>tbody>tr>th{font-weight:var(--ds-font-weight-regular,400)}
1130
1445
  ._1vp0n7od .fabric-background-color-mark .ak-editor-annotation{background-color:unset}
1446
+ ._1vpdewfl .ProseMirror .ak-editor-bodied-sync-block.user-is-dragging .ak-editor-sync-block__label{visibility:visible}
1131
1447
  ._1vpk188d .ProseMirror .placeholder-decoration-fade-in{animation-duration:.3s}
1132
1448
  ._1vptutpp .ProseMirror table .rich-media-item{margin-top:var(--ds-space-150,9pt)}
1133
1449
  ._1vpzn7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{padding-left:unset}
@@ -1140,9 +1456,12 @@
1140
1456
  ._1w3ipxbi .ProseMirror blockquote{padding-left:var(--ds-space-200,1pc)}
1141
1457
  ._1w491y6m .richMedia-resize-handle-left{align-items:flex-start}
1142
1458
  ._1w5mtlke .editor-mention-primitive{cursor:pointer}
1459
+ ._1w6ap3kn .ProseMirror .ak-editor-bodied-sync-block.creation-loading{animation-timing-function:linear}
1460
+ ._1w6y1l2s [data-prosemirror-node-name=status] .lozenge-text{text-overflow:ellipsis}
1143
1461
  ._1w721ule .pm-table-container .pm-table-right-border{display:block}
1144
1462
  ._1w9miro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
1145
1463
  ._1wb5utpp .ProseMirror ol:not(li>ol):not(:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span))){margin-top:var(--ds-space-150,9pt)}
1464
+ ._1wcmidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{left:0}
1146
1465
  ._1wdeh2mm .ProseMirror .code-block .code-block-content-wrapper{position:relative}
1147
1466
  ._1wet1hna .editor-mention-primitive{word-break:break-word}
1148
1467
  ._1wfa1pd9 .ProseMirror h3{font-weight:var(--ds-font-weight-semibold,600)}
@@ -1153,8 +1472,11 @@
1153
1472
  ._1wjzqvpr .ProseMirror .code-block-content-wrapper>.code-content code{white-space:pre}
1154
1473
  ._1wk8glyw .ProseMirror table .rich-media-item.image-wrap-left[data-layout]{clear:none}
1155
1474
  ._1wmugrf3 .ak-editor-panel__content>div[data-task-list-local-id]:first-child{margin-bottom:0!important}
1475
+ ._1wr91n1a .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{right:-1px}
1156
1476
  ._1wsxr4us .ak-editor-panel.ak-editor-selected-node:not(.danger){box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
1157
1477
  ._1wtktlke .ak-editor-expand__title-container{cursor:pointer}
1478
+ ._1wuuglyw .ProseMirror .ak-editor-sync-block.creation-loading .ak-editor-sync-block__label{display:none}
1479
+ ._1wv7idpf .ProseMirror [data-layout-section]>[data-layout-column]:first-of-type{margin-left:0}
1158
1480
  ._1wwxbimv .danger .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1159
1481
  ._1wys1l7b .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-bottom:3px}
1160
1482
  ._1wysidpf .ProseMirror .code-block .code-block--end{right:0}
@@ -1165,16 +1487,19 @@
1165
1487
  ._1x187wq0 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{background-color:var(--ds-blanket-selected,#388bff14)}
1166
1488
  ._1x2nt94y .ProseMirror .ak-editor-annotation-blur{padding-top:1px}
1167
1489
  ._1x2sidpf .fabric-editor-font-size:first-of-type:first-child h2 style:first-child+*{margin-top:0}
1490
+ ._1x4315vq [data-prosemirror-node-name=status] .lozenge-text{overflow-y:hidden}
1168
1491
  ._1x5a1tcg [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{height:24px}
1169
1492
  ._1x5q1ial .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{z-index:12}
1170
1493
  ._1x5zidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+*{margin-top:0}
1171
1494
  ._1x671j28 .ProseMirror :is(ul,ol,div[data-node-type=actionList]):not(:is(ul,ol,div[data-node-type=actionList]) *).ak-editor-selected-node:not(.ak-editor-selected-node *)::-moz-selection{background-color:transparent}
1172
1495
  ._1x70idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]>div{margin-left:0}
1496
+ ._1x7pf6fq .ProseMirror .ak-editor-bodied-sync-block .ak-editor-sync-block__renderer{padding-right:18px}
1173
1497
  ._1x7z1kw7 .ProseMirror .ak-editor-panel{color:inherit}
1174
1498
  ._1x82kb7n .ProseMirror .ak-editor-panel .ak-editor-panel__content{flex-grow:1}
1175
1499
  ._1x881j28 .ak-editor-panel.ak-editor-selected-node:not(.danger)::selection{background-color:transparent}
1176
1500
  ._1x8yidpf .ak-editor-expand td>:not(style):first-child{margin-top:0}
1177
1501
  ._1x9vmz2b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled[data-invalid]+svg{--checkbox-background-color:var(--local-background-disabled)}
1502
+ ._1xbkidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{right:0}
1178
1503
  ._1xbs1kdv .ProseMirror span.pm-placeholder__text[data-placeholder]:after{cursor:text}
1179
1504
  ._1xcb15vq [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{visibility:hidden}
1180
1505
  ._1xdsidpf :not(.fabric-editor-block-mark)>p:first-child:not(style){margin-top:0}
@@ -1182,42 +1507,54 @@
1182
1507
  ._1xfvidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{font-size:0}
1183
1508
  ._1xgj1kdv .ak-editor-expand__content{cursor:text}
1184
1509
  ._1xgk1l7b .ProseMirror .ak-editor-annotation-draft:has(.card){padding-bottom:3px}
1510
+ ._1xh58jkm .ProseMirror .ak-editor-bodied-sync-block .ak-editor-sync-block__renderer{padding-left:19px}
1185
1511
  ._1xkp16ch .ProseMirror h4 .emoji-common-placeholder{height:18.25px}
1186
1512
  ._1xktidpf .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-left:0}
1513
+ ._1xlrb3bt .ProseMirror [data-layout-section].selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
1187
1514
  ._1xm41tc5 .ProseMirror h1{line-height:1.16667}
1188
1515
  ._1xm91l7b .ProseMirror .ak-editor-annotation-focus:has(.card){padding-bottom:3px}
1189
1516
  ._1xmbfeiv .ProseMirror .ak-editor-annotation-blur{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
1190
1517
  ._1xnzidpf .ak-editor-expand__icon-button{padding-bottom:0}
1191
1518
  ._1xog1ule [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{display:block}
1192
1519
  ._1xoh1j28 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2) ::selection{background-color:transparent}
1520
+ ._1xq21xn9 [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-text{color:var(--ds-text-warning,#9e4c00)}
1521
+ ._1xq2mgs1 [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-text{color:var(--ds-text-warning-bolder,#693200)}
1193
1522
  ._1xq8stnw div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{position:absolute}
1194
1523
  ._1xqjw4vn .ProseMirror ul ul ul{list-style-type:square}
1195
1524
  ._1xqtt94y .ProseMirror .ak-editor-annotation-draft{padding-top:1px}
1196
1525
  ._1xquh2mm .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{position:relative}
1197
1526
  ._1xr818ah .ProseMirror .telepointer.color-16{--telepointer-participant-bg-color:var(--ds-background-accent-purple-subtle,#c97cf4)}
1527
+ ._1xrfh2mm .ProseMirror .ak-editor-bodied-sync-block{position:relative}
1198
1528
  ._1xtl1ule .ProseMirror .code-content--wrapped>.code-block-content-wrapper>.code-content code{display:block}
1529
+ ._1xutstnw .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{position:absolute}
1199
1530
  ._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
1200
1531
  ._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
1201
1532
  ._1y15utpp .ProseMirror table .rich-media-item.image-wrap-left[data-layout]:first-child{margin-top:var(--ds-space-150,9pt)}
1533
+ ._1y1pbimv .ProseMirror .ak-editor-sync-block.danger{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1202
1534
  ._1y3zidpf .ProseMirror .code-block .code-block--start{left:0}
1203
1535
  ._1y55cs5v .ProseMirror .right-shadow:before{z-index:2}
1204
1536
  ._1y55h2mm [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{position:relative}
1537
+ ._1y6jkb7n .ProseMirror .ak-editor-bodied-sync-block.ak-editor-bodied-sync-block__selection_inside .ak-editor-sync-block__label{opacity:1}
1205
1538
  ._1y6l1j28 .ak-editor-selected-node>[data-decision-wrapper] ::selection{background-color:transparent}
1206
1539
  ._1y79i8nm .ProseMirror .code-block .line-number-gutter{background-color:var(--ds-background-neutral,#0515240f)}
1207
1540
  ._1y8dd6z3 .ProseMirror h2>.mediaInlineView-content-wrap>.media-inline-image-wrapper{height:31px}
1208
1541
  ._1y8rzzfg .ProseMirror .code-block{font-family:var(--ds-font-family-code,"Atlassian Mono",ui-monospace,Menlo,"Segoe UI Mono","Ubuntu Mono",monospace)}
1209
1542
  ._1y9hutpp .pm-table-sticky-wrapper>table>tbody>tr>td td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1543
+ ._1yayidpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider{flex-grow:0}
1210
1544
  ._1ybf1nka .search-match-block [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
1211
1545
  ._1ybwjocv .search-match-text.selected-search-match{background-color:var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)!important}
1212
1546
  ._1yd8i8nm .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger) .line-number-gutter{background-color:var(--ds-background-neutral,#0515240f)}
1213
1547
  ._1ydjglyw .ProseMirror .ak-editor-panel .ak-editor-panel__icon{-webkit-user-select:none}
1214
1548
  ._1ydu1up9 .search-match-block .loader-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
1215
1549
  ._1yg7azsu .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}
1550
+ ._1yh3ssxh .danger .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-danger,#e2483d)}
1216
1551
  ._1yh6vkfx .ProseMirror h2{letter-spacing:-.008em}
1217
1552
  ._1yi41osq .ProseMirror .ProseMirror-gapcursor span{height:100%}
1553
+ ._1yj9stnw .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{position:absolute}
1218
1554
  ._1yjc1v1w{--local-border-focus:var(--ds-border-focused,#4688ec)}
1219
1555
  ._1yjqusic .ProseMirror .mediaSingleView-content-wrap[layout=wrap-right]{float:right}
1220
1556
  ._1yn7uhok .gridLine{transition-property:border-color}
1557
+ ._1yp01y44 .ProseMirror [data-layout-section]>[data-layout-column]{margin-left:4px}
1221
1558
  ._1yqj16ch .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:18.25px}
1222
1559
  ._1yqxibhp .ProseMirror .ak-editor-panel[data-panel-type=warning]{background-color:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
1223
1560
  ._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
@@ -1226,6 +1563,7 @@
1226
1563
  ._1z0h1ule [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{display:block}
1227
1564
  ._1z0n1osq .ProseMirror .ProseMirror-gapcursor span:after{height:100%}
1228
1565
  ._219didpf .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-right{margin-left:0}
1566
+ ._22p4utpp .layout-column-divider-thumb{bottom:var(--ds-space-150,9pt)}
1229
1567
  ._242x1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self::selection{background-color:transparent}
1230
1568
  ._245q155b [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:active+svg{--checkbox-background-color:var(--local-background-active)}
1231
1569
  ._24k6idpf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-bottom:0}
@@ -1233,6 +1571,9 @@
1233
1571
  ._26cn15ob div[extensionType="com.atlassian.ai-blocks"]:before{background-size:200%}
1234
1572
  ._28dsidpf .pm-table-header-content-wrap :not(.fabric-editor-alignment) p:first-of-type{margin-top:0}
1235
1573
  ._2b661rsu .ProseMirror .telepointer.color-14{--telepointer-participant-bg-color:var(--ds-background-accent-green-subtle,#4bce97)}
1574
+ ._2blv1b66 .ProseMirror .ak-editor-bodied-sync-block.danger .ak-editor-sync-block__label{padding-top:var(--ds-space-050,4px)}
1575
+ ._2cv31fkg [data-prosemirror-node-name=status]>[data-color=neutral]>.lozenge-wrapper{background-color:#dddee1}
1576
+ ._2cv3i8nm [data-prosemirror-node-name=status]>[data-color=neutral]>.lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
1236
1577
  ._2cyhtlke .media-filmstrip-list-item{cursor:pointer}
1237
1578
  ._2eqbbimv .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1238
1579
  ._2f1l1ps2 [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked+svg{--checkbox-background-color:var(--local-background-checked)}
@@ -1244,6 +1585,7 @@
1244
1585
  ._2lvxm5ip .code{padding-left:.5ch}
1245
1586
  ._2lx21bp4{flex-direction:column}
1246
1587
  ._2m4f1ial .ak-editor-panel.ak-editor-selected-node:not(.danger):before{z-index:12}
1588
+ ._2m5ridpf .ProseMirror [data-layout-section] [data-layout-column]>div>style:first-child+.ProseMirror-gapcursor+*{margin-top:0}
1247
1589
  ._2mn9r4us .ak-editor-selected-node>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
1248
1590
  ._2n8sn729 .ProseMirror .ak-editor-panel[data-panel-type=success]{background-color:var(--ds-background-accent-green-subtlest,#dcfff1)}
1249
1591
  ._2nnb14no .ProseMirror h1>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{height:36px}
@@ -1259,20 +1601,25 @@
1259
1601
  ._2ss61y2m .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-initial{animation-duration:7.5s}
1260
1602
  ._2w21m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h4{clear:both!important}
1261
1603
  ._2wpz1j28 .ProseMirror :is(ul,ol,div[data-node-type=actionList]):not(:is(ul,ol,div[data-node-type=actionList]) *).ak-editor-selected-node:not(.ak-editor-selected-node *) ::-moz-selection{background-color:transparent}
1604
+ ._2wy7h2mm .ProseMirror [data-layout-section] [data-layout-column]{position:relative}
1262
1605
  ._2xjk14w8 .ak-editor-expand__expanded .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{transform:rotate(90deg)}
1263
1606
  ._2zbkidpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{left:0}
1264
1607
  ._31x2usvi .pm-table-sticky-wrapper>table *{box-sizing:border-box}
1265
1608
  ._322b1ooe [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{transform:translate(-50%,-50%)}
1609
+ ._33n8f1ug .ProseMirror [data-layout-section]>*{flex-basis:0%}
1266
1610
  ._3429idpf :not(.fabric-editor-block-mark)>.heading-wrapper:first-child:not(style){margin-top:0}
1267
1611
  ._348v1txw [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{display:flex}
1268
1612
  ._35ci1mi6 .ProseMirror .telepointer.color-17{--telepointer-participant-bg-color:var(--ds-background-accent-magenta-subtle,#e774bb)}
1613
+ ._36y5idpf .ProseMirror .ak-editor-bodied-sync-block:has(.ak-editor-sync-block__loading_state) .ak-editor-sync-block__label{opacity:0}
1269
1614
  ._372tidpf td>.ak-editor-expand{margin-top:0}
1270
1615
  ._39dzglyw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:focus+svg{pointer-events:none}
1271
1616
  ._3a5x17vv .ProseMirror h1>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-3px)}
1272
1617
  ._3aim1n9t .pm-table-container>table{table-layout:fixed}
1273
1618
  ._3beorprw .ProseMirror .danger .ak-editor-panel[data-panel-type=note]{background-color:var(--ds-blanket-danger,#ef5c4814)}
1274
1619
  ._3d3tidpf :not(.fabric-editor-block-mark)>p style:first-child+*{margin-top:0}
1620
+ ._3d5lidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{top:0}
1275
1621
  ._3dscidpf .ak-editor-expand__icon-button{padding-right:0}
1622
+ ._3foov77o [data-prosemirror-node-name=status] .lozenge-wrapper{padding-block-end:var(--ds-space-025,2px)}
1276
1623
  ._3gtki8nm .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
1277
1624
  ._3gvxkrt9 .ProseMirror .telepointer.color-11{--telepointer-participant-bg-color:var(--ds-background-accent-red-subtle,#f87168)}
1278
1625
  ._3ikcidpf .ProseMirror li .rich-media-item{margin-right:0}
@@ -1280,6 +1627,10 @@
1280
1627
  ._3iyuidpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{flex-shrink:0}
1281
1628
  ._3jj9rprw .danger .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){background-color:var(--ds-blanket-danger,#ef5c4814)}
1282
1629
  ._3kuhidpf .ProseMirror h2{margin-bottom:0}
1630
+ ._3l7v1b66 [data-prosemirror-node-name=status] .lozenge-wrapper{padding-inline-end:var(--ds-space-050,4px)}
1631
+ ._3m4f1ial .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{z-index:12}
1632
+ ._3mra1b66 .ProseMirror .ak-editor-bodied-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{padding-top:var(--ds-space-050,4px)}
1633
+ ._3mtd1crf .ProseMirror [data-layout-section] [data-layout-column]{padding-bottom:9pt}
1283
1634
  ._3n591ule .ProseMirror .ProseMirror-gapcursor span{display:block}
1284
1635
  ._3nq8idpf .ProseMirror .ak-editor-annotation-draft:has(.card){padding-left:0}
1285
1636
  ._3ojs1n9t .gridContainer{position:fixed}
@@ -1299,6 +1650,7 @@
1299
1650
  ._456h1tuv .ProseMirror .taskItemView-content-wrap .taskItemView-content-wrap{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
1300
1651
  ._45xostnw .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{position:absolute}
1301
1652
  ._4666idpf .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{bottom:0}
1653
+ ._47ulh2mm .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]{position:relative}
1302
1654
  ._47vvusvi .panelView-content-wrap{box-sizing:border-box}
1303
1655
  ._48wmidpf .ProseMirror .code-block .code-content__line-number--wrapped{left:0}
1304
1656
  ._4a1yidpf .ProseMirror [layout^=wrap-]+[layout^=wrap-] .rich-media-item{margin-left:0}
@@ -1308,14 +1660,19 @@
1308
1660
  ._4ded1wth .ProseMirror ul{list-style-type:disc}
1309
1661
  ._4dkwidpf .ProseMirror .ak-editor-panel .ak-editor-panel__content{min-width:0}
1310
1662
  ._4e711hrf .pm-table-container[data-number-column=true]{clear:both}
1663
+ ._4f83by5v .ProseMirror .ak-editor-sync-block.disabled{background-color:var(--ds-background-disabled,#17171708)}
1664
+ ._4fc0idpf .ProseMirror [data-layout-section] [data-layout-column]>div>style:first-child+.ProseMirror-gapcursor+span+.mediaSingleView-content-wrap .rich-media-item{margin-top:0}
1311
1665
  ._4fj21o36 .ak-editor-expand__title-input{outline-width:medium}
1312
1666
  ._4g8dgrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-top:0!important}
1313
1667
  ._4gkwidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]+*>*{margin-top:0}
1668
+ ._4ha6h2mm .ProseMirror [data-layout-section]{position:relative}
1314
1669
  ._4ieeidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+ol{margin-top:0}
1315
1670
  ._4ijz1gly .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-sprite{background-color:var(--ds-background-danger,#ffeceb)}
1316
1671
  ._4jlg9cwz div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-duration:1s}
1317
1672
  ._4jlgymdr div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-duration:2s}
1318
1673
  ._4l45idpf .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{top:0}
1674
+ ._4l4otcjq .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider{display:block!important}
1675
+ ._4lrcidpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{right:0}
1319
1676
  ._4nc8bimv div[extensionType="com.atlassian.ai-blocks"].danger .extension-container{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1320
1677
  ._4nofidpf .ProseMirror .code-block .code-block--start{top:0}
1321
1678
  ._4oczcfaq .pm-table-wrapper>table{border-collapse:collapse}
@@ -1324,6 +1681,7 @@
1324
1681
  ._4q241osq .fabric-editor--max-width-mode{--ak-editor--breakout-fallback-width:100%}
1325
1682
  ._4q84eawv .search-match-expand-title.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
1326
1683
  ._4qcustnw .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{position:absolute}
1684
+ ._4reg116y [data-prosemirror-node-name=status] .lozenge-wrapper{display:inline-flex}
1327
1685
  ._4ryltlke .ProseMirror .code-block{cursor:pointer}
1328
1686
  ._4ssh16ux .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{content:"\00a0"}
1329
1687
  ._4t3i1osq{height:100%}
@@ -1343,51 +1701,70 @@
1343
1701
  ._54e7idpf .fabric-editor-alignment:first-of-type:first-child h4:first-child:not(style){margin-top:0}
1344
1702
  ._56o2ckbl .ProseMirror .decisionItemView-content-wrap{min-width:3pc}
1345
1703
  ._5908idpf .pm-table-sticky-wrapper>table>tbody>tr>td>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
1704
+ ._59c3bimv .ProseMirror .ak-editor-bodied-sync-block.danger{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1346
1705
  ._59re17vv .ProseMirror h2>.media-inline-image-wrapper{transform:translateY(-3px)}
1347
1706
  ._59uzyh40 .code{padding-top:2px}
1348
1707
  ._5c1cidpf [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{margin-right:0}
1349
1708
  ._5cgrglyw [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{display:none}
1350
1709
  ._5cxqglyw .ProseMirror .ProseMirror-gapcursor{display:none}
1710
+ ._5dccstnw .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}
1351
1711
  ._5dtjutpp .pm-table-sticky-wrapper>table>tbody>tr>th td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1712
+ ._5ejestnw .ProseMirror .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}
1713
+ ._5g3i1osq .pm-table-cell-content-wrap .statusView-content-wrap>span{width:100%}
1352
1714
  ._5gm1sm61 .pm-table-sticky-wrapper>table th td{background-color:var(--ds-background-neutral-subtle,#00000000)}
1353
1715
  ._5gqnftgi .ProseMirror .left-shadow:after{width:8px}
1354
1716
  ._5h7k1rpy .ProseMirror span.pm-placeholder__text[data-placeholder]:after{color:var(--ds-text-subtlest,#6b6e76)}
1717
+ ._5i9r15vq [data-prosemirror-node-name=status] .lozenge-wrapper{overflow-x:hidden}
1718
+ ._5jfcgktf .ProseMirror [data-layout-section] [data-layout-column]{padding-right:20px}
1719
+ ._5jm5h2mm .layout-column-divider{position:relative}
1355
1720
  ._5m891b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{padding-left:var(--ds-space-050,4px)}
1356
1721
  ._5mgiz5jk .ProseMirror h1{letter-spacing:-.01em}
1357
1722
  ._5o16utpp .pm-table-wrapper>table>tbody>tr>td th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1358
1723
  ._5rje1o8l .ProseMirror.ua-firefox ul li p>span:empty{display:inline-block}
1359
1724
  ._5sz3f705 .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{content:" "}
1360
1725
  ._5u1u1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger) ::-moz-selection{background-color:transparent}
1726
+ ._5vab1h6o .layout-column-divider-rail{align-items:center}
1361
1727
  ._5w3hojke .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:22.25px}
1362
1728
  ._5xhvstnw .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{position:absolute}
1363
1729
  ._6149s4qr .ProseMirror .danger .ak-editor-panel[data-panel-type] .ak-editor-panel__icon{color:var(--ds-icon-danger,#c9372c)}
1364
1730
  ._629ridpf [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{margin-bottom:0}
1365
1731
  ._63an1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger) ::selection{background-color:transparent}
1366
1732
  ._63b3qvpr .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{white-space:pre}
1733
+ ._63lcidpf .ProseMirror .layout-section-container [data-layout-section]>[data-layout-column]{margin-bottom:0}
1367
1734
  ._63ry1vh9 .ProseMirror>.mediaSingleView-content-wrap .richMedia-resize-handle-left{margin-left:-9pt}
1368
1735
  ._642in7od a .fabric-background-color-mark{background-color:unset}
1369
1736
  ._64cs1rj4 .ProseMirror .inlineNodeView{-webkit-user-select:all;user-select:all}
1370
1737
  ._64o84viv .code-block .search-match-text.selected-search-match span{color:var(--ds-text,#292a2e)!important}
1371
1738
  ._66yetlke .ProseMirror .ak-editor-annotation-blur{cursor:pointer}
1739
+ ._674q8jkm .ProseMirror .ak-editor-sync-block .ak-editor-bodied-sync-block__content{padding-left:19px}
1372
1740
  ._67ch1nu9 .ProseMirror span.pm-placeholder{display:inline}
1373
1741
  ._6bmtj39m .ProseMirror .ak-editor-panel .ak-editor-panel__icon .emoji-common-emoji-image{vertical-align:-3px}
1742
+ ._6e1zkb7n .ak-editor-sync-block__label{z-index:1}
1743
+ ._6eqhi8nm [data-prosemirror-node-name=status] .lozenge-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
1374
1744
  ._6f0lidpf .ProseMirror .ak-editor-annotation-focus{padding-left:0}
1375
1745
  ._6ggl1j28 .pm-table-sticky-wrapper>table{border-left-color:transparent}
1376
1746
  ._6itxidpf .ProseMirror>.ak-editor-panel:first-child{margin-top:0}
1377
1747
  ._6jbkgrf3 .ProseMirror li:has(>ol:only-child){margin-bottom:0!important}
1378
1748
  ._6jk61j28 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2) ::-moz-selection{background-color:transparent}
1749
+ ._6k9c122h .layout-column-divider-thumb{height:clamp(27px,calc(100% - 2pc),6pc)}
1379
1750
  ._6kguv47k .ak-editor-content-area.appearance-full-page .ProseMirror .ak-editor-panel.ak-editor-panel__no-icon{padding-right:var(--ds-space-250,20px)}
1380
1751
  ._6klsh2mm [data-prosemirror-node-name=date] .date-lozenger-container span{position:relative}
1752
+ ._6ltb1kw7 .ProseMirror .ak-editor-bodied-sync-block{color:inherit}
1381
1753
  ._6mj51diq [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{--checkbox-border-color:var(--local-border-disabled)}
1754
+ ._6mng1j28 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column] ::selection{background-color:transparent}
1382
1755
  ._6o4midpf .pm-table-container>table>tbody>tr>td>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
1383
1756
  ._6p44m5ip .code{padding-right:.5ch}
1384
1757
  ._6q1jryon .ProseMirror .inlineNodeViewAddZeroWidthSpace:after{content:"​"}
1385
1758
  ._6shmidpf .fabric-editor-alignment:first-of-type:first-child h3:first-child:not(style){margin-top:0}
1386
1759
  ._6st2oqnp .ProseMirror blockquote{margin-top:.75rem}
1760
+ ._6tn6glyw .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{pointer-events:none}
1387
1761
  ._6udpstnw .ProseMirror .code-block .code-block--end{position:absolute}
1388
1762
  ._6v8nvbgk .richMedia-resize-handle-right:after{height:4pc}
1389
1763
  ._6w3a1tmo .ProseMirror .telepointer.color-10{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
1390
1764
  ._6w9s1o0l .ProseMirror .code-block .code-block-content-wrapper{background-position:0 0,0 0,100% 0,100% 0,100% 0,100% 0,0 0,0 0}
1765
+ ._6wxgb3bt .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{content:""}
1766
+ ._6ybqidpf .ProseMirror [data-layout-section]>[data-layout-column]{margin-top:0}
1767
+ ._70g31kw7 .ProseMirror .ak-editor-sync-block{color:inherit}
1391
1768
  ._70jd1ule [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{display:block}
1392
1769
  ._70nuglyw .ak-editor-expand__content.ak-editor-expand__content--collapsed{display:none}
1393
1770
  ._72a11tuv .ProseMirror [data-node-type=actionList]>*+*{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
@@ -1398,12 +1775,16 @@
1398
1775
  ._762vutpp .pm-table-container>table>tbody>tr>th td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1399
1776
  ._7699glyw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{outline-style:none}
1400
1777
  ._78lz1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node::-moz-selection{background-color:transparent}
1778
+ ._78qp1j28 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column] ::selection{background-color:transparent}
1401
1779
  ._79ymglyw .ak-editor-panel.ak-editor-selected-node:not(.danger):before{pointer-events:none}
1402
1780
  ._7df91l2s [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{text-overflow:ellipsis}
1403
1781
  ._7fayidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-bottom:0}
1404
1782
  ._7gsu17v8 .search-match-block.search-match-dark .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
1405
1783
  ._7hwtidpf .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]>div{margin-left:0}
1784
+ ._7ilp1g72 [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-text{color:var(--ds-text-discovery-bolder,#48245d)}
1785
+ ._7ilpdv2p [data-prosemirror-node-name=status]>[data-color=purple] .lozenge-text{color:var(--ds-text-discovery,#803fa5)}
1406
1786
  ._7kmy1l7b .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-bottom:3px}
1787
+ ._7kxw1h6o .ak-editor-sync-block__label{justify-content:center}
1407
1788
  ._7m6kidpf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-right:0}
1408
1789
  ._7m6lidpf .fabric-editor-font-size:first-of-type:first-child h1:first-child:not(style){margin-top:0}
1409
1790
  ._7nbfstnw .ProseMirror .left-shadow:before{position:absolute}
@@ -1416,20 +1797,27 @@
1416
1797
  ._7sqtstnw .ProseMirror .right-shadow:after{position:absolute}
1417
1798
  ._7vb2pzf8 .pm-table-container .pm-table-left-border[data-with-numbered-table=true]{left:41px}
1418
1799
  ._7vzk1f51 .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{object-fit:contain}
1800
+ ._7wwkkb7n .ProseMirror .ak-editor-sync-block.ak-editor-bodied-sync-block__selection_inside .ak-editor-sync-block__label{opacity:1}
1419
1801
  ._7xjx1ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-timing-function:ease-in-out}
1420
1802
  ._7xl8ckbl .pm-table-container>table>tbody>tr>td{min-width:3pc}
1421
1803
  ._7yqie01w .ProseMirror h1{font-size:1.71429em}
1422
1804
  ._7z9f13gf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled[data-invalid]+svg{cursor:not-allowed}
1805
+ ._802o12et .ProseMirror .ak-editor-bodied-sync-block{margin-right:-19px}
1423
1806
  ._80qob3bt .ProseMirror .danger.code-block .line-number-gutter:after{content:""}
1424
1807
  ._80x0b3bt .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{content:""}
1425
1808
  ._812dglyw .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{pointer-events:none}
1426
1809
  ._812smov0 [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{color:var(--checkbox-background-color)}
1810
+ ._81645u61 .ProseMirror .ak-editor-sync-block.danger .ak-editor-sync-block__label>span{color:var(--ds-text-danger,#ae2e24)!important}
1811
+ ._84fsidpf .ProseMirror [data-layout-section] [data-layout-column]>div>.mediaSingleView-content-wrap:first-of-type .rich-media-item{margin-top:0}
1812
+ ._85fvoskh .ProseMirror [data-layout-section].selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
1427
1813
  ._862v1osq .ProseMirror .left-shadow:after{height:100%}
1428
1814
  ._86511h6o .richMedia-resize-handle-right{justify-content:center}
1429
1815
  ._866vckbl .pm-table-wrapper>table>tbody>tr>th{min-width:3pc}
1430
1816
  ._874g1l7x .ProseMirror hr{background-color:var(--ds-border,#0b120e24)}
1431
1817
  ._87u1cuai .ProseMirror ol{padding-left:var(--ed--list--item-counter--padding,24px)}
1818
+ ._885k12c5 .ProseMirror .ak-editor-bodied-sync-block.creation-loading{animation-iteration-count:infinite}
1432
1819
  ._88s71gly .danger>span>a{background-color:var(--ds-background-danger,#ffeceb)}
1820
+ ._8c1au2gc .ak-editor-sync-block__label{padding-left:var(--ds-space-100,8px)}
1433
1821
  ._8ctj1b4h .gridParent{width:calc(100% + 2px)}
1434
1822
  ._8ctjfknx .gridParent{width:calc(100% + 24px)}
1435
1823
  ._8grqv77o .ProseMirror .ak-editor-annotation-hover:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
@@ -1442,6 +1830,7 @@
1442
1830
  ._8ved1mrw div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{z-index:-1}
1443
1831
  ._8vye1ssb [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{left:50%}
1444
1832
  ._8vyeidpf .ProseMirror .pm-table-wrapper>table{margin-right:0}
1833
+ ._8wi61mi1 .ProseMirror .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
1445
1834
  ._8wmvoqnp .ProseMirror li>style:first-child+p{margin-top:.75rem}
1446
1835
  ._8zqr2lzm .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-image:var(--ak-editor--table-overflow-shadow)}
1447
1836
  ._8zz2idpf .pm-table-container>table>tbody>tr>th{border-right-width:0}
@@ -1457,7 +1846,9 @@
1457
1846
  ._96x216px .ProseMirror:not(.blockCardView-content-wrap)>li>.ProseMirror-gapcursor:first-child+.code-block{margin-top:-1.714em!important}
1458
1847
  ._97xa15vq .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{visibility:hidden}
1459
1848
  ._988v1osq .fabric-editor--full-width-mode{--ak-editor--breakout-fallback-width:100%}
1849
+ ._98epidpf .ProseMirror .ak-editor-sync-block .ak-editor-sync-block__renderer{padding-bottom:0}
1460
1850
  ._9apoidpf .ak-editor-expand.ak-editor-selected-node:not(.danger):before{right:0}
1851
+ ._9b251kdv .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]{-webkit-user-select:text}
1461
1852
  ._9b45j4ch .ProseMirror .ak-ol{display:flow-root}
1462
1853
  ._9cv91cra .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-name:kxlv1hz}
1463
1854
  ._9di4idpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-bottom:0}
@@ -1473,6 +1864,7 @@
1473
1864
  ._9js3utpp .ProseMirror table .rich-media-item{margin-bottom:var(--ds-space-150,9pt)}
1474
1865
  ._9l08vuon .pm-table-wrapper>table>tbody>tr>td{background-color:var(--ds-surface,#fff)}
1475
1866
  ._9loxvi1l .resizer-item:has(table[data-initial-width-mode=content]){width:max-content!important}
1867
+ ._9m42yh40 .fabric-editor--full-width-mode .ProseMirror [data-layout-section] .pm-table-container{margin-left:2px}
1476
1868
  ._9mji1i6y [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:focus+svg{outline-offset:var(--ds-space-negative-025,-2px)}
1477
1869
  ._9neqidpf .ProseMirror .ak-editor-annotation-focus{padding-right:0}
1478
1870
  ._9o0ystnw .ProseMirror .right-shadow:before{position:absolute}
@@ -1480,12 +1872,16 @@
1480
1872
  ._9onx14y2 .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-top:5px}
1481
1873
  ._9pd8q98m .ProseMirror hr.ak-editor-selected-node{background-color:var(--ds-border-selected,#1868db)}
1482
1874
  ._9qsdbimv .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-restricted{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1875
+ ._9qwgidpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget{flex-shrink:0}
1483
1876
  ._9s8f1osq .ak-editor-expand__content .expand-content-wrapper{width:100%}
1484
1877
  ._9ubpb3bt .ProseMirror .ProseMirror-gapcursor span:after{content:""}
1485
1878
  ._9ut8ojke .ProseMirror h2 .emoji-common-placeholder{height:22.25px}
1486
1879
  ._9v33vi1l .pm-table-resizer-container:has(table[data-initial-width-mode=content]){width:max-content!important}
1880
+ ._9vwq1mi1 .ProseMirror .layoutSectionView-content-wrap [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
1487
1881
  ._a0pq1h6o .ak-editor-expand__icon-button{align-items:center}
1882
+ ._a2gxwwip [data-prosemirror-node-name=status] .lozenge-text{color:#292a2e}
1488
1883
  ._a2yomov0 [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{color:var(--checkbox-background-color)}
1884
+ ._a30kidpf .ProseMirror [data-layout-section] [data-layout-column]>div>.ProseMirror-gapcursor:first-child+span+*{margin-top:0}
1489
1885
  ._a3pn1osq .ProseMirror blockquote{width:100%}
1490
1886
  ._a3x2170n [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked+svg{--checkbox-border-color:var(--local-border-checked)}
1491
1887
  ._aatx1k8s .ProseMirror .code-block .code-block--start{height:1.5rem}
@@ -1501,6 +1897,8 @@
1501
1897
  ._al8b1tmo .ProseMirror .telepointer.color-11{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
1502
1898
  ._ald71cn9 .ProseMirror .code-block .code-block-content-wrapper{background-attachment:local,local,local,local,scroll,scroll,scroll,scroll}
1503
1899
  ._ali2idpf .ProseMirror [data-layout-section] [data-layout-column]>div .mediaSingleView-content-wrap[layout^=wrap]+.ProseMirror-gapcursor+.mediaSingleView-content-wrap[layout^=wrap] .rich-media-item{margin-top:0}
1900
+ ._amkyidpf .ProseMirror .ak-editor-bodied-sync-block__content>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
1901
+ ._andtidpf .ProseMirror .ak-editor-sync-block{margin-bottom:0}
1504
1902
  ._aneu1hrf .ProseMirror .code-block{clear:both}
1505
1903
  ._ano2idpf .ProseMirror .code-block{margin-left:0}
1506
1904
  ._anrdukw8{--ak-editor--default-layout-width:760px}
@@ -1512,6 +1910,7 @@
1512
1910
  ._ar4h1h6o .ak-editor-expand__title-container{align-items:center}
1513
1911
  ._as951j5o .ProseMirror h2 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
1514
1912
  ._at5bidpf .ProseMirror .code-block{margin-right:0}
1913
+ ._atbw16ux .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{content:"\00a0"}
1515
1914
  ._awp7f705 [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{content:" "}
1516
1915
  ._ay2wby5v{--local-background-disabled:var(--ds-background-disabled,#17171708)}
1517
1916
  ._ay4r7mnp .ak-editor-expand__content .expand-content-wrapper{clip:rect(1px,1px,1px,1px)}
@@ -1524,46 +1923,61 @@
1524
1923
  ._b1o8grf3 .ProseMirror li:has(>ol:only-child)>ol{margin-top:0!important}
1525
1924
  ._b23zp1qy .ProseMirror h4>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{transform:translateY(-2px)}
1526
1925
  ._b3evgrf3 .ProseMirror .ak-editor-panel__content>.code-block:first-child{margin-left:0!important}
1926
+ ._b3l7idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{bottom:0}
1527
1927
  ._b3ovyh40 .fabric-background-color-mark{padding-bottom:2px}
1528
1928
  ._b4hh1gyf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{--checkbox-border-color:var(--local-border)}
1929
+ ._b72je670 [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{background-color:var(--ds-background-discovery-subtler,#eed7fc)}
1930
+ ._b72jshej [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{background-color:#d8a0f7}
1931
+ ._b7hjf6fq .ProseMirror .ak-editor-sync-block .ak-editor-sync-block__renderer{padding-right:18px}
1529
1932
  ._b82712n9 .ProseMirror .telepointer:hover .telepointer-fullname{transform:scaleX(1)}
1530
1933
  ._b9adidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h4 style:first-child+*{margin-top:0}
1531
1934
  ._b9ejidpf .ProseMirror .sentinel-right{width:0}
1532
1935
  ._b9gt1dzh .search-match-block.search-match-block-selected.ak-editor-selected-node [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 1px var(--ds-border-selected,#1868db)}
1533
1936
  ._bbrv19by [aria-label="Selection toolbar"]{animation-name:k1xe95hp}
1534
1937
  ._bc4d1r31 .ak-editor-expand__title-input{outline-color:currentColor}
1938
+ ._bdsqcs5v .layout-column-divider{z-index:2}
1535
1939
  ._beg3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{font-size:0}
1940
+ ._bjga184x [data-prosemirror-node-name=status] .lozenge-wrapper{block-size:min-content}
1536
1941
  ._bjiqutpp .pm-table-sticky-wrapper>table>tbody>tr>td th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1537
1942
  ._bjw3rprw .danger div div .media-card-frame{background-color:var(--ds-blanket-danger,#ef5c4814)}
1538
1943
  ._bkmb12gs .ProseMirror .ak-editor-panel .ak-editor-panel__icon .emoji-common-emoji-sprite{vertical-align:-2px}
1539
1944
  ._bmfv9cwz .ProseMirror .ProseMirror-gapcursor span:after{animation-duration:1s}
1540
1945
  ._bmm0stnw .ak-editor-selected-node>[data-decision-wrapper]:before{position:absolute}
1946
+ ._bmvah2mm .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]{position:relative}
1541
1947
  ._bo7r1l7b .richMedia-resize-handle-right:after{width:3px}
1542
1948
  ._bqovidpf .ak-editor-expand__icon-button{margin-bottom:0}
1543
1949
  ._bqvk1osq .ak-editor-expand.ak-editor-selected-node:not(.danger):after{height:100%}
1544
1950
  ._briz1wdg .search-match-block.search-match-dark .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
1951
+ ._brz2ttxp [data-prosemirror-node-name=status] .lozenge-text{font-family:var(--ds-font-family-body,"Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
1545
1952
  ._bur2idpf .ProseMirror .ProseMirror-gapcursor:first-of-type+blockquote{margin-top:0}
1953
+ ._bvwr1tsb .ProseMirror .ak-editor-sync-block.ak-editor-bodied-sync-block__selection_inside{box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
1546
1954
  ._bxhh1osq .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%}
1547
1955
  ._bxjv155b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-background-color:var(--local-background-active)}
1548
1956
  ._byukcfaq .pm-table-sticky-wrapper>table{border-collapse:collapse}
1549
1957
  ._bzatglyw .ProseMirror .placeholder-decoration .placeholder-android{pointer-events:none}
1550
1958
  ._bzk5azsu .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{color:var(--ds-text-subtle,#505258)}
1551
1959
  ._c0871i5q .fabric-text-color-mark{color:var(--custom-palette-color,inherit)}
1960
+ ._c0oz1gly .ProseMirror [data-layout-section].selected.danger [data-layout-column]{background-color:var(--ds-background-danger,#ffeceb)}
1552
1961
  ._c4n5glyw .ProseMirror .code-block .code-content__line-number--wrapped{pointer-events:none}
1553
1962
  ._c67e1dza [data-prosemirror-node-name=taskItem] [data-component=placeholder]{max-width:calc(100% - 50px)}
1554
1963
  ._c7r7i7uo .ProseMirror .code-block .code-content code{color:var(--ds-text,#292a2e)}
1964
+ ._c82wgktf .ProseMirror [data-layout-section] [data-layout-column]{padding-left:20px}
1555
1965
  ._c94u1osq .gridContainer{width:100%}
1966
+ ._c9uhf1ug .ProseMirror [data-layout-section] [data-layout-column]{flex-basis:0%}
1556
1967
  ._ca0qv47k{padding-top:var(--ds-space-250,20px)}
1557
1968
  ._ca2s1j28 ol[data-node-type=decisionList].ak-editor-selected-node ::selection{background-color:transparent}
1558
1969
  ._cah11wq8 .ProseMirror h2{font-weight:var(--ds-font-weight-medium,500)}
1559
1970
  ._cajk14no .ProseMirror h1>.media-inline-image-wrapper{height:36px}
1560
1971
  ._caue1rpy .ak-editor-expand__title-input{color:var(--ds-text-subtlest,#6b6e76)}
1561
1972
  ._cbmx261p .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]>colgroup>col{width:unset!important}
1973
+ ._cbt1kb7n .ProseMirror .ak-editor-sync-block:hover .ak-editor-sync-block__label{opacity:1}
1562
1974
  ._ccbmidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{margin-right:0}
1563
1975
  ._ce0yidpf .ProseMirror .danger .code-block .line-number-gutter:after{left:0}
1564
1976
  ._cee918tx .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-image:var(--ak-editor--table-overflow-shadow)!important}
1565
1977
  ._cfapidpf .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{right:0}
1566
1978
  ._cggnidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-right:0}
1979
+ ._ch2xstnw .ProseMirror .layoutSectionView-content-wrap [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}
1980
+ ._ciqu1osq .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{width:100%}
1567
1981
  ._ck1p1tuv .ProseMirror [data-node-type=actionList] [data-node-type=actionList]{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
1568
1982
  ._cle21ok8 .search-match-expand-title.selected-search-match.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
1569
1983
  ._clq7grf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-bottom:0!important}
@@ -1572,6 +1986,8 @@
1572
1986
  ._cnvup1qy .ProseMirror h6>.media-inline-image-wrapper{transform:translateY(-2px)}
1573
1987
  ._co5y155b [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-background-color:var(--local-background-active)}
1574
1988
  ._coici7uo .ProseMirror h4{color:var(--ds-text,#292a2e)}
1989
+ ._cp58idpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget+[data-layout-column]{margin-bottom:0}
1990
+ ._cs4didpf .ProseMirror [data-layout-section] [data-layout-column]>div>[data-node-type=decisionList] li:first-of-type [data-decision-wrapper]{margin-top:0}
1575
1991
  ._czgd1txw .ak-editor-expand__icon>div{display:flex}
1576
1992
  ._czpfidpf .fabric-editor-alignment:first-of-type:first-child h6 style:first-child+*{margin-top:0}
1577
1993
  ._d19zckbl .ProseMirror .code-block{min-width:3pc}
@@ -1594,6 +2010,7 @@
1594
2010
  ._dclrutpp .pm-table-sticky-wrapper>table>tbody>tr>th th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1595
2011
  ._dcmgglyw .ProseMirror{outline-style:none}
1596
2012
  ._de6kmgnk .ProseMirror .code-block .code-block-content-wrapper{background-repeat:no-repeat}
2013
+ ._df96glyw .ProseMirror .ak-editor-bodied-sync-block.disabled{-webkit-user-select:none;-ms-user-select:none;user-select:none}
1597
2014
  ._dfkj1k9t [data-prosemirror-node-name=date] .date-lozenger-container span{transition-property:background}
1598
2015
  ._dfxtvrvc [data-prosemirror-node-name=taskItem] [data-component=task-item-main]{flex-direction:row}
1599
2016
  ._dgg11diq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled[data-invalid]+svg{--checkbox-border-color:var(--local-border-disabled)}
@@ -1615,17 +2032,23 @@
1615
2032
  ._dygm1gkc .ProseMirror h4>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{height:23px}
1616
2033
  ._dzhmjp4b .pm-table-wrapper>table>tbody>tr>td{vertical-align:top}
1617
2034
  ._e08p1p3b .ProseMirror ul ul{list-style-type:circle}
2035
+ ._e1ffidpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget+[data-layout-column]{margin-top:0}
2036
+ ._e1gmglyw [data-prosemirror-node-name=status] .lozenge-wrapper{-webkit-appearance:none;appearance:none}
1618
2037
  ._e2bm1j28 .ak-editor-selected-node>[data-decision-wrapper]::selection{background-color:transparent}
1619
2038
  ._e364idpf .pm-table-container .pm-table-left-border{left:0}
1620
2039
  ._e4bx1o8l .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{display:inline-block}
1621
2040
  ._e519idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-left:0}
1622
2041
  ._e5s4p1qy .ProseMirror h6>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{transform:translateY(-2px)}
2042
+ ._e6qzkb7n .ProseMirror [data-layout-section] [data-layout-column]{flex-shrink:1}
1623
2043
  ._e6t0w31d .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:20.25px}
1624
2044
  ._e73x1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{padding-right:var(--ds-space-050,4px)}
1625
2045
  ._e8554jg8 .ProseMirror .code-block{white-space:normal}
2046
+ ._e8mcwrdo .ProseMirror .ak-editor-bodied-sync-block.danger .ak-editor-panel__icon{color:var(--ds-icon-danger,#c9372c)!important}
1626
2047
  ._e9pffnf5 [aria-label="Selection toolbar"]{animation-duration:.2s}
1627
2048
  ._eaptidpf .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{bottom:0}
1628
2049
  ._eawb5w2r{--local-tick-active:var(--ds-icon-inverse,#fff)}
2050
+ ._eb52ewfl .ProseMirror .ak-editor-bodied-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{visibility:visible}
2051
+ ._eb7w1h6o .layout-column-divider{justify-content:center}
1629
2052
  ._ec0rkb7n [data-prosemirror-node-name=taskItem] [data-component=content]{flex-grow:1}
1630
2053
  ._edhnidpf [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{margin-top:0}
1631
2054
  ._edxtidpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{opacity:0}
@@ -1638,12 +2061,19 @@
1638
2061
  ._enj9p1qy .ProseMirror h5>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
1639
2062
  ._et2r17cl [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked+svg{--checkbox-tick-color:var(--local-tick-checked)}
1640
2063
  ._etngidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h2 style:first-child+*{margin-top:0}
2064
+ ._etvrd439 .ProseMirror .ak-editor-bodied-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{top:-14px}
2065
+ ._evu61gly .ProseMirror [data-layout-section].selected.danger [data-layout-section]{background-color:var(--ds-background-danger,#ffeceb)}
1641
2066
  ._ew481ule .ProseMirror blockquote p{display:block}
2067
+ ._eyy71h6o .layout-column-divider{align-items:center}
2068
+ ._eyyf1j28 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]::selection{background-color:transparent}
2069
+ ._ez6hglyw [data-blocks-drop-target-container]~[data-layout-column]>[data-layout-content]:before{display:none}
1642
2070
  ._f30jidpf .pm-table-header-content-wrap :not(p,.fabric-editor-block-mark)+div.fabric-editor-block-mark p:first-of-type{margin-top:0}
1643
2071
  ._f3d81wq8 .ProseMirror h1{font-weight:var(--ds-font-weight-medium,500)}
2072
+ ._f4wb1b66 .ProseMirror .ak-editor-sync-block.danger .ak-editor-sync-block__label{padding-top:var(--ds-space-050,4px)}
1644
2073
  ._f50o1j5o .ProseMirror h1 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
1645
2074
  ._f5pc1xde .ProseMirror h4{line-height:1.14286}
1646
2075
  ._f5slidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h3:first-child:not(style){margin-top:0}
2076
+ ._f6io10o2 .ProseMirror [data-layout-section]>[data-layout-column][style*="--column-width"]{flex-basis:var(--column-resize-width,var(--column-width))}
1647
2077
  ._f7p0b3bt .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{content:""}
1648
2078
  ._f7rwidpf [data-prosemirror-node-name=taskItem] [data-component=placeholder]{margin-bottom:0}
1649
2079
  ._f7xi15vq [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{visibility:hidden}
@@ -1661,21 +2091,35 @@
1661
2091
  ._floh1tcg [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{flex-basis:24px}
1662
2092
  ._fmi51kdv .ProseMirror .code-block.ak-editor-selected-node:not(.danger){-webkit-user-select:text}
1663
2093
  ._fmnnp1qy .ProseMirror h4>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
2094
+ ._fnc9idpf .ProseMirror .layout-section-container [data-layout-section]>[data-layout-column]{margin-right:0}
1664
2095
  ._fo6014dc{--ak-editor--line-length:min(calc(100cqw - var(--ak-editor--large-gutter-padding)*2),var(--ak-editor--default-layout-width))}
1665
2096
  ._foaaidpf .ProseMirror .ak-editor-panel .ak-editor-panel__icon{flex-shrink:0}
1666
2097
  ._foen1gly ol[data-node-type=decisionList].ak-editor-selected-node.danger{background-color:var(--ds-background-danger,#ffeceb)}
1667
2098
  ._fpdjby5v{--local-border-disabled:var(--ds-background-disabled,#17171708)}
2099
+ ._fpkg12xe .ProseMirror [data-layout-section].selected.danger [data-layout-section]{box-shadow:inset 0 0 0 1px var(--ds-border-danger,#e2483d)}
2100
+ ._fpkgbimv .ProseMirror [data-layout-section].selected.danger [data-layout-section]{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
2101
+ ._fpkgpufw .ProseMirror [data-layout-section].selected.danger [data-layout-section]{box-shadow:0 0 0 0 var(--ds-border-danger,#e2483d)}
1668
2102
  ._fpn9stnw .ProseMirror .placeholder-decoration .placeholder-android{position:absolute}
1669
2103
  ._fsoe13gw .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-initial{animation-name:k1g8d6yk}
1670
2104
  ._ft1bidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{font-size:0}
2105
+ ._ftgeidpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{bottom:0}
1671
2106
  ._fukv1q9c .ProseMirror .inlineNodeView{white-space:nowrap}
2107
+ ._fva51j28 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column] ::-moz-selection{background-color:transparent}
2108
+ ._fvpcglyw .ProseMirror .ak-editor-bodied-sync-block.view-mode{box-shadow:none}
1672
2109
  ._fyhw14p8 [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{--checkbox-tick-color:var(--local-tick-rest)}
2110
+ ._fyp6idpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{right:0}
2111
+ ._fz9x12xe .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section]{box-shadow:inset 0 0 0 1px var(--ds-border-danger,#e2483d)}
2112
+ ._fz9xbimv .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section]{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
2113
+ ._fz9xpufw .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section]{box-shadow:0 0 0 0 var(--ds-border-danger,#e2483d)}
1673
2114
  ._fziqs05q .ProseMirror .fabric-editor-block-mark.fabric-editor-alignment:not(:first-child)>h5:first-child{margin-top:1.667em}
1674
2115
  ._fzk41ssb .ProseMirror .ProseMirror-gapcursor span[layout=wide]{margin-left:50%}
1675
2116
  ._fzt6usvi .pm-table-container{box-sizing:border-box}
1676
2117
  ._g09oidpf .ProseMirror blockquote{margin-right:0}
1677
2118
  ._g0ho1wwu .ProseMirror .placeholder-decoration-fade-in{animation-name:kgnpaw5}
2119
+ ._g27h1y44 .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{left:4px}
2120
+ ._g27hidpf .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{left:0}
1678
2121
  ._g52lidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{flex-grow:0}
2122
+ ._g5of1mi1 .ProseMirror [data-layout-section]:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
1679
2123
  ._g5xu1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger)::selection{background-color:transparent}
1680
2124
  ._g62yutpp .pm-table-container>table>tbody>tr>th th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1681
2125
  ._g6l115s3 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){background-color:var(--ds-background-selected,#e9f2fe)}
@@ -1684,14 +2128,19 @@
1684
2128
  ._g8xr1b66 .ak-editor-expand__expanded .ak-editor-expand__content>div.ak-editor-expand[data-node-type=nestedExpand]{margin-top:var(--ds-space-050,4px)}
1685
2129
  ._g91j15cr .editor-mention-primitive.mention-self{color:var(--ds-text-inverse,#fff)}
1686
2130
  ._g971h2mm .pm-table-container{position:relative}
2131
+ ._g9hd1ial .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{z-index:12}
1687
2132
  ._ga7midpf .ProseMirror .ProseMirror-fake-text-cursor:after{top:0}
2133
+ ._gae8usvi [data-prosemirror-node-name=status] .lozenge-wrapper{box-sizing:border-box}
2134
+ ._gbpf1tsb .ProseMirror .ak-editor-sync-block.user-is-dragging{box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
1688
2135
  ._gcu91ytf .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-initial{animation-timing-function:ease-in-out}
1689
2136
  ._gdg21kdv .ProseMirror :is(p,h1,h2,h3,h4,h5,h6):not(:is(ul,ol,div[data-node-type=actionList]) :is(p,h1,h2,h3,h4,h5,h6)).ak-editor-selected-node:not(.ak-editor-selected-node *){-webkit-user-select:text}
1690
2137
  ._gdp01osq .ProseMirror .ProseMirror-gapcursor span{width:100%}
1691
2138
  ._gdx6idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h6 style:first-child+*{margin-top:0}
2139
+ ._geet1j28 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column] ::selection{background-color:transparent}
1692
2140
  ._gfk0idpf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-left:0}
1693
2141
  ._ghwiidpf .ProseMirror .ak-editor-annotation-draft{padding-left:0}
1694
2142
  ._giavsm61 .ProseMirror .pm-table-wrapper>table::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-subtle,#00000000)}
2143
+ ._gjds1if8 .layout-column-divider-thumb{position:sticky}
1695
2144
  ._gkev15cr .ProseMirror .telepointer.color-0{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
1696
2145
  ._gly4i8nm [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{background-color:var(--ds-background-neutral,#0515240f)}
1697
2146
  ._go9a1e5h .pm-table-container>table th{text-align:left}
@@ -1700,11 +2149,14 @@
1700
2149
  ._gpgbe0wb .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){min-width:16.25px}
1701
2150
  ._gpgbgktf .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){min-width:20px}
1702
2151
  ._gptrh2mm ol[data-node-type=decisionList].ak-editor-selected-node{position:relative}
2152
+ ._grya7wq0 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{background-color:var(--ds-blanket-selected,#388bff14)}
1703
2153
  ._gsu5idpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{margin-top:0}
2154
+ ._gt3aidpf .ProseMirror [data-layout-section] [data-layout-column]>div>.ProseMirror-gapcursor.-right:first-child+.mediaSingleView-content-wrap .rich-media-item{margin-top:0}
1704
2155
  ._gtdbusvi .ProseMirror ol{box-sizing:border-box}
1705
2156
  ._gtdrbimv .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1706
2157
  ._gtia188d [data-prosemirror-node-name=date] .date-lozenger-container span{transition-duration:.3s}
1707
2158
  ._gv641nu9 .ProseMirror span[data-placeholder]{display:inline}
2159
+ ._gvya1j28 .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span ::selection{background-color:transparent}
1708
2160
  ._gw0eutpp .pm-table-container>table>tbody>tr>td td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1709
2161
  ._gx3t1b66 div[data-task-list-local-id] div[data-task-list-local-id]{margin-top:var(--ds-space-050,4px)}
1710
2162
  ._gx5jidpf [data-prosemirror-node-name=taskItem] [data-component=placeholder]{margin-top:0}
@@ -1718,17 +2170,24 @@
1718
2170
  ._h4bbidpf .fabric-editor-font-size:first-of-type:first-child h6:first-child:not(style){margin-top:0}
1719
2171
  ._h5e31j9a{--local-background:var(--ds-background-input,#fff)}
1720
2172
  ._h8pgidpf .mediaGroupView-content-wrap ul{padding-right:0}
2173
+ ._h8yxstnw .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{position:absolute}
1721
2174
  ._h9qo1r31 .ProseMirror .placeholder-decoration .placeholder-android{outline-color:currentColor}
1722
2175
  ._haa41wth .ProseMirror ul[data-indent-level="1"]{list-style-type:disc}
2176
+ ._hcn5st3y .ProseMirror .ak-editor-bodied-sync-block.creation-loading{animation-name:k1r6lcmc}
2177
+ ._hd3jb3bt .ProseMirror .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
1723
2178
  ._hd90idpf .ProseMirror li .rich-media-item{margin-bottom:0}
1724
2179
  ._hewr15vq [data-prosemirror-node-name=taskItem] [data-component=placeholder]{overflow-x:hidden}
1725
2180
  ._hiy2h2mm [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{position:relative}
1726
2181
  ._hiyf1rpy .ak-editor-expand__title-input::-ms-input-placeholder{color:var(--ds-text-subtlest,#6b6e76)}
1727
2182
  ._hiyf1rpy .ak-editor-expand__title-input::placeholder{color:var(--ds-text-subtlest,#6b6e76)}
1728
2183
  ._hje11ckf .search-match-expand-title.selected-search-match>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
2184
+ ._hkkl1917 [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-wrapper{background-color:var(--ds-background-warning,#fff5db)}
1729
2185
  ._hleuegat .ProseMirror .code-block .code-content code{tab-size:4}
1730
2186
  ._hlqnidpf .pm-table-wrapper>table>tbody>tr>th>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
2187
+ ._holl1txw .layout-column-divider-rail{display:flex}
1731
2188
  ._hphj1hrf .ProseMirror .mediaSingleView-content-wrap[layout=wrap-right]+.mediaSingleView-content-wrap[layout=wrap-left]{clear:both}
2189
+ ._hr6mstnw .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{position:absolute}
2190
+ ._hse11txw .layout-column-divider{display:flex}
1732
2191
  ._hte21j28 .ak-editor-selected-node>.editor-mention-primitive ::selection{background-color:transparent}
1733
2192
  ._htjx1l7b .richMedia-resize-handle-left:after{width:3px}
1734
2193
  ._htkd115i .ProseMirror .telepointer.color-10{--telepointer-participant-bg-color:var(--ds-background-accent-blue-subtle,#669df1)}
@@ -1738,14 +2197,22 @@
1738
2197
  ._hxjcidpf ol[data-node-type=decisionList].ak-editor-selected-node:before{top:0}
1739
2198
  ._hzyyidpf .pm-alt-text-alt-text-floating-toolbar{padding-bottom:0}
1740
2199
  ._i1t94pcx .ProseMirror .ak-editor-panel[data-panel-type=success] .ak-editor-panel__icon[data-panel-type=success]{color:var(--ds-icon-success,#6a9a23)}
2200
+ ._i2g5glyw .ProseMirror .ak-editor-bodied-sync-block.creation-loading{box-shadow:none}
1741
2201
  ._i2t315vq .ProseMirror .code-block .code-block--start{visibility:hidden}
2202
+ ._i2tlstnw .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{position:absolute}
1742
2203
  ._i3wvidpf .ProseMirror>.code-block:first-child{margin-top:0}
1743
2204
  ._i521rprw .ProseMirror .danger .code-block .code-content{background-color:var(--ds-blanket-danger,#ef5c4814)}
2205
+ ._i6821hrf .ProseMirror [data-layout-section] [data-layout-column] [data-layout-content] .mediaGroupView-content-wrap{clear:both}
2206
+ ._i6psbx47 .ProseMirror .ak-editor-bodied-sync-block.creation-loading{background-clip:padding-box,border-box}
2207
+ ._i6q6p3kn .ProseMirror .ak-editor-sync-block.creation-loading{animation-timing-function:linear}
1744
2208
  ._iauqidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-left:0}
2209
+ ._ic9istnw .ProseMirror .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}
2210
+ ._ice31wug .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider{flex-basis:auto}
1745
2211
  ._ieodidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+*>*{margin-top:0}
1746
2212
  ._igie1t4y div[extensionType="com.atlassian.ai-blocks"] .extension-container{background-color:var(--ds-surface,#fff)!important}
1747
2213
  ._ihto1vek [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-border-color:var(--local-border-active)}
1748
2214
  ._ihzat94y .pm-table-container .pm-table-right-border{width:1px}
2215
+ ._iihvidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{bottom:0}
1749
2216
  ._ijgu1diq [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled[data-invalid]+svg{--checkbox-border-color:var(--local-border-disabled)}
1750
2217
  ._ik5u1osq .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{height:100%}
1751
2218
  ._ikp21osq .ak-editor-expand__title-container{width:100%}
@@ -1760,6 +2227,7 @@
1760
2227
  ._iqou1osq .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{height:100%}
1761
2228
  ._iqu9pxbi .ak-editor-content-area .ak-editor-content-area .ProseMirror blockquote{padding-left:var(--ds-space-200,1pc)}
1762
2229
  ._iqym1l7b .ProseMirror .ak-editor-annotation-hover:has(.card){padding-bottom:3px}
2230
+ ._ir1d1j28 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]::-moz-selection{background-color:transparent}
1763
2231
  ._irzhi7a9 .pm-table-container>table>tbody>tr>th{font-weight:var(--ds-font-weight-regular,400)}
1764
2232
  ._ise9idpf .ak-editor-selected-node>[data-decision-wrapper]:before{top:0}
1765
2233
  ._ixm7jp4b .pm-table-sticky-wrapper>table>tbody>tr>td{vertical-align:top}
@@ -1767,6 +2235,7 @@
1767
2235
  ._j03f1qop{--ak-editor--breakout-wide-layout-width:905px}
1768
2236
  ._j0guglyw .ProseMirror .left-shadow:after{display:none}
1769
2237
  ._j2goidpf .fabric-editor-font-size:first-of-type:first-child h5 style:first-child+*{margin-top:0}
2238
+ ._j4h4t94y .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{width:1px}
1770
2239
  ._j543idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) .heading-wrapper style:first-child+*{margin-top:0}
1771
2240
  ._j6t01o8l .ProseMirror.ua-firefox ol li p>span:empty{display:inline-block}
1772
2241
  ._j745vrvc [data-prosemirror-node-name=blockTaskItem] [data-component=task-item-main]{flex-direction:row}
@@ -1776,15 +2245,20 @@
1776
2245
  ._jav3idpf .ProseMirror>hr:first-child{margin-top:0}
1777
2246
  ._jcgg17vv div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-name:k1eqwm1p}
1778
2247
  ._jcgg194d div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-name:k7wtbat}
2248
+ ._jcll1v6z .layout-column-divider-rail{width:7px}
1779
2249
  ._jcnagrf3 .ak-editor-panel__content>div[data-task-list-local-id]:first-child{margin-left:0!important}
1780
2250
  ._jd6pidpf .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-right:0}
1781
2251
  ._jd7v1osq .ak-editor-panel.ak-editor-selected-node:not(.danger):before{width:100%}
1782
2252
  ._jdud1osq .ProseMirror .right-shadow:before{height:100%}
2253
+ ._jetmpfqs [data-prosemirror-node-name=status] .lozenge-wrapper{position:static}
1783
2254
  ._jhe3r4us .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
1784
2255
  ._jhti1hna [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{word-wrap:break-word}
2256
+ ._ji6rstnw .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}
1785
2257
  ._jj6didpf :not(.fabric-editor-block-mark)>h6:first-child:not(style){margin-top:0}
1786
2258
  ._jldnp1qy .ProseMirror h5>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{transform:translateY(-2px)}
2259
+ ._jlqawu06 [data-prosemirror-node-name=status] .lozenge-text{font-weight:var(--ds-font-weight-bold,653)}
1787
2260
  ._jlwvidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+pre{margin-top:0}
2261
+ ._jnn8idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{top:0}
1788
2262
  ._jo73f6fq .ProseMirror h6>.mediaInlineView-content-wrap>.media-inline-image-wrapper{height:18px}
1789
2263
  ._jpyq1kdv .ak-editor-selected-node>[data-decision-wrapper]{-webkit-user-select:text}
1790
2264
  ._jr291hrf .pm-table-cell-content-wrap .mediaGroupView-content-wrap{clear:both}
@@ -1796,25 +2270,35 @@
1796
2270
  ._jtxaglyw [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{pointer-events:none}
1797
2271
  ._jv52utpp .richMedia-resize-handle-left{padding-left:var(--ds-space-150,9pt)}
1798
2272
  ._jvh11gly .ProseMirror .danger.code-block .line-number-gutter{background-color:var(--ds-background-danger,#ffeceb)}
2273
+ ._jx2uymdr .ProseMirror .ak-editor-sync-block.creation-loading{animation-duration:2s}
1799
2274
  ._jx4g1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{height:calc(100% + 2px)}
1800
2275
  ._jydlidpf .ProseMirror .ak-editor-annotation-hover{padding-right:0}
1801
2276
  ._jz6vgrf3 .ProseMirror .ak-editor-panel__content>.ProseMirror-widget:first-child+.ProseMirror-widget+.code-block{margin-top:0!important}
1802
2277
  ._jzq1idpf .fabric-editor-alignment:first-of-type:first-child h5:first-child:not(style){margin-top:0}
1803
2278
  ._k1fkbimv ol[data-node-type=decisionList].ak-editor-selected-node.danger{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
2279
+ ._k1is1cc3 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section]{box-shadow:inset 0 0 0 1px var(--ds-border-selected,#1868db)}
2280
+ ._k1isfzyd .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section]{box-shadow:0 0 0 0 var(--ds-border-selected,#1868db)}
2281
+ ._k1isr4us .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section]{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
2282
+ ._k2ggkb7n .ProseMirror .ak-editor-bodied-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{opacity:1}
1804
2283
  ._k3s4idpf .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-left{margin-right:0}
1805
2284
  ._k3ws1xfb .ProseMirror h4{margin-top:1.25em}
1806
2285
  ._k3wsq19t .ProseMirror h4{margin-top:1.357em}
2286
+ ._k50g15vq .ak-editor-sync-block__label{visibility:hidden}
1807
2287
  ._k5rqstnw ol[data-node-type=decisionList].ak-editor-selected-node:before{position:absolute}
1808
2288
  ._k6qpoly4 html[data-color-mode=dark] .ProseMirror .telepointer{--telepointer-participant-background-second-stop:200000%}
1809
2289
  ._k75vkb7n [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{flex-grow:1}
1810
2290
  ._k76btlke [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{cursor:pointer}
1811
2291
  ._k8k0idpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-left:0}
1812
2292
  ._k9eskivo [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:hover+svg{--checkbox-background-color:var(--local-background-hover)}
2293
+ ._k9ixstnw .ProseMirror [data-layout-section]:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}
1813
2294
  ._kb94idpf .ak-editor-expand__icon-button{margin-right:0}
1814
2295
  ._kbdlvn6p .ProseMirror [data-node-type=actionList]{margin-top:max(0px,calc(10px + (var(--ak-editor-base-font-size, 1pc) - 13px)*.66667))}
1815
2296
  ._kcgj15vq [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{overflow-x:hidden}
1816
2297
  ._kdjsglyw .ProseMirror.ua-chrome .inlineNodeView>span{-webkit-user-select:none;-ms-user-select:none;user-select:none}
1817
2298
  ._kdk7qslr .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){width:22px}
2299
+ ._ke4wutpp .ak-editor-sync-block__label{right:var(--ds-space-150,9pt)}
2300
+ ._kec0kb7n .ProseMirror .layoutSectionView-content-wrap:hover .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider{opacity:1}
2301
+ ._kevbidpf .ProseMirror [data-layout-section] [data-layout-column]>div>.ProseMirror-gapcursor:first-child+*{margin-top:0}
1818
2302
  ._kf7b1b66 [data-prosemirror-node-name=date] .date-lozenger-container span{padding-left:var(--ds-space-050,4px)}
1819
2303
  ._kfw11j28 .ProseMirror .code-block.ak-editor-selected-node:not(.danger)::-moz-selection{background-color:transparent}
1820
2304
  ._kifh1w2o .ProseMirror h1 .emoji-common-placeholder{height:24.25px}
@@ -1828,6 +2312,7 @@
1828
2312
  ._knnuidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+span+*>*{margin-top:0}
1829
2313
  ._komfhp5a .pm-table-container>table th:not(.danger) .code-block:not(.danger){background-color:var(--ds-surface-raised,#fff)}
1830
2314
  ._kq5rusvi .pm-table-container>table *{box-sizing:border-box}
2315
+ ._kqjnidpf .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger):before{bottom:0}
1831
2316
  ._kqswh2mm{position:relative}
1832
2317
  ._ksblidpf .fabric-editor-alignment:first-of-type:first-child p:first-child:not(style){margin-top:0}
1833
2318
  ._ksg217vv .ProseMirror h1>.media-inline-image-wrapper{transform:translateY(-3px)}
@@ -1845,6 +2330,7 @@
1845
2330
  ._l6b9n7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{left:unset}
1846
2331
  ._l6wkjmqp{--local-border-checked:var(--ds-background-selected-bold,#1868db)}
1847
2332
  ._la471bp4 .richMedia-resize-handle-right{flex-direction:column}
2333
+ ._lau51j28 .statusView-content-wrap.ak-editor-selected-node .status-lozenge-span>span ::-moz-selection{background-color:transparent}
1848
2334
  ._lcgdbimv .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-image{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1849
2335
  ._ldgngktf .ProseMirror h5>.mediaInlineView-content-wrap>.media-inline-image-wrapper{height:20px}
1850
2336
  ._lezgi8nm .pm-table-container>table th:not(.danger) .code-block:not(.danger) .line-number-gutter{background-color:var(--ds-background-neutral,#0515240f)}
@@ -1860,26 +2346,35 @@
1860
2346
  ._lqso1o8l .ProseMirror blockquote{display:inline-block}
1861
2347
  ._lr001e5h .pm-table-wrapper>table th{text-align:left}
1862
2348
  ._lr83oqnp .ProseMirror li>pre:last-of-type.code-block{margin-bottom:.75rem}
2349
+ ._lrq1oskh .ProseMirror .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
1863
2350
  ._luzi1h6o .ProseMirror .ak-editor-panel .ak-editor-panel__icon{text-align:center}
1864
2351
  ._lv7dn7od a .fabric-text-color-mark{color:unset}
2352
+ ._lvhloskh .ProseMirror [data-layout-section]:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
1865
2353
  ._lvwq7vkz [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{height:1pc}
1866
2354
  ._m1d5tlke .dateView-content-wrap .date-lozenger-container{cursor:pointer}
2355
+ ._m1o1d439 .ProseMirror .ak-editor-sync-block.danger .ak-editor-sync-block__label{top:-14px}
1867
2356
  ._m1xp1h90 .__resizable_base__{height:auto!important}
1868
2357
  ._m2j51j28 .ak-editor-panel.ak-editor-selected-node:not(.danger) ::-moz-selection{background-color:transparent}
2358
+ ._m2jl1q9c [data-prosemirror-node-name=status] .lozenge-text{white-space:nowrap}
1869
2359
  ._m2w9199y [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:hover+svg{--checkbox-border-color:var(--local-border-hover)}
1870
2360
  ._m3b01o36 .ProseMirror-selectednode{outline-width:medium}
1871
2361
  ._m4h31ul7 .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{transform:rotate(0deg)}
1872
2362
  ._m5f81x4e .pm-table-wrapper>table{font-size:1em}
1873
2363
  ._m5j31j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection{background-color:transparent}
1874
2364
  ._m6yo1u8q .pm-table-container>table>tbody>tr>td{background-clip:padding-box}
2365
+ ._m6zxewfl .ProseMirror .ak-editor-sync-block:hover .ak-editor-sync-block__label{visibility:visible}
1875
2366
  ._m7kfglyw .ProseMirror .code-block .code-content__line-number--wrapped{-webkit-user-select:none;-ms-user-select:none;user-select:none}
2367
+ ._m8swidpf .ProseMirror>.fabric-editor-breakout-mark:first-child .ak-editor-sync-block{margin-top:0}
1876
2368
  ._mcklidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h1 style:first-child+*{margin-top:0}
1877
2369
  ._mekn1rpy .ProseMirror span.pm-placeholder{color:var(--ds-text-subtlest,#6b6e76)}
1878
2370
  ._mfp71wug [data-prosemirror-node-name=blockTaskItem] [data-component=content]{flex-basis:auto}
1879
2371
  ._mhqkq19t .ProseMirror .fabric-editor-block-mark.fabric-editor-alignment:not(:first-child)>h4:first-child{margin-top:1.357em}
1880
2372
  ._midr1wdg .search-match-block.search-match-dark .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
1881
2373
  ._mjjq1n1a .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{right:-1px}
2374
+ ._mju21h7z .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget{display:contents!important}
1882
2375
  ._mklmidpf .ProseMirror>.ak-editor-expand{margin-left:0}
2376
+ ._mm5uf6fq .ProseMirror .ak-editor-sync-block .ak-editor-bodied-sync-block__content{padding-right:18px}
2377
+ ._mnwgutpp .layout-column-divider-thumb{top:var(--ds-space-150,9pt)}
1883
2378
  ._mpdktlke .unsupportedBlockView-content-wrap>div{cursor:pointer}
1884
2379
  ._mpruidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{height:0}
1885
2380
  ._msbp1j28 .ProseMirror .code-block.ak-editor-selected-node:not(.danger)::selection{background-color:transparent}
@@ -1895,10 +2390,12 @@
1895
2390
  ._n4szidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ol{margin-top:0}
1896
2391
  ._n4v415vq [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{overflow-y:hidden}
1897
2392
  ._n5n31j28 .ProseMirror :is(ul,ol,div[data-node-type=actionList]):not(:is(ul,ol,div[data-node-type=actionList]) *).ak-editor-selected-node:not(.ak-editor-selected-node *)::selection{background-color:transparent}
2393
+ ._n5yrh2mm .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]{position:relative}
1898
2394
  ._n65sidpf .fabric-editor-font-size:first-of-type:first-child h3:first-child:not(style){margin-top:0}
1899
2395
  ._n6a11fwx{--ak-editor--resizer-handle-spacing:12px}
1900
2396
  ._n6v6kb7n [data-prosemirror-node-name=blockTaskItem] [data-component=content]{flex-grow:1}
1901
2397
  ._naf3oqnp .ProseMirror li>.code-block{margin-top:.75rem}
2398
+ ._navqidpf .ProseMirror [data-layout-section] [data-layout-column]>div>.embedCardView-content-wrap:first-of-type .rich-media-item{margin-top:0}
1902
2399
  ._nbea1n1a .gridLine{margin-left:-1px}
1903
2400
  ._nbkc170n [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked+svg{--checkbox-border-color:var(--local-border-checked)}
1904
2401
  ._nck11nu9 .editor-mention-primitive{display:inline}
@@ -1908,25 +2405,30 @@
1908
2405
  ._ndxcstnw .ak-editor-panel.ak-editor-selected-node:not(.danger):before{position:absolute}
1909
2406
  ._nfsm1xbj .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-name:k7xl0d6}
1910
2407
  ._ngbzidpf .ProseMirror .sentinel-left{min-width:0}
2408
+ ._ngstidpf .ProseMirror .ak-editor-bodied-sync-block .ak-editor-bodied-sync-block__content{padding-top:0}
1911
2409
  ._nh0eidpf .ProseMirror-gapcursor+[layout=wrap-right]+[layout=wrap-left]>div{margin-left:0}
1912
2410
  ._nj021ule .ProseMirror .right-shadow:after{display:block}
1913
2411
  ._nj02glyw .ProseMirror .right-shadow:after{display:none}
1914
2412
  ._nnhzewfl .ProseMirror .pm-table-wrapper.pm-table-wrapper-no-overflow{overflow-x:visible}
1915
2413
  ._nnniidpf .ProseMirror>.ak-editor-expand{margin-right:0}
2414
+ ._np4xt94y .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{width:1px}
1916
2415
  ._npmhh2mm .ProseMirror .ProseMirror-gapcursor{position:relative}
1917
2416
  ._nq831kw7 .ProseMirror .ak-editor-panel[data-panel-type=note]{color:inherit}
1918
2417
  ._nr43161g div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{transform:translate3d(0,0,0)}
2418
+ ._nrxu1b66 .ProseMirror .ak-editor-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{padding-top:var(--ds-space-050,4px)}
1919
2419
  ._nuih1j28 .ProseMirror-hideselection ::selection{background-color:transparent}
1920
2420
  ._nv9v1o36 .ProseMirror{outline-width:medium}
1921
2421
  ._nvoj1wug [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{flex-basis:auto}
1922
2422
  ._nw2u1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::-moz-selection{background-color:transparent}
1923
2423
  ._nwuhysee .pm-table-sticky-wrapper>table th{background-color:var(--ds-background-accent-gray-subtlest,#f0f1f2)}
2424
+ ._nxsk1tsb .ProseMirror .ak-editor-bodied-sync-block:has(.ak-editor-sync-block__loading_state){box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
1924
2425
  ._nyhtglyw .ProseMirror .ProseMirror-fake-text-selection{pointer-events:none}
1925
2426
  ._nzjn1ou6 .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){width:26px}
1926
2427
  ._o0dm16z4 .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-duration:2.5s}
1927
2428
  ._o0lfidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+span+*{margin-top:0}
1928
2429
  ._o1nxstnw .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{position:absolute}
1929
2430
  ._o1p8idpf .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-left:0}
2431
+ ._o4x21bgf .ProseMirror .ak-editor-sync-block.ak-editor-selected-node .ak-editor-sync-block__label>span{color:var(--ds-text-selected,#1868db)!important}
1930
2432
  ._o4za1txw .ProseMirror .ak-editor-panel{display:flex}
1931
2433
  ._o5elfeiv .ProseMirror .ak-editor-annotation-draft{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
1932
2434
  ._o5sfidpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{opacity:0}
@@ -1939,15 +2441,21 @@
1939
2441
  ._o9w6iro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
1940
2442
  ._oa091nka .search-match-block .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
1941
2443
  ._oaj1rsbi{--local-border-hover:var(--ds-border-input,#8c8f97)}
2444
+ ._oay31j28 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]::selection{background-color:transparent}
1942
2445
  ._ocu01rwh{--editor-font-ugc-token-heading-h2:normal 500 1.42857em/1.2 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
1943
2446
  ._ocu0mnnt{--editor-font-ugc-token-heading-h2:normal 600 1.42857em/1.2 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
1944
2447
  ._ocz2idpf :not(.fabric-editor-block-mark)>h1 style:first-child+*{margin-top:0}
1945
2448
  ._od11grf3 .ProseMirror li:has(>ul:only-child){margin-top:0!important}
2449
+ ._od5newfl .ProseMirror .ak-editor-sync-block.ak-editor-bodied-sync-block__selection_inside .ak-editor-sync-block__label{visibility:visible}
1946
2450
  ._odc0ftgi .ProseMirror .right-shadow:after{width:8px}
1947
2451
  ._oemsidpf .ak-editor-expand__title-container{padding-top:0}
2452
+ ._ofywr4us .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
2453
+ ._ofyww5lj .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-selected,#1868db)}
1948
2454
  ._oi2iewfl .ak-editor-expand__title-container{overflow-y:visible}
1949
2455
  ._oide1ps2 [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked+svg{--checkbox-background-color:var(--local-background-checked)}
2456
+ ._oigxidpf .ProseMirror .ak-editor-bodied-sync-block.view-mode .ak-editor-sync-block__label{opacity:0}
1950
2457
  ._oj2bh2mm .ProseMirror .taskItemView-content-wrap{position:relative}
2458
+ ._oj2q1osq .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{width:100%}
1951
2459
  ._ojmct7xp .ProseMirror .ak-editor-annotation-focus{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
1952
2460
  ._ok62m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h5{clear:both!important}
1953
2461
  ._om23f6fq .ProseMirror h6>.media-inline-image-wrapper{height:18px}
@@ -1962,9 +2470,12 @@
1962
2470
  ._or3e1s89 .search-match-block.search-match-block-selected .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
1963
2471
  ._or5e1jtm .code{white-space:pre-wrap}
1964
2472
  ._oro41igz [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{padding-inline-end:var(--ds--button--new-icon-padding-end,0)}
2473
+ ._osi71o8l .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{display:inline-block}
1965
2474
  ._ou5ucuwt .ProseMirror .code-block .line-number-gutter{width:var(--lineNumberGutterWidth,2rem)}
1966
2475
  ._ould93zu [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{--checkbox-background-color:var(--local-background)}
1967
2476
  ._owanmyb0 .richMedia-resize-handle-left{margin-left:-4px}
2477
+ ._oxhkby5v .ProseMirror .ak-editor-bodied-sync-block.disabled{background-color:var(--ds-background-disabled,#17171708)}
2478
+ ._oz757wq0 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{background-color:var(--ds-blanket-selected,#388bff14)}
1968
2479
  ._oz7r1j28 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2)::selection{background-color:transparent}
1969
2480
  ._ozidmk5s .ProseMirror :is(p,h1,h2,h3,h4,h5,h6):not(:is(ul,ol,div[data-node-type=actionList]) :is(p,h1,h2,h3,h4,h5,h6)).ak-editor-selected-node:not(.ak-editor-selected-node *){box-shadow:0 -4px 0 var(--ds-background-accent-blue-subtler,#cfe1fd),0 4px 0 var(--ds-background-accent-blue-subtler,#cfe1fd)}
1970
2481
  ._p0351j28 .ak-editor-selected-node>[data-decision-wrapper]::-moz-selection{background-color:transparent}
@@ -1974,10 +2485,14 @@
1974
2485
  ._p3p6usvi .gridLine{box-sizing:border-box}
1975
2486
  ._p4wq1osq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{height:100%}
1976
2487
  ._p8rdtlke .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){cursor:pointer}
2488
+ ._p96k1b66 .ProseMirror .ak-editor-bodied-sync-block.danger .ak-editor-sync-block__label{padding-bottom:var(--ds-space-050,4px)}
1977
2489
  ._pa0l15vq .ProseMirror p:has(.placeholder-decoration-hide-overflow){overflow-x:hidden}
2490
+ ._parp1osq .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{height:100%}
1978
2491
  ._pavrusvi .pm-table-wrapper>table *{box-sizing:border-box}
1979
2492
  ._pdshrprw .ProseMirror .danger.code-block .code-content{background-color:var(--ds-blanket-danger,#ef5c4814)}
1980
2493
  ._pdsn78tn .editor-mention-primitive{line-height:1.714}
2494
+ ._peb2tcjq .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget[data-blocks-drop-target-container]{display:block!important}
2495
+ ._pf7d1j28 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]::-moz-selection{background-color:transparent}
1981
2496
  ._pg931osq{--ak-editor--breakout-min-width:100%}
1982
2497
  ._pgjg1j5o .ProseMirror h6 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
1983
2498
  ._phftrsbi{--local-border:var(--ds-border-input,#8c8f97)}
@@ -1986,9 +2501,11 @@
1986
2501
  ._phzastnw div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{position:absolute}
1987
2502
  ._pi27grho .fabric-editor--full-width-mode{--ak-editor--breakout-min-width:0px}
1988
2503
  ._pichgir2 .ProseMirror .ProseMirror-fake-text-selection{background-color:Highlight}
2504
+ ._pit21k92 [data-prosemirror-node-name=status] .lozenge-wrapper{height:1.25rem}
1989
2505
  ._pj951gly .danger>div>div>.media-card-frame{background-color:var(--ds-background-danger,#ffeceb)}
1990
2506
  ._ple11h90 .__resizable_base__{width:auto!important}
1991
2507
  ._pm9i14no .ProseMirror h1>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:36px}
2508
+ ._pmav4jg8 [data-prosemirror-node-name=status] .lozenge-text{font-style:normal}
1992
2509
  ._pn62wrdo .ProseMirror .ak-editor-panel.danger .ak-editor-panel__icon{color:var(--ds-icon-danger,#c9372c)!important}
1993
2510
  ._pnjfh2mm .ak-editor-selected-node>[data-decision-wrapper]{position:relative}
1994
2511
  ._poet1ris .pm-table-resizer-container:has(table[data-initial-width-mode=content]){--ak-editor-table-width:max-content}
@@ -1996,9 +2513,11 @@
1996
2513
  ._poq4oqnp .ProseMirror p{margin-top:.75rem}
1997
2514
  ._poz81i45 .ProseMirror .telepointer.color-9{--telepointer-participant-bg-color:var(--ds-background-accent-gray-bolder,#6b6e76)}
1998
2515
  ._pp1tidpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-top:0}
2516
+ ._prsvoskh .ProseMirror [data-layout-section] [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
1999
2517
  ._pru0idpf .ProseMirror [data-layout-section] [data-layout-column]>div .mediaSingleView-content-wrap[layout^=wrap]:has(+.mediaSingleView-content-wrap[layout^=wrap]) .rich-media-item{margin-top:0}
2000
2518
  ._prvjh2mm .ak-editor-panel.ak-editor-selected-node:not(.danger){position:relative}
2001
2519
  ._ps8p1o8l .ProseMirror .emojiView-content-wrap{display:inline-block}
2520
+ ._ptgad439 .ProseMirror .ak-editor-bodied-sync-block.danger .ak-editor-sync-block__label{top:-14px}
2002
2521
  ._puavoxwj .ProseMirror .code-block .line-number-gutter{font-size:.875rem}
2003
2522
  ._pvtri8nm .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{--ds--code--line-number-bg-color:var(--ds-background-neutral,#0515240f)}
2004
2523
  ._pwhh1ou6 .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:26px}
@@ -2018,6 +2537,7 @@
2018
2537
  ._q8c11osq .ProseMirror .right-shadow:after{height:100%}
2019
2538
  ._q9kpglyw .ak-editor-expand.ak-editor-selected-node:not(.danger):before{pointer-events:none}
2020
2539
  ._qbxqgrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-left:0!important}
2540
+ ._qcib69va .ProseMirror .ak-editor-sync-block.disabled{box-shadow:0 0 0 1px var(--ds-border-disabled,#0515240f)}
2021
2541
  ._qd3musvi .ProseMirror ul{box-sizing:border-box}
2022
2542
  ._qek6180l [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:hover+svg{--checkbox-background-color:var(--local-background-checked-hover)}
2023
2543
  ._qfmzp3kn div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-timing-function:linear}
@@ -2037,11 +2557,13 @@
2037
2557
  ._qv61idpf .ProseMirror .sentinel-left{width:0}
2038
2558
  ._qxl3i8nm .pm-table-container>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
2039
2559
  ._qzx91j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::selection{background-color:transparent}
2560
+ ._r2nsh2mm .ProseMirror .ak-editor-sync-block{position:relative}
2040
2561
  ._r2uz1mb9 [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{padding-inline-start:var(--ds--button--new-icon-padding-start,0)}
2041
2562
  ._r397idpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{left:0}
2042
2563
  ._r6joidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{height:0}
2043
2564
  ._r6zr1j28 .ak-editor-panel.ak-editor-selected-node:not(.danger) ::selection{background-color:transparent}
2044
2565
  ._r79ei7uo .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container .ak-editor-expand__title-input{color:var(--ds-text,#292a2e)}
2566
+ ._r7ao1gly .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-column]{background-color:var(--ds-background-danger,#ffeceb)}
2045
2567
  ._r83tvi1l .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{width:max-content!important}
2046
2568
  ._r861idpf [data-prosemirror-node-name=taskItem] [data-component=content]{margin-right:0}
2047
2569
  ._r8jvp1qy .ProseMirror h5>.media-inline-image-wrapper{transform:translateY(-2px)}
@@ -2052,8 +2574,10 @@
2052
2574
  ._rc8813gf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{cursor:not-allowed}
2053
2575
  ._rc9pyh40 .ProseMirror hr{height:2px}
2054
2576
  ._rdw3qlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
2577
+ ._re0hb3bt .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{content:""}
2055
2578
  ._re0hidpf [data-prosemirror-node-name=blockTaskItem] [data-component=content]{margin-top:0}
2056
2579
  ._rec2idpf .ProseMirror h1{margin-bottom:0}
2580
+ ._regq1j28 .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger) ::selection{background-color:transparent}
2057
2581
  ._rejjstnw .ProseMirror .ProseMirror-fake-text-cursor:after{position:absolute}
2058
2582
  ._rfl4idpf .fabric-editor-font-size:first-of-type:first-child h5:first-child:not(style){margin-top:0}
2059
2583
  ._rhh5utpp .ak-editor-content-area .ak-editor-content-area .ProseMirror .ak-editor-panel.ak-editor-panel__no-icon{padding-left:var(--ds-space-150,9pt)}
@@ -2061,9 +2585,13 @@
2061
2585
  ._ri4ridpf :not(.fabric-editor-block-mark)>h3:first-child:not(style){margin-top:0}
2062
2586
  ._ri7p1wqq .code{font-size:.875em}
2063
2587
  ._rii71j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image ::-moz-selection{background-color:transparent}
2588
+ ._rikw15vq .ProseMirror .ak-editor-sync-block.view-mode .ak-editor-sync-block__label{visibility:hidden}
2064
2589
  ._ripsidpf .ProseMirror [layout^=wrap-]:has(+[layout^=wrap-]) .rich-media-item{margin-right:0}
2065
2590
  ._rjmvidpf .fabric-editor-font-size:first-of-type:first-child p style:first-child+*{margin-top:0}
2591
+ ._rlaw1ymo [data-prosemirror-node-name=status]>[data-color=blue]>.lozenge-wrapper{background-color:#8fb8f6}
2592
+ ._rlaw8lbg [data-prosemirror-node-name=status]>[data-color=blue]>.lozenge-wrapper{background-color:var(--ds-background-information-subtler,#cfe1fd)}
2066
2593
  ._rldy1osq .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{width:100%}
2594
+ ._rm3h1j28 .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span::selection{background-color:transparent}
2067
2595
  ._rn5mbimv .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
2068
2596
  ._rq281nka .search-match-text{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
2069
2597
  ._rqg8idpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-right:0}
@@ -2076,8 +2604,10 @@
2076
2604
  ._rv8p8stv .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-line:underline}
2077
2605
  ._rvuckb7n [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{line-height:1}
2078
2606
  ._rwhn1kw7 .ProseMirror .mediaSingleView-content-wrap[layout^=wrap-]{clear:inherit}
2607
+ ._rzjc12x7 .ProseMirror .ak-editor-sync-block{margin-top:var(--ds-space-075,6px)}
2079
2608
  ._s1jlmz2b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{--checkbox-background-color:var(--local-background-disabled)}
2080
2609
  ._s2681tsb .pm-table-container>table th:not(.danger) .code-block:not(.danger):not(.ak-editor-selected-node){box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
2610
+ ._s3jaidpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider{flex-shrink:0}
2081
2611
  ._s5gzoqnp .ProseMirror .code-block{margin-top:.75rem}
2082
2612
  ._s6jz1osq .ProseMirror .danger .code-block .line-number-gutter:after{height:100%}
2083
2613
  ._s6l1pxbi [dir=rtl] .ProseMirror blockquote{padding-right:var(--ds-space-200,1pc)}
@@ -2089,20 +2619,27 @@
2089
2619
  ._s94sftgi .ProseMirror .left-shadow:before{width:8px}
2090
2620
  ._sb9fglyw .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]{clear:none}
2091
2621
  ._sbp7utpp [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{padding-left:var(--ds-space-150,9pt)}
2622
+ ._sd1fidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{bottom:0}
2092
2623
  ._sdlb1osq .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{width:100%}
2093
2624
  ._sdnkidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]+*{margin-top:0}
2094
2625
  ._sellckbl .pm-table-sticky-wrapper>table>tbody>tr>th{min-width:3pc}
2095
2626
  ._si4z1tuv .ProseMirror .ak-ol li>ul{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
2627
+ ._sifs1y9u [data-prosemirror-node-name=status]>[data-color=green] .lozenge-wrapper{background-color:var(--ds-background-success,#efffd6)}
2096
2628
  ._skdx1osq .fabric-editor--full-width-mode .pm-table-container .multiBodiedExtension--container{max-width:100%}
2629
+ ._slibidpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget+[data-layout-column]{margin-left:0}
2097
2630
  ._slqe1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::selection{background-color:transparent}
2631
+ ._sm9f1o8l .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{display:inline-block}
2098
2632
  ._smxnglyw .ProseMirror .ProseMirror-fake-text-cursor{pointer-events:none}
2099
2633
  ._smy6idpf .ak-editor-expand__expanded .ak-editor-expand__content>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
2100
2634
  ._sneogrf3 .ProseMirror div[data-task-list-local-id]>div[data-task-list-local-id]{margin-top:0!important}
2101
2635
  ._sobi1rpy [data-prosemirror-node-name=taskItem] [data-component=placeholder]{color:var(--ds-text-subtlest,#6b6e76)}
2102
2636
  ._sopm17v8 .search-match-expand-title.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
2637
+ ._ss5sssxh .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node.danger .status-lozenge-span>span{box-shadow:0 0 0 2px var(--ds-border-danger,#e2483d)}
2638
+ ._stck16ux .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{content:"\00a0"}
2103
2639
  ._stw0idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-right:0}
2104
2640
  ._su171q9c [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{white-space:nowrap}
2105
2641
  ._sv44u2gc .ak-editor-expand__expanded .ak-editor-expand__content{padding-top:var(--ds-space-100,8px)}
2642
+ ._sva6idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{bottom:0}
2106
2643
  ._svkwu2gc .ak-editor-expand__content{padding-right:var(--ds-space-100,8px)}
2107
2644
  ._swedhwpb [data-prosemirror-node-name=taskItem] [data-component=placeholder]{margin-left:calc(var(--ds-space-100, 8px)*3)}
2108
2645
  ._sx0p1tmo .ProseMirror .telepointer.color-14{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
@@ -2118,14 +2655,18 @@
2118
2655
  ._t9o3v47k .ak-editor-content-area.appearance-full-page .ProseMirror blockquote{padding-left:var(--ds-space-250,20px)}
2119
2656
  ._tbd61u8q .pm-table-sticky-wrapper>table>tbody>tr>th{background-clip:padding-box}
2120
2657
  ._te0it94y .editor-mention-primitive{padding-bottom:1px}
2658
+ ._tesc1mi1 .ProseMirror [data-layout-section].selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
2121
2659
  ._tf4jidpf [data-prosemirror-node-name=taskItem] [data-component=content]{margin-bottom:0}
2122
2660
  ._tfy618hq .search-match-text.search-match-dark{background-color:var(--ds-background-accent-magenta-bolder-pressed,#77325b)!important}
2123
2661
  ._thflglyw [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg[data-icon-source=legacy]{display:none}
2124
2662
  ._tivjm0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+p{clear:both!important}
2663
+ ._tjbxazsu [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-text{color:var(--ds-text-subtle,#505258)}
2664
+ ._tjbxi7uo [data-prosemirror-node-name=status]>[data-color=neutral] .lozenge-text{color:var(--ds-text,#292a2e)}
2125
2665
  ._tmq91tuv .ProseMirror li+li{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
2126
2666
  ._tnheb3bt .ak-editor-panel.ak-editor-selected-node:not(.danger):before{content:""}
2127
2667
  ._tnrm1o8l [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{display:inline-block}
2128
2668
  ._tnzqbimv .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-sprite{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
2669
+ ._tq9g1kdv .ProseMirror .ak-editor-bodied-sync-block .ak-editor-bodied-sync-block__content{cursor:text}
2129
2670
  ._tqacbimv .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
2130
2671
  ._trbp1j28 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2)::-moz-selection{background-color:transparent}
2131
2672
  ._trv5rprw .danger .inlineCardView-content-wrap>span>a{background-color:var(--ds-blanket-danger,#ef5c4814)}
@@ -2148,6 +2689,7 @@
2148
2689
  ._u4nwr4us .mediaGroupView-content-wrap.ak-editor-selected-node #newFileExperienceWrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
2149
2690
  ._u5bi1kw7 .ProseMirror .ak-editor-panel[data-panel-type=success]{color:inherit}
2150
2691
  ._u5f3v47k{padding-right:var(--ds-space-250,20px)}
2692
+ ._u7fhtlke .statusView-content-wrap>span{cursor:pointer}
2151
2693
  ._u854iro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
2152
2694
  ._u8en3mia .ProseMirror{font-size:var(--ak-editor-base-font-size)}
2153
2695
  ._u96x1ial .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{z-index:12}
@@ -2167,6 +2709,7 @@
2167
2709
  ._umh5idpf .ProseMirror>.ProseMirror-widget:first-child+hr{margin-top:0}
2168
2710
  ._uov4idpf .ProseMirror.ua-chrome li>.mediaSingleView-content-wrap:before{height:0}
2169
2711
  ._upeu1ejb .ak-editor-expand__icon-button{width:var(--ds-space-300,24px)}
2712
+ ._upkyidpf .ProseMirror .ak-editor-bodied-sync-block .ak-editor-sync-block__renderer{padding-bottom:0}
2170
2713
  ._ups11rpy .ProseMirror .placeholder-decoration{color:var(--ds-text-subtlest,#6b6e76)}
2171
2714
  ._uput15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self{background-color:var(--ds-background-selected,#e9f2fe)}
2172
2715
  ._uq761ntv .ProseMirror .code-block .code-content__line-number--wrapped{box-sizing:content-box}
@@ -2192,6 +2735,8 @@
2192
2735
  ._v284h2mm .ProseMirror .ProseMirror-fake-text-cursor{position:relative}
2193
2736
  ._v3vym0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ul{clear:both!important}
2194
2737
  ._v756glyw ol[data-node-type=decisionList].ak-editor-selected-node:before{pointer-events:none}
2738
+ ._v7ki127p .ProseMirror .ak-editor-sync-block.ak-editor-selected-node{box-shadow:0 0 0 1px var(--ds-border-focused,#4688ec)}
2739
+ ._v7np1j28 .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:after{background-color:transparent}
2195
2740
  ._v7qn1o36 [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{outline-width:medium}
2196
2741
  ._v919idpf [data-prosemirror-node-name=taskItem] [data-component=content]{min-width:0}
2197
2742
  ._v91rcfaq .pm-table-container>table{border-collapse:collapse}
@@ -2200,6 +2745,7 @@
2200
2745
  ._v9kukb7n .ProseMirror .telepointer:hover .telepointer-fullname{z-index:1}
2201
2746
  ._vdlzei1s html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-second-stop:150000%}
2202
2747
  ._vdne1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{padding-right:var(--ds-space-050,4px)}
2748
+ ._ve9oidpf .ProseMirror>.fabric-editor-breakout-mark:first-child .ak-editor-bodied-sync-block{margin-top:0}
2203
2749
  ._vee2q98m .ProseMirror blockquote.ak-editor-selected-node{border-left-color:var(--ds-border-selected,#1868db)}
2204
2750
  ._vffj15vq .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{overflow-y:hidden}
2205
2751
  ._vfpvglyw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{pointer-events:none}
@@ -2217,16 +2763,20 @@
2217
2763
  ._vpdlh2mm .ProseMirror .code-block.ak-editor-selected-node:not(.danger){position:relative}
2218
2764
  ._vppwidpf .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-right{margin-left:0}
2219
2765
  ._vqlp1x4e .pm-table-container>table{font-size:1em}
2766
+ ._vr1i1mi1 .ProseMirror [data-layout-section] [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
2220
2767
  ._vr8nidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+span+*{margin-top:0}
2221
2768
  ._vrwbysee .pm-table-container>table th{background-color:var(--ds-background-accent-gray-subtlest,#f0f1f2)}
2222
2769
  ._vtgestnw .ProseMirror .ProseMirror-gapcursor span{position:absolute}
2223
2770
  ._vu3nf1ug .ProseMirror .ak-editor-panel .ak-editor-panel__content{flex-basis:0%}
2771
+ ._vw7istnw .ProseMirror [data-layout-section].selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}
2224
2772
  ._vwip2c8p .ProseMirror .telepointer.color-6{--telepointer-participant-bg-color:var(--ds-background-accent-teal-bolder,#227d9b)}
2225
2773
  ._vwz41tcg{line-height:24px}
2226
2774
  ._vx27c7mi .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-250,-20px)}
2227
2775
  ._vx27xmi2 .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-150,-9pt)}
2228
2776
  ._vx7ee0wb .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{width:16.25px}
2229
2777
  ._vx7egktf .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{width:20px}
2778
+ ._vyx61mi1 .ProseMirror .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:-25px}
2779
+ ._vzxo127p .ProseMirror .ak-editor-bodied-sync-block.ak-editor-selected-node{box-shadow:0 0 0 1px var(--ds-border-focused,#4688ec)}
2230
2780
  ._w0ams4qr .ProseMirror .danger .ak-editor-panel[data-panel-type=error] .ak-editor-panel__icon[data-panel-type=error]{color:var(--ds-icon-danger,#c9372c)}
2231
2781
  ._w0c11hna .ProseMirror .ak-editor-panel{word-break:break-word}
2232
2782
  ._w0epidpf .ProseMirror .ak-editor-annotation-blur{padding-left:0}
@@ -2240,6 +2790,7 @@
2240
2790
  ._w4bt1j28 .ak-editor-selected-node>[data-decision-wrapper] ::-moz-selection{background-color:transparent}
2241
2791
  ._w6dp1ule .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{display:block}
2242
2792
  ._w8rkiro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
2793
+ ._w8xhn7od .ProseMirror .ak-editor-bodied-sync-block.view-mode{background-color:unset}
2243
2794
  ._w9ivh2mm .ProseMirror .left-shadow{position:relative}
2244
2795
  ._w9wp1j28 .pm-table-wrapper>table{border-right-color:transparent}
2245
2796
  ._wc52idpf .pm-alt-text-alt-text-floating-toolbar{padding-top:0}
@@ -2249,13 +2800,16 @@
2249
2800
  ._wg06idpf [data-prosemirror-node-name=date] .date-lozenger-container span{margin-top:0}
2250
2801
  ._wgjz10yn .ProseMirror h3>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{height:25px}
2251
2802
  ._wgub1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::selection{background-color:transparent}
2803
+ ._wi0pglyw .ak-editor-sync-block__label{box-shadow:none}
2252
2804
  ._wi4l1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection{background-color:transparent}
2253
2805
  ._wlqz1o8l .ProseMirror.ua-firefox ul li p:empty{display:inline-block}
2254
2806
  ._wmhayh40 .ProseMirror .ak-editor-annotation-focus{padding-bottom:2px}
2255
2807
  ._wn3j1up9 .search-match-block .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
2256
2808
  ._wnl31s93 .text-highlight{background-color:var(--ds-background-accent-blue-subtlest,#e9f2fe)}
2809
+ ._wp8w1gly .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section]{background-color:var(--ds-background-danger,#ffeceb)}
2257
2810
  ._wqm3stnw .pm-table-container .pm-table-left-border{position:absolute}
2258
2811
  ._wsn51tmo .ProseMirror .telepointer.color-15{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
2812
+ ._wsnlvuon .ProseMirror .ak-editor-bodied-sync-block.disabled .ak-editor-sync-block__label{background-color:var(--ds-surface,#fff)}
2259
2813
  ._wx2kmh6f div[data-task-local-id] span[contenteditable=false]{height:1.714em}
2260
2814
  ._wxs41j28 .pm-table-wrapper>table{border-left-color:transparent}
2261
2815
  ._wyfm17vv .ProseMirror h2>.mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-3px)}
@@ -2265,11 +2819,16 @@
2265
2819
  ._x049stnw [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{position:absolute}
2266
2820
  ._x07nrrda .ProseMirror span.pm-placeholder__text[data-placeholder]:after{content:attr(data-placeholder)}
2267
2821
  ._x0ik13gf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{cursor:not-allowed}
2822
+ ._x0l08jkm .ProseMirror .ak-editor-sync-block .ak-editor-sync-block__renderer{padding-left:19px}
2823
+ ._x1d2idpf .fabric-editor--full-width-mode .ProseMirror [data-layout-section] .pm-table-container{margin-bottom:0}
2268
2824
  ._x3di14vx .ProseMirror h2{margin-top:1.4em}
2269
2825
  ._x3dis0v8 .ProseMirror h2{margin-top:1.8em}
2270
2826
  ._x6bu11lh .ProseMirror .ProseMirror-fake-text-selection{color:HighlightText}
2271
2827
  ._x74zidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{height:0}
2272
2828
  ._x81614y2 .ProseMirror .ak-editor-annotation-blur:has(.card){padding-top:5px}
2829
+ ._xbowidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{top:0}
2830
+ ._xddov77o [data-prosemirror-node-name=status] .lozenge-wrapper{padding-block-start:var(--ds-space-025,2px)}
2831
+ ._xfo5agmp .ProseMirror .layoutSectionView-content-wrap:hover .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider~[data-layout-column] [data-layout-content]:before{display:none!important}
2273
2832
  ._xhe7b3bt .ProseMirror .left-shadow:before{content:""}
2274
2833
  ._xi121j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::selection{background-color:transparent}
2275
2834
  ._xk451diq [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{--checkbox-border-color:var(--local-border-disabled)}
@@ -2280,11 +2839,14 @@
2280
2839
  ._xpqwidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-left:0}
2281
2840
  ._xqgtidpf .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-right{margin-right:0}
2282
2841
  ._xsax1n9t .pm-table-sticky-wrapper>table{table-layout:fixed}
2842
+ ._xt5o1j28 .statusView-content-wrap:not(.search-match-block).ak-editor-selected-node .status-lozenge-span>span::-moz-selection{background-color:transparent}
2283
2843
  ._xu7mglyw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{pointer-events:none}
2844
+ ._xvmhidpf .ProseMirror .ak-editor-sync-block:has(.ak-editor-sync-block__loading_state) .ak-editor-sync-block__label{opacity:0}
2284
2845
  ._xw4d1q9c [data-prosemirror-node-name=taskItem] [data-component=placeholder]{white-space:nowrap}
2285
2846
  ._xwl91e5h .ProseMirror .mediaSingleView-content-wrap[layout=wrap-left]{float:left}
2286
2847
  ._xxwze4h9 [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg rect:first-of-type{stroke-width:var(--ds-border-width,1px)}
2287
2848
  ._xyed1kw7 .ProseMirror .ak-editor-panel[data-panel-type=warning]{color:inherit}
2849
+ ._xypuidpf .ProseMirror .layout-section-container [data-layout-section]>[data-layout-column]{margin-top:0}
2288
2850
  ._y1fl1ssb .ProseMirror .ProseMirror-gapcursor span[layout=full-width]{margin-left:50%}
2289
2851
  ._y41iglyw [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]{clear:none}
2290
2852
  ._y5edfk4f html[data-color-mode=dark] .ProseMirror .telepointer{--telepointer-participant-background-first-stop:-800000%}
@@ -2293,9 +2855,13 @@
2293
2855
  ._yd46zr6s .ProseMirror .ProseMirror-gapcursor span[layout=wide]{transform:translateX(-50%)}
2294
2856
  ._ydciidpf .ProseMirror-widget:not([data-blocks-decoration-container=true]):not([data-blocks-drag-handle-container=true]):not([data-blocks-quick-insert-container=true])+.ProseMirror-gapcursor+span+*{margin-top:0}
2295
2857
  ._ygai1wqb .ProseMirror .fabric-editor-indentation-mark[data-level="2"]{margin-left:60px}
2858
+ ._ygxf1b66 .ProseMirror .ak-editor-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{padding-bottom:var(--ds-space-050,4px)}
2296
2859
  ._yh39f1ug .ProseMirror .code-block-content-wrapper>.code-content{flex-basis:0%}
2297
2860
  ._yh80b3bt ol[data-node-type=decisionList].ak-editor-selected-node:before{content:""}
2298
2861
  ._yhcc1j28 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div ::selection{background-color:transparent}
2862
+ ._yhd9stnw .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{position:absolute}
2863
+ ._yhf4h2mm .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger){position:relative}
2864
+ ._yio215vq .ProseMirror .ak-editor-bodied-sync-block:has(.ak-editor-sync-block__loading_state) .ak-editor-sync-block__label{visibility:hidden}
2299
2865
  ._yjsg1f4h .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-width:28px}
2300
2866
  ._yjsg1w2o .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-width:24.25px}
2301
2867
  ._ymd7b3bt .ProseMirror blockquote:before{content:""}
@@ -2310,35 +2876,48 @@
2310
2876
  ._yxs7kb7n .ProseMirror .telepointer:hover .telepointer-fullname{opacity:1}
2311
2877
  ._yy7y1gly .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{background-color:var(--ds-background-danger,#ffeceb)}
2312
2878
  ._yyaxidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-right:0}
2879
+ ._yz0y19ip [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-wrapper{background-color:var(--ds-background-information,#e9f2fe)}
2313
2880
  ._z0v11osq .fabric-editor--full-width-mode .pm-table-container .extension-container{max-width:100%}
2314
2881
  ._z1osidpf .mediaGroupView-content-wrap ul{padding-top:0}
2882
+ ._z2s81j28 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{background-color:transparent}
2883
+ ._z2s87wq0 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{background-color:var(--ds-blanket-selected,#388bff14)}
2315
2884
  ._z2xw1osq .gridLine{height:100%}
2316
2885
  ._z49mi7uo .code{color:var(--ds-text,#292a2e)}
2317
2886
  ._z6pc1tcg .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:24px}
2318
2887
  ._z75ousic .ProseMirror .embedCardView-content-wrap[layout=wrap-right]{float:right}
2319
2888
  ._z797mz2b [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:focus+svg{--checkbox-background-color:var(--local-background-disabled)}
2889
+ ._z7s5ewfl .ProseMirror .ak-editor-sync-block.ak-editor-selected-node .ak-editor-sync-block__label{visibility:visible}
2320
2890
  ._z9wpidpf .ProseMirror p{margin-bottom:0}
2891
+ ._zaei11ux .ak-editor-sync-block__label{max-width:140px}
2321
2892
  ._zanp1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::-moz-selection{background-color:transparent}
2322
2893
  ._zbwkglyw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{outline-style:none}
2894
+ ._ze8c1osq [data-prosemirror-node-name=status] .lozenge-wrapper{max-width:100%}
2323
2895
  ._zeu3f705 .richMedia-resize-handle-right:after{content:" "}
2324
2896
  ._zfb0t94y .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{width:1px}
2325
2897
  ._zgemidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]+*>*{margin-top:0}
2326
2898
  ._zghr18jz [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-tick-color:var(--local-tick-active)}
2327
2899
  ._zi6e1vmz .pm-table-container .pm-table-left-border{height:calc(100% - var(--ds-space-300, 24px))}
2328
2900
  ._zih31bqt .ProseMirror hr.ak-editor-selected-node.danger{background-color:var(--ds-border-danger,#e2483d)}
2901
+ ._zir21h6o .ak-editor-sync-block__label{align-items:center}
2329
2902
  ._zkkp1tmo .ProseMirror .telepointer.color-12{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
2330
2903
  ._zkn71ule .ak-editor-expand__content .nestedExpand-content-wrapper{display:block}
2331
2904
  ._zlwmidpf .fabric-editor-font-size:first-of-type:first-child h1 style:first-child+*{margin-top:0}
2332
2905
  ._znw11ssb [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{top:50%}
2333
2906
  ._zo131tmo .ProseMirror .telepointer.color-13{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
2907
+ ._zo5f1j28 .ProseMirror [data-layout-section]>[data-layout-column].ak-editor-selected-node:not(.danger)::selection{background-color:transparent}
2908
+ ._zrdwidpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{left:0}
2334
2909
  ._zsbmglyw .ak-editor-expand__icon-button{-webkit-appearance:none;appearance:none}
2910
+ ._zsi2by5v .ProseMirror .ak-editor-sync-block:has(.ak-editor-sync-block__error_state){background-color:var(--ds-background-disabled,#17171708)}
2335
2911
  ._ztqp1nka .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
2336
2912
  ._zum4p1qy .ProseMirror h3>.media-inline-image-wrapper{transform:translateY(-2px)}
2337
2913
  ._zvr81hou [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:checked+svg{--checkbox-tick-color:var(--local-tick-disabled)}
2338
2914
  ._zvyiidpf .pm-alt-text-alt-text-floating-toolbar{padding-right:0}
2339
2915
  ._zy25uj17{--ak-editor--breakout-fallback-width:calc(100cqw - var(--ak-editor--breakout-full-page-guttering-padding))}
2340
2916
  ._zykmglyw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{pointer-events:none}
2917
+ ._zyzf10f4 [data-prosemirror-node-name=status]>[data-color=yellow]>.lozenge-wrapper{background-color:var(--ds-background-warning-subtler,#fce4a6)}
2918
+ ._zyzfxmjf [data-prosemirror-node-name=status]>[data-color=yellow]>.lozenge-wrapper{background-color:#f9c84e}
2341
2919
  ._zzeo15vq [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{overflow-y:hidden}
2920
+ ._zzsvewfl .ProseMirror .ak-editor-sync-block.user-is-dragging .ak-editor-sync-block__label{visibility:visible}
2342
2921
  ._zzusidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{font-size:0}
2343
2922
  ._j9yv7g83 button.first-floating-toolbar-button:focus{outline:2px solid var(--ds-border-focused,#4688ec)}
2344
2923
  ._eu2zidpf .ak-editor-expand__title-container:focus{outline-width:0}
@@ -2347,8 +2926,10 @@
2347
2926
  ._sma4dfik .ak-editor-expand__icon-button:focus-visible{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#4688ec)}
2348
2927
  ._1slov77o .ak-editor-expand__icon-button:focus-visible{outline-offset:var(--ds-space-025,2px)}
2349
2928
  ._1t47plhp .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}
2929
+ ._1uimmihd .ProseMirror .ak-editor-sync-block:hover{transition:box-shadow .2s ease-in}
2350
2930
  ._1y0dhf2y .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}
2351
2931
  ._317nsm61 .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger):hover{background:var(--ds-background-neutral-subtle,#00000000)}
2932
+ ._81bamihd .ProseMirror .ak-editor-bodied-sync-block:hover{transition:box-shadow .2s ease-in}
2352
2933
  ._1srh1l7x .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger):hover{border-color:var(--ds-border,#0b120e24)}
2353
2934
  ._1b2hplhp [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
2354
2935
  ._1ogl1ibz::-webkit-scrollbar-thumb:hover{background-color:var(--ds-background-neutral-bold-hovered,#3b3d42)}
@@ -2356,8 +2937,10 @@
2356
2937
  ._1pxsnqa1 .ProseMirror a[data-prosemirror-mark-name=link]:hover{text-decoration-style:solid}
2357
2938
  ._4m8e1r31 .ProseMirror a[data-prosemirror-mark-name=link]:hover{text-decoration-color:currentColor}
2358
2939
  ._8tic1j28 .editor-mention-primitive.mention-restricted:hover{background-color:transparent}
2940
+ ._9fus1tsb .ProseMirror .ak-editor-sync-block:hover{box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
2359
2941
  ._axu71ibz .ProseMirror .pm-table-wrapper>table::-webkit-scrollbar-thumb:hover{background-color:var(--ds-background-neutral-bold-hovered,#3b3d42)}
2360
2942
  ._b05uglyw .ProseMirror a[data-prosemirror-mark-name=link]:hover{text-decoration-line:none}
2943
+ ._f55g1tsb .ProseMirror .ak-editor-bodied-sync-block:hover{box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
2361
2944
  ._jdyf1rtt [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red:hover{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
2362
2945
  ._opx215s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self:hover{background-color:var(--ds-background-selected,#e9f2fe)}
2363
2946
  ._ufew15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:hover{background-color:var(--ds-background-selected,#e9f2fe)}
@@ -2369,9 +2952,13 @@
2369
2952
  ._pvcj15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:active{background-color:var(--ds-background-selected,#e9f2fe)}
2370
2953
  @-moz-document url-prefix(){._1lk11o8l .ProseMirror .ak-editor-panel .ak-editor-panel__icon .emoji-common-emoji-image img{display:inline-block}}
2371
2954
  @container editor-area (max-width: 600px){._lh101tcg{--ak-editor--large-gutter-padding:24px}}
2955
+ @container editor-area (max-width: 724px){._1x08idpf .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._xeigidpf .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._13nwidpf .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._3w7didpf .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._1x08j0fz .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._xeigj0fz .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._13nwj0fz .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._3w7dj0fz .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._k7u3n7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._cav5n7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._18tgn7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._17mdn7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._r88kb3bt .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._1b78b3bt .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._1vhob3bt .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._qxiwb3bt .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._i8f5stnw .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._1gtustnw .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._tb7dstnw .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._dnuvstnw .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._1oro1kdh .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._irrd1kdh .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._131c1kdh .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._23qu1kdh .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._17mnnh1r .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._w49tnh1r .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._1ma8nh1r .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._1v0anh1r .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._13rgn7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._i8btn7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._a4v0n7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._1s6xn7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._4wj2n7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}._h6usn7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}._11arn7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}._tix7n7od .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}._k2nx1bp4 .fabric-editor--full-width-mode .ProseMirror>.layoutSectionView-content-wrap [data-layout-section]{flex-direction:column}}
2956
+ @container editor-area (max-width: 788px){._om4l1bp4 .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap [data-layout-section]{flex-direction:column}._tisjidpf .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._1imxidpf .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._dfy0idpf .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._4oltidpf .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._tisjj0fz .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._1imxj0fz .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._dfy0j0fz .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._4oltj0fz .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._vpohn7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._61j2n7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._1sfln7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._1wg5n7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._11tob3bt .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._i9tgb3bt .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._1wfpb3bt .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._1l2hb3bt .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._1480stnw .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._9r2ostnw .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._w8ojstnw .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._9ug0stnw .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._1hbv1kdh .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._1c6i1kdh .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._1d0a1kdh .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._5e4l1kdh .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._1xuqnh1r .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._1528nh1r .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._f6hznh1r .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._15nknh1r .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._14wsn7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._1waln7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._qaadn7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._1b0mn7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._q3obn7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}._xd4gn7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}._1n5nn7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}._1e2ln7od .ak-editor-content-area:not(.fabric-editor--full-width-mode) .ProseMirror>.layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}}
2957
+ @container editor-area (max-width: 820px){._13x81bp4 .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap [data-layout-section]{flex-direction:column}._1aa5idpf .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._1ba4idpf .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._8z09idpf .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._140yidpf .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:0}._1aa5j0fz .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._1ba4j0fz .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._8z09j0fz .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._140yj0fz .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-top:1px solid var(--ds-border,#0b120e24)}._mhzhn7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._1ud7n7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._1c0mn7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._3h45n7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{border-left:unset}._5dzzb3bt .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._g90ub3bt .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._fy9eb3bt .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._1j0ab3bt .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}._1jh1stnw .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._1p9ystnw .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._1azustnw .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._desrstnw .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{position:absolute}._lpto1kdh .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._1msf1kdh .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._trz31kdh .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._1rgt1kdh .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{width:calc(100% - 2pc)}._zximnh1r .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._17umnh1r .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._1p2knh1r .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._19f3nh1r .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-top:-13px}._1y6en7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._mkein7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._1jbrn7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._nu48n7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{margin-left:unset}._1ison7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}._ai7zn7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}._1kven7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap.selected.danger [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}._q26cn7od .ProseMirror .fabric-editor-breakout-mark .layoutSectionView-content-wrap:hover [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:unset}}
2372
2958
  @container editor-area (width >= 1266px){._1j8i1xb4 .ProseMirror{--ak-editor--breakout-wide-layout-width:1011px}}
2373
2959
  @keyframes k1eqwm1p{0%{--panel-gradient-angle:0deg;background-position:100%}to{--panel-gradient-angle:360deg;background-position:-100%}}
2374
2960
  @keyframes k1g8d6yk{to{transform:scaleX(1);opacity:1}0%{transform:scaleX(0);opacity:0}90%{transform:scaleX(0);opacity:0}}
2961
+ @keyframes k1r6lcmc{0%{--angle:0deg}to{--angle:360deg}}
2375
2962
  @keyframes k1xe95hp{0%{opacity:0;transform:translateY(1pc)}to{opacity:1;transform:translateY(0)}}
2376
2963
  @keyframes k1xnqtye{0%{opacity:0}to{opacity:0}50%{opacity:1}}
2377
2964
  @keyframes k3895my{0%{transform:scaleX(1);opacity:1}95%{transform:scaleX(1);opacity:1}to{transform:scaleX(0);opacity:0}}
@@ -2381,6 +2968,8 @@
2381
2968
  @keyframes kxlv1hz{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(0);opacity:0}10%{transform:scaleX(1.4);opacity:1}15%{transform:scaleX(1);opacity:1}85%{transform:scaleX(1);opacity:1}}
2382
2969
  @media (prefers-reduced-motion){._1mheglyw div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation:none}._zkj1glyw div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation:none}}
2383
2970
  @media screen and (forced-colors:active){._1l8y93q1 [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{color:canvastext}._r9pv1r8n [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{filter:grayscale(1)}}
2971
+ @media screen and (max-width:1024px){._1e0i1bp4 .ProseMirror [data-layout-section]{flex-direction:column}._1gykidpf .ProseMirror [data-layout-section] [data-layout-column]+[data-layout-column]{margin-top:0}._rt1midpf .ProseMirror [data-layout-section] [data-layout-column]+[data-layout-column]{margin-right:0}._usxwidpf .ProseMirror [data-layout-section] [data-layout-column]+[data-layout-column]{margin-bottom:0}._1sm9idpf .ProseMirror [data-layout-section] [data-layout-column]+[data-layout-column]{margin-left:0}}
2384
2972
  @media (max-width:410px){._vfny5uws .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-left]{margin:var(--ds-space-150,9pt) 0}._2pdo5uws .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-right]{margin:var(--ds-space-150,9pt) 0}._1lfp5uws .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-left]{margin:var(--ds-space-150,9pt) 0}._a25p5uws .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-right]{margin:var(--ds-space-150,9pt) 0}._13s61wug .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-left]{overflow-x:auto}._1p781wug .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-right]{overflow-x:auto}._1j2k1wug .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-left]{overflow-x:auto}._1s8t1wug .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-right]{overflow-x:auto}._bqhe1wug .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-left]{overflow-y:auto}._1riw1wug .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-right]{overflow-y:auto}._1fzj1wug .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-left]{overflow-y:auto}._1e0d1wug .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-right]{overflow-y:auto}._nz73glyw .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-left]{float:none}._275iglyw .ProseMirror div.mediaSingleView-content-wrap[data-layout=wrap-right]{float:none}._1tajglyw .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-left]{float:none}._1juhglyw .ProseMirror div.mediaSingleView-content-wrap[layout=wrap-right]{float:none}}
2973
+ @property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}
2385
2974
  @property --panel-gradient-angle{syntax:"<angle>";initial-value:270deg;inherits:false}
2386
2975
  @supports not (display:flow-root){._fqkm1osq .ak-editor-expand__content{width:100%}._9n6nusvi .ak-editor-expand__content{box-sizing:border-box}}