@atlaskit/editor-core 219.7.5 → 219.8.0

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 +25 -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 +865 -228
  46. package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +64 -51
  47. package/dist/cjs/ui/EditorContentContainer/styles/resizerStyles.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 +865 -228
  78. package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +64 -51
  79. package/dist/es2019/ui/EditorContentContainer/styles/resizerStyles.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 +865 -228
  110. package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +64 -51
  111. package/dist/esm/ui/EditorContentContainer/styles/resizerStyles.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 +9 -9
  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,20 +1,31 @@
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)}
4
+ ._116fzg2b .danger .rich-media-item .media-file-card-view:after{border:1px solid var(--ds-border-danger,#e2483d)}
3
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}
4
7
  ._13521dy8 .ProseMirror blockquote.ak-editor-selected-node{background:var(--ds-background-accent-blue-subtler,#cfe1fd)}
5
8
  ._13ax1rb6 .pm-table-sticky-wrapper>table{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
6
9
  ._13cd1uzo div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{border-radius:calc(var(--ds-radius-small, 3px) + 1px)}
7
- ._13ey10ni .bodiedExtensionView-content-wrap .bodiedExtension-content-inner-wrapper{margin:0 var(--ds-space-negative-250,-20px)}
8
10
  ._13heu2gc .pm-table-container>table>tbody>tr>td{padding:var(--ds-space-100,8px)}
9
11
  ._141yzg2b .danger .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{border:1px solid var(--ds-border-danger,#e2483d)}
12
+ ._144h15ge .ProseMirror .ak-editor-panel{margin:var(--ds-space-150,9pt) 0 0}
10
13
  ._14oi1rb6 .pm-table-sticky-wrapper>table>tbody>tr>th{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
11
14
  ._14wj12b0 .ak-editor-expand__icon-button{border-radius:var(--ds-radius-small,4px)}
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}
17
+ ._165awrdo .danger .richMedia-resize-handle-right:after{background:var(--ds-icon-danger,#c9372c)!important}
12
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}
13
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}
14
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)}
15
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}
16
27
  ._19pb12b0 ol[data-node-type=decisionList].ak-editor-selected-node{border-radius:var(--ds-radius-small,4px)}
17
- ._1bh8dik7 .bodiedExtensionView-content-wrap .bodiedExtension-content-inner-wrapper{padding:var(--ds-space-200,1pc) var(--ds-space-250,20px)}
28
+ ._1bbgj0fz .ProseMirror .ak-editor-panel .ak-editor-panel__content .ak-editor-panel{border:1px solid var(--ds-border,#0b120e24)}
18
29
  ._1cnzgx6n .ProseMirror hr{margin:var(--ds-space-300,24px) 0}
19
30
  ._1cqg8r4n [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:focus+svg{border-radius:var(--ds-radius-small,.25rem)}
20
31
  ._1dcv12b0 .ak-editor-expand{border-radius:var(--ds-radius-small,4px)}
@@ -27,9 +38,12 @@
27
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}
28
39
  ._1gep1rb6 .pm-table-sticky-wrapper>table>tbody>tr>td{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
29
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)}
30
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}
44
+ ._1hte8kn1 .danger .inlineCardView-content-wrap>span>a{transition:background-color 0s}
31
45
  ._1i421gfe .ProseMirror h4{font:var(--editor-font-ugc-token-heading-h4)}
32
- ._1j2jidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{border-radius:0}
46
+ ._1j2m12b0 .ProseMirror [data-layout-section].selected.danger [data-layout-section]{border-radius:var(--ds-radius-small,4px)}
33
47
  ._1jlk1uzo div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{border-radius:calc(var(--ds-radius-small, 3px) + 1px)}
34
48
  ._1jp6fajl .ProseMirror .code-block .code-block-content-wrapper{border-radius:var(--ds-radius-small,3px)}
35
49
  ._1khk1mok:hover::-webkit-scrollbar-thumb{border-radius:var(--ds-radius-large,8px)}
@@ -40,75 +54,118 @@
40
54
  ._1mx211so [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg rect:first-of-type{transition:stroke .2s ease-in-out}
41
55
  ._1n0xibhp .ProseMirror .ak-editor-annotation-blur{background:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
42
56
  ._1n4v1gly .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{background:var(--ds-background-danger,#ffeceb)}
57
+ ._1ndc1v1w .rich-media-item .richMedia-resize-handle-right:hover:after{background:var(--ds-border-focused,#4688ec)}
43
58
  ._1nit1gso .ProseMirror h1{font:var(--editor-font-ugc-token-heading-h1)}
44
59
  ._1nzzu2gc .pm-table-wrapper>table>tbody>tr>th{padding:var(--ds-space-100,8px)}
45
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)}
62
+ ._1oeg1qi0 .richMedia-resize-handle-right:after{border-radius:var(--ds-radius-medium,6px)}
46
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)}
47
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)}
48
67
  ._1pyru2gc .ProseMirror .code-block .line-number-gutter{padding:var(--ds-space-100,8px)}
49
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%)}
50
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)}
51
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%)}
52
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)}
53
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)}
54
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)}
55
75
  ._1sch1b66 .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{border-radius:var(--ds-space-050,4px)}
56
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)}
57
78
  ._1ta512b0 [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{border-radius:var(--ds-radius-small,4px)}
58
79
  ._1tpb19qg .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{border-radius:0 var(--ds-radius-xsmall,2px) var(--ds-radius-xsmall,2px) 0}
59
80
  ._1u451rb6 .pm-table-container>table>tbody>tr>th{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
60
81
  ._1uh7swc3 .ProseMirror hr{padding:var(--ds-space-050,4px) 0}
61
82
  ._1uj1u2gc .pm-table-container>table>tbody>tr>th{padding:var(--ds-space-100,8px)}
62
83
  ._1uvf1sei .ProseMirror h5{font:var(--editor-font-ugc-token-heading-h5)}
63
- ._1v3nfajl .bodiedExtensionView-content-wrap .bodiedExtension-content-inner-wrapper{border-radius:var(--ds-radius-small,3px)}
64
- ._1v7bia51 .bodiedExtensionView-content-wrap .bodiedExtension-content-inner-wrapper{border:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
84
+ ._1va4mihd .ProseMirror .ak-editor-bodied-sync-block.creation-loading{transition:box-shadow .2s ease-in}
85
+ ._1vbx16tk .danger>div>div>.media-card-frame{transition:background-color 0s,box-shadow 0s}
65
86
  ._1w8qq98m .ak-editor-expand.ak-editor-selected-node:not(.danger):after{background:var(--ds-border-selected,#1868db)}
66
87
  ._1waku2gc .pm-table-wrapper>table>tbody>tr>td{padding:var(--ds-space-100,8px)}
67
88
  ._1wg21bjq .ProseMirror h3{font:var(--editor-font-ugc-token-heading-h3)}
89
+ ._1wqewrdo .danger .resizer-handle-thumb{background:var(--ds-icon-danger,#c9372c)!important}
68
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)}
69
92
  ._1xgih8dc .ProseMirror .code-block .code-content__line-number--wrapped{padding:0 var(--ds-space-100,8px)}
93
+ ._1yxl1l7x .rich-media-item:hover .richMedia-resize-handle-left:after{background:var(--ds-border,#0b120e24)}
70
94
  ._2gbkglyw .ak-editor-expand__title-container{border:none}
71
95
  ._2ichglyw [data-prosemirror-node-name=blockTaskItem]{list-style:none}
72
96
  ._3emmglyw .ak-editor-expand__icon-button{border:none}
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)}
73
99
  ._3vafglyw .ProseMirror hr{border:none}
74
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)}
75
101
  ._3yki1rb6 .pm-table-wrapper>table>tbody>tr>td{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
76
102
  ._49vlokh7 .editor-mention-primitive{border:1px solid transparent}
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}
77
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)}
78
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)}
79
109
  ._5cdi6z83 .pm-table-wrapper>table{margin:var(--ds-space-300,24px) 0 0 0}
110
+ ._60zxfajl .ProseMirror .ak-editor-panel{border-radius:var(--ds-radius-small,3px)}
80
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))}
81
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}
114
+ ._71gu1v1w .rich-media-item .richMedia-resize-handle-left:hover:after{background:var(--ds-border-focused,#4688ec)}
82
115
  ._7jefglyw [data-prosemirror-node-name=taskItem]{list-style:none}
83
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)}
84
117
  ._8q99glyw .ak-editor-expand__title-container{background:none}
118
+ ._98x21v1w .rich-media-item.is-resizing .richMedia-resize-handle-left:after{background:var(--ds-border-focused,#4688ec)}
85
119
  ._9d0e7qp0 .pm-table-container .pm-table-left-border{background:var(--ds-background-accent-gray-subtler,#dddee1)}
86
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)}
87
122
  ._9laafajl .search-match{border-radius:var(--ds-radius-small,3px)}
88
123
  ._9vqg11ss .pm-table-sticky-wrapper>table{margin:var(--ds-space-300,24px) var(--ds-space-100,8px) 0 0}
89
124
  ._9y08i8nm .editor-mention-primitive{background:var(--ds-background-neutral,#0515240f)}
90
125
  ._a4utehg4 .ProseMirror h6{font:var(--editor-font-ugc-token-heading-h6)}
91
126
  ._ad1u99ee .pm-table-container{margin:0 auto var(--ds-space-200,1pc)}
92
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)}
93
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)}
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}
94
133
  ._b7zl1rb6 .pm-table-wrapper>table{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
134
+ ._bcvb1pcn .ProseMirror .ak-editor-panel .ak-editor-panel__content{margin:var(--ds-space-025,2px) 0 var(--ds-space-025,2px)}
95
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%)}
96
136
  ._bi6a1yt2 div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background:linear-gradient(90deg,#0065ff80,#0469ff80 12%,#bf63f380 24%,#ffa90080 48%,#bf63f380 64%,#0469ff80 80%,#0065ff80)}
97
137
  ._bi6aa6bd div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background:conic-gradient(from var(--panel-gradient-angle,270deg),#0065ff80 0,#0469ff80 20%,#bf63f380 50%,#ffa90080 56%,#0065ff80 100%)}
98
138
  ._bj9o180e .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{transition:transform .2s cubic-bezier(.15,1,.3,1)}
139
+ ._bsrczg2b .danger .rich-media-item .media-card-inline-player:after{border:1px solid var(--ds-border-danger,#e2483d)}
140
+ ._bzdq1cgb .warning .rich-media-item .media-file-card-view:after{border:1px solid var(--ds-border-warning,#e06c00)}
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)}
99
144
  ._d10bhq3d .ProseMirror li>p:not(:first-child){margin:var(--ds-space-050,4px) 0 0 0}
100
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)}
101
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)}
102
148
  ._dpx312b0 .ak-editor-selected-node>[data-decision-wrapper]{border-radius:var(--ds-radius-small,4px)}
103
149
  ._e2i01856 .editor-mention-primitive.mention-self{background:var(--ds-background-brand-bold,#1868db)}
150
+ ._ev4yz97a .layout-column-divider-rail{transition:background-color .2s}
104
151
  ._eyk7fyzg .ak-editor-expand.ak-editor-selected-node:not(.danger){border:var(--ds-border-width,1px) solid var(--ds-border-selected,#1868db)}
105
- ._fo78glyw .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{border:none}
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)}
106
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}
107
158
  ._hdw8fajl .ProseMirror .code-block .code-content code{border-radius:var(--ds-radius-small,3px)}
108
159
  ._hl71sm61 .ak-editor-expand__expanded{background:var(--ds-background-neutral-subtle,#00000000)}
109
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)}
110
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)}
111
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)}
112
169
  ._jz731rb6 .pm-table-container>table{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
113
170
  ._k4r0q98m .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{background:var(--ds-border-selected,#1868db)}
114
171
  ._k9adhueu .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{border:1px solid var(--ds-border-selected,#1868db)}
@@ -117,16 +174,29 @@
117
174
  ._l0rkaetg .ProseMirror .ak-editor-annotation-hover{background:var(--ds-background-accent-yellow-subtlest-hovered,#f5e989)}
118
175
  ._l3e11ie7 div[data-task-list-local-id]{margin:var(--ds-space-150,9pt) 0 0 0}
119
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)}
181
+ ._mxg71v1w .rich-media-item.is-resizing .richMedia-resize-handle-right:after{background:var(--ds-border-focused,#4688ec)}
120
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}
121
185
  ._nshtskji .ak-editor-expand{margin:var(--ds-space-050,4px) 0 0}
122
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)}
123
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)}
124
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}
125
191
  ._omzvglyw .ak-editor-expand.ak-editor-selected-node:not(.danger):after{border:none}
126
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)}
127
193
  ._pdovfajl div[extensionType="com.atlassian.ai-blocks"] .extension-container .with-margin-styles{border-radius:var(--ds-radius-small,3px)}
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)}
128
197
  ._qt48fajl .ProseMirror .code-block{border-radius:var(--ds-radius-small,3px)}
129
198
  ._rie88r4n [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:focus+svg{border-radius:var(--ds-radius-small,.25rem)}
199
+ ._s2ud1v1w .ak-editor-selected-node .richMedia-resize-handle-left:after{background:var(--ds-border-focused,#4688ec)}
130
200
  ._s9qz1mok .ProseMirror .pm-table-wrapper>table:hover::-webkit-scrollbar-thumb{border-radius:var(--ds-radius-large,8px)}
131
201
  ._sh9t1mn3 [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{transition:color .2s ease-in-out,fill .2s ease-in-out}
132
202
  ._tvm38r4n [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:focus+svg{border-radius:var(--ds-radius-small,.25rem)}
@@ -135,70 +205,121 @@
135
205
  ._vir8sm61 .ak-editor-expand{background:var(--ds-background-neutral-subtle,#00000000)}
136
206
  ._vkeh12b0 [data-prosemirror-node-name=date] .date-lozenger-container span{border-radius:var(--ds-radius-small,4px)}
137
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}
210
+ ._wnyk1qi0 .richMedia-resize-handle-left:after{border-radius:var(--ds-radius-medium,6px)}
138
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)}
139
213
  ._x53a1o1l .ProseMirror .ak-editor-annotation-focus{background:var(--ds-background-accent-yellow-subtlest-pressed,#efdd4e)}
140
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)}
141
215
  ._xph31b66 .search-match-text{border-radius:var(--ds-space-050,4px)}
142
216
  ._ye0rq98m .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{background:var(--ds-border-selected,#1868db)}
143
217
  ._ygeohueu .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){border:1px solid var(--ds-border-selected,#1868db)}
144
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)}
222
+ ._zrp01l7x .rich-media-item:hover .richMedia-resize-handle-right:after{background:var(--ds-border,#0b120e24)}
145
223
  ._zy611kw7 .ProseMirror [data-prosemirror-node-name=blockTaskItem]:has(.fabric-editor-font-size[data-font-size=small]) .fabric-editor-font-size{font:inherit}
146
- ._16uk1j28 .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container{border-color:transparent}
147
- ._1h9u1j28 .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container{border-color:transparent}
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}
148
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}
149
234
  ._1nt01j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite{border-color:transparent}
150
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}
151
238
  ._1v6z1j28 .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{border-color:transparent}
152
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)}
153
241
  ._1xt11j28 .ak-editor-expand{border-color:transparent}
154
242
  ._1y9e1j28 .ak-editor-selected-node>[data-decision-wrapper]{border-color:transparent}
155
243
  ._1ymq1bqt .ak-editor-expand.danger{border-color:var(--ds-border-danger,#e2483d)}
156
- ._36v61j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container{border-color:transparent}
244
+ ._23me1b66 [data-prosemirror-node-name=status] .lozenge-wrapper{padding-inline:var(--ds-space-050,4px)}
157
245
  ._3y8g1j28 .ProseMirror.ProseMirror-focused .ProseMirror-gapcursor{border-color:transparent}
158
246
  ._44nb1j28 .ProseMirror .code-block.ak-editor-selected-node:not(.danger){border-color:transparent}
159
247
  ._6olx1j28 ol[data-node-type=decisionList].ak-editor-selected-node{border-color:transparent}
160
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}
250
+ ._9zpl1j28 .ak-editor-panel.ak-editor-selected-node:not(.danger){border-color:transparent}
161
251
  ._aa1g1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{border-color:transparent}
162
252
  ._dgh21j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{border-color:transparent}
163
- ._gwkf1j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container{border-color:transparent}
253
+ ._f72f8lpu html[data-color-mode=dark] [data-prosemirror-node-name=status]>[data-color=purple]>.lozenge-wrapper{border-color:#803fa5}
164
254
  ._ic7s1j28 .ak-editor-selected-node>.editor-mention-primitive{border-color:transparent}
165
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}
166
257
  ._kh951j28 .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger){border-color:transparent}
167
258
  ._mgp11vg9 .ProseMirror .telepointer[class*=color-]:after{border-color:var(--telepointer-participant-bg-color)}
168
- ._mwpb1j28 .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container{border-color:transparent}
169
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}
170
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}
171
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)}
172
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)}
173
268
  ._13bnglyw .pm-table-container>table tbody{border-bottom:none}
174
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)}
175
274
  ._1ekgglyw .pm-table-sticky-wrapper>table tbody{border-bottom:none}
176
275
  ._1ibg1vrj .ProseMirror .ak-editor-annotation-focus{border-bottom:2px solid transparent}
177
276
  ._1ny71t12 .text-highlight{border-bottom:2px solid var(--ds-background-accent-blue-subtler,#cfe1fd)}
178
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)}
179
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)}
180
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)}
181
294
  ._iwzr1vrj .ProseMirror .ak-editor-annotation-blur{border-bottom:2px solid transparent}
182
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)}
183
298
  ._u5bs1vrj .ProseMirror .ak-editor-annotation-draft{border-bottom:2px solid transparent}
184
299
  ._xkuf1vrj .ProseMirror .ak-editor-annotation-hover{border-bottom:2px solid transparent}._100i1ntv .pm-table-wrapper>table hr{box-sizing:content-box}
185
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}
186
302
  ._104r17hw .ProseMirror blockquote table{display:inline-table}
187
303
  ._106mglyw [data-prosemirror-node-name=decisionItem]{list-style-type:none}
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)}
188
305
  ._109wc7mi .ak-editor-content-area.appearance-full-page .ProseMirror>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-250,-20px)}
189
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}
190
308
  ._10c7glyw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{-webkit-user-select:none;-ms-user-select:none;user-select:none}
191
309
  ._10d41gly .ProseMirror blockquote.danger{background-color:var(--ds-background-danger,#ffeceb)}
192
310
  ._10gj1u8q .pm-table-sticky-wrapper>table>tbody>tr>td{background-clip:padding-box}
193
311
  ._10h6v77o .ProseMirror .ak-editor-annotation-blur:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
194
312
  ._10i7j4ch .ProseMirror .ak-ul{display:flow-root}
195
- ._10ke1rtt .extensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
196
313
  ._10l0idpf .ProseMirror .left-shadow:before{top:0}
197
314
  ._10pe1ul9 .ProseMirror .fabric-editor-indentation-mark[data-level="1"]{margin-left:30px}
198
- ._10qboqnp .bodiedExtensionView-content-wrap{margin-bottom:.75rem}
315
+ ._10q81kdv .ProseMirror [data-layout-section] [data-layout-column] [data-layout-content]{cursor:text}
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}
199
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}
200
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:""}
201
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}
202
323
  ._10zo1osq .ProseMirror>div[data-prosemirror-node-block] [data-prosemirror-node-block]{--ak-editor-max-container-width:100%}
203
324
  ._10zo1osq .ak-editor-expand__content .nestedExpand-content-wrapper{width:100%}
204
325
  ._10zwglyw [layout=wrap-left]+.ProseMirror-gapcursor+span [layout=wrap-right]{clear:none}
@@ -216,29 +337,34 @@
216
337
  ._11a6tu8f [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{margin-left:calc(var(--ds-space-100, 8px)*3.5)}
217
338
  ._11acoqnp .ProseMirror li>div:last-of-type.code-block{margin-bottom:.75rem}
218
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)}
219
- ._11bn1gly .multiBodiedExtensionView-content-wrap.danger>span>.legacy-content-header{background-color:var(--ds-background-danger,#ffeceb)}
220
340
  ._11d01fw0{--editor-font-ugc-token-weight-heading-bold:700}
221
- ._11dk1nu9 .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div .extension-label>span{display:inline}
222
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)}
223
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}
224
345
  ._11gt15cr .search-match-text.search-match-dark{color:var(--ds-text-inverse,#fff)}
225
346
  ._11h1stnw .ProseMirror .ProseMirror-gapcursor span:after{position:absolute}
226
347
  ._11h4stnw .ProseMirror .left-shadow:after{position:absolute}
227
348
  ._11ividpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{right:0}
228
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}
229
351
  ._11kk1osq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{width:100%}
230
- ._11mi1j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container ::selection{background-color:transparent}
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)}
354
+ ._11phzr6s .ProseMirror [layout=wide] .rich-media-item{transform:translateX(-50%)}
231
355
  ._11pmewfl .ak-editor-expand__title-container{overflow-x:visible}
232
356
  ._11q31i5q .fabric-background-color-mark{background-color:var(--custom-palette-color,inherit)}
233
357
  ._11qn1osq .ak-editor-expand__input-container{width:100%}
234
358
  ._11rg15cr .ProseMirror .telepointer.color-9{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
235
359
  ._11t078tn .ProseMirror:not(.blockCardView-content-wrap)>li:before{line-height:1.714}
236
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}
237
362
  ._11ukidpf .fabric-editor-font-size:first-of-type:first-child h3 style:first-child+*{margin-top:0}
238
363
  ._11ut1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image::selection{background-color:transparent}
239
- ._11vt1j28 .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container ::-moz-selection{background-color:transparent}
240
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)}
241
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)}
242
368
  ._121i1r31 .ProseMirror{outline-color:currentColor}
243
369
  ._122n1h6o [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{justify-content:center}
244
370
  ._123b1aqn:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e)}
@@ -246,23 +372,29 @@
246
372
  ._1244idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
247
373
  ._1245kb7n .ak-editor-expand__title-input{flex-shrink:1}
248
374
  ._124dkb7n .ProseMirror .code-block-content-wrapper>.code-content code{flex-grow:1}
249
- ._124rbimv .multiBodiedExtensionView-content-wrap.danger>span>.extension-container{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
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:""}
250
377
  ._126j68cl .ProseMirror .fabric-editor-indentation-mark[data-level="4"]{margin-left:90pt}
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}
251
380
  ._1292kb7n [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{z-index:1}
252
381
  ._129midpf :not(.fabric-editor-block-mark)>h1:first-child:not(style){margin-top:0}
253
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}
254
384
  ._12dbstnw .ProseMirror .danger .code-block .line-number-gutter:after{position:absolute}
255
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)}
256
386
  ._12i1idpf :not(.fabric-editor-block-mark)>h5:first-child:not(style){margin-top:0}
257
387
  ._12i31osq .ProseMirror .left-shadow:before{height:100%}
388
+ ._12ijtlke .ProseMirror .ak-editor-sync-block{cursor:pointer}
258
389
  ._12j81osq .pm-table-container>table{width:100%}
259
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)}
260
391
  ._12lj1ule .ProseMirror blockquote>.mediaGroupView-content-wrap:last-child{display:block}
261
392
  ._12ly1u8q .pm-table-wrapper>table>tbody>tr>td{background-clip:padding-box}
262
- ._12mi1j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container::-moz-selection{background-color:transparent}
393
+ ._12o61wug .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget{flex-basis:auto}
263
394
  ._12oz1diq [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{--checkbox-border-color:var(--local-border-disabled)}
264
395
  ._12qtb3bt .ProseMirror .danger .code-block .line-number-gutter:after{content:""}
265
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}
266
398
  ._12rk1pd9 .ProseMirror h5{font-weight:var(--ds-font-weight-semibold,600)}
267
399
  ._12sp1aa5 .ProseMirror .fabric-editor-block-mark.fabric-editor-alignment:not(:first-child)>h6:first-child{margin-top:1.455em}
268
400
  ._12te1q9c .ProseMirror mark[data-type-ahead-query=true]:has(.placeholder-decoration-wrap){white-space:nowrap}
@@ -270,39 +402,52 @@
270
402
  ._12uhidpf :not(.fabric-editor-block-mark)>h5 style:first-child+*{margin-top:0}
271
403
  ._12vh1ntv .ProseMirror hr{background-clip:content-box}
272
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:""}
273
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)}
274
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)}
275
411
  ._12yq1osq .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{height:100%}
412
+ ._1305glyw .ProseMirror .ak-editor-panel .ak-editor-panel__icon{-webkit-user-select:none;-ms-user-select:none;user-select:none}
276
413
  ._132p1k9k .ProseMirror ol[data-indent-level="5"]{list-style-type:lower-alpha}
414
+ ._133ckb7n .ProseMirror [data-layout-section]>*{flex-shrink:1}
277
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}
278
417
  ._13641bqt .ProseMirror blockquote.danger{border-left-color:var(--ds-border-danger,#e2483d)}
279
418
  ._137bidpf [data-prosemirror-node-name=blockTaskItem] [data-component=content]{margin-left:0}
280
419
  ._138n1kw7 .ProseMirror h4{font-style:inherit}
420
+ ._13az1kdv .ak-editor-panel.ak-editor-selected-node:not(.danger){-webkit-user-select:text}
281
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)}
282
422
  ._13dhs0v8 .ProseMirror .fabric-editor-block-mark.fabric-editor-alignment:not(:first-child)>h2:first-child{margin-top:1.8em}
283
- ._13e0idpf [data-mark-type=fragment]>.bodiedExtensionView-content-wrap{margin-left:0}
423
+ ._13e21gly .ProseMirror .ak-editor-bodied-sync-block.danger .ak-editor-sync-block__label{background-color:var(--ds-background-danger,#ffeceb)}
284
424
  ._13ffr4us .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
285
425
  ._13fl1vk5 [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red{background-color:var(--ds-background-accent-red-subtlest,#ffeceb)}
286
426
  ._13hr1j28{--local-tick-rest:transparent}
287
- ._13is15vq .extensionView-content-wrap .extension-container{overflow-x:hidden}
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}
288
429
  ._13lc1ejb [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{width:var(--ds-space-300,24px)}
289
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}
290
432
  ._13mr1txw .ak-editor-expand__icon-button{display:flex}
291
433
  ._13q2grf3 .ProseMirror li:has(>ul:only-child){margin-bottom:0!important}
292
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)}
293
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}
437
+ ._13v3glyw .ak-editor-no-interaction #newFileExperienceWrapper{box-shadow:none}
294
438
  ._140c15tv .ProseMirror h1{margin-top:1.45833em}
295
439
  ._140cs05q .ProseMirror h1{margin-top:1.667em}
296
440
  ._141u1hna [data-prosemirror-node-name=taskItem] [data-component=content]{word-wrap:break-word}
297
441
  ._144ruibq .ProseMirror .telepointer.color-0{--telepointer-participant-bg-color:var(--ds-background-accent-red-bolder,#c9372c)}
442
+ ._146b1j28 .ak-editor-panel.ak-editor-selected-node:not(.danger)::-moz-selection{background-color:transparent}
298
443
  ._1499idpf .hyperlink-floating-toolbar{padding-right:0}
299
444
  ._149p1txw .ak-editor-expand__title-input{display:flex}
300
- ._14ao1nu9 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div .extension-label>span{display:inline}
301
445
  ._14dm15cr .ProseMirror .telepointer.color-8{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
302
446
  ._14e716px .ProseMirror:not(.blockCardView-content-wrap)>li>.code-block:first-child{margin-top:-1.714em!important}
303
447
  ._14ew15s3 .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{background-color:var(--ds-background-selected,#e9f2fe)}
304
448
  ._14f4idpf .ProseMirror-gapcursor+[layout=wrap-right]+[layout=wrap-left]>div{margin-bottom:0}
305
449
  ._14gj1k9k .ProseMirror ol ol{list-style-type:lower-alpha}
450
+ ._14hwidpf .ProseMirror [data-layout-section] [data-layout-column]{min-width:0}
306
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}
307
452
  ._14ib1ssb .ProseMirror .ProseMirror-gapcursor span[layout=fixed-width]{margin-left:50%}
308
453
  ._14igidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{margin-bottom:0}
@@ -312,68 +457,88 @@
312
457
  ._14jm1ntv .pm-table-container>table hr{box-sizing:content-box}
313
458
  ._14l7idpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-left:0}
314
459
  ._14olidpf .hyperlink-floating-toolbar{padding-top:0}
315
- ._14ookb7n .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{opacity:1}
316
460
  ._14r215vq .ProseMirror p:has(.placeholder-decoration-hide-overflow){overflow-y:hidden}
317
- ._14thewfl .extensionView-content-wrap .extension-container:has(.extension-editable-area){overflow-y:visible}
461
+ ._14u2idpf .ak-editor-sync-block__label{opacity:0}
318
462
  ._14uamgvx .ProseMirror .fabric-editor-indentation-mark[data-level="6"]{margin-left:180px}
319
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}
320
465
  ._14xl126e .ProseMirror div[data-task-local-id]+div[data-task-list-local-id]{margin-top:var(--ds-space-050,4px)!important}
321
- ._14ye1tmw .extensionView-content-wrap.danger>span>div>.extension-label{color:var(--ds-text-danger,#ae2e24)}
322
466
  ._14zzb3bt .ak-editor-expand.ak-editor-selected-node:not(.danger):before{content:""}
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}
323
469
  ._1506brmi .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{transition-property:opacity}
324
470
  ._150amh6f div[data-task-local-id] span[contenteditable=false]+div{line-height:1.714em}
325
471
  ._1543idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child p:first-child:not(style){margin-top:0}
326
472
  ._155d1ntv .ProseMirror .code-block .line-number-gutter{box-sizing:content-box}
327
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}
328
475
  ._156tidpf .pm-table-header-content-wrap :not(.fabric-editor-alignment,.fabric-editor-font-size) p:first-of-type{margin-top:0}
329
476
  ._1574i8nm .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger) .line-number-gutter{background-color:var(--ds-background-neutral,#0515240f)}
330
477
  ._157n1ejb .ak-editor-expand__content{padding-left:var(--ds-space-300,24px)}
331
478
  ._15a2glyw [data-prosemirror-node-name=decisionItem]:not(:has([data-empty]):not(:has([data-type-ahead])))>[data-decision-wrapper]>[data-component=placeholder]{display:none}
332
479
  ._15a61hrf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{clear:both}
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}
333
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)}
334
483
  ._15cgjt0p .ProseMirror .telepointer[class*=color-]:after{color:var(--telepointer-participant-text-color)}
335
484
  ._15cjagmp .ProseMirror li:has(>ul:only-child){list-style-type:none!important}
336
485
  ._15epidpf :not(.fabric-editor-block-mark)>h4:first-child:not(style){margin-top:0}
337
486
  ._15eyya33 .ProseMirror .telepointer.color-4{--telepointer-participant-bg-color:var(--ds-background-accent-purple-bolder,#964ac0)}
487
+ ._15fkidpf .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-left{margin-left:0}
338
488
  ._15haglyw .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]{clear:none}
339
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}
340
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}
341
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}
342
493
  ._15i0idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4 style:first-child+*{margin-top:0}
343
- ._15kbidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{margin-bottom:0}
344
494
  ._15klc7mi .ak-editor-content-area.appearance-full-page .ProseMirror>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-250,-20px)}
345
495
  ._15l01ule .ProseMirror blockquote>.code-block:last-child{display:block}
346
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)}
347
499
  ._15n6n7od .date-lozenger-container span{white-space:unset}
348
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}
349
502
  ._15peidpf ol[data-node-type=decisionList].ak-editor-selected-node:before{bottom:0}
350
503
  ._15pyjp4b .pm-table-wrapper>table>tbody>tr>th{vertical-align:top}
504
+ ._15q4m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+div[class^=fabric-editor-align]{clear:both!important}
351
505
  ._15r21s89 .search-match-block.search-match-block-selected .loader-wrapper>a{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)}
352
506
  ._15t1i7a9 .pm-table-sticky-wrapper>table>tbody>tr>td{font-weight:var(--ds-font-weight-regular,400)}
353
507
  ._15uri7a9 .ak-editor-expand__title-input{font-weight:var(--ds-font-weight-regular,400)}
354
508
  ._15ve1gly .ProseMirror .danger .code-block .line-number-gutter{background-color:var(--ds-background-danger,#ffeceb)}
355
509
  ._15vgidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{margin-right:0}
356
- ._15vp15s3 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{background-color:var(--ds-background-selected,#e9f2fe)}
357
- ._15wnr4us .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label.with-bodied-macro-live-page-styles{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
358
- ._15z51osq .bodiedExtensionView-content-wrap .extensionView-content-wrap .extension-container{width:100%}
510
+ ._15vn15vq [data-prosemirror-node-name=status] .lozenge-text{overflow-x:hidden}
359
511
  ._15zti7a9 .ProseMirror p{font-weight:var(--ds-font-weight-regular,400)}
360
512
  ._1608r4us .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
361
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}
362
516
  ._162zidpf .hyperlink-floating-toolbar{padding-left:0}
363
517
  ._168dt7xp .ProseMirror .ak-editor-annotation-hover{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
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}
364
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)}
365
523
  ._16d4idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4:first-child:not(style){margin-top:0}
366
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}
527
+ ._16gbrprw .ProseMirror .danger .ak-editor-panel[data-panel-type=info]{background-color:var(--ds-blanket-danger,#ef5c4814)}
367
528
  ._16j6glyw .ProseMirror .placeholder-decoration{-webkit-user-select:none;-ms-user-select:none;user-select:none}
368
529
  ._16j6idpf .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{bottom:0}
369
530
  ._16jlkb7n{flex-grow:1}
370
531
  ._16k0idpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{height:0}
371
532
  ._16k4i7a9 .pm-table-wrapper>table>tbody>tr>td{font-weight:var(--ds-font-weight-regular,400)}
372
533
  ._16mx1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive{background-color:var(--ds-background-danger,#ffeceb)}
373
- ._16ng1gkc .bodiedExtensionView-content-wrap .bodiedExtension-content-outer-wrapper{margin-top:23px}
374
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)}
375
536
  ._16oexfcs .ProseMirror ol[data-indent-level="3"]{list-style-type:lower-roman}
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%}
539
+ ._16qm1gkc .ProseMirror h4>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:23px}
376
540
  ._16r81j28 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div::-moz-selection{background-color:transparent}
541
+ ._16vz1osq .layout-column-divider-rail{height:100%}
377
542
  ._16xd13gf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{cursor:not-allowed}
378
543
  ._16xj1rpy [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{color:var(--ds-text-subtlest,#6b6e76)}
379
544
  ._16zj1ooe [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{transform:translate(-50%,-50%)}
@@ -383,66 +548,88 @@
383
548
  ._173j1j28 .ak-editor-selected-node>.editor-mention-primitive::selection{background-color:transparent}
384
549
  ._1744h2mm .ProseMirror .code-block{position:relative}
385
550
  ._174ridpf [data-prosemirror-node-name=blockTaskItem] [data-component=content]{min-width:0}
551
+ ._1752m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h1{clear:both!important}
386
552
  ._1762idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-left:0}
387
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}
388
555
  ._178n1j28 .ProseMirror.ProseMirror-focused:has(.ProseMirror-mark-boundary-cursor){caret-color:transparent}
556
+ ._179s1txw .ProseMirror [data-layout-section]{display:flex}
389
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}
390
558
  ._17clidpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-right:0}
391
559
  ._17dpjp4b .pm-table-sticky-wrapper>table>tbody>tr>th{vertical-align:top}
560
+ ._17er1do8 .ProseMirror .ak-editor-panel.danger{background-color:var(--ds-background-danger,#ffeceb)!important}
392
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}
393
562
  ._17ht1h7a .gridParent{transform:scale(1)}
563
+ ._17igidpf .fabric-editor--full-width-mode .ProseMirror [data-layout-section] .pm-table-container{margin-top:0}
394
564
  ._17kkf705 [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{content:" "}
395
565
  ._17kl1wth .ProseMirror ul ul ul ul{list-style-type:disc}
396
566
  ._17lhgrf3 .ak-editor-panel__content>div[data-task-list-local-id]:first-child{margin-top:0!important}
397
567
  ._17liidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h5 style:first-child+*{margin-top:0}
398
568
  ._17m4wu06 .ProseMirror h6{font-weight:var(--ds-font-weight-bold,653)}
399
569
  ._17qpt94y .ProseMirror .ak-editor-annotation-hover{padding-top:1px}
570
+ ._17rd17vv .ProseMirror h1>.mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-3px)}
400
571
  ._17rf1kw7 .ProseMirror h3{font-style:inherit}
401
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}
402
574
  ._17v9idpf .pm-table-wrapper>table>tbody>tr>td{border-bottom-width:0}
403
575
  ._17vdidpf .ProseMirror blockquote{margin-left:0}
404
576
  ._17vzi7uo .search-match-text{color:var(--ds-text,#292a2e)}
405
577
  ._17wjb3bt .ProseMirror .right-shadow:before{content:""}
578
+ ._17wyglyw .fabric-editor-block-mark[class^=fabric-editor-align]{clear:none}
406
579
  ._17xf1j28 .pm-table-container>table{border-left-color:transparent}
407
580
  ._17xq15s3 .ak-editor-selected-node>.editor-mention-primitive{background-color:var(--ds-background-selected,#e9f2fe)}
408
- ._17xs1rtt .multiBodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
409
581
  ._17xw1j28 .ProseMirror.ua-safari .inlineNodeView::selection{background-color:transparent}
410
582
  ._18031hna .ProseMirror{word-wrap:break-word}
411
583
  ._1805idpf .pm-table-container>table>tbody>tr>th{border-bottom-width:0}
412
584
  ._180c1j5o .ProseMirror h5 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
413
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}
414
587
  ._181jdjp5 .ProseMirror p{letter-spacing:-.005em}
588
+ ._182k10yn .ProseMirror h3>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:25px}
415
589
  ._183yidpf .fabric-editor-font-size:first-of-type:first-child p:first-child:not(style){margin-top:0}
416
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}
592
+ ._186w1txw .richMedia-resize-handle-right{display:flex}
417
593
  ._187pidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+pre{margin-top:0}
418
- ._1890oqnp .multiBodiedExtensionView-content-wrap{margin-top:.75rem}
419
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)}
420
596
  ._18cr199y [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:hover+svg{--checkbox-border-color:var(--local-border-hover)}
597
+ ._18cwckbl .ProseMirror .ak-editor-panel{min-width:3pc}
598
+ ._18d9stnw .ak-editor-sync-block__label{position:absolute}
421
599
  ._18efidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+ul{margin-top:0}
422
600
  ._18et1nu9 .ProseMirror span.pm-placeholder__text{display:inline}
423
601
  ._18fxidpf [data-prosemirror-node-name=taskItem] [data-component=content]{margin-left:0}
424
602
  ._18gf1j28 .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}
425
- ._18gqidpf .extensionView-content-wrap:last-of-type{margin-bottom:0}
603
+ ._18hibimv .ProseMirror .ak-editor-panel.danger{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
604
+ ._18hp1e5h .fabric-editor-align-start{text-align:left}
426
605
  ._18hp1wug .ProseMirror .code-block .code-block-content-wrapper{overflow-x:auto}
606
+ ._18j6glyw .ProseMirror table .rich-media-item.image-wrap-right[data-layout]{clear:none}
427
607
  ._18j91dza [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{max-width:calc(100% - 50px)}
428
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}
429
610
  ._18lyckbl .ProseMirror .taskItemView-content-wrap{min-width:3pc}
430
611
  ._18m61kdv ol[data-node-type=decisionList].ak-editor-selected-node{-webkit-user-select:text}
431
612
  ._18m915zi{overflow-y:scroll}
432
613
  ._18mb3mia .ak-editor-expand__title-input{font-size:var(--ak-editor-base-font-size)}
433
614
  ._18mboxwj .ak-editor-expand__title-input{font-size:.875rem}
434
615
  ._18ml1osq .ProseMirror .pm-table-wrapper{max-width:100%}
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}
435
618
  ._18otidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{margin-top:0}
436
619
  ._18pfidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{height:0}
437
620
  ._18q02sac{--local-tick-disabled:var(--ds-icon-disabled,#080f214a)}
438
621
  ._18qq1jtm .ProseMirror{white-space:pre-wrap}
439
- ._18rv1j28 .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container ::selection{background-color:transparent}
622
+ ._18rfkb7n .ProseMirror [data-layout-section]>*{flex-grow:1}
440
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}
441
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}
442
627
  ._18vwtde4 .ProseMirror .telepointer.color-8{--telepointer-participant-bg-color:var(--ds-background-accent-lime-bolder,#5b7f24)}
443
628
  ._18zg16ch .ProseMirror h4 .emoji-common-placeholder{width:18.25px}
444
- ._190516cs .bodied-extension-to-dom-label:after{content:attr(data-bodied-extension-label)}
629
+ ._18zpf705 .richMedia-resize-handle-left:after{content:" "}
630
+ ._191gu2gc .ProseMirror .ak-editor-panel{padding-bottom:var(--ds-space-100,8px)}
445
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}
446
633
  ._197qcs5v .ProseMirror .right-shadow:after{z-index:2}
447
634
  ._197w1hrf .ProseMirror .embedCardView-content-wrap[layout=wrap-right]+.embedCardView-content-wrap[layout=wrap-left]{clear:both}
448
635
  ._198v1tcg [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{flex-basis:24px}
@@ -453,34 +640,41 @@
453
640
  ._19gt1cni [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{fill:var(--checkbox-tick-color)}
454
641
  ._19iin7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{padding-bottom:unset}
455
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)}
456
644
  ._19km1wqq .ProseMirror .code-block .code-content code{font-size:.875em}
457
645
  ._19kmoxwj .ProseMirror .code-block .code-content code{font-size:.875rem}
458
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%}
459
648
  ._19lwdgkc .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__icon-container svg{color:var(--ds-icon-subtle,#505258)}
460
649
  ._19mvidpf .ak-editor-expand__content .expand-content-wrapper{height:0}
461
650
  ._19n6t94y .fabric-background-color-mark{padding-top:1px}
462
651
  ._19oaidpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{flex-grow:0}
463
652
  ._19p11u4t .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transition-duration:.15s,.15s}
653
+ ._19plrprw .ProseMirror .danger .ak-editor-panel[data-panel-type=warning]{background-color:var(--ds-blanket-danger,#ef5c4814)}
654
+ ._19pubimv .ProseMirror .mediaInlineView-content-wrap.ak-editor-selected-node.danger .media-inline-image-wrapper{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
464
655
  ._19pw1osq .ProseMirror .code-block .code-block-content-wrapper{width:100%}
465
656
  ._19rk1l99 .ProseMirror{--ak-editor-max-container-width:calc(100cqw - var(--ak-editor--large-gutter-padding)*2)}
466
657
  ._19rk1uph .ProseMirror{--ak-editor-max-container-width:calc(100cqw - var(--ak-editor--large-gutter-padding))}
467
658
  ._19sfidpf .ProseMirror .ProseMirror-gapcursor span:after{top:0}
468
659
  ._19tl1ule [data-prosemirror-node-name=taskItem]:has([data-empty]):not(:has([data-type-ahead])) [data-component=placeholder]{display:block}
469
660
  ._19upr5cr .ProseMirror .ProseMirror-gapcursor.-right span:after{right:var(--ds-space-negative-050,-4px)}
661
+ ._19uygktf .ProseMirror h5>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:20px}
470
662
  ._19v7idpf .ProseMirror blockquote{padding-top:0}
471
663
  ._19vkidpf .ProseMirror blockquote{margin-bottom:0}
472
664
  ._19vq1ial ol[data-node-type=decisionList].ak-editor-selected-node:before{z-index:12}
665
+ ._19vz1txw .ak-editor-sync-block__label{display:flex}
473
666
  ._19vz1wug .ProseMirror .ak-editor-annotation-draft{cursor:auto}
474
667
  ._19vztlke .ProseMirror .ak-editor-annotation-draft{cursor:pointer}
475
668
  ._19wyidpf .ProseMirror .code-block .line-number-gutter{flex-shrink:0}
669
+ ._19z7kb7n .ProseMirror [data-layout-section] [data-layout-column]{flex-grow:1}
476
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}
477
672
  ._1a3o1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::-moz-selection{background-color:transparent}
478
673
  ._1a5m1j28 .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger){background-color:transparent}
479
- ._1a64bimv .multiBodiedExtensionView-content-wrap.danger>span>.multiBodiedExtension--container{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
480
674
  ._1a6x1fbg .ProseMirror ol[data-indent-level="1"]{list-style-type:decimal}
481
675
  ._1ab3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{height:0}
482
- ._1abbbimv .bodiedExtensionView-content-wrap.danger>span>.legacy-content-header{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
483
676
  ._1abn1q9c .ProseMirror p:has(.placeholder-decoration-hide-overflow){white-space:nowrap}
677
+ ._1adfidpf .layout-column-divider{flex-shrink:0}
484
678
  ._1adogrf3 .ProseMirror .ak-editor-panel__content>.ProseMirror-widget:first-child+.ProseMirror-widget+.code-block{margin-left:0!important}
485
679
  ._1af5ok4x .ProseMirror .code-block .code-block-gutter-pseudo-element:before{display:flow}
486
680
  ._1af7idpf .fabric-editor-font-size:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
@@ -495,136 +689,174 @@
495
689
  ._1aljidpf .ak-editor-expand__icon-button{margin-top:0}
496
690
  ._1ancidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-left:0}
497
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}
498
693
  ._1atv187e .code{background-color:var(--ds--code--bg-color,var(--ds-background-neutral,#0515240f))}
499
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}
500
696
  ._1az4vuon .pm-table-container>table>tbody>tr>td{background-color:var(--ds-surface,#fff)}
501
697
  ._1azw1o8l .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{display:inline-block}
698
+ ._1b1iidpf .statusView-content-wrap>span{line-height:0}
502
699
  ._1b22tlke .unsupportedInlineView-content-wrap>span:nth-of-type(2){cursor:pointer}
503
- ._1b2sbimv .extensionView-content-wrap.danger>span>.extension-container{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
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)}
504
701
  ._1b4zw31d .ProseMirror h3 .emoji-common-placeholder{width:20.25px}
505
702
  ._1b7utlke .ak-editor-expand{cursor:pointer}
506
703
  ._1b9kmz2b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{--checkbox-background-color:var(--local-background-disabled)}
507
704
  ._1bao1osq .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{width:100%}
508
705
  ._1bbqglyw .ProseMirror .inlineNodeView>.assistive{-webkit-user-select:none;-ms-user-select:none;user-select:none}
509
- ._1bby1nu9 .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div .extension-label>span{display:inline}
510
706
  ._1bd0idpf .fabric-editor-alignment:first-of-type:first-child h4 style:first-child+*{margin-top:0}
707
+ ._1bf21149 .danger>div>div>.media-card-frame{box-shadow:0 0 0 2px,var(--ds-border-danger,#e2483d)}
511
708
  ._1bk513ow .search-match-text{background-color:var(--ds-background-accent-magenta-subtler,#fdd0ec)!important}
512
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%}
513
712
  ._1blo4viv .code-block .search-match.selected-search-match span{color:var(--ds-text,#292a2e)!important}
514
713
  ._1blq44hb .ProseMirror h4{letter-spacing:-.003em}
515
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}
516
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}
517
718
  ._1bq9w4vn .ProseMirror ul ul ul ul ul ul{list-style-type:square}
719
+ ._1bqpidpf .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left{margin-left:0}
518
720
  ._1br5d439 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{top:-14px}
519
- ._1bs5oqnp [data-mark-type=fragment]>.extensionView-content-wrap{margin-bottom:.75rem}
520
721
  ._1bsc1nu9 .code{display:inline}
521
722
  ._1btv1j28 ol[data-node-type=decisionList].ak-editor-selected-node::-moz-selection{background-color:transparent}
522
723
  ._1bx3vj2t .search-match-text.selected-search-match.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-hovered,#943d73)}
523
724
  ._1bxo1ea5 .pm-table-resizer-container table{will-change:width}
524
- ._1by3idpf [data-mark-type=fragment]>[data-mark-type=dataConsumer]>.extensionView-content-wrap{margin-left:0}
525
725
  ._1by9fnf5 .ProseMirror .telepointer{transition-duration:.2s}
526
726
  ._1bzj1tuv .ProseMirror .ak-ol li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
527
727
  ._1c011b66 .ak-editor-expand__content{margin-left:var(--ds-space-050,4px)}
528
728
  ._1c0fidpf .ProseMirror .ak-editor-annotation-blur:has(.card){padding-left:0}
529
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)}
530
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%}
735
+ ._1c6u17vv .ProseMirror h2>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-3px)}
531
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)}
532
739
  ._1ca5bimv .ak-editor-selected-node.danger>[data-decision-wrapper]{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
533
- ._1cas1rtt .extensionView-content-wrap.danger>span>div>.extension-label{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
534
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}
535
741
  ._1cbmglyw .ProseMirror blockquote:after{content:none}
536
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}
537
745
  ._1cfbrprw .danger .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{background-color:var(--ds-blanket-danger,#ef5c4814)}
538
746
  ._1ci21j28 .ProseMirror .ProseMirror-gapcursor span{caret-color:transparent}
539
747
  ._1ci8stnw .ak-editor-expand.ak-editor-selected-node:not(.danger):before{position:absolute}
540
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}
541
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)}
542
- ._1cjx1sou .extensionView-content-wrap.danger>span>.legacy-content-header .status-lozenge-span>span{background-color:var(--ds-background-accent-red-subtle-hovered,#fd9891)}
543
- ._1clfstnw .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container:before{position:absolute}
752
+ ._1ckw1h6o .fabric-editor-align-center{text-align:center}
544
753
  ._1cllcjiy .ProseMirror h2{line-height:1.2}
545
754
  ._1cma1osq [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{height:100%}
546
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}
547
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)}
548
758
  ._1cq5glyw [data-prosemirror-node-name=taskItem] [data-component=placeholder]{display:none}
759
+ ._1cq71hrf .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left{clear:both}
549
760
  ._1cr2idpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-left:0}
550
761
  ._1crwidpf [data-prosemirror-node-name=taskItem] [data-component=content]{margin-top:0}
551
762
  ._1cs1qdok .ProseMirror h3{letter-spacing:-.006em}
552
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}
553
765
  ._1cw71ssb [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{left:50%}
554
766
  ._1cw81ule .ProseMirror a.blockLink{display:block}
555
767
  ._1cw91w2o .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:24.25px}
556
- ._1cx01ial .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container:before{z-index:12}
557
768
  ._1czel1r9 .ProseMirror .fabric-editor-indentation-mark[data-level="3"]{margin-left:90px}
558
769
  ._1czgidpf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{flex-shrink:0}
559
770
  ._1d0tglyw .ak-editor-expand__title-input{outline-style:none}
560
- ._1d631j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container ::-moz-selection{background-color:transparent}
771
+ ._1d54nkob .ProseMirror .ak-editor-panel .ak-editor-panel__icon>span{vertical-align:middle}
561
772
  ._1d63idpf .pm-table-sticky-wrapper>table>tbody>tr>th>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
562
773
  ._1d6qfeiv .ProseMirror .ak-editor-annotation-focus{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
563
774
  ._1d8u546l .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transform:scaleX(0)}
775
+ ._1d98idpf .ak-editor-panel.ak-editor-selected-node:not(.danger):before{bottom:0}
564
776
  ._1d9kt94y .ak-editor-expand.ak-editor-selected-node:not(.danger):after{width:1px}
565
777
  ._1d9u1tcg [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{width:24px}
566
778
  ._1db9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3:first-child:not(style){margin-top:0}
779
+ ._1ddmu2gc .ProseMirror .ak-editor-panel{padding-top:var(--ds-space-100,8px)}
567
780
  ._1de7idpf .ProseMirror li>.ProseMirror-gapcursor:first-child+.code-block{margin-top:0}
568
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}
569
783
  ._1dlzi7a9 .pm-table-container>table>tbody>tr>td{font-weight:var(--ds-font-weight-regular,400)}
784
+ ._1dm2m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h6{clear:both!important}
570
785
  ._1dm8q5uf{scroll-behavior:smooth}
571
786
  ._1do8cs5v .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{z-index:2}
572
787
  ._1dod6ebc .gridLine{transition-duration:.15s}
573
788
  ._1don1l2s [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{text-overflow:ellipsis}
574
789
  ._1dpne0wb .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:16.25px}
575
790
  ._1dpngktf .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{height:20px}
791
+ ._1dpr1ntv .layout-column-divider{box-sizing:content-box}
576
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}
577
794
  ._1dsv1wug .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{table-layout:auto}
578
- ._1dtlkb7n .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-edit-toggle-container{opacity:1}
579
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}
580
796
  ._1duxidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{font-size:0}
581
- ._1dva1j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container::selection{background-color:transparent}
797
+ ._1duzbimv .ProseMirror .mediaGroupView-content-wrap.danger #newFileExperienceWrapper{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
798
+ ._1dvfidpf .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-right{margin-right:0}
582
799
  ._1dwdj4ch .ak-editor-expand__content{display:flow-root}
800
+ ._1dwlidpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget{flex-grow:0}
583
801
  ._1dx5idpf .ak-editor-expand__icon-button{margin-left:0}
584
802
  ._1dyh1l7b .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-bottom:3px}
585
803
  ._1dzb1aa5 .ProseMirror h6{margin-top:1.455em}
586
804
  ._1dzb6yhe .ProseMirror h6{margin-top:1.59091em}
805
+ ._1e01v47k .ak-editor-content-area.appearance-full-page .ProseMirror .ak-editor-panel.ak-editor-panel__no-icon{padding-left:var(--ds-space-250,20px)}
587
806
  ._1e0878tn .ProseMirror .task-item{line-height:1.714}
588
807
  ._1e0c1txw{display:flex}
589
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)}
590
810
  ._1e3xkb7n [data-prosemirror-node-name=taskItem] [data-component=content]{flex-shrink:1}
591
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)}
592
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}
593
814
  ._1e60f705 [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{content:" "}
594
815
  ._1e6iidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h1 style:first-child+*{margin-top:0}
595
- ._1e6ukb7n .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-edit-toggle-container{opacity:1}
596
816
  ._1e811j28 .pm-table-sticky-wrapper>table{border-right-color:transparent}
597
817
  ._1eaezr6s .ProseMirror .ProseMirror-gapcursor span[layout=full-width]{transform:translateX(-50%)}
598
- ._1eah1j28 .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container ::selection{background-color:transparent}
599
818
  ._1ebmidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{margin-left:0}
600
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)}
601
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}
602
822
  ._1edaidpf .ProseMirror .ak-editor-annotation-focus:has(.card){padding-right:0}
603
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)}
604
825
  ._1ehvglyw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{pointer-events:none}
826
+ ._1ehzidpf .ProseMirror .rich-media-item.image-wrap-right+.rich-media-item.image-wrap-left{margin-right:0}
605
827
  ._1ei91wug .pm-table-wrapper>table[data-autosize=true]{table-layout:auto}
606
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}
607
830
  ._1enqh2mm .ProseMirror .ProseMirror-fake-text-selection{position:relative}
608
831
  ._1eobidpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]>div{margin-right:0}
832
+ ._1epnidpf .ProseMirror .ak-editor-panel .ak-editor-panel__content{flex-shrink:0}
609
833
  ._1eqh9lu1 [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red{color:var(--ds-text-accent-red,#ae2e24)}
610
834
  ._1eqs15ob div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{background-size:200%}
611
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}
612
836
  ._1eszjmqp{--local-background-checked:var(--ds-background-selected-bold,#1868db)}
613
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}
614
839
  ._1eui1o36 .ProseMirror .placeholder-decoration .placeholder-android{outline-width:medium}
615
840
  ._1eus161g div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{transform:translate3d(0,0,0)}
616
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)}
617
844
  ._1ev778tn .ak-editor-expand__title-input{line-height:1.714}
618
845
  ._1ev7kb7n .ak-editor-expand__title-input{line-height:1}
846
+ ._1evb1hrf .ProseMirror table .rich-media-item{clear:both}
619
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)}
620
848
  ._1ex4r4us .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
621
- ._1ey5idpf .multiBodiedExtensionView-content-wrap{margin-right:0}
622
849
  ._1eyt1osq .ak-editor-selected-node>[data-decision-wrapper]:before{width:100%}
850
+ ._1ez111mm .layout-column-divider{cursor:col-resize}
623
851
  ._1ezhb3bt .ProseMirror .left-shadow:after{content:""}
624
852
  ._1ezqidpf [dir=rtl] .ProseMirror blockquote{padding-left:0}
625
- ._1f311j28 .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container::selection{background-color:transparent}
853
+ ._1f0xb3bt .ProseMirror .layoutSectionView-content-wrap.selected.danger [data-layout-section] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
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}
626
857
  ._1f3widpf .ProseMirror .ak-editor-annotation-hover{padding-left:0}
627
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}
628
860
  ._1f6f1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::-moz-selection{background-color:transparent}
629
861
  ._1f6mzr6s .ProseMirror .ProseMirror-gapcursor span[layout=fixed-width]{transform:translateX(-50%)}
630
862
  ._1f96grf3 .ak-editor-panel__content>div[data-task-list-local-id]:first-child{margin-right:0!important}
@@ -632,44 +864,53 @@
632
864
  ._1fbtidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{flex-shrink:0}
633
865
  ._1fg6idpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{top:0}
634
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}
635
868
  ._1fkbxmi2 .ProseMirror>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-150,-9pt)}
636
869
  ._1fkoglyw .ProseMirror-selectednode{outline-style:none}
637
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}
638
873
  ._1fn81j28 .ProseMirror blockquote.ak-editor-selected-node::selection{background-color:transparent}
639
874
  ._1focglyw .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{pointer-events:none}
640
875
  ._1fpfolhs{ms-overflow-style:-ms-autohiding-scrollbar}
641
876
  ._1fq7glyw .ProseMirror .right-shadow:before{pointer-events:none}
642
877
  ._1fqx14y2 .ProseMirror .ak-editor-annotation-hover:has(.card){padding-top:5px}
878
+ ._1frpglyw .layout-column-divider-rail{pointer-events:none}
643
879
  ._1fs173ad [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox][disabled]{cursor:default}
644
- ._1ft6idpf .extensionView-content-wrap:first-of-type{margin-top:0}
880
+ ._1fsyvrvc .ProseMirror [data-layout-section]{flex-direction:row}
645
881
  ._1fusidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+blockquote{margin-top:0}
646
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}
647
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}
648
886
  ._1fyh1osq .ProseMirror .danger.code-block .line-number-gutter:after{height:100%}
649
887
  ._1fyni7uo .ProseMirror h5{color:var(--ds-text,#292a2e)}
888
+ ._1fzc12et .ProseMirror .ak-editor-sync-block{margin-right:-19px}
650
889
  ._1fzu1j28 .ProseMirror.ProseMirror-hide-gapcursor{caret-color:transparent}
651
890
  ._1g0kmz2b [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{--checkbox-background-color:var(--local-background-disabled)}
891
+ ._1g12116y .ProseMirror .ak-editor-panel .ak-editor-panel__icon>span{display:inline-flex}
652
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}
653
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}
654
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}
655
896
  ._1g35idpf .ProseMirror .ak-editor-annotation-hover:has(.card){padding-right:0}
656
897
  ._1g35idpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+*{margin-top:0}
657
898
  ._1g3g15ob div[extensionType="com.atlassian.ai-blocks"]:after{background-size:200%}
658
- ._1g3g1osq .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container:before{width:100%}
659
899
  ._1g40h2mm .ProseMirror .decisionItemView-content-wrap{position:relative}
660
900
  ._1g4eglyw .ProseMirror-gapcursor[layout=wrap-left]+span+[layout=wrap-left]{clear:none}
661
901
  ._1g4gtlke [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{cursor:pointer}
662
- ._1g5bglyw .multiBodiedExtensionView-content-wrap.danger>span>div>.extension-label{box-shadow:none}
663
- ._1g5dr4us .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
664
902
  ._1g5r1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::selection{background-color:transparent}
665
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}
666
906
  ._1gbz1osq .ProseMirror .pm-table-wrapper table{max-width:100%}
667
907
  ._1gc173ad [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox][disabled]{cursor:default}
908
+ ._1gclutpp .richMedia-resize-handle-right{padding-right:var(--ds-space-150,9pt)}
668
909
  ._1gdo1h6o .ak-editor-expand__icon-button{justify-content:center}
669
910
  ._1gej1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::-moz-selection{background-color:transparent}
670
911
  ._1gf31gly .danger .editor-mention-primitive{background-color:var(--ds-background-danger,#ffeceb)}
671
- ._1gfbidpf .multiBodiedExtensionView-content-wrap:first-of-type{margin-top:0}
672
912
  ._1gfnidpf .ak-editor-selected-node>[data-decision-wrapper]:before{left:0}
913
+ ._1gfqidpf .ProseMirror [data-layout-section]>*{min-width:0}
673
914
  ._1ghsidpf .ProseMirror-gapcursor+[layout=wrap-right]+[layout=wrap-left]>div{margin-right:0}
674
915
  ._1gi61tmo .ProseMirror .telepointer.color-16{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
675
916
  ._1gifkb7n .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{opacity:1}
@@ -677,15 +918,18 @@
677
918
  ._1gikq7pw .ProseMirror .placeholder-decoration-fade-in{animation-fill-mode:forwards}
678
919
  ._1gjf1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite ::selection{background-color:transparent}
679
920
  ._1gklidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-bottom:0}
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)}
680
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))}
681
924
  ._1gq31o8l .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){display:inline-block}
682
925
  ._1gr6t94y .pm-table-container .pm-table-left-border{width:1px}
683
926
  ._1gtxusvi .ProseMirror blockquote{box-sizing:border-box}
684
927
  ._1gvgidpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]+*{margin-top:0}
685
928
  ._1gvnmqba{--ak-editor--max-width-layout-width:4000px}
686
- ._1gw2oqnp .bodiedExtensionView-content-wrap{margin-top:.75rem}
687
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%}
688
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)}
689
933
  ._1gzy1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{width:calc(100% + 2px)}
690
934
  ._1h14stnw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{position:absolute}
691
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)}
@@ -698,20 +942,23 @@
698
942
  ._1hbb14y2 .ProseMirror .ak-editor-annotation-draft:has(.card){padding-top:5px}
699
943
  ._1hd21j28 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div ::-moz-selection{background-color:transparent}
700
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}
701
946
  ._1hijidpf .ProseMirror h3{margin-bottom:0}
702
947
  ._1hjy1osq ol[data-node-type=decisionList].ak-editor-selected-node:before{width:100%}
703
948
  ._1hmbexct [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{flex-basis:16px}
704
949
  ._1hmgv2br [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{align-self:start}
705
950
  ._1hmn1j28 ol[data-node-type=decisionList].ak-editor-selected-node ::-moz-selection{background-color:transparent}
706
951
  ._1hmq1kw7 .ProseMirror h2{font-style:inherit}
707
- ._1hpkkb7n .multiBodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container{opacity:1}
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%}
708
955
  ._1hr01ejb .ak-editor-expand__icon-button{height:var(--ds-space-300,24px)}
709
956
  ._1hrr1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{top:-1px}
710
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}
958
+ ._1hsl1osq .ProseMirror .mediaSingleView-content-wrap[layout^=wrap-]{max-width:100%}
711
959
  ._1htf1kw7 .ProseMirror blockquote{color:inherit}
712
- ._1hux1rtt .bodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
713
- ._1hvp1gly .bodiedExtensionView-content-wrap.danger>span>.extension-container{background-color:var(--ds-background-danger,#ffeceb)}
714
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)}
715
962
  ._1hwxidpf .fabric-editor-font-size:first-of-type:first-child h4:first-child:not(style){margin-top:0}
716
963
  ._1hxi1j28 ol[data-node-type=decisionList].ak-editor-selected-node::selection{background-color:transparent}
717
964
  ._1hxvye00 .ProseMirror h5{line-height:1.33333}
@@ -719,29 +966,37 @@
719
966
  ._1hz91n9t .pm-table-wrapper>table{table-layout:fixed}
720
967
  ._1i061r31 [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{outline-color:currentColor}
721
968
  ._1i0iglyw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled[data-invalid]+svg{pointer-events:none}
722
- ._1i6iidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-outer-wrapper{margin-top:0}
969
+ ._1i1010yn .ProseMirror h3>.media-inline-image-wrapper{height:25px}
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)}
723
972
  ._1i7i15vq .ak-editor-expand__content .expand-content-wrapper{overflow-x:hidden}
973
+ ._1i8kst3y .ProseMirror .ak-editor-sync-block.creation-loading{animation-name:k1r6lcmc}
724
974
  ._1i9tyh40 .code{padding-bottom:2px}
725
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}
726
977
  ._1icakb7n .ak-editor-expand__title-input::-ms-input-placeholder{opacity:1}
727
978
  ._1icakb7n .ak-editor-expand__title-input::placeholder{opacity:1}
728
979
  ._1icn1tcg [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{width:24px}
729
980
  ._1icymz2b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{--checkbox-background-color:var(--local-background-disabled)}
730
- ._1ie21sou .multiBodiedExtensionView-content-wrap.danger>span>.legacy-content-header .status-lozenge-span>span{background-color:var(--ds-background-accent-red-subtle-hovered,#fd9891)}
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}
731
983
  ._1igzolhs .ProseMirror .pm-table-wrapper>table{ms-overflow-style:-ms-autohiding-scrollbar}
732
- ._1iizoqnp [data-mark-type=fragment]>.bodiedExtensionView-content-wrap{margin-top:.75rem}
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}
733
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)}
734
987
  ._1inzj35l html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-first-stop:-850000%}
735
988
  ._1io9glyw .ak-editor-expand__content .expand-content-wrapper{-webkit-user-select:none;-ms-user-select:none;user-select:none}
736
989
  ._1iod1o36 .ProseMirror hr.ak-editor-selected-node{outline-width:medium}
737
990
  ._1ip21j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image ::selection{background-color:transparent}
738
991
  ._1iphidpf .pm-table-sticky-wrapper>table>tbody>tr>td{border-bottom-width:0}
739
- ._1iq2r4us .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label.with-bodied-macro-live-page-styles{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
740
992
  ._1iqr1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-restricted{background-color:var(--ds-background-danger,#ffeceb)}
741
993
  ._1ir6xfcs .ProseMirror ol[data-indent-level="6"]{list-style-type:lower-roman}
742
994
  ._1ish1ule .ak-editor-expand__content .expand-content-wrapper{display:block}
743
995
  ._1itz1kdv .ProseMirror .code-block .code-content code{cursor:text}
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}
744
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%}
745
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}
746
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)}
747
1002
  ._1iyw1wug .code{overflow-x:auto}
@@ -749,38 +1004,43 @@
749
1004
  ._1j061dxm .search-match-text.selected-search-match.search-match-dark{background-color:var(--ds-background-accent-magenta-bolder-hovered,#943d73)!important}
750
1005
  ._1j14grf3 .ProseMirror .ak-editor-panel__content>.code-block:first-child{margin-bottom:0!important}
751
1006
  ._1j1lidpf .pm-table-container .pm-table-right-border{right:0}
752
- ._1j23bimv .multiBodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>div>.extension-label.with-bodied-macro-live-page-styles{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
753
1007
  ._1j36idpf .pm-table-wrapper>table>tbody>tr>td>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
754
1008
  ._1j3h1bqt{--local-border-invalid:var(--ds-border-danger,#e2483d)}
1009
+ ._1j3iglyw .layout-column-divider-thumb{pointer-events:none}
755
1010
  ._1j8ac3uk .ProseMirror .telepointer.color-5{--telepointer-participant-bg-color:var(--ds-background-accent-magenta-bolder,#ae4787)}
756
1011
  ._1j94utpp .pm-table-wrapper>table>tbody>tr>td td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
757
1012
  ._1j9eidpf .ProseMirror blockquote:first-child{margin-top:0}
758
1013
  ._1j9kt94y .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{height:1px}
759
- ._1j9x1j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container ::selection{background-color:transparent}
760
1014
  ._1jba15vq [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{overflow-y:hidden}
761
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}
762
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}
763
1019
  ._1jg61osq .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{width:100%}
764
1020
  ._1jh6idpf .ProseMirror .danger .code-block .line-number-gutter:after{top:0}
765
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}
766
1023
  ._1jk91diq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{--checkbox-border-color:var(--local-border-disabled)}
767
1024
  ._1jl2idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h2:first-child:not(style){margin-top:0}
768
1025
  ._1jnyazsu .ak-editor-selected-node>.editor-mention-primitive{color:var(--ds-text-subtle,#505258)}
769
- ._1jpsidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{padding-right:0}
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}
770
1028
  ._1jr9r4us .ak-editor-selected-node>[data-decision-wrapper]{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
771
1029
  ._1jt6n7od [data-prosemirror-node-name=date] .date-lozenger-container span{cursor:unset}
772
- ._1jtp1j28 .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container ::selection{background-color:transparent}
773
1030
  ._1jttidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{flex-shrink:0}
774
1031
  ._1junjp4b .pm-table-container>table>tbody>tr>th{vertical-align:top}
1032
+ ._1jw5d6z3 .ProseMirror h2>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:31px}
775
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}
776
1035
  ._1jykckbl .pm-table-container>table>tbody>tr>th{min-width:3pc}
777
1036
  ._1jyp14y2 .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-top:5px}
1037
+ ._1k21d6z3 .ProseMirror h2>.media-inline-image-wrapper{height:31px}
778
1038
  ._1k26yh40 .ProseMirror .ak-editor-annotation-blur{padding-bottom:2px}
779
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)}
780
1040
  ._1k54glyw .ProseMirror h6{text-transform:none}
1041
+ ._1k5hidpf .ProseMirror .ak-editor-sync-block .ak-editor-bodied-sync-block__content{padding-bottom:0}
781
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)}
782
1043
  ._1kbpidpf .gridLine{z-index:0}
783
- ._1kckglyw .inlineExtensionView-content-wrap.danger>span>div>.extension-label{box-shadow:none}
784
1044
  ._1kcx1cni [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{fill:var(--checkbox-tick-color)}
785
1045
  ._1kd91qdr .ak-editor-expand{transition-timing-function:cubic-bezier(.15,1,.3,1),cubic-bezier(.15,1,.3,1)}
786
1046
  ._1kd91wdg .search-match-block.search-match-dark .loader-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)}
@@ -788,26 +1048,38 @@
788
1048
  ._1kg4idpf .fabric-editor-alignment:first-of-type:first-child p style:first-child+*{margin-top:0}
789
1049
  ._1ki7qvpr .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{white-space:pre}
790
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}
1054
+ ._1krp1kw7 .ProseMirror .ak-editor-panel[data-panel-type=tip]{color:inherit}
791
1055
  ._1ku31ytf .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-timing-function:ease-in-out}
792
1056
  ._1kub1f4h .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-height:28px}
793
1057
  ._1kub1w2o .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-height:24.25px}
794
1058
  ._1kube0wb .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-height:16.25px}
795
1059
  ._1kubgktf .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-height:20px}
796
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}
797
1063
  ._1kx81j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::selection{background-color:transparent}
798
1064
  ._1kxaf705 [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{content:" "}
1065
+ ._1kyg15ya .ProseMirror .media-extended-resize-experience[layout^=wrap-]{overflow-x:visible!important}
1066
+ ._1kz5utpp .ak-editor-content-area.appearance-full-page .ProseMirror .ak-editor-panel .ak-editor-panel__icon{padding-right:var(--ds-space-150,9pt)}
799
1067
  ._1l071u8q .pm-table-wrapper>table>tbody>tr>th{background-clip:padding-box}
800
1068
  ._1l0sxfcs .ProseMirror ol ol ol ol ol ol{list-style-type:lower-roman}
801
1069
  ._1l2jidpf .ak-editor-expand__icon-button{padding-left:0}
802
1070
  ._1l3q1hrf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{clear:both}
1071
+ ._1l4iglyw .danger div div .media-card-frame:after{box-shadow:none}
803
1072
  ._1l9u13gf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:focus+svg{cursor:not-allowed}
804
1073
  ._1lbautpp .ProseMirror{margin-top:var(--ds-space-150,9pt)}
805
1074
  ._1lbj1hrf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{clear:both}
806
1075
  ._1ldle0wb .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){min-height:16.25px}
807
1076
  ._1ldlgktf .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){min-height:20px}
808
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:""}
809
1079
  ._1lezidpf .ProseMirror li>.code-block:first-child{margin-top:0}
810
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)}
811
1083
  ._1lg71w2o .ProseMirror h1 .emoji-common-placeholder{width:24.25px}
812
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)}
813
1085
  ._1lj5hp5a .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger){background-color:var(--ds-surface-raised,#fff)}
@@ -815,21 +1087,35 @@
815
1087
  ._1lm915cr .ProseMirror .telepointer.color-6{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
816
1088
  ._1lng10nf .ProseMirror h3{line-height:1.25}
817
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)}
1091
+ ._1lqi1ssb .ProseMirror [layout=wide] .rich-media-item{margin-left:50%}
818
1092
  ._1lr11jtm .ProseMirror .code-content--wrapped>.code-block-content-wrapper>.code-content code{white-space:pre-wrap}
819
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:""}
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)}
820
1097
  ._1luc15cr .ProseMirror .telepointer.color-5{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
821
1098
  ._1lv01ejb [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{height:var(--ds-space-300,24px)}
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}
822
1101
  ._1lxan7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{padding-top:unset}
823
1102
  ._1lxyidpf .pm-table-sticky-wrapper>table>tbody>tr>th{border-right-width:0}
824
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}
1106
+ ._1m2kpxbi .ProseMirror .ak-editor-panel{padding-right:var(--ds-space-200,1pc)}
825
1107
  ._1m2p1tcg .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){width:24px}
826
1108
  ._1m2q7mnp .ak-editor-expand__content .nestedExpand-content-wrapper{clip:rect(1px,1px,1px,1px)}
827
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%}
828
1111
  ._1m4816ch .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:18.25px}
829
1112
  ._1m4z1ule [data-prosemirror-node-name=blockTaskItem]:has([data-empty]):not(:has([data-type-ahead])) [data-component=placeholder]{display:block}
830
1113
  ._1m67cuwt .ProseMirror .code-block .code-content__line-number--wrapped{width:var(--lineNumberGutterWidth,2rem)}
831
1114
  ._1m6qckbl .pm-table-sticky-wrapper>table>tbody>tr>td{min-width:3pc}
832
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}
833
1119
  ._1m9i15vq .ProseMirror .code-block .code-block-content-wrapper{overflow-y:hidden}
834
1120
  ._1mat15s3 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{background-color:var(--ds-background-selected,#e9f2fe)}
835
1121
  ._1mca1wug .ProseMirror .pm-table-wrapper table{min-width:auto}
@@ -838,114 +1124,127 @@
838
1124
  ._1mds1nu9 [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{display:inline}
839
1125
  ._1mdwvuon .pm-table-sticky-wrapper>table>tbody>tr>td{background-color:var(--ds-surface,#fff)}
840
1126
  ._1me2qxcq .search-match-block.search-match-block-selected.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 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
1127
+ ._1mebs4qr .ProseMirror .danger .ak-editor-panel[data-panel-type=warning] .ak-editor-panel__icon[data-panel-type=warning]{color:var(--ds-icon-danger,#c9372c)}
841
1128
  ._1mej1kdv .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 *){-webkit-user-select:text}
842
1129
  ._1mel1txw .ProseMirror .code-block-content-wrapper>.code-content{display:flex}
843
- ._1mglglyw .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container:before{pointer-events:none}
844
1130
  ._1mlf1x4e .ProseMirror h4{font-size:1em}
845
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)}
846
- ._1mnz1j28 .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container ::-moz-selection{background-color:transparent}
847
- ._1mqj1gly .extensionView-content-wrap.danger>span>.legacy-content-header{background-color:var(--ds-background-danger,#ffeceb)}
1132
+ ._1mopidpf .ProseMirror .ak-editor-sync-block.view-mode .ak-editor-sync-block__label{opacity:0}
848
1133
  ._1mqkstnw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{position:absolute}
849
- ._1mrzidpf .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label.always-hide-label{opacity:0}
850
1134
  ._1mtdidpf .ak-editor-selected-node>[data-decision-wrapper]:before{right:0}
851
- ._1mvvidpf .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container:before{right:0}
852
- ._1mwo1nu9 .bodiedExtensionView-content-wrap.danger>span>div>.extension-label>span{display:inline}
853
- ._1mxyidpf [data-mark-type=fragment]>.extensionView-content-wrap{margin-left: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:""}
854
1136
  ._1myqkivo [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:hover+svg{--checkbox-background-color:var(--local-background-hover)}
855
1137
  ._1mzi17hw .ProseMirror blockquote table:last-child{display:inline-table}
856
1138
  ._1n111fbg .ProseMirror ol{list-style-type:decimal}
857
1139
  ._1n37v77o .fabric-background-color-mark:has(.background-color-padding-right){padding-right:var(--ds-space-025,2px)}
858
1140
  ._1n42utpp .pm-table-container>table>tbody>tr>td th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
859
- ._1n4tclii .bodiedExtensionView-content-wrap.danger>span>.with-danger-overlay .extension-overlay{opacity:.3}
860
- ._1n5a1yvi .bodiedExtensionView-content-wrap.danger>span>.with-danger-overlay .extension-overlay{background-color:var(--ds-background-danger-hovered,#ffd5d2)}
1141
+ ._1n6dj4ch .ProseMirror .ak-editor-sync-block__renderer{display:flow-root}
861
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}
1144
+ ._1n9b1ejb .ProseMirror .ak-editor-panel .ak-editor-panel__icon{height:var(--ds-space-300,24px)}
862
1145
  ._1n9bv47k .ProseMirror .ak-editor-panel .ak-editor-panel__icon{height:var(--ds-space-250,20px)}
863
1146
  ._1n9xxmi2 .ProseMirror>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-150,-9pt)}
864
- ._1nb7oqnp .extensionView-content-wrap{margin-top:.75rem}
865
1147
  ._1nd8idpf .pm-table-container .decisionItemView-content-wrap:first-of-type>div{margin-top:0}
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)}
866
1150
  ._1nehnqa1 .ProseMirror blockquote{border-left-style:solid}
867
1151
  ._1nhdi8nm .danger .mentionView-content-wrap>span>span>span{background-color:var(--ds-background-neutral,#0515240f)}
868
1152
  ._1nhw13gf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:focus+svg{cursor:not-allowed}
869
1153
  ._1nip1bvj .ProseMirror h2{font-size:1.42857em}
870
1154
  ._1njsh2mm [data-prosemirror-node-name=taskItem] [data-component=task-item-main]{position:relative}
871
- ._1nl0glyw .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{box-shadow:none}
872
1155
  ._1nl9idpf .ProseMirror .ak-editor-annotation-draft:has(.card){padding-right:0}
873
1156
  ._1nn0idpf .fabric-editor-font-size:first-of-type:first-child h4 style:first-child+*{margin-top:0}
874
- ._1noyidpf [data-mark-type=fragment]:nth-last-of-type(-n+2):not(:first-of-type)>.extensionView-content-wrap{margin-bottom:0}
875
- ._1nq1kb7n .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{opacity:1}
1157
+ ._1npkoskh .ProseMirror [data-layout-section].selected [data-layout-column]:not(:first-of-type) [data-layout-content]:before{height:calc(100% - 24px)}
876
1158
  ._1nq21fbg .ProseMirror ol ol ol ol{list-style-type:decimal}
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}
877
1162
  ._1nu9i8nm .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
878
1163
  ._1nuq1e5h [layout=wrap-right]+.ProseMirror-gapcursor{float:left}
879
- ._1nx11rtt .inlineExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
1164
+ ._1nw2idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{left:0}
880
1165
  ._1nylidpf .ak-editor-selected-node>[data-decision-wrapper]:before{bottom:0}
881
1166
  ._1nzsr01l{--local-background-active:var(--ds-background-input-pressed,#fff)}
882
1167
  ._1o02azsu .danger .mentionView-content-wrap>span>span>span{color:var(--ds-text-subtle,#505258)}
883
1168
  ._1o0g1ule .ProseMirror .ProseMirror-gapcursor span:after{display:block}
884
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}
885
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)}
886
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}
887
1174
  ._1o6w1j28 .ProseMirror blockquote.ak-editor-selected-node::-moz-selection{background-color:transparent}
888
- ._1o70oqnp .multiBodiedExtensionView-content-wrap{margin-bottom:.75rem}
889
- ._1o9tidpf .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container:before{bottom:0}
890
1175
  ._1oa0grf3 .ProseMirror .ak-editor-panel__content>.code-block:first-child{margin-right:0!important}
891
- ._1oa1kb7n .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{opacity:1}
892
- ._1oaoidpf .bodiedExtensionView-content-wrap{margin-left:0}
1176
+ ._1oae15s3 .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section]{background-color:var(--ds-background-selected,#e9f2fe)}
893
1177
  ._1oc51b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{height:calc(100% + 2px)}
894
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)}
895
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)}
896
1180
  ._1ocsv77o .gridParent{margin-right:var(--ds-space-025,2px)}
897
1181
  ._1ocsxmi2 .gridParent{margin-right:var(--ds-space-negative-150,-9pt)}
898
- ._1oek15s3 .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{background-color:var(--ds-background-selected,#e9f2fe)}
899
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))}
900
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)}
901
1185
  ._1oif1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger)::-moz-selection{background-color:transparent}
902
- ._1oknoqnp [data-mark-type=fragment]>.bodiedExtensionView-content-wrap{margin-bottom:.75rem}
1186
+ ._1ojl1tsb .ProseMirror .ak-editor-sync-block:has(.ak-editor-sync-block__loading_state){box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
903
1187
  ._1ol3glyw .ProseMirror .right-shadow:after{pointer-events:none}
904
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}
1190
+ ._1onnf6fq .ProseMirror h6>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{height:18px}
1191
+ ._1onu97pp .warning .rich-media-item .new-file-experience-wrapper{box-shadow:0 0 0 1px var(--ds-border-warning,#e06c00)!important}
905
1192
  ._1onur4us ol[data-node-type=decisionList].ak-editor-selected-node{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
906
- ._1oo0glyw .multiBodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{box-shadow:none}
907
1193
  ._1op21k8s .ProseMirror .code-block .code-block--end{height:1.5rem}
908
1194
  ._1op6idpf :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:first-child:not(style){margin-top:0}
909
1195
  ._1oq4idpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{right:0}
1196
+ ._1oqj14no .ProseMirror h1>.mediaInlineView-content-wrap>.media-inline-image-wrapper{height:36px}
910
1197
  ._1oqxr4us .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
911
1198
  ._1oraidpf .fabric-editor-alignment:first-of-type:first-child h6:first-child:not(style){margin-top:0}
912
1199
  ._1ord14p8 [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{--checkbox-tick-color:var(--local-tick-rest)}
913
1200
  ._1orf1b66 .ProseMirror li>ol{margin-top:var(--ds-space-050,4px)}
914
1201
  ._1orf1tuv .ProseMirror li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
1202
+ ._1ot0vbgk .richMedia-resize-handle-left:after{height:4pc}
915
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}
916
1205
  ._1otj1rjc .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transition-property:transform,opacity}
917
1206
  ._1otoidpf .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{top:0}
918
1207
  ._1otu1txw .ak-editor-expand__title-container{display:flex}
919
- ._1otv1gly .multiBodiedExtensionView-content-wrap.danger>span>.extension-container{background-color:var(--ds-background-danger,#ffeceb)}
1208
+ ._1oug1gly [data-prosemirror-node-name=status]>[data-color=red] .lozenge-wrapper{background-color:var(--ds-background-danger,#ffeceb)}
1209
+ ._1owdidpf .ProseMirror li .rich-media-item{margin-top:0}
920
1210
  ._1owy1l7b .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-bottom:3px}
921
- ._1oxabimv .inlineExtensionView-content-wrap.danger>span>.extension-container{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
922
1211
  ._1oymc7mi .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-250,-20px)}
923
1212
  ._1oymxmi2 .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-150,-9pt)}
924
- ._1oztclii .extensionView-content-wrap.danger>span>.with-danger-overlay .extension-overlay{opacity:.3}
925
1213
  ._1ozu18jz [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-tick-color:var(--local-tick-active)}
926
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)}
927
1217
  ._1p171ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-timing-function:ease-in-out}
928
1218
  ._1p19glyw .danger .decisionItemView-content-wrap.ak-editor-selected-node>div:after{content:none}
929
1219
  ._1p25usvi [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{box-sizing:border-box}
930
1220
  ._1p281y2m .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-duration:7.5s}
931
1221
  ._1p3gidpf .ak-editor-expand.ak-editor-selected-node:not(.danger):after{bottom:0}
932
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}
933
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}
934
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)}
1226
+ ._1p5l1s93 .ProseMirror .ak-editor-panel{background-color:var(--ds-background-accent-blue-subtlest,#e9f2fe)}
935
1227
  ._1p5p1j28 .ak-editor-expand__title-input{background-color:transparent}
1228
+ ._1p647wq0 .ak-editor-panel.ak-editor-selected-node:not(.danger):before{background-color:var(--ds-blanket-selected,#388bff14)}
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:""}
936
1231
  ._1p9315cr .ProseMirror .telepointer.color-7{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
1232
+ ._1p9fidpf .ProseMirror li .rich-media-item{margin-left:0}
937
1233
  ._1p9g14y2 .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-top:5px}
1234
+ ._1p9vidpf .ak-editor-panel.ak-editor-selected-node:not(.danger):before{right:0}
1235
+ ._1pg112et .ProseMirror .ak-editor-sync-block{margin-left:-19px}
938
1236
  ._1pg2v77o .gridParent{margin-left:var(--ds-space-025,2px)}
939
1237
  ._1pg2xmi2 .gridParent{margin-left:var(--ds-space-negative-150,-9pt)}
1238
+ ._1pi817vv .ProseMirror h1>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{transform:translateY(-3px)}
940
1239
  ._1pjl15cr .ProseMirror .telepointer.color-1{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
941
1240
  ._1pjt14y2 .ProseMirror .ak-editor-annotation-focus:has(.card){padding-top:5px}
942
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}
943
1243
  ._1pm0idpf .ak-editor-expand.ak-editor-selected-node:not(.danger):after{top:0}
944
1244
  ._1pmn12c5 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-iteration-count:infinite}
945
1245
  ._1pnt15vq .ak-editor-expand__content .nestedExpand-content-wrapper{overflow-x:hidden}
946
1246
  ._1pp7mz2b [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled[data-invalid]+svg{--checkbox-background-color:var(--local-background-disabled)}
947
1247
  ._1psiidpf .ak-editor-expand.ak-editor-selected-node:not(.danger):before{left:0}
948
- ._1pt1idpf .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label.always-hide-label{opacity:0}
949
1248
  ._1pvf1xf3 .search-match-block.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-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
950
1249
  ._1pycidpf .fabric-editor-alignment:first-of-type:first-child h3 style:first-child+*{margin-top:0}
951
1250
  ._1pye1qg1 .ProseMirror .telepointer.color-7{--telepointer-participant-bg-color:var(--ds-background-accent-orange-bolder,#bd5b00)}
@@ -953,40 +1252,47 @@
953
1252
  ._1q09glyw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{-webkit-user-select:none;-ms-user-select:none;user-select:none}
954
1253
  ._1q0atoke .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-color:var(--ds-background-neutral,#0515240f)!important}
955
1254
  ._1q0gidpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]+*>*{margin-top:0}
1255
+ ._1q1z1ssb .ProseMirror [layout=full-width] .rich-media-item{margin-left:50%}
956
1256
  ._1q2615vq .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{overflow-x:hidden}
1257
+ ._1q2uidpf .mediaGroupView-content-wrap ul{padding-left:0}
957
1258
  ._1q471e5h [layout=wrap-left]+.ProseMirror-gapcursor{float:left}
958
- ._1q5aidpf .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container:before{left:0}
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)}
959
1261
  ._1q5dh2mm .ProseMirror li{position:relative}
960
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)}
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}
961
1267
  ._1qer1kdv .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image{-webkit-user-select:text}
962
1268
  ._1qg7grf3 .ProseMirror .ak-editor-panel__content>.ProseMirror-widget:first-child+.ProseMirror-widget+.code-block{margin-right:0!important}
963
1269
  ._1qihyh40 .ProseMirror .ak-editor-annotation-hover{padding-bottom:2px}
964
1270
  ._1qikidpf .ProseMirror>.ak-editor-expand:first-child{margin-top:0}
965
1271
  ._1qil1l2s [data-prosemirror-node-name=taskItem] [data-component=placeholder]{text-overflow:ellipsis}
1272
+ ._1qkw1fhb .layout-column-divider{align-self:stretch}
966
1273
  ._1qkxidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child .heading-wrapper:first-child:not(style){margin-top:0}
967
- ._1qmbewfl .extensionView-content-wrap .extension-container:has(.extension-editable-area){overflow-x:visible}
968
- ._1qn21gly .inlineExtensionView-content-wrap.danger>span>.extension-container{background-color:var(--ds-background-danger,#ffeceb)}
969
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%}
1276
+ ._1qngervl .ProseMirror .ak-editor-panel[data-panel-type=warning] .ak-editor-panel__icon[data-panel-type=warning]{color:var(--ds-icon-warning,#e06c00)}
970
1277
  ._1qomidpf .ProseMirror .left-shadow:before{left:0}
971
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}
972
1279
  ._1qs3ddzq{--editor-font-ugc-token-heading-h5:normal 600 0.857143em/1.33333 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
973
1280
  ._1qs3i7a9 .editor-mention-primitive{font-weight:var(--ds-font-weight-regular,400)}
974
1281
  ._1quk1aqn .ProseMirror .pm-table-wrapper>table:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e)}
975
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}
976
1284
  ._1qvtgrf3 .ProseMirror li:has(>ol:only-child){margin-top:0!important}
977
1285
  ._1qxuysee .pm-table-wrapper>table th{background-color:var(--ds-background-accent-gray-subtlest,#f0f1f2)}
978
1286
  ._1qypglyw [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]{clear:none}
979
- ._1qyx1kdv .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container{-webkit-user-select:text}
980
1287
  ._1r0kstnw .ProseMirror .code-block .code-block--start{position:absolute}
981
1288
  ._1r2pidpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{top:0}
982
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}
983
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)}
984
- ._1r6qidpf .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container:before{top:0}
985
1292
  ._1r6r15vq .ProseMirror .code-block .line-number-gutter:before{visibility:hidden}
986
- ._1r6wr4us .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label.with-bodied-macro-live-page-styles{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
987
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)}
988
- ._1r7aqlaa .extension-container a span{font-size:.8125rem}
989
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}
990
1296
  ._1r9butpp .ProseMirror{margin-left:var(--ds-space-150,9pt)}
991
1297
  ._1rakidpf .ProseMirror .danger.code-block .line-number-gutter:after{left:0}
992
1298
  ._1raq1poh .editor-mention-primitive{padding-left:.23em}
@@ -994,7 +1300,9 @@
994
1300
  ._1rda5w2r{--local-tick-checked:var(--ds-icon-inverse,#fff)}
995
1301
  ._1rdsfs2f .ak-editor-expand{transition-duration:.3s,.3s}
996
1302
  ._1reozryt{overflow-x:clip}
1303
+ ._1rfhs4qr .ProseMirror .danger .ak-editor-panel[data-panel-type=note] .ak-editor-panel__icon[data-panel-type=note]{color:var(--ds-icon-danger,#c9372c)}
997
1304
  ._1rfm1ntv .pm-table-sticky-wrapper>table hr{box-sizing:content-box}
1305
+ ._1rfo1ule .ProseMirror.ua-chrome li>.mediaSingleView-content-wrap:before{display:block}
998
1306
  ._1rg715cr .ProseMirror .telepointer.color-2{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
999
1307
  ._1rgmmh6f .ProseMirror .pm-table-wrapper .pm-table-cell-content-wrap p:empty{min-height:1.714em}
1000
1308
  ._1rhx1jtm .ProseMirror .inlineNodeView>:not(.zeroWidthSpaceContainer){white-space:pre-wrap}
@@ -1008,22 +1316,26 @@
1008
1316
  ._1rrkdgkc .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{color:var(--ds-icon-subtle,#505258)}
1009
1317
  ._1rtu1txw [data-prosemirror-node-name=taskItem] [data-component=task-item-main]{display:flex}
1010
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}
1011
1320
  ._1rxqnqa1 .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-style:solid}
1012
- ._1ryt1j28 .extensionView-content-wrap.danger>span>.with-danger-overlay{background-color:transparent}
1321
+ ._1rykb3bt .ProseMirror [data-layout-section] [data-empty-layout=true] [data-layout-column]:not(:first-of-type) [data-layout-content]:before{content:""}
1013
1322
  ._1s0y7mnp .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{clip:rect(1px,1px,1px,1px)}
1014
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)}
1015
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}
1016
1326
  ._1s2t1mrw div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{z-index:-1}
1017
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)}
1018
- ._1s773mia .extension-container [data-macro-name=toc] * :not(.status-lozenge-span *){font-size:var(--ak-editor-base-font-size)}
1019
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%}
1020
1330
  ._1sa6b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{content:""}
1331
+ ._1sdw14id .ak-editor-sync-block__label{top:-10px}
1332
+ ._1sf1qslr .ProseMirror .media-inline-image-wrapper{height:22px}
1021
1333
  ._1sfg1bqt{--local-border-checked-invalid:var(--ds-border-danger,#e2483d)}
1022
- ._1sfk1j28 .multiBodiedExtensionView-content-wrap.danger>span>.with-danger-overlay{background-color:transparent}
1023
1334
  ._1sg0h2mm .ProseMirror .code-block .line-number-gutter{position:relative}
1024
1335
  ._1sgkusic .ProseMirror .code-block .code-content__line-number--wrapped{text-align:right}
1025
1336
  ._1sic1r31 [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{color:currentColor}
1026
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}
1027
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)}
1028
1340
  ._1sn3idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-right:0}
1029
1341
  ._1sncp3kn .gridLine{transition-timing-function:linear}
@@ -1034,12 +1346,13 @@
1034
1346
  ._1ssocs5v .ProseMirror .left-shadow:before{z-index:2}
1035
1347
  ._1st71vek [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:active+svg{--checkbox-border-color:var(--local-border-active)}
1036
1348
  ._1supidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-right:0}
1037
- ._1swgidpf [data-mark-type=fragment]>.extensionView-content-wrap{margin-right:0}
1038
1349
  ._1syri8nm .pm-table-container>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{--ds--code--line-number-bg-color:var(--ds-background-neutral,#0515240f)}
1039
1350
  ._1syzglyw [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]{clear:none}
1040
1351
  ._1sz21dm9 .ProseMirror blockquote{border-left-width:var(--ds-border-width-selected,2px)}
1041
1352
  ._1szw1gly .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-image{background-color:var(--ds-background-danger,#ffeceb)}
1042
1353
  ._1t0tidpf .ProseMirror .ak-editor-annotation-hover:has(.card){padding-left:0}
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}
1043
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)}
1044
1357
  ._1t5a10yn .ak-editor-expand{min-height:25px}
1045
1358
  ._1t6mglyw .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]{clear:none}
@@ -1048,37 +1361,47 @@
1048
1361
  ._1t914jg8 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-direction:normal}
1049
1362
  ._1t9u1wdg .search-match-block.search-match-dark .lozenge-wrapper{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)}
1050
1363
  ._1tb2idpf .ProseMirror .pm-table-wrapper>table{margin-left:0}
1364
+ ._1tcf1hrf .ProseMirror .mediaSingleView-content-wrap[layout=center]{clear:both}
1051
1365
  ._1tcx1tcg [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{height:24px}
1052
- ._1td9bimv .extensionView-content-wrap.danger>span>.legacy-content-header{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1366
+ ._1td8idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-section] [data-layout-column]:before{top:0}
1053
1367
  ._1tdl1i6y .fabric-background-color-mark:has(.background-color-padding-right){margin-right:var(--ds-space-negative-025,-2px)}
1054
1368
  ._1tenidpf .fabric-editor-alignment:first-of-type:first-child h5 style:first-child+*{margin-top:0}
1055
1369
  ._1texusic .ProseMirror .ProseMirror-gapcursor[layout=wrap-right]{float:right}
1056
- ._1tfz1nu9 .multiBodiedExtensionView-content-wrap.danger>span>div>.extension-label>span{display:inline}
1057
1370
  ._1tieidpf :not(.fabric-editor-block-mark)>h3 style:first-child+*{margin-top:0}
1058
1371
  ._1tiyh2mm .ProseMirror .right-shadow{position:relative}
1059
1372
  ._1tke1h6o [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{align-items:center}
1060
1373
  ._1tlp1x4e .ProseMirror p{font-size:1em}
1374
+ ._1tot17vv .ProseMirror h2>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{transform:translateY(-3px)}
1061
1375
  ._1tqsazsu .editor-mention-primitive{color:var(--ds-text-subtle,#505258)}
1062
1376
  ._1trh7xuz .search-match{background-color:var(--ds-background-accent-teal-subtlest,#e7f9ff)}
1063
- ._1tsoidpf .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label.always-hide-label{opacity:0}
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}
1064
1379
  ._1ttmglyw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{pointer-events:none}
1065
1380
  ._1tud1tuv .ProseMirror .ak-ul li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
1066
1381
  ._1tv57wq0 .ak-editor-expand.ak-editor-selected-node:not(.danger):before{background-color:var(--ds-blanket-selected,#388bff14)}
1382
+ ._1tvap1qy .ProseMirror h5>.mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
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)}
1067
1386
  ._1tzri7uo .ProseMirror h1{color:var(--ds-text,#292a2e)}
1068
1387
  ._1u0115vq .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{visibility:hidden}
1388
+ ._1u09utpp .ProseMirror table .rich-media-item.image-wrap-right[data-layout]:first-child{margin-top:var(--ds-space-150,9pt)}
1389
+ ._1u19b3bt .ProseMirror.ua-chrome li>.mediaSingleView-content-wrap:before{content:""}
1069
1390
  ._1u1ft94y .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{width:1px}
1070
1391
  ._1u29kb7n [data-prosemirror-node-name=blockTaskItem] [data-component=content]{flex-shrink:1}
1071
1392
  ._1u2ww31d .ProseMirror h3 .emoji-common-placeholder{height:20.25px}
1072
1393
  ._1u4a1ule .pm-table-container .pm-table-left-border{display:block}
1073
- ._1u6pkb7n .extensionView-content-wrap.danger>span>div>.extension-label{opacity:1}
1074
1394
  ._1u701ule .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{display:block}
1075
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}
1076
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}
1077
1398
  ._1u7ymz2b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:focus+svg{--checkbox-background-color:var(--local-background-disabled)}
1078
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}
1079
1401
  ._1ub4nkob .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){vertical-align:middle}
1080
1402
  ._1ubf1vop .ProseMirror .telepointer.color-3{--telepointer-participant-bg-color:var(--ds-background-accent-yellow-bolder,#946f00)}
1081
1403
  ._1ubhidpf .ProseMirror .ak-editor-annotation-blur{padding-right:0}
1404
+ ._1uc7m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ol{clear:both!important}
1082
1405
  ._1ucti7uo .editor-mention-primitive.mention-restricted{color:var(--ds-text,#292a2e)}
1083
1406
  ._1uddtdv8 .selected-search-match{background-color:var(--ds-background-accent-teal-subtle,#6cc3e0)}
1084
1407
  ._1ue41l2s .ProseMirror p:has(.placeholder-decoration-hide-overflow){text-overflow:ellipsis}
@@ -1088,52 +1411,58 @@
1088
1411
  ._1ujg1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{top:-1px}
1089
1412
  ._1uln1vmz .pm-table-container .pm-table-right-border{height:calc(100% - var(--ds-space-300, 24px))}
1090
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}
1091
1415
  ._1upkh2mm div[extensionType="com.atlassian.ai-blocks"] .extension-container{position:relative}
1092
- ._1upkidpf .extensionView-content-wrap.danger.ak-editor-selected-node>span>div>.extension-label.always-hide-label{opacity:0}
1416
+ ._1uro1h6o .layout-column-divider-rail{justify-content:center}
1093
1417
  ._1us5sxj9 .ProseMirror .telepointer.telepointer-dim{opacity:.2}
1094
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)}
1095
1419
  ._1usv1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite::-moz-selection{background-color:transparent}
1096
- ._1utjidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-outer-wrapper{margin-bottom:0}
1097
1420
  ._1uue1mxr .ProseMirror .code-block .code-block-content-wrapper{counter-reset:line}
1098
1421
  ._1uv9idpf :not(.fabric-editor-block-mark)>h2:first-child:not(style){margin-top:0}
1099
1422
  ._1uvbh2mm .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image{position:relative}
1100
- ._1uw8kb7n .inlineExtensionView-content-wrap.danger>span>div>.extension-label{opacity:1}
1101
1423
  ._1uwodgkc [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{color:var(--ds-icon-subtle,#505258)}
1102
1424
  ._1v08idpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{bottom:0}
1425
+ ._1v1sesu3 .richMedia-resize-handle-right{align-items:flex-end}
1103
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}
1104
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}
1105
1429
  ._1v5iv2br [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{align-self:start}
1106
1430
  ._1v6tt94y .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{width:1px}
1107
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}
1108
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)}
1109
1435
  ._1vgtidpf .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-right:0}
1110
1436
  ._1vic5d63 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transform-origin:top left}
1111
1437
  ._1vjnidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{min-width:0}
1112
1438
  ._1vk21ex1{--ak-editor--large-gutter-padding:52px}
1113
1439
  ._1vk2t9kd{--ak-editor--large-gutter-padding:72px}
1440
+ ._1vm41l7b .layout-column-divider-thumb{min-width:3px}
1114
1441
  ._1vmi1j28 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image::-moz-selection{background-color:transparent}
1115
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))}
1116
1443
  ._1vo21ejb div[data-task-list-local-id] div[data-task-list-local-id]{margin-left:var(--ds-space-300,24px)}
1117
1444
  ._1vo6i7a9 .pm-table-wrapper>table>tbody>tr>th{font-weight:var(--ds-font-weight-regular,400)}
1118
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}
1119
1447
  ._1vpk188d .ProseMirror .placeholder-decoration-fade-in{animation-duration:.3s}
1448
+ ._1vptutpp .ProseMirror table .rich-media-item{margin-top:var(--ds-space-150,9pt)}
1120
1449
  ._1vpzn7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{padding-left:unset}
1121
1450
  ._1vqj1r31 .ProseMirror-selectednode{outline-color:currentColor}
1122
1451
  ._1vs6idpf .ProseMirror .right-shadow:after{right:0}
1123
- ._1vsooqnp [data-mark-type=fragment]>.extensionView-content-wrap{margin-top:.75rem}
1124
1452
  ._1vtyidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+span+*>*{margin-top:0}
1125
1453
  ._1vuvusvi .ak-editor-expand{box-sizing:border-box}
1126
- ._1vx5glyw .bodiedExtensionView-content-wrap.danger>span>div>.extension-label{box-shadow:none}
1454
+ ._1vvnglyw .ProseMirror [layout^=wrap-]+[layout^=wrap-]{clear:none}
1127
1455
  ._1vyzidpf .ProseMirror-widget:not([data-blocks-decoration-container=true]):not([data-blocks-drag-handle-container=true]):not([data-blocks-quick-insert-container=true])+.ProseMirror-gapcursor+*{margin-top:0}
1128
1456
  ._1w3ipxbi .ProseMirror blockquote{padding-left:var(--ds-space-200,1pc)}
1457
+ ._1w491y6m .richMedia-resize-handle-left{align-items:flex-start}
1129
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}
1130
1461
  ._1w721ule .pm-table-container .pm-table-right-border{display:block}
1131
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)}
1132
- ._1wb01yvi .inlineExtensionView-content-wrap.danger>span>.with-danger-overlay .extension-overlay{background-color:var(--ds-background-danger-hovered,#ffd5d2)}
1133
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)}
1134
- ._1wcvidpf .multiBodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>div>.extension-label.always-hide-label{opacity:0}
1464
+ ._1wcmidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{left:0}
1135
1465
  ._1wdeh2mm .ProseMirror .code-block .code-block-content-wrapper{position:relative}
1136
- ._1we4bimv .inlineExtensionView-content-wrap.danger.ak-editor-selected-node>span>div>.extension-label.with-bodied-macro-live-page-styles{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1137
1466
  ._1wet1hna .editor-mention-primitive{word-break:break-word}
1138
1467
  ._1wfa1pd9 .ProseMirror h3{font-weight:var(--ds-font-weight-semibold,600)}
1139
1468
  ._1wgaidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+*>*{margin-top:0}
@@ -1141,26 +1470,36 @@
1141
1470
  ._1wh8idpf .ProseMirror>div[data-layout-section]:first-child{margin-top:0}
1142
1471
  ._1wio7wq0 .ak-editor-selected-node>[data-decision-wrapper]:before{background-color:var(--ds-blanket-selected,#388bff14)}
1143
1472
  ._1wjzqvpr .ProseMirror .code-block-content-wrapper>.code-content code{white-space:pre}
1144
- ._1wmeidpf [data-mark-type=fragment]>[data-mark-type=dataConsumer]>.bodiedExtensionView-content-wrap{margin-right:0}
1473
+ ._1wk8glyw .ProseMirror table .rich-media-item.image-wrap-left[data-layout]{clear:none}
1145
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}
1476
+ ._1wsxr4us .ak-editor-panel.ak-editor-selected-node:not(.danger){box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
1146
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}
1147
1480
  ._1wwxbimv .danger .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1148
1481
  ._1wys1l7b .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-bottom:3px}
1149
1482
  ._1wysidpf .ProseMirror .code-block .code-block--end{right:0}
1150
1483
  ._1wzd1t4y div[extensionType="com.atlassian.ai-blocks"] .extension-container .with-margin-styles{background-color:var(--ds-surface,#fff)!important}
1151
1484
  ._1wzi15tv .ProseMirror h5{margin-top:1.45833em}
1152
1485
  ._1wzis05q .ProseMirror h5{margin-top:1.667em}
1486
+ ._1x09glyw .ProseMirror.ua-firefox .mediaSingleView-content-wrap{-webkit-user-select:none;-ms-user-select:none;user-select:none}
1153
1487
  ._1x187wq0 .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{background-color:var(--ds-blanket-selected,#388bff14)}
1154
1488
  ._1x2nt94y .ProseMirror .ak-editor-annotation-blur{padding-top:1px}
1155
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}
1156
1491
  ._1x5a1tcg [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{height:24px}
1157
1492
  ._1x5q1ial .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{z-index:12}
1158
1493
  ._1x5zidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+*{margin-top:0}
1159
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}
1160
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}
1497
+ ._1x7z1kw7 .ProseMirror .ak-editor-panel{color:inherit}
1498
+ ._1x82kb7n .ProseMirror .ak-editor-panel .ak-editor-panel__content{flex-grow:1}
1499
+ ._1x881j28 .ak-editor-panel.ak-editor-selected-node:not(.danger)::selection{background-color:transparent}
1161
1500
  ._1x8yidpf .ak-editor-expand td>:not(style):first-child{margin-top:0}
1162
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)}
1163
- ._1xbj6x5g .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{color:var(--ds-text-selected,#1868db)}
1502
+ ._1xbkidpf .ProseMirror [data-layout-section].ak-editor-selected-node:not(.danger) [data-layout-column]:before{right:0}
1164
1503
  ._1xbs1kdv .ProseMirror span.pm-placeholder__text[data-placeholder]:after{cursor:text}
1165
1504
  ._1xcb15vq [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{visibility:hidden}
1166
1505
  ._1xdsidpf :not(.fabric-editor-block-mark)>p:first-child:not(style){margin-top:0}
@@ -1168,59 +1507,74 @@
1168
1507
  ._1xfvidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{font-size:0}
1169
1508
  ._1xgj1kdv .ak-editor-expand__content{cursor:text}
1170
1509
  ._1xgk1l7b .ProseMirror .ak-editor-annotation-draft:has(.card){padding-bottom:3px}
1171
- ._1xipidpf .multiBodiedExtensionView-content-wrap{margin-left:0}
1510
+ ._1xh58jkm .ProseMirror .ak-editor-bodied-sync-block .ak-editor-sync-block__renderer{padding-left:19px}
1172
1511
  ._1xkp16ch .ProseMirror h4 .emoji-common-placeholder{height:18.25px}
1173
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:""}
1174
1514
  ._1xm41tc5 .ProseMirror h1{line-height:1.16667}
1175
1515
  ._1xm91l7b .ProseMirror .ak-editor-annotation-focus:has(.card){padding-bottom:3px}
1176
1516
  ._1xmbfeiv .ProseMirror .ak-editor-annotation-blur{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
1177
1517
  ._1xnzidpf .ak-editor-expand__icon-button{padding-bottom:0}
1178
1518
  ._1xog1ule [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{display:block}
1179
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)}
1180
1522
  ._1xq8stnw div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{position:absolute}
1181
1523
  ._1xqjw4vn .ProseMirror ul ul ul{list-style-type:square}
1182
1524
  ._1xqtt94y .ProseMirror .ak-editor-annotation-draft{padding-top:1px}
1183
1525
  ._1xquh2mm .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{position:relative}
1184
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}
1185
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}
1186
1530
  ._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
1187
- ._1xxp1tmw .multiBodiedExtensionView-content-wrap.danger>span>div>.extension-label{color:var(--ds-text-danger,#ae2e24)}
1188
1531
  ._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
1189
- ._1y3y15s3 .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{background-color:var(--ds-background-selected,#e9f2fe)}
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)}
1190
1534
  ._1y3zidpf .ProseMirror .code-block .code-block--start{left:0}
1191
1535
  ._1y55cs5v .ProseMirror .right-shadow:before{z-index:2}
1192
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}
1193
1538
  ._1y6l1j28 .ak-editor-selected-node>[data-decision-wrapper] ::selection{background-color:transparent}
1194
1539
  ._1y79i8nm .ProseMirror .code-block .line-number-gutter{background-color:var(--ds-background-neutral,#0515240f)}
1540
+ ._1y8dd6z3 .ProseMirror h2>.mediaInlineView-content-wrap>.media-inline-image-wrapper{height:31px}
1195
1541
  ._1y8rzzfg .ProseMirror .code-block{font-family:var(--ds-font-family-code,"Atlassian Mono",ui-monospace,Menlo,"Segoe UI Mono","Ubuntu Mono",monospace)}
1196
- ._1y96glyw .bodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{box-shadow:none}
1197
1542
  ._1y9hutpp .pm-table-sticky-wrapper>table>tbody>tr>td td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1198
- ._1yb8kb7n .multiBodiedExtensionView-content-wrap.danger>span>div>.extension-label{opacity:1}
1543
+ ._1yayidpf .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget.layout-column-divider{flex-grow:0}
1199
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)}
1200
1545
  ._1ybwjocv .search-match-text.selected-search-match{background-color:var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)!important}
1201
1546
  ._1yd8i8nm .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger) .line-number-gutter{background-color:var(--ds-background-neutral,#0515240f)}
1547
+ ._1ydjglyw .ProseMirror .ak-editor-panel .ak-editor-panel__icon{-webkit-user-select:none}
1202
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)}
1203
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)}
1204
1551
  ._1yh6vkfx .ProseMirror h2{letter-spacing:-.008em}
1205
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}
1206
1554
  ._1yjc1v1w{--local-border-focus:var(--ds-border-focused,#4688ec)}
1555
+ ._1yjqusic .ProseMirror .mediaSingleView-content-wrap[layout=wrap-right]{float:right}
1207
1556
  ._1yn7uhok .gridLine{transition-property:border-color}
1557
+ ._1yp01y44 .ProseMirror [data-layout-section]>[data-layout-column]{margin-left:4px}
1208
1558
  ._1yqj16ch .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:18.25px}
1209
- ._1yqx1tmw .extensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{color:var(--ds-text-danger,#ae2e24)}
1559
+ ._1yqxibhp .ProseMirror .ak-editor-panel[data-panel-type=warning]{background-color:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
1210
1560
  ._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
1211
- ._1yssoqnp [data-mark-type=fragment]>[data-mark-type=dataConsumer]>.bodiedExtensionView-content-wrap{margin-bottom:.75rem}
1212
1561
  ._1yvb1vek [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-border-color:var(--local-border-active)}
1213
1562
  ._1yzk1osq .ProseMirror .sentinel-right{height:100%}
1214
1563
  ._1z0h1ule [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{display:block}
1215
1564
  ._1z0n1osq .ProseMirror .ProseMirror-gapcursor span:after{height:100%}
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)}
1216
1567
  ._242x1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self::selection{background-color:transparent}
1217
1568
  ._245q155b [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:active+svg{--checkbox-background-color:var(--local-background-active)}
1218
1569
  ._24k6idpf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-bottom:0}
1219
1570
  ._259w1r31 .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-color:currentColor}
1220
1571
  ._26cn15ob div[extensionType="com.atlassian.ai-blocks"]:before{background-size:200%}
1221
1572
  ._28dsidpf .pm-table-header-content-wrap :not(.fabric-editor-alignment) p:first-of-type{margin-top:0}
1222
- ._28m71j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container::-moz-selection{background-color:transparent}
1223
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)}
1577
+ ._2cyhtlke .media-filmstrip-list-item{cursor:pointer}
1224
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)}
1225
1579
  ._2f1l1ps2 [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked+svg{--checkbox-background-color:var(--local-background-checked)}
1226
1580
  ._2f9he0wb .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:16.25px}
@@ -1230,9 +1584,14 @@
1230
1584
  ._2k8xutpp .ProseMirror{margin-right:var(--ds-space-150,9pt)}
1231
1585
  ._2lvxm5ip .code{padding-left:.5ch}
1232
1586
  ._2lx21bp4{flex-direction:column}
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}
1233
1589
  ._2mn9r4us .ak-editor-selected-node>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
1590
+ ._2n8sn729 .ProseMirror .ak-editor-panel[data-panel-type=success]{background-color:var(--ds-background-accent-green-subtlest,#dcfff1)}
1591
+ ._2nnb14no .ProseMirror h1>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{height:36px}
1234
1592
  ._2nre1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node::selection{background-color:transparent}
1235
1593
  ._2p31glyw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:focus+svg{pointer-events:none}
1594
+ ._2py1u2gc .ProseMirror .ak-editor-panel .ak-editor-panel__icon{padding-right:var(--ds-space-100,8px)}
1236
1595
  ._2qa91kdv .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite{-webkit-user-select:text}
1237
1596
  ._2qpjr4us .ak-editor-selected-node>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
1238
1597
  ._2qpqidpf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{opacity:0}
@@ -1240,26 +1599,38 @@
1240
1599
  ._2s1dh9f3{--editor-font-ugc-token-heading-h3:normal 600 1.14286em/1.25 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
1241
1600
  ._2s2x15vq [data-prosemirror-node-name=taskItem] [data-component=placeholder]{overflow-y:hidden}
1242
1601
  ._2ss61y2m .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-initial{animation-duration:7.5s}
1602
+ ._2w21m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h4{clear:both!important}
1243
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}
1244
1605
  ._2xjk14w8 .ak-editor-expand__expanded .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{transform:rotate(90deg)}
1245
1606
  ._2zbkidpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{left:0}
1246
- ._31aeglyw .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{box-shadow:none}
1247
1607
  ._31x2usvi .pm-table-sticky-wrapper>table *{box-sizing:border-box}
1248
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%}
1249
1610
  ._3429idpf :not(.fabric-editor-block-mark)>.heading-wrapper:first-child:not(style){margin-top:0}
1250
1611
  ._348v1txw [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{display:flex}
1251
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}
1252
1614
  ._372tidpf td>.ak-editor-expand{margin-top:0}
1253
1615
  ._39dzglyw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:focus+svg{pointer-events:none}
1616
+ ._3a5x17vv .ProseMirror h1>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-3px)}
1254
1617
  ._3aim1n9t .pm-table-container>table{table-layout:fixed}
1618
+ ._3beorprw .ProseMirror .danger .ak-editor-panel[data-panel-type=note]{background-color:var(--ds-blanket-danger,#ef5c4814)}
1255
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}
1256
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)}
1257
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)}
1258
1624
  ._3gvxkrt9 .ProseMirror .telepointer.color-11{--telepointer-participant-bg-color:var(--ds-background-accent-red-subtle,#f87168)}
1625
+ ._3ikcidpf .ProseMirror li .rich-media-item{margin-right:0}
1259
1626
  ._3iqe18il .fabric-editor--full-width-mode{--ak-editor--line-length:min(calc(100cqw - var(--ak-editor--large-gutter-padding)*2),var(--ak-editor--full-width-layout-width))}
1260
1627
  ._3iyuidpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{flex-shrink:0}
1261
1628
  ._3jj9rprw .danger .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){background-color:var(--ds-blanket-danger,#ef5c4814)}
1262
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}
1263
1634
  ._3n591ule .ProseMirror .ProseMirror-gapcursor span{display:block}
1264
1635
  ._3nq8idpf .ProseMirror .ak-editor-annotation-draft:has(.card){padding-left:0}
1265
1636
  ._3ojs1n9t .gridContainer{position:fixed}
@@ -1271,27 +1642,37 @@
1271
1642
  ._3yx41ssb [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{top:50%}
1272
1643
  ._42an1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self::-moz-selection{background-color:transparent}
1273
1644
  ._42pj1j28 .editor-mention-primitive.mention-restricted{background-color:transparent}
1645
+ ._432j1vh9 .ProseMirror>.mediaSingleView-content-wrap .richMedia-resize-handle-right{margin-right:-9pt}
1646
+ ._43501gkc .ProseMirror h4>.mediaInlineView-content-wrap>.media-inline-image-wrapper{height:23px}
1274
1647
  ._43nwglyw .ProseMirror hr.ak-editor-selected-node{outline-style:none}
1275
1648
  ._44741b66 .ProseMirror li>ul{margin-top:var(--ds-space-050,4px)}
1276
1649
  ._44741tuv .ProseMirror li>ul{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
1277
1650
  ._456h1tuv .ProseMirror .taskItemView-content-wrap .taskItemView-content-wrap{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
1278
1651
  ._45xostnw .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{position:absolute}
1279
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}
1654
+ ._47vvusvi .panelView-content-wrap{box-sizing:border-box}
1280
1655
  ._48wmidpf .ProseMirror .code-block .code-content__line-number--wrapped{left:0}
1656
+ ._4a1yidpf .ProseMirror [layout^=wrap-]+[layout^=wrap-] .rich-media-item{margin-left:0}
1281
1657
  ._4ae31j28 .ProseMirror .code-block.ak-editor-selected-node:not(.danger) ::-moz-selection{background-color:transparent}
1282
1658
  ._4aknutpp .ProseMirror{margin-bottom:var(--ds-space-150,9pt)}
1283
1659
  ._4b4b15vq .ProseMirror .code-block .code-block--end{visibility:hidden}
1284
1660
  ._4ded1wth .ProseMirror ul{list-style-type:disc}
1661
+ ._4dkwidpf .ProseMirror .ak-editor-panel .ak-editor-panel__content{min-width:0}
1285
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}
1286
1665
  ._4fj21o36 .ak-editor-expand__title-input{outline-width:medium}
1287
1666
  ._4g8dgrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-top:0!important}
1288
1667
  ._4gkwidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]+*>*{margin-top:0}
1668
+ ._4ha6h2mm .ProseMirror [data-layout-section]{position:relative}
1289
1669
  ._4ieeidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+ol{margin-top:0}
1290
1670
  ._4ijz1gly .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-sprite{background-color:var(--ds-background-danger,#ffeceb)}
1291
1671
  ._4jlg9cwz div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-duration:1s}
1292
1672
  ._4jlgymdr div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-duration:2s}
1293
- ._4kr1h2mm .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container{position:relative}
1294
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}
1295
1676
  ._4nc8bimv div[extensionType="com.atlassian.ai-blocks"].danger .extension-container{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1296
1677
  ._4nofidpf .ProseMirror .code-block .code-block--start{top:0}
1297
1678
  ._4oczcfaq .pm-table-wrapper>table{border-collapse:collapse}
@@ -1300,127 +1681,162 @@
1300
1681
  ._4q241osq .fabric-editor--max-width-mode{--ak-editor--breakout-fallback-width:100%}
1301
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)}
1302
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}
1303
1685
  ._4ryltlke .ProseMirror .code-block{cursor:pointer}
1304
1686
  ._4ssh16ux .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{content:"\00a0"}
1305
1687
  ._4t3i1osq{height:100%}
1306
- ._4t5m1j28 .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container::-moz-selection{background-color:transparent}
1307
1688
  ._4temv9ra .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-subtler,#fdd0ec)}
1308
1689
  ._4tu36ebc .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{transition-duration:.15s}
1309
1690
  ._4uf1idpf .ak-editor-expand__title-container{padding-left:0}
1310
1691
  ._4uli15vq [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{overflow-x:hidden}
1692
+ ._4w8p1kdv .ProseMirror.ua-firefox .captionView-content-wrap{-webkit-user-select:text;-ms-user-select:text;user-select:text}
1311
1693
  ._4waqtoke .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-color:var(--ds-background-neutral,#0515240f)!important}
1312
1694
  ._4wchidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-bottom:0}
1695
+ ._4x2q1gkc .ProseMirror h4>.media-inline-image-wrapper{height:23px}
1313
1696
  ._4yxh1ial .ak-editor-selected-node>[data-decision-wrapper]:before{z-index:12}
1314
1697
  ._4z8q1vyj .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-name:k3895my}
1315
1698
  ._50231ph4 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .loader-wrapper>div:after{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)}
1316
- ._505cglyw .extensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{box-shadow:none}
1317
1699
  ._5061i7a9 .code{font-weight:var(--ds-font-weight-regular,400)}
1318
1700
  ._51zm1kkj .ProseMirror .telepointer.color-12{--telepointer-participant-bg-color:var(--ds-background-accent-orange-subtle,#fca700)}
1319
1701
  ._54e7idpf .fabric-editor-alignment:first-of-type:first-child h4:first-child:not(style){margin-top:0}
1320
1702
  ._56o2ckbl .ProseMirror .decisionItemView-content-wrap{min-width:3pc}
1321
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)}
1705
+ ._59re17vv .ProseMirror h2>.media-inline-image-wrapper{transform:translateY(-3px)}
1322
1706
  ._59uzyh40 .code{padding-top:2px}
1323
1707
  ._5c1cidpf [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{margin-right:0}
1324
1708
  ._5cgrglyw [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{display:none}
1325
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}
1326
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%}
1327
1714
  ._5gm1sm61 .pm-table-sticky-wrapper>table th td{background-color:var(--ds-background-neutral-subtle,#00000000)}
1328
1715
  ._5gqnftgi .ProseMirror .left-shadow:after{width:8px}
1329
1716
  ._5h7k1rpy .ProseMirror span.pm-placeholder__text[data-placeholder]:after{color:var(--ds-text-subtlest,#6b6e76)}
1330
- ._5l361j28 .bodiedExtensionView-content-wrap.danger>span>.with-danger-overlay{background-color:transparent}
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}
1331
1720
  ._5m891b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{padding-left:var(--ds-space-050,4px)}
1332
1721
  ._5mgiz5jk .ProseMirror h1{letter-spacing:-.01em}
1333
1722
  ._5o16utpp .pm-table-wrapper>table>tbody>tr>td th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1334
1723
  ._5rje1o8l .ProseMirror.ua-firefox ul li p>span:empty{display:inline-block}
1335
1724
  ._5sz3f705 .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{content:" "}
1336
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}
1337
1727
  ._5w3hojke .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:22.25px}
1338
1728
  ._5xhvstnw .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{position:absolute}
1339
- ._61jobimv .multiBodiedExtensionView-content-wrap.danger>span>.legacy-content-header{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1729
+ ._6149s4qr .ProseMirror .danger .ak-editor-panel[data-panel-type] .ak-editor-panel__icon{color:var(--ds-icon-danger,#c9372c)}
1340
1730
  ._629ridpf [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{margin-bottom:0}
1341
1731
  ._63an1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger) ::selection{background-color:transparent}
1342
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}
1734
+ ._63ry1vh9 .ProseMirror>.mediaSingleView-content-wrap .richMedia-resize-handle-left{margin-left:-9pt}
1343
1735
  ._642in7od a .fabric-background-color-mark{background-color:unset}
1344
1736
  ._64cs1rj4 .ProseMirror .inlineNodeView{-webkit-user-select:all;user-select:all}
1345
1737
  ._64o84viv .code-block .search-match-text.selected-search-match span{color:var(--ds-text,#292a2e)!important}
1346
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}
1347
1740
  ._67ch1nu9 .ProseMirror span.pm-placeholder{display:inline}
1348
- ._68b9clii .inlineExtensionView-content-wrap.danger>span>.with-danger-overlay .extension-overlay{opacity:.3}
1349
- ._6bknkb7n .bodiedExtensionView-content-wrap.danger>span>div>.extension-label{opacity:1}
1350
- ._6bv41osq .multiBodiedExtensionView-content-wrap .multiBodiedExtension--container{max-width:100%}
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)}
1351
1744
  ._6f0lidpf .ProseMirror .ak-editor-annotation-focus{padding-left:0}
1352
1745
  ._6ggl1j28 .pm-table-sticky-wrapper>table{border-left-color:transparent}
1353
1746
  ._6itxidpf .ProseMirror>.ak-editor-panel:first-child{margin-top:0}
1354
1747
  ._6jbkgrf3 .ProseMirror li:has(>ol:only-child){margin-bottom:0!important}
1355
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)}
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)}
1356
1751
  ._6klsh2mm [data-prosemirror-node-name=date] .date-lozenger-container span{position:relative}
1752
+ ._6ltb1kw7 .ProseMirror .ak-editor-bodied-sync-block{color:inherit}
1357
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}
1358
1755
  ._6o4midpf .pm-table-container>table>tbody>tr>td>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
1359
1756
  ._6p44m5ip .code{padding-right:.5ch}
1360
1757
  ._6q1jryon .ProseMirror .inlineNodeViewAddZeroWidthSpace:after{content:"​"}
1361
- ._6qzd6x5g .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{color:var(--ds-text-selected,#1868db)}
1362
1758
  ._6shmidpf .fabric-editor-alignment:first-of-type:first-child h3:first-child:not(style){margin-top:0}
1363
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}
1364
1761
  ._6udpstnw .ProseMirror .code-block .code-block--end{position:absolute}
1762
+ ._6v8nvbgk .richMedia-resize-handle-right:after{height:4pc}
1365
1763
  ._6w3a1tmo .ProseMirror .telepointer.color-10{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
1366
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}
1367
- ._6yf3idpf [data-mark-type=fragment]:first-child>.bodiedExtensionView-content-wrap{margin-top: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}
1368
1768
  ._70jd1ule [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{display:block}
1369
1769
  ._70nuglyw .ak-editor-expand__content.ak-editor-expand__content--collapsed{display:none}
1370
1770
  ._72a11tuv .ProseMirror [data-node-type=actionList]>*+*{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
1371
1771
  ._72x4idpf .fabric-editor-font-size:first-of-type:first-child .heading-wrapper:first-child:not(style){margin-top:0}
1372
1772
  ._736didpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-bottom:0}
1373
1773
  ._73k21f4h .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){width:28px}
1774
+ ._73oop1qy .ProseMirror h3>.mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
1374
1775
  ._762vutpp .pm-table-container>table>tbody>tr>th td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1375
1776
  ._7699glyw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{outline-style:none}
1376
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}
1779
+ ._79ymglyw .ak-editor-panel.ak-editor-selected-node:not(.danger):before{pointer-events:none}
1377
1780
  ._7df91l2s [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{text-overflow:ellipsis}
1378
1781
  ._7fayidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-bottom:0}
1379
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)}
1380
- ._7hj6glyw .inlineExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{box-shadow:none}
1381
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)}
1382
1786
  ._7kmy1l7b .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-bottom:3px}
1787
+ ._7kxw1h6o .ak-editor-sync-block__label{justify-content:center}
1383
1788
  ._7m6kidpf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-right:0}
1384
1789
  ._7m6lidpf .fabric-editor-font-size:first-of-type:first-child h1:first-child:not(style){margin-top:0}
1385
1790
  ._7nbfstnw .ProseMirror .left-shadow:before{position:absolute}
1386
1791
  ._7pge1xf3 .search-match-block.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-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
1387
1792
  ._7pi113gf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{cursor:not-allowed}
1793
+ ._7pqp1ejb .ProseMirror .ak-editor-panel .ak-editor-panel__icon{width:var(--ds-space-300,24px)}
1388
1794
  ._7pqpv47k .ProseMirror .ak-editor-panel .ak-editor-panel__icon{width:var(--ds-space-250,20px)}
1389
1795
  ._7psugrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-right:0!important}
1390
1796
  ._7q4h1k8s .ProseMirror .code-block .code-content__line-number--wrapped{line-height:1.5rem}
1391
1797
  ._7sqtstnw .ProseMirror .right-shadow:after{position:absolute}
1392
- ._7u261tmw .multiBodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{color:var(--ds-text-danger,#ae2e24)}
1393
1798
  ._7vb2pzf8 .pm-table-container .pm-table-left-border[data-with-numbered-table=true]{left:41px}
1394
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}
1395
1801
  ._7xjx1ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-timing-function:ease-in-out}
1396
1802
  ._7xl8ckbl .pm-table-container>table>tbody>tr>td{min-width:3pc}
1397
1803
  ._7yqie01w .ProseMirror h1{font-size:1.71429em}
1398
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}
1399
1806
  ._80qob3bt .ProseMirror .danger.code-block .line-number-gutter:after{content:""}
1400
1807
  ._80x0b3bt .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{content:""}
1401
1808
  ._812dglyw .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{pointer-events:none}
1402
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)}
1403
1813
  ._862v1osq .ProseMirror .left-shadow:after{height:100%}
1814
+ ._86511h6o .richMedia-resize-handle-right{justify-content:center}
1404
1815
  ._866vckbl .pm-table-wrapper>table>tbody>tr>th{min-width:3pc}
1405
1816
  ._874g1l7x .ProseMirror hr{background-color:var(--ds-border,#0b120e24)}
1406
1817
  ._87u1cuai .ProseMirror ol{padding-left:var(--ed--list--item-counter--padding,24px)}
1407
- ._8cmh15vq .extensionView-content-wrap .extension-container{overflow-y:hidden}
1818
+ ._885k12c5 .ProseMirror .ak-editor-bodied-sync-block.creation-loading{animation-iteration-count:infinite}
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)}
1408
1821
  ._8ctj1b4h .gridParent{width:calc(100% + 2px)}
1409
1822
  ._8ctjfknx .gridParent{width:calc(100% + 24px)}
1410
1823
  ._8grqv77o .ProseMirror .ak-editor-annotation-hover:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
1824
+ ._8i8bzr6s .ProseMirror [layout=full-width] .rich-media-item{transform:translateX(-50%)}
1825
+ ._8l34vq3b .ProseMirror .ak-editor-panel .ak-editor-panel__icon{margin-top:.1em}
1411
1826
  ._8md310zz .ProseMirror .ProseMirror-gapcursor span:after{animation-timing-function:step-start}
1412
1827
  ._8r0ew4vn .ProseMirror ul[data-indent-level="3"]{list-style-type:square}
1413
1828
  ._8uqaidpf .ProseMirror>div[data-task-list-local-id]:first-child{margin-top:0}
1414
1829
  ._8va114w8 .ak-editor-expand .ak-editor-expand__icon-container svg{transform:rotate(90deg)}
1415
1830
  ._8ved1mrw div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{z-index:-1}
1416
- ._8vqxoqnp [data-mark-type=fragment]>[data-mark-type=dataConsumer]>.extensionView-content-wrap{margin-top:.75rem}
1417
1831
  ._8vye1ssb [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{left:50%}
1418
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}
1419
1834
  ._8wmvoqnp .ProseMirror li>style:first-child+p{margin-top:.75rem}
1420
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)}
1421
1836
  ._8zz2idpf .pm-table-container>table>tbody>tr>th{border-right-width:0}
1422
1837
  ._90e31tcg .ProseMirror .danger.code-block .line-number-gutter:after{width:24px}
1423
1838
  ._92g41l7b .ProseMirror .ak-editor-annotation-blur:has(.card){padding-bottom:3px}
1839
+ ._92lqs4qr .ProseMirror .danger .ak-editor-panel[data-panel-type=success] .ak-editor-panel__icon[data-panel-type=success]{color:var(--ds-icon-danger,#c9372c)}
1424
1840
  ._92xt1ule .ProseMirror .left-shadow:before{display:block}
1425
1841
  ._92xtglyw .ProseMirror .left-shadow:before{display:none}
1426
1842
  ._946yutpp .pm-table-wrapper>table>tbody>tr>th td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
@@ -1430,21 +1846,25 @@
1430
1846
  ._96x216px .ProseMirror:not(.blockCardView-content-wrap)>li>.ProseMirror-gapcursor:first-child+.code-block{margin-top:-1.714em!important}
1431
1847
  ._97xa15vq .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{visibility:hidden}
1432
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}
1433
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}
1434
1852
  ._9b45j4ch .ProseMirror .ak-ol{display:flow-root}
1435
- ._9bm6idpf [data-mark-type=fragment]:nth-last-of-type(-n+2):not(:first-of-type)>.bodiedExtensionView-content-wrap{margin-bottom:0}
1436
1853
  ._9cv91cra .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-name:kxlv1hz}
1437
1854
  ._9di4idpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-bottom:0}
1438
1855
  ._9e5g1wug .ProseMirror .pm-table-wrapper{overflow-x:auto}
1439
1856
  ._9ef31hna .code{overflow-wrap:break-word}
1440
1857
  ._9ex2idpf .pm-table-container>table>tbody>tr>td{border-bottom-width:0}
1441
1858
  ._9fge8y3s .ProseMirror .telepointer.color-13{--telepointer-participant-bg-color:var(--ds-background-accent-yellow-subtle,#eed12b)}
1859
+ ._9fmhp2ly .ProseMirror .ak-editor-panel[data-panel-type=note]{background-color:var(--ds-background-accent-purple-subtlest,#f8eefe)}
1442
1860
  ._9ggastnw .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{position:absolute}
1443
1861
  ._9gq015vq [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{overflow-x:hidden}
1444
1862
  ._9j0yxfcs .ProseMirror ol ol ol{list-style-type:lower-roman}
1445
1863
  ._9jfyglyw .ProseMirror .left-shadow:before{pointer-events:none}
1864
+ ._9js3utpp .ProseMirror table .rich-media-item{margin-bottom:var(--ds-space-150,9pt)}
1446
1865
  ._9l08vuon .pm-table-wrapper>table>tbody>tr>td{background-color:var(--ds-surface,#fff)}
1447
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}
1448
1868
  ._9mji1i6y [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:focus+svg{outline-offset:var(--ds-space-negative-025,-2px)}
1449
1869
  ._9neqidpf .ProseMirror .ak-editor-annotation-focus{padding-right:0}
1450
1870
  ._9o0ystnw .ProseMirror .right-shadow:before{position:absolute}
@@ -1452,14 +1872,16 @@
1452
1872
  ._9onx14y2 .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-top:5px}
1453
1873
  ._9pd8q98m .ProseMirror hr.ak-editor-selected-node{background-color:var(--ds-border-selected,#1868db)}
1454
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}
1455
1876
  ._9s8f1osq .ak-editor-expand__content .expand-content-wrapper{width:100%}
1456
1877
  ._9ubpb3bt .ProseMirror .ProseMirror-gapcursor span:after{content:""}
1457
1878
  ._9ut8ojke .ProseMirror h2 .emoji-common-placeholder{height:22.25px}
1458
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}
1459
1881
  ._a0pq1h6o .ak-editor-expand__icon-button{align-items:center}
1882
+ ._a2gxwwip [data-prosemirror-node-name=status] .lozenge-text{color:#292a2e}
1460
1883
  ._a2yomov0 [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{color:var(--checkbox-background-color)}
1461
- ._a3hl1tmw .bodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{color:var(--ds-text-danger,#ae2e24)}
1462
- ._a3m4idpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{padding-bottom:0}
1884
+ ._a30kidpf .ProseMirror [data-layout-section] [data-layout-column]>div>.ProseMirror-gapcursor:first-child+span+*{margin-top:0}
1463
1885
  ._a3pn1osq .ProseMirror blockquote{width:100%}
1464
1886
  ._a3x2170n [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked+svg{--checkbox-border-color:var(--local-border-checked)}
1465
1887
  ._aatx1k8s .ProseMirror .code-block .code-block--start{height:1.5rem}
@@ -1467,6 +1889,7 @@
1467
1889
  ._ab5gidpf .ProseMirror .ProseMirror-gapcursor:first-child+.fabric-editor-block-mark.fabric-editor-alignment>:is(h1,h2,h3,h4,h5,h6):first-child{margin-top:0}
1468
1890
  ._abre6hgr .ProseMirror .code-block .line-number-gutter:before{content:"1"}
1469
1891
  ._ad3aidpf ol[data-node-type=decisionList].ak-editor-selected-node:before{right:0}
1892
+ ._ae5ebimv .ProseMirror .mediaInlineView-content-wrap.ak-editor-selected-node.danger>span>span[role=button]{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1470
1893
  ._af7gi8nm .code{--ds--code--bg-color:var(--ds-background-neutral,#0515240f)}
1471
1894
  ._ah88v77o .ProseMirror .ak-editor-annotation-focus:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
1472
1895
  ._aixtusvi [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{box-sizing:border-box}
@@ -1474,10 +1897,12 @@
1474
1897
  ._al8b1tmo .ProseMirror .telepointer.color-11{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
1475
1898
  ._ald71cn9 .ProseMirror .code-block .code-block-content-wrapper{background-attachment:local,local,local,local,scroll,scroll,scroll,scroll}
1476
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}
1477
- ._am787wq0 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container:before{background-color:var(--ds-blanket-selected,#388bff14)}
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}
1478
1902
  ._aneu1hrf .ProseMirror .code-block{clear:both}
1479
1903
  ._ano2idpf .ProseMirror .code-block{margin-left:0}
1480
1904
  ._anrdukw8{--ak-editor--default-layout-width:760px}
1905
+ ._aoe7p1qy .ProseMirror h6>.mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
1481
1906
  ._aof7d439 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{top:-14px}
1482
1907
  ._apdb1t5o .ProseMirror h3{margin-top:1.31249em}
1483
1908
  ._apdb44jv .ProseMirror h3{margin-top:2em}
@@ -1485,6 +1910,7 @@
1485
1910
  ._ar4h1h6o .ak-editor-expand__title-container{align-items:center}
1486
1911
  ._as951j5o .ProseMirror h2 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
1487
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"}
1488
1914
  ._awp7f705 [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{content:" "}
1489
1915
  ._ay2wby5v{--local-background-disabled:var(--ds-background-disabled,#17171708)}
1490
1916
  ._ay4r7mnp .ak-editor-expand__content .expand-content-wrapper{clip:rect(1px,1px,1px,1px)}
@@ -1495,73 +1921,88 @@
1495
1921
  ._az4vvrvc [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{flex-direction:row}
1496
1922
  ._b0ld1tmw .ProseMirror .danger .code-block .line-number-gutter{color:var(--ds-text-danger,#ae2e24)}
1497
1923
  ._b1o8grf3 .ProseMirror li:has(>ol:only-child)>ol{margin-top:0!important}
1924
+ ._b23zp1qy .ProseMirror h4>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{transform:translateY(-2px)}
1498
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}
1499
1927
  ._b3ovyh40 .fabric-background-color-mark{padding-bottom:2px}
1500
1928
  ._b4hh1gyf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{--checkbox-border-color:var(--local-border)}
1501
- ._b4z71osq .bodiedExtensionView-content-wrap .extensionView-content-wrap .extension-container{max-width:100%}
1502
- ._b6ceidpf [data-mark-type=fragment]:nth-last-of-type(-n+2):not(:first-of-type)>[data-mark-type=dataConsumer]>.bodiedExtensionView-content-wrap{margin-bottom:0}
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}
1503
1932
  ._b82712n9 .ProseMirror .telepointer:hover .telepointer-fullname{transform:scaleX(1)}
1504
- ._b841glyw .extensionView-content-wrap.danger>span>div>.extension-label{box-shadow:none}
1505
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}
1506
1934
  ._b9ejidpf .ProseMirror .sentinel-right{width:0}
1507
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)}
1508
1936
  ._bbrv19by [aria-label="Selection toolbar"]{animation-name:k1xe95hp}
1509
1937
  ._bc4d1r31 .ak-editor-expand__title-input{outline-color:currentColor}
1938
+ ._bdsqcs5v .layout-column-divider{z-index:2}
1510
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}
1511
1941
  ._bjiqutpp .pm-table-sticky-wrapper>table>tbody>tr>td th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1942
+ ._bjw3rprw .danger div div .media-card-frame{background-color:var(--ds-blanket-danger,#ef5c4814)}
1943
+ ._bkmb12gs .ProseMirror .ak-editor-panel .ak-editor-panel__icon .emoji-common-emoji-sprite{vertical-align:-2px}
1512
1944
  ._bmfv9cwz .ProseMirror .ProseMirror-gapcursor span:after{animation-duration:1s}
1513
1945
  ._bmm0stnw .ak-editor-selected-node>[data-decision-wrapper]:before{position:absolute}
1514
- ._bp3fglyw .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{box-shadow:none}
1515
- ._bq4v1j28 .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container::-moz-selection{background-color:transparent}
1516
- ._bqje3mia .extension-container .ak-excerpt-include :not([data-inline-card-lozenge] *,code,.status-lozenge-span *,.code-block *){font-size:var(--ak-editor-base-font-size)}
1946
+ ._bmvah2mm .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]{position:relative}
1947
+ ._bo7r1l7b .richMedia-resize-handle-right:after{width:3px}
1517
1948
  ._bqovidpf .ak-editor-expand__icon-button{margin-bottom:0}
1518
1949
  ._bqvk1osq .ak-editor-expand.ak-editor-selected-node:not(.danger):after{height:100%}
1519
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)}
1520
- ._btw31yvi .multiBodiedExtensionView-content-wrap.danger>span>.with-danger-overlay .extension-overlay{background-color:var(--ds-background-danger-hovered,#ffd5d2)}
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)}
1521
1952
  ._bur2idpf .ProseMirror .ProseMirror-gapcursor:first-of-type+blockquote{margin-top:0}
1522
- ._bw1x1j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container::selection{background-color:transparent}
1953
+ ._bvwr1tsb .ProseMirror .ak-editor-sync-block.ak-editor-bodied-sync-block__selection_inside{box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
1523
1954
  ._bxhh1osq .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%}
1524
1955
  ._bxjv155b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-background-color:var(--local-background-active)}
1525
1956
  ._byukcfaq .pm-table-sticky-wrapper>table{border-collapse:collapse}
1526
1957
  ._bzatglyw .ProseMirror .placeholder-decoration .placeholder-android{pointer-events:none}
1527
1958
  ._bzk5azsu .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{color:var(--ds-text-subtle,#505258)}
1528
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)}
1529
1961
  ._c4n5glyw .ProseMirror .code-block .code-content__line-number--wrapped{pointer-events:none}
1530
1962
  ._c67e1dza [data-prosemirror-node-name=taskItem] [data-component=placeholder]{max-width:calc(100% - 50px)}
1531
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}
1532
1965
  ._c94u1osq .gridContainer{width:100%}
1966
+ ._c9uhf1ug .ProseMirror [data-layout-section] [data-layout-column]{flex-basis:0%}
1533
1967
  ._ca0qv47k{padding-top:var(--ds-space-250,20px)}
1534
1968
  ._ca2s1j28 ol[data-node-type=decisionList].ak-editor-selected-node ::selection{background-color:transparent}
1535
1969
  ._cah11wq8 .ProseMirror h2{font-weight:var(--ds-font-weight-medium,500)}
1970
+ ._cajk14no .ProseMirror h1>.media-inline-image-wrapper{height:36px}
1536
1971
  ._caue1rpy .ak-editor-expand__title-input{color:var(--ds-text-subtlest,#6b6e76)}
1537
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}
1538
1974
  ._ccbmidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{margin-right:0}
1539
1975
  ._ce0yidpf .ProseMirror .danger .code-block .line-number-gutter:after{left:0}
1540
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}
1541
1977
  ._cfapidpf .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{right:0}
1542
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%}
1543
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))}
1544
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)}
1545
1983
  ._clq7grf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-bottom:0!important}
1546
1984
  ._cnga1w81 .ProseMirror .fabric-editor-indentation-mark[data-level="5"]{margin-left:150px}
1547
1985
  ._cnsrx6qu .ProseMirror h6{font-size:.78571em}
1986
+ ._cnvup1qy .ProseMirror h6>.media-inline-image-wrapper{transform:translateY(-2px)}
1548
1987
  ._co5y155b [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-background-color:var(--local-background-active)}
1549
1988
  ._coici7uo .ProseMirror h4{color:var(--ds-text,#292a2e)}
1550
- ._crev1j28 .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container::-moz-selection{background-color:transparent}
1551
- ._csmsidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-outer-wrapper{margin-left:0}
1552
- ._cw2a15s3 .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{background-color:var(--ds-background-selected,#e9f2fe)}
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}
1553
1991
  ._czgd1txw .ak-editor-expand__icon>div{display:flex}
1554
1992
  ._czpfidpf .fabric-editor-alignment:first-of-type:first-child h6 style:first-child+*{margin-top:0}
1555
1993
  ._d19zckbl .ProseMirror .code-block{min-width:3pc}
1556
1994
  ._d27rglyw .ProseMirror-gapcursor[layout=wrap-right]+span+[layout=wrap-right]{clear:none}
1995
+ ._d2uyu2gc .ak-editor-content-area .ak-editor-content-area .ProseMirror .ak-editor-panel .ak-editor-panel__icon{padding-right:var(--ds-space-100,8px)}
1557
1996
  ._d3za1ule .ProseMirror.ProseMirror-focused .ProseMirror-gapcursor{display:block}
1558
- ._d40vidpf .extensionView-content-wrap{margin-left:0}
1559
1997
  ._d51ul4ek{--local-background-hover:var(--ds-background-input-hovered,#f8f8f8)}
1998
+ ._d5wy1h6o .richMedia-resize-handle-left{justify-content:center}
1560
1999
  ._d6qyidpf [data-prosemirror-node-name=taskItem] [data-component=placeholder]{margin-right:0}
1561
2000
  ._d8rx1w2o .ProseMirror h1 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:24.25px}
2001
+ ._d90xmyb0 .richMedia-resize-handle-right{margin-right:-4px}
1562
2002
  ._d9tridpf :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 style:first-child+*{margin-top:0}
1563
2003
  ._da23111w{--editor-font-ugc-token-heading-h1:normal 600 1.71429em/1.16667 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
1564
2004
  ._da23275c{--editor-font-ugc-token-heading-h1:normal 500 1.71429em/1.16667 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
2005
+ ._da7in729 .ProseMirror .ak-editor-panel[data-panel-type=tip]{background-color:var(--ds-background-accent-green-subtlest,#dcfff1)}
1565
2006
  ._dafh1j28 .ak-editor-selected-node>.editor-mention-primitive::-moz-selection{background-color:transparent}
1566
2007
  ._dai01kxc .gridContainer{height:100vh}
1567
2008
  ._dax2mh6f .ProseMirror .taskItemView-content-wrap span[contenteditable=false]{height:1.714em}
@@ -1569,6 +2010,7 @@
1569
2010
  ._dclrutpp .pm-table-sticky-wrapper>table>tbody>tr>th th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1570
2011
  ._dcmgglyw .ProseMirror{outline-style:none}
1571
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}
1572
2014
  ._dfkj1k9t [data-prosemirror-node-name=date] .date-lozenger-container span{transition-property:background}
1573
2015
  ._dfxtvrvc [data-prosemirror-node-name=taskItem] [data-component=task-item-main]{flex-direction:row}
1574
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)}
@@ -1576,49 +2018,62 @@
1576
2018
  ._dhzqagmp .ProseMirror li:has(>ol:only-child){list-style-type:none!important}
1577
2019
  ._dj9oidpf .pm-table-container>table>tbody>tr>td{border-right-width:0}
1578
2020
  ._dl0n1r31 .ProseMirror hr.ak-editor-selected-node{outline-color:currentColor}
1579
- ._dlfnidpf [data-mark-type=fragment]:nth-last-of-type(-n+2):not(:first-of-type)>[data-mark-type=dataConsumer]>.extensionView-content-wrap{margin-bottom:0}
1580
2021
  ._dlgt1o8l .ProseMirror.ua-firefox ol li p:empty{display:inline-block}
1581
2022
  ._dlrj1i6y [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:focus+svg{outline-offset:var(--ds-space-negative-025,-2px)}
2023
+ ._dnlnm0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h2{clear:both!important}
1582
2024
  ._dnsrtlke .ProseMirror .ak-editor-annotation-focus{cursor:pointer}
2025
+ ._dpu9p1qy .ProseMirror h3>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
1583
2026
  ._drld15vq [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{visibility:hidden}
1584
2027
  ._drnbtlke .ProseMirror .ak-editor-annotation-hover{cursor:pointer}
1585
- ._dtkmkb7n .bodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container{opacity:1}
1586
2028
  ._du1kidpf .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-right:0}
1587
2029
  ._dujf1wug .pm-table-container>table[data-autosize=true]{table-layout:auto}
2030
+ ._dvd0u2gc .ProseMirror .ak-editor-panel{padding-left:var(--ds-space-100,8px)}
1588
2031
  ._dvqjidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h1:first-child:not(style){margin-top:0}
1589
- ._dwq7kb7n .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-edit-toggle-container{opacity:1}
2032
+ ._dygm1gkc .ProseMirror h4>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{height:23px}
1590
2033
  ._dzhmjp4b .pm-table-wrapper>table>tbody>tr>td{vertical-align:top}
1591
2034
  ._e08p1p3b .ProseMirror ul ul{list-style-type:circle}
1592
- ._e1ae1n1a .bodiedExtensionView-content-wrap .bodiedExtension-content-outer-wrapper{margin-left:-1px}
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}
1593
2037
  ._e2bm1j28 .ak-editor-selected-node>[data-decision-wrapper]::selection{background-color:transparent}
1594
2038
  ._e364idpf .pm-table-container .pm-table-left-border{left:0}
1595
2039
  ._e4bx1o8l .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{display:inline-block}
1596
2040
  ._e519idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-left:0}
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}
1597
2043
  ._e6t0w31d .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){width:20.25px}
1598
2044
  ._e73x1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{padding-right:var(--ds-space-050,4px)}
1599
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}
1600
2047
  ._e9pffnf5 [aria-label="Selection toolbar"]{animation-duration:.2s}
1601
2048
  ._eaptidpf .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{bottom:0}
1602
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}
1603
2052
  ._ec0rkb7n [data-prosemirror-node-name=taskItem] [data-component=content]{flex-grow:1}
1604
2053
  ._edhnidpf [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{margin-top:0}
1605
2054
  ._edxtidpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{opacity:0}
1606
2055
  ._eflqi7uo [data-prosemirror-node-name=date] .date-lozenger-container span{color:var(--ds-text,#292a2e)}
1607
- ._efyrkb7n .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{opacity:1}
2056
+ ._ehr6idpf .mediaGroupView-content-wrap ul{padding-bottom:0}
1608
2057
  ._ek7i13gf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{cursor:not-allowed}
1609
2058
  ._ekb2stnw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{position:absolute}
1610
2059
  ._el4et94y [data-prosemirror-node-name=date] .date-lozenger-container span{margin-left:1px}
1611
2060
  ._emxw59la .ProseMirror h3{font-size:1.14286em}
2061
+ ._enj9p1qy .ProseMirror h5>:is(a,span[data-mark-type=border]) .mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-2px)}
1612
2062
  ._et2r17cl [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked+svg{--checkbox-tick-color:var(--local-tick-checked)}
1613
- ._et601yvi .multiBodiedExtensionView-content-wrap.danger>span>.with-danger-overlay .multiBodiedExtension--overlay{background-color:var(--ds-background-danger-hovered,#ffd5d2)}
1614
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)}
1615
2066
  ._ew481ule .ProseMirror blockquote p{display:block}
1616
- ._f2dr1j28 .inlineExtensionView-content-wrap.danger>span>.with-danger-overlay{background-color:transparent}
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}
1617
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}
1618
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)}
1619
2073
  ._f50o1j5o .ProseMirror h1 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
1620
2074
  ._f5pc1xde .ProseMirror h4{line-height:1.14286}
1621
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))}
1622
2077
  ._f7p0b3bt .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{content:""}
1623
2078
  ._f7rwidpf [data-prosemirror-node-name=taskItem] [data-component=placeholder]{margin-bottom:0}
1624
2079
  ._f7xi15vq [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{visibility:hidden}
@@ -1632,24 +2087,39 @@
1632
2087
  ._fjhfglyw [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg{pointer-events:none}
1633
2088
  ._fk2nidpf :not(.fabric-editor-block-mark)>.heading-wrapper style:first-child+*{margin-top:0}
1634
2089
  ._fk7o1ule .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{display:block}
1635
- ._fkv9idpf .bodiedExtensionView-content-wrap:last-of-type{margin-bottom:0}
1636
2090
  ._flesstnw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{position:absolute}
1637
2091
  ._floh1tcg [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{flex-basis:24px}
1638
2092
  ._fmi51kdv .ProseMirror .code-block.ak-editor-selected-node:not(.danger){-webkit-user-select:text}
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}
1639
2095
  ._fo6014dc{--ak-editor--line-length:min(calc(100cqw - var(--ak-editor--large-gutter-padding)*2),var(--ak-editor--default-layout-width))}
2096
+ ._foaaidpf .ProseMirror .ak-editor-panel .ak-editor-panel__icon{flex-shrink:0}
1640
2097
  ._foen1gly ol[data-node-type=decisionList].ak-editor-selected-node.danger{background-color:var(--ds-background-danger,#ffeceb)}
1641
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)}
1642
2102
  ._fpn9stnw .ProseMirror .placeholder-decoration .placeholder-android{position:absolute}
1643
2103
  ._fsoe13gw .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-initial{animation-name:k1g8d6yk}
1644
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}
1645
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}
1646
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)}
1647
2114
  ._fziqs05q .ProseMirror .fabric-editor-block-mark.fabric-editor-alignment:not(:first-child)>h5:first-child{margin-top:1.667em}
1648
2115
  ._fzk41ssb .ProseMirror .ProseMirror-gapcursor span[layout=wide]{margin-left:50%}
1649
2116
  ._fzt6usvi .pm-table-container{box-sizing:border-box}
1650
2117
  ._g09oidpf .ProseMirror blockquote{margin-right:0}
1651
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}
1652
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}
1653
2123
  ._g5xu1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger)::selection{background-color:transparent}
1654
2124
  ._g62yutpp .pm-table-container>table>tbody>tr>th th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1655
2125
  ._g6l115s3 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){background-color:var(--ds-background-selected,#e9f2fe)}
@@ -1658,32 +2128,35 @@
1658
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)}
1659
2129
  ._g91j15cr .editor-mention-primitive.mention-self{color:var(--ds-text-inverse,#fff)}
1660
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}
1661
2132
  ._ga7midpf .ProseMirror .ProseMirror-fake-text-cursor:after{top:0}
1662
- ._gc15idpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-outer-wrapper{margin-right: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)}
1663
2135
  ._gcu91ytf .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-initial{animation-timing-function:ease-in-out}
1664
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}
1665
2137
  ._gdp01osq .ProseMirror .ProseMirror-gapcursor span{width:100%}
1666
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}
1667
2140
  ._gfk0idpf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-left:0}
1668
- ._gg19r4us .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
1669
2141
  ._ghwiidpf .ProseMirror .ak-editor-annotation-draft{padding-left:0}
1670
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}
1671
2144
  ._gkev15cr .ProseMirror .telepointer.color-0{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
1672
2145
  ._gly4i8nm [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{background-color:var(--ds-background-neutral,#0515240f)}
1673
2146
  ._go9a1e5h .pm-table-container>table th{text-align:left}
1674
2147
  ._gof5e0wb .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:16.25px}
1675
2148
  ._gof5gktf .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){height:20px}
1676
- ._gogjidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{margin-top:0}
1677
2149
  ._gpgbe0wb .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){min-width:16.25px}
1678
2150
  ._gpgbgktf .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){min-width:20px}
1679
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)}
1680
2153
  ._gsu5idpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{margin-top:0}
1681
- ._gt60idpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{margin-right: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}
1682
2155
  ._gtdbusvi .ProseMirror ol{box-sizing:border-box}
1683
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)}
1684
2157
  ._gtia188d [data-prosemirror-node-name=date] .date-lozenger-container span{transition-duration:.3s}
1685
- ._gu7z1gly .extensionView-content-wrap.danger>span>.extension-container{background-color:var(--ds-background-danger,#ffeceb)}
1686
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}
1687
2160
  ._gw0eutpp .pm-table-container>table>tbody>tr>td td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
1688
2161
  ._gx3t1b66 div[data-task-list-local-id] div[data-task-list-local-id]{margin-top:var(--ds-space-050,4px)}
1689
2162
  ._gx5jidpf [data-prosemirror-node-name=taskItem] [data-component=placeholder]{margin-top:0}
@@ -1696,36 +2169,50 @@
1696
2169
  ._h3z91q9c [data-prosemirror-node-name=date] .date-lozenger-container span{white-space:nowrap}
1697
2170
  ._h4bbidpf .fabric-editor-font-size:first-of-type:first-child h6:first-child:not(style){margin-top:0}
1698
2171
  ._h5e31j9a{--local-background:var(--ds-background-input,#fff)}
1699
- ._h7tgkb7n .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-edit-toggle-container{opacity:1}
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}
1700
2174
  ._h9qo1r31 .ProseMirror .placeholder-decoration .placeholder-android{outline-color:currentColor}
1701
2175
  ._haa41wth .ProseMirror ul[data-indent-level="1"]{list-style-type:disc}
1702
- ._hdxx1gly .multiBodiedExtensionView-content-wrap.danger>span>.multiBodiedExtension--container{background-color:var(--ds-background-danger,#ffeceb)}
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:""}
2178
+ ._hd90idpf .ProseMirror li .rich-media-item{margin-bottom:0}
1703
2179
  ._hewr15vq [data-prosemirror-node-name=taskItem] [data-component=placeholder]{overflow-x:hidden}
1704
2180
  ._hiy2h2mm [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap{position:relative}
1705
2181
  ._hiyf1rpy .ak-editor-expand__title-input::-ms-input-placeholder{color:var(--ds-text-subtlest,#6b6e76)}
1706
2182
  ._hiyf1rpy .ak-editor-expand__title-input::placeholder{color:var(--ds-text-subtlest,#6b6e76)}
1707
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)}
1708
- ._hl5f1j28 .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container ::-moz-selection{background-color:transparent}
1709
- ._hle21nu9 .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div .extension-label>span{display:inline}
2184
+ ._hkkl1917 [data-prosemirror-node-name=status]>[data-color=yellow] .lozenge-wrapper{background-color:var(--ds-background-warning,#fff5db)}
1710
2185
  ._hleuegat .ProseMirror .code-block .code-content code{tab-size:4}
1711
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}
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}
1712
2191
  ._hte21j28 .ak-editor-selected-node>.editor-mention-primitive ::selection{background-color:transparent}
2192
+ ._htjx1l7b .richMedia-resize-handle-left:after{width:3px}
1713
2193
  ._htkd115i .ProseMirror .telepointer.color-10{--telepointer-participant-bg-color:var(--ds-background-accent-blue-subtle,#669df1)}
1714
2194
  ._hubiw4vn .ProseMirror ul[data-indent-level="6"]{list-style-type:square}
1715
2195
  ._huyw1k9k .ProseMirror ol[data-indent-level="2"]{list-style-type:lower-alpha}
2196
+ ._hvttm0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h3{clear:both!important}
1716
2197
  ._hxjcidpf ol[data-node-type=decisionList].ak-editor-selected-node:before{top:0}
2198
+ ._hzyyidpf .pm-alt-text-alt-text-floating-toolbar{padding-bottom:0}
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}
1717
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}
1718
2203
  ._i3wvidpf .ProseMirror>.code-block:first-child{margin-top:0}
1719
2204
  ._i521rprw .ProseMirror .danger .code-block .code-content{background-color:var(--ds-blanket-danger,#ef5c4814)}
1720
- ._iahl1nu9 .extensionView-content-wrap.danger>span>div>.extension-label>span{display:inline}
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}
1721
2208
  ._iauqidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-left:0}
1722
- ._ib8er4us .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label.with-bodied-macro-live-page-styles{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
1723
- ._ibadidpf [data-mark-type=fragment]:first-child>.extensionView-content-wrap{margin-top:0}
1724
- ._iehe1tmw .inlineExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container>.extension-edit-toggle{color:var(--ds-text-danger,#ae2e24)}
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}
1725
2211
  ._ieodidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+*>*{margin-top:0}
1726
2212
  ._igie1t4y div[extensionType="com.atlassian.ai-blocks"] .extension-container{background-color:var(--ds-surface,#fff)!important}
1727
2213
  ._ihto1vek [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-border-color:var(--local-border-active)}
1728
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}
1729
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)}
1730
2217
  ._ik5u1osq .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image) img{height:100%}
1731
2218
  ._ikp21osq .ak-editor-expand__title-container{width:100%}
@@ -1733,39 +2220,46 @@
1733
2220
  ._iljcqslr .ProseMirror h4 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:22px}
1734
2221
  ._im3nidpf .ak-editor-expand__title-container{padding-bottom:0}
1735
2222
  ._im81mz2b [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{--checkbox-background-color:var(--local-background-disabled)}
2223
+ ._imlv15ya .ProseMirror .media-extended-resize-experience[layout^=wrap-]{overflow-y:visible!important}
1736
2224
  ._imnz1j28 .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}
1737
2225
  ._ip0144v4 .ProseMirror .code-block .code-block-content-wrapper{background-size:var(--ds-space-300,24px) 100%,var(--ds-space-300,24px) 100%,var(--ds-space-100,8px) 100%,var(--ds-space-100,8px) 100%,var(--ds-space-100,8px) 100%,1px 100%,var(--ds-space-100,8px) 100%,1px 100%}
1738
2226
  ._ipvl1s89 .search-match-block.search-match-block-selected .hover-card-trigger-wrapper>a{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)}
1739
2227
  ._iqou1osq .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{height:100%}
1740
2228
  ._iqu9pxbi .ak-editor-content-area .ak-editor-content-area .ProseMirror blockquote{padding-left:var(--ds-space-200,1pc)}
1741
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}
1742
2231
  ._irzhi7a9 .pm-table-container>table>tbody>tr>th{font-weight:var(--ds-font-weight-regular,400)}
1743
2232
  ._ise9idpf .ak-editor-selected-node>[data-decision-wrapper]:before{top:0}
1744
- ._itji1nu9 .inlineExtensionView-content-wrap.danger>span>div>.extension-label>span{display:inline}
1745
2233
  ._ixm7jp4b .pm-table-sticky-wrapper>table>tbody>tr>td{vertical-align:top}
1746
2234
  ._iz9gidpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{bottom:0}
1747
2235
  ._j03f1qop{--ak-editor--breakout-wide-layout-width:905px}
1748
2236
  ._j0guglyw .ProseMirror .left-shadow:after{display:none}
1749
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}
1750
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}
1751
2240
  ._j6t01o8l .ProseMirror.ua-firefox ol li p>span:empty{display:inline-block}
1752
2241
  ._j745vrvc [data-prosemirror-node-name=blockTaskItem] [data-component=task-item-main]{flex-direction:row}
2242
+ ._j75oglyw .ProseMirror .ak-editor-panel .ak-editor-panel__icon{-moz-user-select:none}
1753
2243
  ._ja1jrprw .ProseMirror .danger.code-block .line-number-gutter:after{background-color:var(--ds-blanket-danger,#ef5c4814)}
1754
2244
  ._jaboglyw::-webkit-scrollbar-corner{display:none}
1755
2245
  ._jav3idpf .ProseMirror>hr:first-child{margin-top:0}
1756
2246
  ._jcgg17vv div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-name:k1eqwm1p}
1757
2247
  ._jcgg194d div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-name:k7wtbat}
1758
- ._jchyidpf .multiBodiedExtensionView-content-wrap:last-of-type{margin-bottom:0}
2248
+ ._jcll1v6z .layout-column-divider-rail{width:7px}
1759
2249
  ._jcnagrf3 .ak-editor-panel__content>div[data-task-list-local-id]:first-child{margin-left:0!important}
1760
2250
  ._jd6pidpf .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-right:0}
2251
+ ._jd7v1osq .ak-editor-panel.ak-editor-selected-node:not(.danger):before{width:100%}
1761
2252
  ._jdud1osq .ProseMirror .right-shadow:before{height:100%}
1762
- ._jf2hkb7n .extensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container{opacity:1}
2253
+ ._jetmpfqs [data-prosemirror-node-name=status] .lozenge-wrapper{position:static}
1763
2254
  ._jhe3r4us .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
1764
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}
1765
2257
  ._jj6didpf :not(.fabric-editor-block-mark)>h6:first-child:not(style){margin-top:0}
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)}
1766
2260
  ._jlwvidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+pre{margin-top:0}
1767
- ._jn1o1osq .multiBodiedExtensionView-content-wrap .multiBodiedExtension--container{width:100%}
1768
- ._jn3m1yvi .extensionView-content-wrap.danger>span>.with-danger-overlay .extension-overlay{background-color:var(--ds-background-danger-hovered,#ffd5d2)}
2261
+ ._jnn8idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:before{top:0}
2262
+ ._jo73f6fq .ProseMirror h6>.mediaInlineView-content-wrap>.media-inline-image-wrapper{height:18px}
1769
2263
  ._jpyq1kdv .ak-editor-selected-node>[data-decision-wrapper]{-webkit-user-select:text}
1770
2264
  ._jr291hrf .pm-table-cell-content-wrap .mediaGroupView-content-wrap{clear:both}
1771
2265
  ._jr3h1wug .pm-table-sticky-wrapper>table[data-autosize=true]{table-layout:auto}
@@ -1774,25 +2268,37 @@
1774
2268
  ._jt2ui7uo .ProseMirror h2{color:var(--ds-text,#292a2e)}
1775
2269
  ._jtpj1nu9 .ProseMirror .ProseMirror-fake-text-selection{display:inline}
1776
2270
  ._jtxaglyw [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{pointer-events:none}
2271
+ ._jv52utpp .richMedia-resize-handle-left{padding-left:var(--ds-space-150,9pt)}
1777
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}
1778
2274
  ._jx4g1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{height:calc(100% + 2px)}
1779
2275
  ._jydlidpf .ProseMirror .ak-editor-annotation-hover{padding-right:0}
1780
2276
  ._jz6vgrf3 .ProseMirror .ak-editor-panel__content>.ProseMirror-widget:first-child+.ProseMirror-widget+.code-block{margin-top:0!important}
1781
2277
  ._jzq1idpf .fabric-editor-alignment:first-of-type:first-child h5:first-child:not(style){margin-top:0}
1782
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}
2283
+ ._k3s4idpf .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-left{margin-right:0}
1783
2284
  ._k3ws1xfb .ProseMirror h4{margin-top:1.25em}
1784
2285
  ._k3wsq19t .ProseMirror h4{margin-top:1.357em}
2286
+ ._k50g15vq .ak-editor-sync-block__label{visibility:hidden}
1785
2287
  ._k5rqstnw ol[data-node-type=decisionList].ak-editor-selected-node:before{position:absolute}
1786
2288
  ._k6qpoly4 html[data-color-mode=dark] .ProseMirror .telepointer{--telepointer-participant-background-second-stop:200000%}
1787
2289
  ._k75vkb7n [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{flex-grow:1}
1788
2290
  ._k76btlke [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{cursor:pointer}
1789
2291
  ._k8k0idpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-left:0}
1790
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}
1791
2294
  ._kb94idpf .ak-editor-expand__icon-button{margin-right:0}
1792
2295
  ._kbdlvn6p .ProseMirror [data-node-type=actionList]{margin-top:max(0px,calc(10px + (var(--ak-editor-base-font-size, 1pc) - 13px)*.66667))}
1793
2296
  ._kcgj15vq [data-prosemirror-node-name=blockTaskItem] [data-component=placeholder]{overflow-x:hidden}
1794
2297
  ._kdjsglyw .ProseMirror.ua-chrome .inlineNodeView>span{-webkit-user-select:none;-ms-user-select:none;user-select:none}
1795
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}
1796
2302
  ._kf7b1b66 [data-prosemirror-node-name=date] .date-lozenger-container span{padding-left:var(--ds-space-050,4px)}
1797
2303
  ._kfw11j28 .ProseMirror .code-block.ak-editor-selected-node:not(.danger)::-moz-selection{background-color:transparent}
1798
2304
  ._kifh1w2o .ProseMirror h1 .emoji-common-placeholder{height:24.25px}
@@ -1800,27 +2306,33 @@
1800
2306
  ._kj6kidpf :not(.fabric-editor-block-mark)>h2 style:first-child+*{margin-top:0}
1801
2307
  ._kkfiidpf .ProseMirror .right-shadow:after{top:0}
1802
2308
  ._kklf15vq [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{visibility:hidden}
1803
- ._klqg1n1a .bodiedExtensionView-content-wrap .bodiedExtension-content-outer-wrapper{margin-right:-1px}
1804
2309
  ._km2cidpf .ProseMirror .ak-editor-annotation-focus:has(.card){padding-left:0}
2310
+ ._km6up1qy .ProseMirror .media-inline-image-wrapper{transform:translateY(-2px)}
2311
+ ._knit261p .__resizable_base__{left:unset!important}
1805
2312
  ._knnuidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+span+*>*{margin-top:0}
1806
- ._ko3dbimv .bodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>div>.extension-label.with-bodied-macro-live-page-styles{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1807
2313
  ._komfhp5a .pm-table-container>table th:not(.danger) .code-block:not(.danger){background-color:var(--ds-surface-raised,#fff)}
1808
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}
1809
2316
  ._kqswh2mm{position:relative}
1810
2317
  ._ksblidpf .fabric-editor-alignment:first-of-type:first-child p:first-child:not(style){margin-top:0}
2318
+ ._ksg217vv .ProseMirror h1>.media-inline-image-wrapper{transform:translateY(-3px)}
1811
2319
  ._ktc91e5h .pm-table-sticky-wrapper>table th{text-align:left}
2320
+ ._kw4vglyw .ProseMirror .ak-editor-panel .ak-editor-panel__icon{ms-user-select:none}
1812
2321
  ._kxdfidpf .ProseMirror .ak-editor-selected-node .emoji-common-emoji-image:before{left:0}
1813
2322
  ._ky807vkz [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{width:1pc}
1814
2323
  ._kyt0grf3 .ProseMirror li:has(>ul:only-child)>ul{margin-top:0!important}
1815
2324
  ._kzf2h2mm [data-prosemirror-node-name=blockTaskItem] [data-component=task-item-main]{position:relative}
2325
+ ._l1qiidpf .ak-editor-panel.ak-editor-selected-node:not(.danger):before{top:0}
1816
2326
  ._l2nti7uo .ProseMirror h3{color:var(--ds-text,#292a2e)}
1817
- ._l3rpidpf .inlineExtensionView-content-wrap.danger.ak-editor-selected-node>span>div>.extension-label.always-hide-label{opacity:0}
2327
+ ._l3h6p1qy .ProseMirror h4>.media-inline-image-wrapper{transform:translateY(-2px)}
1818
2328
  ._l4vzglyw .ProseMirror .ProseMirror-gapcursor{pointer-events:none}
1819
2329
  ._l5scidpf [data-prosemirror-node-name=blockTaskItem] [data-component=content]{margin-right:0}
1820
2330
  ._l6b9n7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{left:unset}
1821
2331
  ._l6wkjmqp{--local-border-checked:var(--ds-background-selected-bold,#1868db)}
1822
- ._la9widpf [data-mark-type=fragment]>[data-mark-type=dataConsumer]>.extensionView-content-wrap{margin-right:0}
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}
1823
2334
  ._lcgdbimv .ProseMirror .ak-editor-selected-node.danger .emoji-common-emoji-image{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
2335
+ ._ldgngktf .ProseMirror h5>.mediaInlineView-content-wrap>.media-inline-image-wrapper{height:20px}
1824
2336
  ._lezgi8nm .pm-table-container>table th:not(.danger) .code-block:not(.danger) .line-number-gutter{background-color:var(--ds-background-neutral,#0515240f)}
1825
2337
  ._lf1tglyw .ProseMirror-gapcursor+[layout=wrap-right]+[layout=wrap-left]{clear:none}
1826
2338
  ._lgf9v77o [data-prosemirror-node-name=date] .date-lozenger-container span{padding-top:var(--ds-space-025,2px)}
@@ -1831,77 +2343,93 @@
1831
2343
  ._lm211rpy .ProseMirror span.pm-placeholder__text{color:var(--ds-text-subtlest,#6b6e76)}
1832
2344
  ._lmfnvz0p .ProseMirror h5{font-size:.85714em}
1833
2345
  ._lnhebimv .ProseMirror .danger.code-block{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
1834
- ._lnnb1rtt .inlineExtensionView-content-wrap.danger>span>div>.extension-label{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
1835
2346
  ._lqso1o8l .ProseMirror blockquote{display:inline-block}
1836
2347
  ._lr001e5h .pm-table-wrapper>table th{text-align:left}
1837
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)}
2350
+ ._luzi1h6o .ProseMirror .ak-editor-panel .ak-editor-panel__icon{text-align:center}
1838
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)}
1839
2353
  ._lvwq7vkz [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]{height:1pc}
1840
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}
2356
+ ._m1xp1h90 .__resizable_base__{height:auto!important}
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}
1841
2359
  ._m2w9199y [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:hover+svg{--checkbox-border-color:var(--local-border-hover)}
1842
2360
  ._m3b01o36 .ProseMirror-selectednode{outline-width:medium}
1843
2361
  ._m4h31ul7 .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{transform:rotate(0deg)}
1844
2362
  ._m5f81x4e .pm-table-wrapper>table{font-size:1em}
1845
2363
  ._m5j31j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection{background-color:transparent}
1846
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}
1847
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}
1848
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}
1849
2369
  ._mekn1rpy .ProseMirror span.pm-placeholder{color:var(--ds-text-subtlest,#6b6e76)}
1850
2370
  ._mfp71wug [data-prosemirror-node-name=blockTaskItem] [data-component=content]{flex-basis:auto}
1851
2371
  ._mhqkq19t .ProseMirror .fabric-editor-block-mark.fabric-editor-alignment:not(:first-child)>h4:first-child{margin-top:1.357em}
1852
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)}
1853
- ._miq6idpf [data-mark-type=fragment]:first-child>[data-mark-type=dataConsumer]>.extensionView-content-wrap{margin-top:0}
1854
2373
  ._mjjq1n1a .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{right:-1px}
1855
- ._mkj8oqnp .extensionView-content-wrap{margin-bottom:.75rem}
2374
+ ._mju21h7z .ProseMirror .layout-section-container [data-layout-section]>.ProseMirror-widget{display:contents!important}
1856
2375
  ._mklmidpf .ProseMirror>.ak-editor-expand{margin-left:0}
1857
- ._mkvnidpf [data-mark-type=fragment]>[data-mark-type=dataConsumer]>.bodiedExtensionView-content-wrap{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)}
1858
2378
  ._mpdktlke .unsupportedBlockView-content-wrap>div{cursor:pointer}
1859
2379
  ._mpruidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{height:0}
1860
2380
  ._msbp1j28 .ProseMirror .code-block.ak-editor-selected-node:not(.danger)::selection{background-color:transparent}
1861
2381
  ._munn4jg8 .dateView-content-wrap .date-lozenger-container{line-height:normal}
1862
2382
  ._muxp1rpy .ProseMirror .code-block .code-content__line-number--wrapped{color:var(--ds-text-subtlest,#6b6e76)}
1863
2383
  ._mxi51xf3 .search-match-block.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-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
1864
- ._mxneidpf .bodiedExtensionView-content-wrap{margin-right:0}
1865
2384
  ._myzt1kw7 .ProseMirror h1{font-style:inherit}
1866
2385
  ._mzasidpf .fabric-editor-alignment:first-of-type:first-child h2 style:first-child+*{margin-top:0}
1867
2386
  ._mzo1idpf .pm-table-wrapper>table>tbody>tr>th{border-right-width:0}
2387
+ ._n32is4qr .ProseMirror .ak-editor-panel[data-panel-type=error] .ak-editor-panel__icon[data-panel-type=error]{color:var(--ds-icon-danger,#c9372c)}
2388
+ ._n3btidpf .pm-alt-text-alt-text-floating-toolbar{padding-left:0}
1868
2389
  ._n3tdv47k{padding-bottom:var(--ds-space-250,20px)}
1869
2390
  ._n4szidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ol{margin-top:0}
1870
2391
  ._n4v415vq [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{overflow-y:hidden}
1871
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}
1872
2394
  ._n65sidpf .fabric-editor-font-size:first-of-type:first-child h3:first-child:not(style){margin-top:0}
1873
2395
  ._n6a11fwx{--ak-editor--resizer-handle-spacing:12px}
1874
2396
  ._n6v6kb7n [data-prosemirror-node-name=blockTaskItem] [data-component=content]{flex-grow:1}
1875
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}
1876
2399
  ._nbea1n1a .gridLine{margin-left:-1px}
1877
2400
  ._nbkc170n [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked+svg{--checkbox-border-color:var(--local-border-checked)}
1878
2401
  ._nck11nu9 .editor-mention-primitive{display:inline}
1879
2402
  ._ncseidpf .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{left:0}
1880
2403
  ._ndfaidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]+*{margin-top:0}
1881
2404
  ._ndx01tcg .ProseMirror .danger .code-block .line-number-gutter:after{width:24px}
2405
+ ._ndxcstnw .ak-editor-panel.ak-editor-selected-node:not(.danger):before{position:absolute}
1882
2406
  ._nfsm1xbj .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-name:k7xl0d6}
1883
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}
1884
2409
  ._nh0eidpf .ProseMirror-gapcursor+[layout=wrap-right]+[layout=wrap-left]>div{margin-left:0}
1885
2410
  ._nj021ule .ProseMirror .right-shadow:after{display:block}
1886
2411
  ._nj02glyw .ProseMirror .right-shadow:after{display:none}
1887
2412
  ._nnhzewfl .ProseMirror .pm-table-wrapper.pm-table-wrapper-no-overflow{overflow-x:visible}
1888
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}
1889
2415
  ._npmhh2mm .ProseMirror .ProseMirror-gapcursor{position:relative}
2416
+ ._nq831kw7 .ProseMirror .ak-editor-panel[data-panel-type=note]{color:inherit}
1890
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)}
1891
2419
  ._nuih1j28 .ProseMirror-hideselection ::selection{background-color:transparent}
1892
2420
  ._nv9v1o36 .ProseMirror{outline-width:medium}
1893
2421
  ._nvoj1wug [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{flex-basis:auto}
1894
2422
  ._nw2u1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::-moz-selection{background-color:transparent}
1895
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)}
1896
2425
  ._nyhtglyw .ProseMirror .ProseMirror-fake-text-selection{pointer-events:none}
1897
2426
  ._nzjn1ou6 .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){width:26px}
1898
- ._nzqyidpf .extensionView-content-wrap{margin-right:0}
1899
2427
  ._o0dm16z4 .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-duration:2.5s}
1900
2428
  ._o0lfidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+span+*{margin-top:0}
1901
- ._o16g1tmw .bodiedExtensionView-content-wrap.danger>span>div>.extension-label{color:var(--ds-text-danger,#ae2e24)}
1902
2429
  ._o1nxstnw .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{position:absolute}
1903
2430
  ._o1p8idpf .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-left:0}
1904
- ._o1s4idpf [data-mark-type=fragment]>.bodiedExtensionView-content-wrap{margin-right: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}
2432
+ ._o4za1txw .ProseMirror .ak-editor-panel{display:flex}
1905
2433
  ._o5elfeiv .ProseMirror .ak-editor-annotation-draft{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
1906
2434
  ._o5sfidpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{opacity:0}
1907
2435
  ._o60fidpf .ProseMirror li>.code-block{margin-right:0}
@@ -1912,19 +2440,25 @@
1912
2440
  ._o9ii6ui8 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{transition-timing-function:ease-out}
1913
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)}
1914
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)}
1915
- ._oackr4us .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
1916
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}
1917
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}
1918
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}
1919
2447
  ._ocz2idpf :not(.fabric-editor-block-mark)>h1 style:first-child+*{margin-top:0}
1920
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}
1921
2450
  ._odc0ftgi .ProseMirror .right-shadow:after{width:8px}
1922
- ._oeksidpf [data-mark-type=fragment]:first-child>[data-mark-type=dataConsumer]>.bodiedExtensionView-content-wrap{margin-top:0}
1923
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)}
1924
2454
  ._oi2iewfl .ak-editor-expand__title-container{overflow-y:visible}
1925
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}
1926
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%}
1927
2459
  ._ojmct7xp .ProseMirror .ak-editor-annotation-focus{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
2460
+ ._ok62m0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+h5{clear:both!important}
2461
+ ._om23f6fq .ProseMirror h6>.media-inline-image-wrapper{height:18px}
1928
2462
  ._om3bidpf [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{margin-bottom:0}
1929
2463
  ._omad1nu9 .ProseMirror .inlineNodeView{display:inline}
1930
2464
  ._omxdf705 .ProseMirror:not(.blockCardView-content-wrap)>li:before{content:" "}
@@ -1936,41 +2470,54 @@
1936
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)}
1937
2471
  ._or5e1jtm .code{white-space:pre-wrap}
1938
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}
1939
2474
  ._ou5ucuwt .ProseMirror .code-block .line-number-gutter{width:var(--lineNumberGutterWidth,2rem)}
1940
2475
  ._ould93zu [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{--checkbox-background-color:var(--local-background)}
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)}
1941
2479
  ._oz7r1j28 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2)::selection{background-color:transparent}
1942
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)}
1943
2481
  ._p0351j28 .ak-editor-selected-node>[data-decision-wrapper]::-moz-selection{background-color:transparent}
1944
2482
  ._p31f1hrf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{clear:both}
1945
2483
  ._p3gngrf3 .ProseMirror .ak-editor-panel__content>.code-block:first-child{margin-top:0!important}
2484
+ ._p3lu1txw .richMedia-resize-handle-left{display:flex}
1946
2485
  ._p3p6usvi .gridLine{box-sizing:border-box}
1947
2486
  ._p4wq1osq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{height:100%}
1948
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)}
1949
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%}
1950
2491
  ._pavrusvi .pm-table-wrapper>table *{box-sizing:border-box}
1951
2492
  ._pdshrprw .ProseMirror .danger.code-block .code-content{background-color:var(--ds-blanket-danger,#ef5c4814)}
1952
2493
  ._pdsn78tn .editor-mention-primitive{line-height:1.714}
1953
- ._pfwgidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{padding-left:0}
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}
1954
2496
  ._pg931osq{--ak-editor--breakout-min-width:100%}
1955
2497
  ._pgjg1j5o .ProseMirror h6 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
1956
- ._pgy3idpf .bodiedExtensionView-content-wrap:first-of-type{margin-top:0}
1957
2498
  ._phftrsbi{--local-border:var(--ds-border-input,#8c8f97)}
1958
2499
  ._phnn1rpy [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{color:var(--ds-text-subtlest,#6b6e76)}
1959
2500
  ._phuq93zu [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{--checkbox-background-color:var(--local-background)}
1960
2501
  ._phzastnw div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{position:absolute}
1961
2502
  ._pi27grho .fabric-editor--full-width-mode{--ak-editor--breakout-min-width:0px}
1962
2503
  ._pichgir2 .ProseMirror .ProseMirror-fake-text-selection{background-color:Highlight}
1963
- ._pj5bb3bt .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container:before{content:""}
1964
- ._pmyyidpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{padding-top:0}
2504
+ ._pit21k92 [data-prosemirror-node-name=status] .lozenge-wrapper{height:1.25rem}
2505
+ ._pj951gly .danger>div>div>.media-card-frame{background-color:var(--ds-background-danger,#ffeceb)}
2506
+ ._ple11h90 .__resizable_base__{width:auto!important}
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}
2509
+ ._pn62wrdo .ProseMirror .ak-editor-panel.danger .ak-editor-panel__icon{color:var(--ds-icon-danger,#c9372c)!important}
1965
2510
  ._pnjfh2mm .ak-editor-selected-node>[data-decision-wrapper]{position:relative}
1966
2511
  ._poet1ris .pm-table-resizer-container:has(table[data-initial-width-mode=content]){--ak-editor-table-width:max-content}
1967
2512
  ._poq41xs6 .ProseMirror p{margin-top:.75em}
1968
2513
  ._poq4oqnp .ProseMirror p{margin-top:.75rem}
1969
2514
  ._poz81i45 .ProseMirror .telepointer.color-9{--telepointer-participant-bg-color:var(--ds-background-accent-gray-bolder,#6b6e76)}
1970
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)}
1971
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}
2518
+ ._prvjh2mm .ak-editor-panel.ak-editor-selected-node:not(.danger){position:relative}
1972
2519
  ._ps8p1o8l .ProseMirror .emojiView-content-wrap{display:inline-block}
1973
- ._ptek1n1a .bodiedExtensionView-content-wrap .bodiedExtension-content-outer-wrapper{margin-bottom:-1px}
2520
+ ._ptgad439 .ProseMirror .ak-editor-bodied-sync-block.danger .ak-editor-sync-block__label{top:-14px}
1974
2521
  ._puavoxwj .ProseMirror .code-block .line-number-gutter{font-size:.875rem}
1975
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)}
1976
2523
  ._pwhh1ou6 .ProseMirror h2 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:26px}
@@ -1980,9 +2527,9 @@
1980
2527
  ._pyh015s3 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{background-color:var(--ds-background-selected,#e9f2fe)}
1981
2528
  ._pyxt1ial .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{z-index:12}
1982
2529
  ._pzcb1b66 [data-prosemirror-node-name=date] .date-lozenger-container span{padding-right:var(--ds-space-050,4px)}
1983
- ._pzvn1gly .bodiedExtensionView-content-wrap.danger>span>.legacy-content-header{background-color:var(--ds-background-danger,#ffeceb)}
1984
2530
  ._q0xbidpf [data-prosemirror-node-name=blockTaskItem] [data-component=content]{margin-bottom:0}
1985
2531
  ._q0zvjp4b .pm-table-container>table>tbody>tr>td{vertical-align:top}
2532
+ ._q1d2rprw .ProseMirror .danger .ak-editor-panel[data-panel-type]{background-color:var(--ds-blanket-danger,#ef5c4814)}
1986
2533
  ._q353idpf .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-left:0}
1987
2534
  ._q4ju1ule .ProseMirror blockquote>.mediaSingleView-content-wrap:last-child{display:block}
1988
2535
  ._q5x9b3bt .ak-editor-selected-node>[data-decision-wrapper]:before{content:""}
@@ -1990,6 +2537,7 @@
1990
2537
  ._q8c11osq .ProseMirror .right-shadow:after{height:100%}
1991
2538
  ._q9kpglyw .ak-editor-expand.ak-editor-selected-node:not(.danger):before{pointer-events:none}
1992
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)}
1993
2541
  ._qd3musvi .ProseMirror ul{box-sizing:border-box}
1994
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)}
1995
2543
  ._qfmzp3kn div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-timing-function:linear}
@@ -1999,22 +2547,26 @@
1999
2547
  ._qgcnstnw .ProseMirror .danger.code-block .line-number-gutter:after{position:absolute}
2000
2548
  ._qhe2idpf .fabric-editor-font-size:first-of-type:first-child h6 style:first-child+*{margin-top:0}
2001
2549
  ._qkm8idpf .pm-table-sticky-wrapper>table>tbody>tr>th{border-bottom-width:0}
2002
- ._qkq9clii .multiBodiedExtensionView-content-wrap.danger>span>.with-danger-overlay .extension-overlay{opacity:.3}
2003
2550
  ._qlex1g3k [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:hover+svg{--checkbox-border-color:var(--local-border-checked-hover)}
2004
2551
  ._qmfv1diq [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:active+svg{--checkbox-border-color:var(--local-border-disabled)}
2005
2552
  ._qmjbxjz2{--ak-editor--breakout-full-page-guttering-padding:calc(var(--ak-editor--large-gutter-padding)*2 + var(--ak-editor--default-gutter-padding))}
2006
2553
  ._qok21p3b .ProseMirror ul[data-indent-level="5"]{list-style-type:circle}
2007
2554
  ._qokmftgi .ProseMirror .right-shadow:before{width:8px}
2555
+ ._qooputpp .ak-editor-content-area .ak-editor-content-area .ProseMirror .ak-editor-panel.ak-editor-panel__no-icon{padding-right:var(--ds-space-150,9pt)}
2556
+ ._qtw5tlke .ProseMirror .ak-editor-panel{cursor:pointer}
2008
2557
  ._qv61idpf .ProseMirror .sentinel-left{width:0}
2009
2558
  ._qxl3i8nm .pm-table-container>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
2010
- ._qyzc1sou .bodiedExtensionView-content-wrap.danger>span>.legacy-content-header .status-lozenge-span>span{background-color:var(--ds-background-accent-red-subtle-hovered,#fd9891)}
2011
2559
  ._qzx91j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::selection{background-color:transparent}
2560
+ ._r2nsh2mm .ProseMirror .ak-editor-sync-block{position:relative}
2012
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)}
2013
2562
  ._r397idpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{left:0}
2014
2563
  ._r6joidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{height:0}
2564
+ ._r6zr1j28 .ak-editor-panel.ak-editor-selected-node:not(.danger) ::selection{background-color:transparent}
2015
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)}
2016
2567
  ._r83tvi1l .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{width:max-content!important}
2017
2568
  ._r861idpf [data-prosemirror-node-name=taskItem] [data-component=content]{margin-right:0}
2569
+ ._r8jvp1qy .ProseMirror h5>.media-inline-image-wrapper{transform:translateY(-2px)}
2018
2570
  ._r8mlqxcq .search-match-block.search-match-block-selected.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 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
2019
2571
  ._r8oxidpf .fabric-editor-alignment:first-of-type:first-child h2:first-child:not(style){margin-top:0}
2020
2572
  ._ra5tt94y [data-prosemirror-node-name=date] .date-lozenger-container span{margin-right:1px}
@@ -2022,78 +2574,102 @@
2022
2574
  ._rc8813gf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{cursor:not-allowed}
2023
2575
  ._rc9pyh40 .ProseMirror hr{height:2px}
2024
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:""}
2025
2578
  ._re0hidpf [data-prosemirror-node-name=blockTaskItem] [data-component=content]{margin-top:0}
2026
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}
2027
2581
  ._rejjstnw .ProseMirror .ProseMirror-fake-text-cursor:after{position:absolute}
2028
2582
  ._rfl4idpf .fabric-editor-font-size:first-of-type:first-child h5:first-child:not(style){margin-top:0}
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)}
2029
2584
  ._rhzrstnw .ProseMirror .code-block .code-content__line-number--wrapped{position:absolute}
2030
2585
  ._ri4ridpf :not(.fabric-editor-block-mark)>h3:first-child:not(style){margin-top:0}
2031
2586
  ._ri7p1wqq .code{font-size:.875em}
2032
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}
2033
2589
  ._ripsidpf .ProseMirror [layout^=wrap-]:has(+[layout^=wrap-]) .rich-media-item{margin-right:0}
2034
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)}
2035
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}
2036
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)}
2037
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)}
2038
2597
  ._rqg8idpf [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{margin-right:0}
2039
2598
  ._rr8m1o36 [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]{outline-width:medium}
2040
2599
  ._rrwb3mia .ak-editor-expand__title-container{font-size:var(--ak-editor-base-font-size)}
2041
2600
  ._rrwboxwj .ak-editor-expand__title-container{font-size:.875rem}
2042
- ._rst4glyw .bodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{box-shadow:none}
2601
+ ._rsxf19k1 .danger .rich-media-item .new-file-experience-wrapper{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)!important}
2043
2602
  ._rv0ahp5a .ProseMirror .code-block{background-color:var(--ds-surface-raised,#fff)}
2044
2603
  ._rv60kb7n .ProseMirror .code-block-content-wrapper>.code-content{flex-grow:1}
2045
2604
  ._rv8p8stv .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-line:underline}
2046
2605
  ._rvuckb7n [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{line-height:1}
2606
+ ._rwhn1kw7 .ProseMirror .mediaSingleView-content-wrap[layout^=wrap-]{clear:inherit}
2607
+ ._rzjc12x7 .ProseMirror .ak-editor-sync-block{margin-top:var(--ds-space-075,6px)}
2047
2608
  ._s1jlmz2b [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{--checkbox-background-color:var(--local-background-disabled)}
2048
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}
2049
2611
  ._s5gzoqnp .ProseMirror .code-block{margin-top:.75rem}
2050
2612
  ._s6jz1osq .ProseMirror .danger .code-block .line-number-gutter:after{height:100%}
2051
2613
  ._s6l1pxbi [dir=rtl] .ProseMirror blockquote{padding-right:var(--ds-space-200,1pc)}
2052
2614
  ._s6y9idpf :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) p:first-child:not(style){margin-top:0}
2615
+ ._s7au1txw .richMedia-resize-handle-left:after{display:flex}
2053
2616
  ._s7xpcuai .ProseMirror ul{padding-left:var(--ed--list--item-counter--padding,24px)}
2054
2617
  ._s8m8idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h6:first-child:not(style){margin-top:0}
2055
2618
  ._s8y916px .ProseMirror:not(.blockCardView-content-wrap)>li>p:first-child{margin-top:-1.714em!important}
2056
2619
  ._s94sftgi .ProseMirror .left-shadow:before{width:8px}
2057
- ._s9d56x5g .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{color:var(--ds-text-selected,#1868db)}
2058
2620
  ._sb9fglyw .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]{clear:none}
2059
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}
2060
2623
  ._sdlb1osq .ProseMirror .ak-editor-selected-node .emoji-common-emoji-sprite:before{width:100%}
2061
2624
  ._sdnkidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]+*{margin-top:0}
2062
2625
  ._sellckbl .pm-table-sticky-wrapper>table>tbody>tr>th{min-width:3pc}
2063
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)}
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}
2064
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}
2065
2632
  ._smxnglyw .ProseMirror .ProseMirror-fake-text-cursor{pointer-events:none}
2066
2633
  ._smy6idpf .ak-editor-expand__expanded .ak-editor-expand__content>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
2067
2634
  ._sneogrf3 .ProseMirror div[data-task-list-local-id]>div[data-task-list-local-id]{margin-top:0!important}
2068
2635
  ._sobi1rpy [data-prosemirror-node-name=taskItem] [data-component=placeholder]{color:var(--ds-text-subtlest,#6b6e76)}
2069
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"}
2070
2639
  ._stw0idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-right:0}
2071
2640
  ._su171q9c [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{white-space:nowrap}
2072
2641
  ._sv44u2gc .ak-editor-expand__expanded .ak-editor-expand__content{padding-top:var(--ds-space-100,8px)}
2073
- ._sve5idpf .bodiedExtensionView-content-wrap .extension-container .bodiedExtension-content-inner-wrapper{margin-left:0}
2642
+ ._sva6idpf .ProseMirror .layoutSectionView-content-wrap.ak-editor-selected-node:not(.danger) [data-layout-column]:after{bottom:0}
2074
2643
  ._svkwu2gc .ak-editor-expand__content{padding-right:var(--ds-space-100,8px)}
2075
2644
  ._swedhwpb [data-prosemirror-node-name=taskItem] [data-component=placeholder]{margin-left:calc(var(--ds-space-100, 8px)*3)}
2076
- ._swvw1j28 .extensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container::selection{background-color:transparent}
2077
2645
  ._sx0p1tmo .ProseMirror .telepointer.color-14{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
2078
2646
  ._sxzf1wug [data-prosemirror-node-name=taskItem] [data-component=content]{flex-basis:auto}
2079
2647
  ._syi51wug .code{overflow-y:auto}
2080
2648
  ._syi5n7od .code{overflow-y:unset}
2649
+ ._sz15utpp .ProseMirror .ak-editor-panel.ak-editor-panel__no-icon{padding-left:var(--ds-space-150,9pt)}
2081
2650
  ._sz6h1txw [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{display:flex}
2082
2651
  ._t176sm61 .pm-table-wrapper>table th td{background-color:var(--ds-background-neutral-subtle,#00000000)}
2083
2652
  ._t1ygidpf .ak-editor-expand.ak-editor-selected-node:not(.danger):before{top:0}
2653
+ ._t3hqgktf .ProseMirror h5>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{height:20px}
2084
2654
  ._t7ab1vi7{--ak-editor--default-gutter-padding:32px}
2085
2655
  ._t9o3v47k .ak-editor-content-area.appearance-full-page .ProseMirror blockquote{padding-left:var(--ds-space-250,20px)}
2086
2656
  ._tbd61u8q .pm-table-sticky-wrapper>table>tbody>tr>th{background-clip:padding-box}
2087
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}
2088
2659
  ._tf4jidpf [data-prosemirror-node-name=taskItem] [data-component=content]{margin-bottom:0}
2089
2660
  ._tfy618hq .search-match-text.search-match-dark{background-color:var(--ds-background-accent-magenta-bolder-pressed,#77325b)!important}
2090
2661
  ._thflglyw [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span>svg[data-icon-source=legacy]{display:none}
2091
- ._thp91j28 .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container::selection{background-color:transparent}
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)}
2092
2665
  ._tmq91tuv .ProseMirror li+li{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
2666
+ ._tnheb3bt .ak-editor-panel.ak-editor-selected-node:not(.danger):before{content:""}
2093
2667
  ._tnrm1o8l [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=icon]>span{display:inline-block}
2094
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}
2095
2670
  ._tqacbimv .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
2096
2671
  ._trbp1j28 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2)::-moz-selection{background-color:transparent}
2672
+ ._trv5rprw .danger .inlineCardView-content-wrap>span>a{background-color:var(--ds-blanket-danger,#ef5c4814)}
2097
2673
  ._tsa3t94y .editor-mention-primitive{padding-top:1px}
2098
2674
  ._tsrtidpf [data-prosemirror-node-name=date] .date-lozenger-container span{margin-bottom:0}
2099
2675
  ._ttnbidpf .fabric-editor-alignment:first-of-type:first-child .heading-wrapper:first-child:not(style){margin-top:0}
@@ -2104,40 +2680,45 @@
2104
2680
  ._txkaazsu .ak-editor-expand__title-container{color:var(--ds-text-subtle,#505258)}
2105
2681
  ._tyke17vv div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-name:k1eqwm1p}
2106
2682
  ._tyke194d div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-name:k7wtbat}
2683
+ ._u0jv1kdv .ProseMirror .ak-editor-panel__content{cursor:text}
2107
2684
  ._u0mgmh6f .ProseMirror .pm-table-wrapper .pm-table-header-content-wrap p:empty{min-height:1.714em}
2108
2685
  ._u12f1ypf .search-match-block.search-match-block-selected .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)}
2109
2686
  ._u1hx1up9 .search-match-block .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
2110
2687
  ._u29r1osq .ak-editor-expand__title-input{width:100%}
2111
2688
  ._u2jdglyw .ProseMirror .telepointer.telepointer-selection:not(.inlineNodeView){-webkit-user-select:none;-ms-user-select:none;user-select:none}
2689
+ ._u4nwr4us .mediaGroupView-content-wrap.ak-editor-selected-node #newFileExperienceWrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
2690
+ ._u5bi1kw7 .ProseMirror .ak-editor-panel[data-panel-type=success]{color:inherit}
2112
2691
  ._u5f3v47k{padding-right:var(--ds-space-250,20px)}
2692
+ ._u7fhtlke .statusView-content-wrap>span{cursor:pointer}
2113
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)}
2114
2694
  ._u8en3mia .ProseMirror{font-size:var(--ak-editor-base-font-size)}
2115
2695
  ._u96x1ial .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{z-index:12}
2116
2696
  ._uazj1k8s .ProseMirror .code-block .line-number-gutter:before{line-height:1.5rem}
2117
2697
  ._ubim1n1a .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{right:-1px}
2118
2698
  ._ucdskb7n [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=content]{flex-shrink:1}
2119
- ._ucr81j28 .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container ::-moz-selection{background-color:transparent}
2699
+ ._uck94pcx .ProseMirror .ak-editor-panel[data-panel-type=tip] .ak-editor-panel__icon[data-panel-type=tip]{color:var(--ds-icon-success,#6a9a23)}
2120
2700
  ._ue9bidpf .ProseMirror .danger.code-block .line-number-gutter:after{top:0}
2121
2701
  ._ufoh1lfe .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transition-timing-function:ease-out,ease-out}
2122
2702
  ._ug3m1nu9 .ProseMirror span.pm-placeholder__text[data-placeholder]:after{display:inline}
2123
2703
  ._uh5u1pd9 .ProseMirror h4{font-weight:var(--ds-font-weight-semibold,600)}
2124
2704
  ._ui89idpf .ProseMirror li>.code-block{margin-left:0}
2125
2705
  ._ujemidpf .fabric-editor-alignment:first-of-type:first-child h1 style:first-child+*{margin-top:0}
2126
- ._ujyhidpf .bodiedExtensionView-content-wrap.danger.ak-editor-selected-node>span>div>.extension-label.always-hide-label{opacity:0}
2127
2706
  ._uk93idpf .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]>div{margin-right:0}
2128
- ._ul13r4us .multiBodiedExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.multiBodiedExtension--container{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
2129
2707
  ._ul3mutpp .ProseMirror ul:not(li>ul):not(:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span))){margin-top:var(--ds-space-150,9pt)}
2130
2708
  ._ullp1kdv .ak-editor-expand.ak-editor-selected-node:not(.danger){-webkit-user-select:text}
2131
2709
  ._umh5idpf .ProseMirror>.ProseMirror-widget:first-child+hr{margin-top:0}
2710
+ ._uov4idpf .ProseMirror.ua-chrome li>.mediaSingleView-content-wrap:before{height:0}
2132
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}
2133
2713
  ._ups11rpy .ProseMirror .placeholder-decoration{color:var(--ds-text-subtlest,#6b6e76)}
2134
2714
  ._uput15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self{background-color:var(--ds-background-selected,#e9f2fe)}
2135
2715
  ._uq761ntv .ProseMirror .code-block .code-content__line-number--wrapped{box-sizing:content-box}
2136
2716
  ._uqg71ejb .pm-table-container .pm-table-right-border{top:var(--ds-space-300,24px)}
2137
2717
  ._uqqyh2mm .ProseMirror .telepointer{position:relative}
2138
- ._ur7x49jj .show-diff-changed-decoration-node>span .extension-container{box-shadow:0 0 0 var(--diff-decoration-marker-ring-width,1px) var(--diff-decoration-marker-color)}
2718
+ ._ur50h2mm .ProseMirror .mediaSingleView-content-wrap[layout^=wrap-]{position:relative}
2139
2719
  ._urj01gly .ak-editor-selected-node.danger>[data-decision-wrapper]{background-color:var(--ds-background-danger,#ffeceb)}
2140
2720
  ._ut9vglyw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled[data-invalid]+svg{pointer-events:none}
2721
+ ._uu1m1149 .danger>span>a{box-shadow:0 0 0 2px,var(--ds-border-danger,#e2483d)}
2141
2722
  ._uuop1j28 .ProseMirror-hideselection{caret-color:transparent}
2142
2723
  ._uuxfglyw [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{pointer-events:none}
2143
2724
  ._uvar1j28 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div::selection{background-color:transparent}
@@ -2152,9 +2733,11 @@
2152
2733
  ._v0qsidpf [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap{flex-grow:0}
2153
2734
  ._v1mkgrf3 .ProseMirror .ak-editor-panel__content>.ProseMirror-widget:first-child+.code-block{margin-right:0!important}
2154
2735
  ._v284h2mm .ProseMirror .ProseMirror-fake-text-cursor{position:relative}
2736
+ ._v3vym0zr .ProseMirror [layout^=wrap-]+[layout^=wrap-]+ul{clear:both!important}
2155
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}
2156
2740
  ._v7qn1o36 [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]{outline-width:medium}
2157
- ._v8pmbimv .extensionView-content-wrap.danger.ak-editor-selected-node>span>div>.extension-label.with-bodied-macro-live-page-styles{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
2158
2741
  ._v919idpf [data-prosemirror-node-name=taskItem] [data-component=content]{min-width:0}
2159
2742
  ._v91rcfaq .pm-table-container>table{border-collapse:collapse}
2160
2743
  ._v91uqlfy .search-match-block.search-match-block-selected.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-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
@@ -2162,33 +2745,40 @@
2162
2745
  ._v9kukb7n .ProseMirror .telepointer:hover .telepointer-fullname{z-index:1}
2163
2746
  ._vdlzei1s html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-second-stop:150000%}
2164
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}
2165
2749
  ._vee2q98m .ProseMirror blockquote.ak-editor-selected-node{border-left-color:var(--ds-border-selected,#1868db)}
2166
2750
  ._vffj15vq .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{overflow-y:hidden}
2167
2751
  ._vfpvglyw [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled+svg{pointer-events:none}
2168
2752
  ._vgp2ze3t .ak-editor-expand__content{padding-top:var(--ds-space-0,0)}
2169
2753
  ._vgzaidpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{left:0}
2170
- ._vi00bimv .bodiedExtensionView-content-wrap.danger>span>.extension-container{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
2171
2754
  ._vi8r7wq0 .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{background-color:var(--ds-blanket-selected,#388bff14)}
2172
2755
  ._vkob1osq .pm-table-wrapper>table{width:100%}
2173
2756
  ._vkxwidpf .ak-editor-expand__content .nestedExpand-content-wrapper{height:0}
2757
+ ._vkygp1qy .ProseMirror h3>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{transform:translateY(-2px)}
2174
2758
  ._vlc6b3bt .ProseMirror .code-block.ak-editor-selected-node:not(.danger):before{content:""}
2175
2759
  ._vln5i8nm .ProseMirror .code-block .code-block-content-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
2176
2760
  ._vm1cidpf :not(.fabric-editor-block-mark)>h6 style:first-child+*{margin-top:0}
2177
2761
  ._vmcm1kdv .ProseMirror blockquote.ak-editor-selected-node{-webkit-user-select:text}
2178
2762
  ._vmt0glyw .ProseMirror .telepointer.telepointer-selection:not(.inlineNodeView){pointer-events:none}
2179
2763
  ._vpdlh2mm .ProseMirror .code-block.ak-editor-selected-node:not(.danger){position:relative}
2180
- ._vpzk1rtt .bodiedExtensionView-content-wrap.danger>span>div>.extension-label{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
2764
+ ._vppwidpf .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-right{margin-left:0}
2181
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}
2182
2767
  ._vr8nidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+span+*{margin-top:0}
2183
2768
  ._vrwbysee .pm-table-container>table th{background-color:var(--ds-background-accent-gray-subtlest,#f0f1f2)}
2184
2769
  ._vtgestnw .ProseMirror .ProseMirror-gapcursor span{position:absolute}
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}
2185
2772
  ._vwip2c8p .ProseMirror .telepointer.color-6{--telepointer-participant-bg-color:var(--ds-background-accent-teal-bolder,#227d9b)}
2186
2773
  ._vwz41tcg{line-height:24px}
2187
2774
  ._vx27c7mi .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-250,-20px)}
2188
2775
  ._vx27xmi2 .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-150,-9pt)}
2189
2776
  ._vx7ee0wb .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{width:16.25px}
2190
2777
  ._vx7egktf .ProseMirror :is(h5,h6,p) .emoji-common-placeholder{width:20px}
2191
- ._vy7vkb7n .inlineExtensionView-content-wrap.danger.ak-editor-selected-node>span>.extension-edit-toggle-container{opacity:1}
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)}
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)}
2781
+ ._w0c11hna .ProseMirror .ak-editor-panel{word-break:break-word}
2192
2782
  ._w0epidpf .ProseMirror .ak-editor-annotation-blur{padding-left:0}
2193
2783
  ._w11vidpf .hyperlink-floating-toolbar{padding-bottom:0}
2194
2784
  ._w13212c5 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-iteration-count:infinite}
@@ -2198,38 +2788,47 @@
2198
2788
  ._w39w1p3b .ProseMirror ul[data-indent-level="2"]{list-style-type:circle}
2199
2789
  ._w3lc1i6y [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:focus+svg{outline-offset:var(--ds-space-negative-025,-2px)}
2200
2790
  ._w4bt1j28 .ak-editor-selected-node>[data-decision-wrapper] ::-moz-selection{background-color:transparent}
2201
- ._w5kn6x5g .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label{color:var(--ds-text-selected,#1868db)}
2202
2791
  ._w6dp1ule .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{display:block}
2203
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}
2204
2794
  ._w9ivh2mm .ProseMirror .left-shadow{position:relative}
2205
2795
  ._w9wp1j28 .pm-table-wrapper>table{border-right-color:transparent}
2796
+ ._wc52idpf .pm-alt-text-alt-text-floating-toolbar{padding-top:0}
2206
2797
  ._wets1nu9 .ProseMirror .ProseMirror-fake-text-cursor{display:inline}
2207
2798
  ._wfdzglyw .ProseMirror .left-shadow:after{pointer-events:none}
2799
+ ._wfj11kw7 .ProseMirror .ak-editor-panel[data-panel-type=error]{color:inherit}
2208
2800
  ._wg06idpf [data-prosemirror-node-name=date] .date-lozenger-container span{margin-top:0}
2801
+ ._wgjz10yn .ProseMirror h3>:is(a,span[data-mark-type=border]) .media-inline-image-wrapper{height:25px}
2209
2802
  ._wgub1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::selection{background-color:transparent}
2803
+ ._wi0pglyw .ak-editor-sync-block__label{box-shadow:none}
2210
2804
  ._wi4l1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection{background-color:transparent}
2211
2805
  ._wlqz1o8l .ProseMirror.ua-firefox ul li p:empty{display:inline-block}
2212
2806
  ._wmhayh40 .ProseMirror .ak-editor-annotation-focus{padding-bottom:2px}
2213
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)}
2214
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)}
2215
2810
  ._wqm3stnw .pm-table-container .pm-table-left-border{position:absolute}
2216
2811
  ._wsn51tmo .ProseMirror .telepointer.color-15{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
2217
- ._wwc7oqnp [data-mark-type=fragment]>[data-mark-type=dataConsumer]>.bodiedExtensionView-content-wrap{margin-top:.75rem}
2218
- ._wwen1tmw .inlineExtensionView-content-wrap.danger>span>div>.extension-label{color:var(--ds-text-danger,#ae2e24)}
2219
- ._wwmdidpf .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>div>.extension-label.always-hide-label{opacity:0}
2812
+ ._wsnlvuon .ProseMirror .ak-editor-bodied-sync-block.disabled .ak-editor-sync-block__label{background-color:var(--ds-surface,#fff)}
2220
2813
  ._wx2kmh6f div[data-task-local-id] span[contenteditable=false]{height:1.714em}
2221
2814
  ._wxs41j28 .pm-table-wrapper>table{border-left-color:transparent}
2815
+ ._wyfm17vv .ProseMirror h2>.mediaInlineView-content-wrap>.media-inline-image-wrapper{transform:translateY(-3px)}
2222
2816
  ._wylb1j5o .ProseMirror h3 strong{font-weight:var(--editor-font-ugc-token-weight-heading-bold)}
2223
2817
  ._wyq613gf .ak-editor-expand__icon-button:disabled{cursor:not-allowed}
2224
2818
  ._wz3i15vq .ak-editor-expand__content .expand-content-wrapper{overflow-y:hidden}
2225
2819
  ._x049stnw [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]>[data-component=placeholder]{position:absolute}
2226
2820
  ._x07nrrda .ProseMirror span.pm-placeholder__text[data-placeholder]:after{content:attr(data-placeholder)}
2227
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}
2228
2824
  ._x3di14vx .ProseMirror h2{margin-top:1.4em}
2229
2825
  ._x3dis0v8 .ProseMirror h2{margin-top:1.8em}
2230
2826
  ._x6bu11lh .ProseMirror .ProseMirror-fake-text-selection{color:HighlightText}
2231
2827
  ._x74zidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{height:0}
2232
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}
2233
2832
  ._xhe7b3bt .ProseMirror .left-shadow:before{content:""}
2234
2833
  ._xi121j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::selection{background-color:transparent}
2235
2834
  ._xk451diq [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:hover+svg{--checkbox-border-color:var(--local-border-disabled)}
@@ -2238,22 +2837,31 @@
2238
2837
  ._xm1gtlke [data-prosemirror-node-name=decisionItem]>[data-decision-wrapper]{cursor:pointer}
2239
2838
  ._xmetlpk9 .ProseMirror h6{line-height:1.45455}
2240
2839
  ._xpqwidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-left:0}
2840
+ ._xqgtidpf .ProseMirror .rich-media-item.image-wrap-left+.rich-media-item.image-wrap-right{margin-right:0}
2241
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}
2242
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}
2243
2845
  ._xw4d1q9c [data-prosemirror-node-name=taskItem] [data-component=placeholder]{white-space:nowrap}
2244
- ._xxgeoqnp [data-mark-type=fragment]>[data-mark-type=dataConsumer]>.extensionView-content-wrap{margin-bottom:.75rem}
2846
+ ._xwl91e5h .ProseMirror .mediaSingleView-content-wrap[layout=wrap-left]{float:left}
2245
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)}
2246
- ._xxyv1rtt .multiBodiedExtensionView-content-wrap.danger>span>div>.extension-label{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
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}
2247
2850
  ._y1fl1ssb .ProseMirror .ProseMirror-gapcursor span[layout=full-width]{margin-left:50%}
2248
2851
  ._y41iglyw [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]{clear:none}
2249
2852
  ._y5edfk4f html[data-color-mode=dark] .ProseMirror .telepointer{--telepointer-participant-background-first-stop:-800000%}
2250
2853
  ._y5fkglyw .ProseMirror .placeholder-decoration .placeholder-android{outline-style:none}
2854
+ ._y8rbusic .fabric-editor-align-end{text-align:right}
2251
2855
  ._yd46zr6s .ProseMirror .ProseMirror-gapcursor span[layout=wide]{transform:translateX(-50%)}
2252
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}
2253
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)}
2254
2859
  ._yh39f1ug .ProseMirror .code-block-content-wrapper>.code-content{flex-basis:0%}
2255
2860
  ._yh80b3bt ol[data-node-type=decisionList].ak-editor-selected-node:before{content:""}
2256
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}
2257
2865
  ._yjsg1f4h .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-width:28px}
2258
2866
  ._yjsg1w2o .ProseMirror :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image){max-width:24.25px}
2259
2867
  ._ymd7b3bt .ProseMirror blockquote:before{content:""}
@@ -2264,35 +2872,52 @@
2264
2872
  ._yv3iu2gc .ProseMirror .code-content--wrapped>.code-block-content-wrapper>.code-content{margin-right:var(--ds-space-100,8px)}
2265
2873
  ._yw541wth .ProseMirror ul[data-indent-level="4"]{list-style-type:disc}
2266
2874
  ._ywut18tx .pm-table-container>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-image:var(--ak-editor--table-overflow-shadow)!important}
2875
+ ._ywvi10yn .ProseMirror h3>.mediaInlineView-content-wrap>.media-inline-image-wrapper{height:25px}
2267
2876
  ._yxs7kb7n .ProseMirror .telepointer:hover .telepointer-fullname{opacity:1}
2268
2877
  ._yy7y1gly .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{background-color:var(--ds-background-danger,#ffeceb)}
2269
2878
  ._yyaxidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-right:0}
2270
- ._yyxzr4us .inlineExtensionView-content-wrap:not(.danger).ak-editor-selected-node>span>.extension-container{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
2879
+ ._yz0y19ip [data-prosemirror-node-name=status]>[data-color=blue] .lozenge-wrapper{background-color:var(--ds-background-information,#e9f2fe)}
2880
+ ._z0v11osq .fabric-editor--full-width-mode .pm-table-container .extension-container{max-width:100%}
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)}
2271
2884
  ._z2xw1osq .gridLine{height:100%}
2272
2885
  ._z49mi7uo .code{color:var(--ds-text,#292a2e)}
2273
- ._z5jxclii .multiBodiedExtensionView-content-wrap.danger>span>.with-danger-overlay .multiBodiedExtension--overlay{opacity:.3}
2274
2886
  ._z6pc1tcg .ProseMirror h3 :is(.emoji-common-emoji-sprite,.emoji-common-emoji-image,.emoji-common-placeholder){height:24px}
2275
2887
  ._z75ousic .ProseMirror .embedCardView-content-wrap[layout=wrap-right]{float:right}
2276
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}
2277
2890
  ._z9wpidpf .ProseMirror p{margin-bottom:0}
2891
+ ._zaei11ux .ak-editor-sync-block__label{max-width:140px}
2278
2892
  ._zanp1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::-moz-selection{background-color:transparent}
2279
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%}
2895
+ ._zeu3f705 .richMedia-resize-handle-right:after{content:" "}
2280
2896
  ._zfb0t94y .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{width:1px}
2281
2897
  ._zgemidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]+*>*{margin-top:0}
2282
2898
  ._zghr18jz [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]:checked:active+svg{--checkbox-tick-color:var(--local-tick-active)}
2283
2899
  ._zi6e1vmz .pm-table-container .pm-table-left-border{height:calc(100% - var(--ds-space-300, 24px))}
2284
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}
2285
2902
  ._zkkp1tmo .ProseMirror .telepointer.color-12{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
2286
2903
  ._zkn71ule .ak-editor-expand__content .nestedExpand-content-wrapper{display:block}
2287
2904
  ._zlwmidpf .fabric-editor-font-size:first-of-type:first-child h1 style:first-child+*{margin-top:0}
2288
2905
  ._znw11ssb [data-prosemirror-node-name=taskItem] .task-item-checkbox-wrap>input[type=checkbox]+svg{top:50%}
2289
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}
2290
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)}
2291
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)}
2912
+ ._zum4p1qy .ProseMirror h3>.media-inline-image-wrapper{transform:translateY(-2px)}
2292
2913
  ._zvr81hou [data-prosemirror-node-name=blockTaskItem] .task-item-checkbox-wrap>input[type=checkbox]:disabled:checked+svg{--checkbox-tick-color:var(--local-tick-disabled)}
2914
+ ._zvyiidpf .pm-alt-text-alt-text-floating-toolbar{padding-right:0}
2293
2915
  ._zy25uj17{--ak-editor--breakout-fallback-width:calc(100cqw - var(--ak-editor--breakout-full-page-guttering-padding))}
2294
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}
2295
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}
2296
2921
  ._zzusidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{font-size:0}
2297
2922
  ._j9yv7g83 button.first-floating-toolbar-button:focus{outline:2px solid var(--ds-border-focused,#4688ec)}
2298
2923
  ._eu2zidpf .ak-editor-expand__title-container:focus{outline-width:0}
@@ -2301,8 +2926,10 @@
2301
2926
  ._sma4dfik .ak-editor-expand__icon-button:focus-visible{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#4688ec)}
2302
2927
  ._1slov77o .ak-editor-expand__icon-button:focus-visible{outline-offset:var(--ds-space-025,2px)}
2303
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}
2304
2930
  ._1y0dhf2y .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}
2305
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}
2306
2933
  ._1srh1l7x .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger):hover{border-color:var(--ds-border,#0b120e24)}
2307
2934
  ._1b2hplhp [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
2308
2935
  ._1ogl1ibz::-webkit-scrollbar-thumb:hover{background-color:var(--ds-background-neutral-bold-hovered,#3b3d42)}
@@ -2310,8 +2937,10 @@
2310
2937
  ._1pxsnqa1 .ProseMirror a[data-prosemirror-mark-name=link]:hover{text-decoration-style:solid}
2311
2938
  ._4m8e1r31 .ProseMirror a[data-prosemirror-mark-name=link]:hover{text-decoration-color:currentColor}
2312
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)}
2313
2941
  ._axu71ibz .ProseMirror .pm-table-wrapper>table::-webkit-scrollbar-thumb:hover{background-color:var(--ds-background-neutral-bold-hovered,#3b3d42)}
2314
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)}
2315
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)}
2316
2945
  ._opx215s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self:hover{background-color:var(--ds-background-selected,#e9f2fe)}
2317
2946
  ._ufew15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:hover{background-color:var(--ds-background-selected,#e9f2fe)}
@@ -2321,10 +2950,15 @@
2321
2950
  ._chqr15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self:active{background-color:var(--ds-background-selected,#e9f2fe)}
2322
2951
  ._ey371j28 .editor-mention-primitive.mention-restricted:active{background-color:transparent}
2323
2952
  ._pvcj15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:active{background-color:var(--ds-background-selected,#e9f2fe)}
2953
+ @-moz-document url-prefix(){._1lk11o8l .ProseMirror .ak-editor-panel .ak-editor-panel__icon .emoji-common-emoji-image img{display:inline-block}}
2324
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}}
2325
2958
  @container editor-area (width >= 1266px){._1j8i1xb4 .ProseMirror{--ak-editor--breakout-wide-layout-width:1011px}}
2326
2959
  @keyframes k1eqwm1p{0%{--panel-gradient-angle:0deg;background-position:100%}to{--panel-gradient-angle:360deg;background-position:-100%}}
2327
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}}
2328
2962
  @keyframes k1xe95hp{0%{opacity:0;transform:translateY(1pc)}to{opacity:1;transform:translateY(0)}}
2329
2963
  @keyframes k1xnqtye{0%{opacity:0}to{opacity:0}50%{opacity:1}}
2330
2964
  @keyframes k3895my{0%{transform:scaleX(1);opacity:1}95%{transform:scaleX(1);opacity:1}to{transform:scaleX(0);opacity:0}}
@@ -2334,5 +2968,8 @@
2334
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}}
2335
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}}
2336
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}}
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}
2337
2974
  @property --panel-gradient-angle{syntax:"<angle>";initial-value:270deg;inherits:false}
2338
2975
  @supports not (display:flow-root){._fqkm1osq .ak-editor-expand__content{width:100%}._9n6nusvi .ak-editor-expand__content{box-sizing:border-box}}