1@charset "UTF-8";
2:root{
3 --wp-block-synced-color:#7a00df;
4 --wp-block-synced-color--rgb:122, 0, 223;
5 --wp-bound-block-color:var(--wp-block-synced-color);
6 --wp-editor-canvas-background:#ddd;
7 --wp-admin-theme-color:#007cba;
8 --wp-admin-theme-color--rgb:0, 124, 186;
9 --wp-admin-theme-color-darker-10:#006ba1;
10 --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5;
11 --wp-admin-theme-color-darker-20:#005a87;
12 --wp-admin-theme-color-darker-20--rgb:0, 90, 135;
13 --wp-admin-border-width-focus:2px;
14}
15@media (min-resolution:192dpi){
16 :root{
17 --wp-admin-border-width-focus:1.5px;
18 }
19}
20.admin-ui-page{
21 background-color:#fff;
22 color:#2f2f2f;
23 container:admin-ui-page/inline-size;
24 display:flex;
25 flex-flow:column;
26 height:100%;
27 position:relative;
28 z-index:1;
29}
30
31@media not (prefers-reduced-motion){
32 .admin-ui-page{
33 transition:width .2s ease-out;
34 }
35}
36.admin-ui-page__header{
37 background:#fff;
38 border-bottom:1px solid #f0f0f0;
39 padding:16px 48px;
40 position:sticky;
41 top:0;
42}
43
44@container (max-width: 430px){
45 .admin-ui-page__header{
46 padding:16px 24px;
47 }
48}
49.admin-ui-page__header-subtitle{
50 color:#757575;
51 font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
52 font-size:13px;
53 font-weight:400;
54 line-height:20px;
55 margin:0;
56 padding-block-end:8px;
57}
58
59.admin-ui-page__content{
60 display:flex;
61 flex-direction:column;
62 flex-grow:1;
63 overflow:auto;
64}
65
66.admin-ui-page__content.has-padding{
67 padding:16px 20px;
68}
69
70@container (max-width: 430px){
71 .admin-ui-page__content.has-padding{
72 padding:16px 24px;
73 }
74}
75.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{
76 padding:0 8px;
77 width:auto;
78}
79
80.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{
81 display:none;
82}
83
84.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{
85 content:attr(aria-label);
86 font-size:12px;
87}
88.interface-complementary-area-header{
89 background:#fff;
90 gap:4px;
91 padding-left:8px;
92}
93
94.interface-complementary-area-header .interface-complementary-area-header__title{
95 margin:0 0 0 auto;
96}
97.interface-complementary-area{
98 background:#fff;
99 color:#1e1e1e;
100 height:100%;
101 overflow:auto;
102}
103
104@media (min-width:600px){
105 .interface-complementary-area{
106 -webkit-overflow-scrolling:touch;
107 }
108}
109@media (min-width:782px){
110 .interface-complementary-area{
111 width:280px;
112 }
113}
114.interface-complementary-area .components-panel{
115 border:none;
116 position:relative;
117 z-index:0;
118}
119
120.interface-complementary-area .components-panel__header{
121 position:sticky;
122 top:0;
123 z-index:1;
124}
125
126.interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{
127 top:0;
128}
129
130.interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){
131 margin-top:0;
132}
133
134.interface-complementary-area h2{
135 color:#1e1e1e;
136 font-size:13px;
137 font-weight:500;
138 margin-bottom:1.5em;
139}
140
141.interface-complementary-area h3{
142 color:#1e1e1e;
143 font-size:11px;
144 font-weight:500;
145 margin-bottom:1.5em;
146 text-transform:uppercase;
147}
148
149.interface-complementary-area hr{
150 border-bottom:1px solid #f0f0f0;
151 border-top:none;
152 margin:1.5em 0;
153}
154
155.interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{
156 box-shadow:none;
157 margin-bottom:1.5em;
158}
159
160.interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{
161 margin-bottom:0;
162}
163
164.interface-complementary-area .block-editor-skip-to-selected-block:focus{
165 bottom:10px;
166 left:10px;
167 right:auto;
168 top:auto;
169}
170
171.interface-complementary-area__fill{
172 height:100%;
173}
174
175@media (min-width:782px){
176 body.js.is-fullscreen-mode{
177 height:calc(100% + 32px);
178 margin-top:-32px;
179 }
180 body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{
181 display:none;
182 }
183 body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{
184 margin-right:0;
185 }
186}
187html.interface-interface-skeleton__html-container{
188 position:fixed;
189 width:100%;
190}
191
192@media (min-width:782px){
193 html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){
194 position:static;
195 width:auto;
196 }
197}
198.interface-interface-skeleton{
199 bottom:0;
200 display:flex;
201 flex-direction:row;
202 height:auto;
203 left:0;
204 max-height:100%;
205 position:fixed;
206 top:46px;
207}
208
209@media (min-width:783px){
210 .interface-interface-skeleton{
211 top:32px;
212 }
213 .is-fullscreen-mode .interface-interface-skeleton{
214 top:0;
215 }
216}
217.interface-interface-skeleton__editor{
218 display:flex;
219 flex:0 1 100%;
220 flex-direction:column;
221 overflow:hidden;
222}
223
224.interface-interface-skeleton{
225 right:0;
226}
227
228@media (min-width:783px){
229 .interface-interface-skeleton{
230 right:160px;
231 }
232}
233
234@media (min-width:783px){
235 .auto-fold .interface-interface-skeleton{
236 right:36px;
237 }
238}
239@media (min-width:961px){
240 .auto-fold .interface-interface-skeleton{
241 right:160px;
242 }
243}
244.folded .interface-interface-skeleton{
245 right:0;
246}
247
248@media (min-width:783px){
249 .folded .interface-interface-skeleton{
250 right:36px;
251 }
252}
253body.is-fullscreen-mode .interface-interface-skeleton{
254 right:0 !important;
255}
256
257.interface-interface-skeleton__body{
258 display:flex;
259 flex-grow:1;
260 overflow:auto;
261 overscroll-behavior-y:none;
262 position:relative;
263}
264
265@media (min-width:782px){
266 .has-footer .interface-interface-skeleton__body{
267 padding-bottom:25px;
268 }
269}
270.interface-interface-skeleton__content{
271 display:flex;
272 flex-direction:column;
273 flex-grow:1;
274 overflow:auto;
275 z-index:20;
276}
277
278@media (min-width:782px){
279 .interface-interface-skeleton__content{
280 z-index:auto;
281 }
282}
283.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{
284 background:#fff;
285 bottom:0;
286 color:#1e1e1e;
287 flex-shrink:0;
288 position:absolute;
289 right:0;
290 top:0;
291 width:auto;
292 z-index:100000;
293}
294
295@media (min-width:782px){
296 .interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{
297 position:relative !important;
298 }
299}
300.interface-interface-skeleton__sidebar{
301 border-top:1px solid #e0e0e0;
302 overflow:hidden;
303}
304
305@media (min-width:782px){
306 .interface-interface-skeleton__sidebar{
307 box-shadow:1px 0 0 0 rgba(0,0,0,.133);
308 outline:1px solid #0000;
309 }
310}
311.interface-interface-skeleton__secondary-sidebar{
312 border-top:1px solid #e0e0e0;
313 left:0;
314}
315
316@media (min-width:782px){
317 .interface-interface-skeleton__secondary-sidebar{
318 box-shadow:-1px 0 0 0 rgba(0,0,0,.133);
319 outline:1px solid #0000;
320 }
321}
322.interface-interface-skeleton__header{
323 box-shadow:0 1px 0 0 rgba(0,0,0,.133);
324 color:#1e1e1e;
325 flex-shrink:0;
326 height:auto;
327 outline:1px solid #0000;
328 z-index:30;
329}
330
331.interface-interface-skeleton__footer{
332 background-color:#fff;
333 border-top:1px solid #e0e0e0;
334 bottom:0;
335 color:#1e1e1e;
336 display:none;
337 flex-shrink:0;
338 height:auto;
339 position:absolute;
340 right:0;
341 width:100%;
342 z-index:90;
343}
344
345@media (min-width:782px){
346 .interface-interface-skeleton__footer{
347 display:flex;
348 }
349}
350.interface-interface-skeleton__footer .block-editor-block-breadcrumb{
351 align-items:center;
352 background:#fff;
353 display:flex;
354 font-size:13px;
355 height:24px;
356 padding:0 18px;
357 z-index:30;
358}
359
360.interface-interface-skeleton__actions{
361 background:#fff;
362 bottom:auto;
363 color:#1e1e1e;
364 left:0;
365 position:fixed !important;
366 right:auto;
367 top:-9999em;
368 width:100vw;
369 z-index:100000;
370}
371
372@media (min-width:782px){
373 .interface-interface-skeleton__actions{
374 width:280px;
375 }
376}
377.interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{
378 bottom:0;
379 top:auto;
380}
381
382.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{
383 top:46px;
384}
385
386@media (min-width:782px){
387 .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{
388 border-right:1px solid #ddd;
389 top:32px;
390 }
391 .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{
392 top:0;
393 }
394}
395.interface-pinned-items{
396 display:flex;
397}
398
399.interface-pinned-items .components-button{
400 display:none;
401 margin:0;
402}
403
404.interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{
405 display:flex;
406}
407
408.interface-pinned-items .components-button svg{
409 max-height:24px;
410 max-width:24px;
411}
412
413@media (min-width:600px){
414 .interface-pinned-items .components-button{
415 display:flex;
416 }
417}
418.interface-pinned-items{
419 gap:8px;
420}
421
422.editor-autocompleters__user .editor-autocompleters__no-avatar:before{
423 content:"\f110";
424 font:normal 20px/1 dashicons;
425 margin-left:5px;
426 vertical-align:middle;
427}
428.editor-autocompleters__user .editor-autocompleters__user-avatar{
429 flex-grow:0;
430 flex-shrink:0;
431 height:24px;
432 margin-left:8px;
433 max-width:none;
434 width:24px;
435}
436.editor-autocompleters__user .editor-autocompleters__user-name{
437 flex-grow:1;
438 flex-shrink:0;
439 max-width:200px;
440 overflow:hidden;
441 text-overflow:ellipsis;
442 white-space:nowrap;
443}
444.editor-autocompleters__user .editor-autocompleters__user-slug{
445 flex-grow:0;
446 flex-shrink:0;
447 margin-right:8px;
448 max-width:100px;
449 overflow:none;
450 text-overflow:ellipsis;
451 white-space:nowrap;
452}
453.editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug{
454 color:#757575;
455}
456
457.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){
458 box-shadow:none;
459}
460.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{
461 display:none;
462}
463
464.editor-collab-sidebar,.editor-collab-sidebar-panel{
465 height:100%;
466 overflow:hidden;
467}
468
469.editor-collab-sidebar-panel{
470 padding:16px 16px 24px;
471}
472
473.editor-collab-sidebar-panel__thread{
474 background-color:#f0f0f0;
475 border:1px solid #ddd;
476 border-radius:8px;
477 overflow:hidden;
478 padding:16px;
479 position:relative;
480 width:auto;
481}
482.editor-collab-sidebar-panel__thread.is-selected{
483 background-color:#fff;
484 box-shadow:0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;
485 z-index:1;
486}
487.editor-collab-sidebar-panel__thread:focus{
488 outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);
489 outline-offset:calc(var(--wp-admin-border-width-focus)*-1);
490}
491.editor-collab-sidebar-panel__thread.is-floating{
492 left:16px;
493 margin-top:16px;
494 position:absolute;
495 right:16px;
496}
497
498.editor-collab-sidebar-panel__user-name{
499 text-transform:capitalize;
500}
501
502.editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{
503 color:#757575;
504 font-size:12px;
505 font-weight:400;
506 line-height:16px;
507 text-align:right;
508}
509
510.editor-collab-sidebar-panel__user-comment p:last-child{
511 margin-bottom:0;
512}
513
514.editor-collab-sidebar-panel__user-avatar{
515 background:#fff;
516 border-radius:50%;
517 border-style:solid;
518 border-width:var(--wp-admin-border-width-focus);
519 flex-shrink:0;
520 padding:var(--wp-admin-border-width-focus);
521}
522
523.editor-collab-sidebar-panel__comment-status{
524 margin-right:auto;
525}
526.editor-collab-sidebar-panel__comment-status button.has-icon:not(.has-text){
527 flex-shrink:0;
528 height:24px;
529 min-width:24px;
530 padding:0;
531 width:24px;
532}
533
534.editor-collab-sidebar-panel__comment-dropdown-menu{
535 flex-shrink:0;
536}
537
538.editor-collab-sidebar-panel__more-reply-separator:after,.editor-collab-sidebar-panel__more-reply-separator:before{
539 background-color:#ddd;
540 content:"";
541 display:block;
542 flex:1;
543 height:1px;
544 width:100%;
545}
546
547.editor-collab-sidebar-panel__more-reply-button{
548 font-weight:500;
549}
550
551.editor-collab-sidebar-panel__resolution-text{
552 font-style:italic;
553}
554
555.editor-collab-sidebar-panel__comment-form textarea{
556 border:1px solid #949494;
557 border-radius:2px;
558 box-shadow:0 0 0 #0000;
559 font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
560 font-size:16px;
561 line-height:normal;
562 padding:6px 8px;
563}
564@media not (prefers-reduced-motion){
565 .editor-collab-sidebar-panel__comment-form textarea{
566 transition:box-shadow .1s linear;
567 }
568}
569@media (min-width:600px){
570 .editor-collab-sidebar-panel__comment-form textarea{
571 font-size:13px;
572 line-height:normal;
573 }
574}
575.editor-collab-sidebar-panel__comment-form textarea:focus{
576 border-color:var(--wp-admin-theme-color);
577 box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
578 outline:2px solid #0000;
579}
580.editor-collab-sidebar-panel__comment-form textarea::-webkit-input-placeholder{
581 color:#1e1e1e9e;
582}
583.editor-collab-sidebar-panel__comment-form textarea::-moz-placeholder{
584 color:#1e1e1e9e;
585}
586.editor-collab-sidebar-panel__comment-form textarea:-ms-input-placeholder{
587 color:#1e1e1e9e;
588}
589.editor-collab-sidebar-panel__comment-form textarea{
590 display:block;
591 line-height:20px !important;
592 padding:9px 11px;
593}
594
595.editor-collab-sidebar-panel__skip-to-block,.editor-collab-sidebar-panel__skip-to-comment{
596 background:#fff !important;
597 clip-path:inset(50%);
598 left:-9999px;
599 overflow:hidden;
600 position:absolute;
601 top:-9999px;
602 z-index:-1;
603}
604.editor-collab-sidebar-panel__skip-to-block:focus,.editor-collab-sidebar-panel__skip-to-comment:focus{
605 clip-path:none;
606 left:8px;
607 overflow:visible;
608 z-index:1;
609}
610
611.editor-collab-sidebar-panel__skip-to-comment:focus{
612 top:8px;
613}
614
615.editor-collab-sidebar-panel__skip-to-block:focus{
616 bottom:8px;
617 top:auto;
618}
619
620.comment-avatar{
621 background:#fff;
622 border-radius:50%;
623 border-style:solid;
624 border-width:var(--wp-admin-border-width-focus);
625 box-sizing:border-box;
626 margin-right:-12px;
627 padding:var(--wp-admin-border-width-focus);
628 width:24px;
629}
630.comment-avatar:first-child{
631 margin-right:0;
632}
633
634.show-icon-labels .comment-avatar-indicator{
635 width:auto;
636}
637.show-icon-labels .comment-avatar-indicator div{
638 display:none;
639}
640.show-icon-labels .comment-avatar-indicator:after{
641 content:attr(aria-label);
642 font-size:12px;
643}
644
645.editor-collapsible-block-toolbar{
646 align-items:center;
647 display:flex;
648 height:64px;
649 overflow:hidden;
650}
651.editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar{
652 background:#0000;
653 border-bottom:0;
654 height:100%;
655}
656.editor-collapsible-block-toolbar .block-editor-block-toolbar{
657 height:100%;
658 padding-top:17px;
659}
660.editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){
661 height:32px;
662}
663.editor-collapsible-block-toolbar:after{
664 background-color:#ddd;
665 content:"";
666 height:24px;
667 margin-left:7px;
668 width:1px;
669}
670.editor-collapsible-block-toolbar .components-toolbar,.editor-collapsible-block-toolbar .components-toolbar-group{
671 border-left:none;
672 position:relative;
673}
674.editor-collapsible-block-toolbar .components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar:after{
675 background-color:#ddd;
676 content:"";
677 height:24px;
678 left:-1px;
679 position:absolute;
680 top:4px;
681 width:1px;
682}
683.editor-collapsible-block-toolbar .components-toolbar .components-toolbar-group.components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{
684 display:none;
685}
686.editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{
687 height:32px;
688 overflow:visible;
689}
690@media (min-width:600px){
691 .editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{
692 height:40px;
693 position:relative;
694 top:-4px;
695 }
696}
697.editor-collapsible-block-toolbar.is-collapsed{
698 display:none;
699}
700
701.editor-content-only-settings-menu__description{
702 min-width:235px;
703 padding:8px;
704}
705
706.editor-block-visibility__disabled-blocks-count{
707 background-color:#fff;
708 border:1px solid #ddd;
709 border-width:1px 0;
710 box-shadow:32px 0 0 0 #fff,-32px 0 0 0 #fff;
711 padding:8px;
712 position:sticky;
713 text-align:center;
714 top:-5px;
715 z-index:2;
716}
717.editor-block-visibility__disabled-blocks-count~.block-editor-block-manager__content .block-editor-block-manager__category-title{
718 top:31px;
719}
720.editor-block-visibility__disabled-blocks-count .is-link{
721 margin-right:12px;
722}
723
724.editor-blog-title-dropdown__content .components-popover__content{
725 min-width:320px;
726 padding:16px;
727}
728
729.editor-document-bar{
730 align-items:center;
731 background:#f0f0f0;
732 border-radius:4px;
733 display:flex;
734 height:32px;
735 justify-content:space-between;
736 min-width:0;
737 width:min(100%, 450px);
738}
739.editor-document-bar:hover{
740 background-color:#e0e0e0;
741}
742.editor-document-bar .components-button{
743 border-radius:4px;
744}
745@media not (prefers-reduced-motion){
746 .editor-document-bar .components-button{
747 transition:all .1s ease-out;
748 }
749}
750.editor-document-bar .components-button:hover{
751 background:#e0e0e0;
752}
753@media screen and (min-width:782px) and (max-width:960px){
754 .editor-document-bar.has-back-button .editor-document-bar__post-type-label{
755 display:none;
756 }
757}
758
759.editor-document-bar__command{
760 color:var(--wp-block-synced-color);
761 flex-grow:1;
762 overflow:hidden;
763}
764
765.editor-document-bar__title{
766 color:#1e1e1e;
767 margin:0 auto;
768 max-width:70%;
769 overflow:hidden;
770}
771@media (min-width:782px){
772 .editor-document-bar__title{
773 padding-right:24px;
774 }
775}
776.editor-document-bar__title h1{
777 align-items:center;
778 display:flex;
779 font-weight:400;
780 justify-content:center;
781 overflow:hidden;
782 white-space:nowrap;
783}
784
785.editor-document-bar__post-title{
786 color:currentColor;
787 flex:1;
788 overflow:hidden;
789 text-overflow:ellipsis;
790}
791
792.editor-document-bar__post-type-label{
793 color:#2f2f2f;
794 flex:0;
795 padding-right:4px;
796}
797@media screen and (max-width:600px){
798 .editor-document-bar__post-type-label{
799 display:none;
800 }
801}
802
803.editor-document-bar__shortcut{
804 color:#2f2f2f;
805 display:none;
806 min-width:24px;
807}
808@media (min-width:782px){
809 .editor-document-bar__shortcut{
810 display:initial;
811 }
812}
813
814.editor-document-bar__back.components-button.has-icon.has-text{
815 color:#757575;
816 flex-shrink:0;
817 gap:0;
818 min-width:36px;
819 position:absolute;
820 z-index:1;
821}
822.editor-document-bar__back.components-button.has-icon.has-text:hover{
823 background-color:initial;
824 color:#1e1e1e;
825}
826
827.editor-document-bar__icon-layout.editor-document-bar__icon-layout{
828 display:none;
829 margin-right:12px;
830 pointer-events:none;
831 position:absolute;
832}
833.editor-document-bar__icon-layout.editor-document-bar__icon-layout svg{
834 fill:#949494;
835}
836@media (min-width:600px){
837 .editor-document-bar__icon-layout.editor-document-bar__icon-layout{
838 display:flex;
839 }
840}
841
842.document-outline{
843 margin:20px 0;
844}
845.document-outline ul{
846 margin:0;
847 padding:0;
848}
849
850.document-outline__item{
851 display:flex;
852 margin:4px 0;
853}
854.document-outline__item a{
855 text-decoration:none;
856}
857.document-outline__item .document-outline__emdash:before{
858 color:#ddd;
859 margin-left:4px;
860}
861.document-outline__item.is-h2 .document-outline__emdash:before{
862 content:"—";
863}
864.document-outline__item.is-h3 .document-outline__emdash:before{
865 content:"——";
866}
867.document-outline__item.is-h4 .document-outline__emdash:before{
868 content:"———";
869}
870.document-outline__item.is-h5 .document-outline__emdash:before{
871 content:"————";
872}
873.document-outline__item.is-h6 .document-outline__emdash:before{
874 content:"—————";
875}
876
877.document-outline__button{
878 align-items:flex-start;
879 background:none;
880 border:none;
881 border-radius:2px;
882 color:#1e1e1e;
883 cursor:pointer;
884 display:flex;
885 margin:0 -1px 0 0;
886 padding:2px 1px 2px 5px;
887 text-align:right;
888}
889.document-outline__button:disabled,.document-outline__button[aria-disabled=true]{
890 color:#757575;
891 cursor:default;
892}
893.document-outline__button:focus{
894 box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
895 outline:2px solid #0000;
896}
897
898.document-outline__level{
899 background:#ddd;
900 border-radius:3px;
901 color:#1e1e1e;
902 font-size:13px;
903 margin-left:4px;
904 padding:1px 6px;
905}
906.is-invalid .document-outline__level{
907 background:#f0b849;
908}
909
910.document-outline__item-content{
911 padding:1px 0;
912}
913
914.editor-document-outline.has-no-headings>svg{
915 margin-top:28px;
916}
917.editor-document-outline.has-no-headings>p{
918 padding-left:32px;
919 padding-right:32px;
920}
921.editor-document-outline.has-no-headings{
922 color:#757575;
923 text-align:center;
924}
925
926.editor-document-tools{
927 align-items:center;
928 display:inline-flex;
929}
930.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{
931 display:none;
932}
933@media (min-width:782px){
934 .editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{
935 display:inline-flex;
936 }
937}
938.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{
939 display:inline-flex;
940}
941@media not (prefers-reduced-motion){
942 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{
943 transition:transform .2s cubic-bezier(.165, .84, .44, 1);
944 }
945}
946.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{
947 transform:rotate(-45deg);
948}
949.editor-document-tools .block-editor-list-view{
950 display:none;
951}
952@media (min-width:600px){
953 .editor-document-tools .block-editor-list-view{
954 display:flex;
955 }
956}
957.editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{
958 height:32px;
959 min-width:32px;
960 padding:4px;
961}
962.editor-document-tools .editor-document-tools__left>.components-button.has-icon.is-pressed,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon.is-pressed{
963 background:#1e1e1e;
964}
965.editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:disabled),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:disabled){
966 box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff;
967 outline:1px solid #0000;
968}
969.editor-document-tools .editor-document-tools__left>.components-button.has-icon:before,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:before{
970 display:none;
971}
972
973.editor-document-tools__left{
974 align-items:center;
975 display:inline-flex;
976 gap:8px;
977}
978.editor-document-tools__left:not(:last-child){
979 margin-inline-end:8px;
980}
981
982.show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{
983 padding:0 8px;
984 width:auto;
985}
986
987.show-icon-labels .editor-document-tools__left>*+*{
988 margin-right:8px;
989}
990
991.editor-editor-interface .entities-saved-states__panel-header{
992 height:65px;
993}
994
995.editor-editor-interface .interface-interface-skeleton__content{
996 isolation:isolate;
997}
998
999.editor-visual-editor{
1000 flex:1 0 auto;
1001}
1002
1003.components-editor-notices__dismissible,.components-editor-notices__pinned{
1004 color:#1e1e1e;
1005 left:0;
1006 position:relative;
1007 right:0;
1008 top:0;
1009}
1010.components-editor-notices__dismissible .components-notice,.components-editor-notices__pinned .components-notice{
1011 border-bottom:1px solid #0003;
1012 box-sizing:border-box;
1013 min-height:64px;
1014 padding:0 12px;
1015}
1016.components-editor-notices__dismissible .components-notice .components-notice__dismiss,.components-editor-notices__pinned .components-notice .components-notice__dismiss{
1017 margin-top:12px;
1018}
1019
1020.entities-saved-states__panel-header{
1021 background:#fff;
1022 border-bottom:1px solid #ddd;
1023 box-sizing:border-box;
1024 height:64px;
1025 padding-left:16px;
1026 padding-right:16px;
1027}
1028
1029.entities-saved-states__text-prompt{
1030 padding:16px 16px 4px;
1031}
1032.entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{
1033 display:block;
1034 margin-bottom:12px;
1035}
1036
1037.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{
1038 padding:0;
1039}
1040.entities-saved-states__panel.is-inline .entities-saved-states__panel-body{
1041 border:0;
1042 padding-left:0;
1043 padding-right:0;
1044}
1045.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{
1046 margin-bottom:0;
1047 margin-left:-16px;
1048 margin-right:-16px;
1049}
1050.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{
1051 font-size:11px;
1052 text-transform:uppercase;
1053}
1054.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{
1055 display:none;
1056}
1057.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{
1058 margin-bottom:8px;
1059 margin-top:0;
1060}
1061.entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{
1062 margin-top:16px;
1063}
1064
1065.entities-saved-states__change-control{
1066 flex:1;
1067}
1068
1069.entities-saved-states__changes{
1070 font-size:13px;
1071 list-style:disc;
1072 margin:4px 24px 0 16px;
1073}
1074.entities-saved-states__changes li{
1075 margin-bottom:4px;
1076}
1077
1078.editor-error-boundary{
1079 background-color:#fff;
1080 border:1px solid #1e1e1e;
1081 border-radius:2px;
1082 box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;
1083 font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
1084 margin:64px auto auto;
1085 max-width:780px;
1086 padding:1em;
1087}
1088
1089.editor-header{
1090 box-sizing:border-box;
1091}
1092.editor-header *,.editor-header :after,.editor-header :before{
1093 box-sizing:inherit;
1094}
1095.editor-header{
1096 background:#fff;
1097 display:grid;
1098 grid-auto-flow:row;
1099 grid-template:auto/64px minmax(0, max-content) minmax(min-content, 1fr) 64px;
1100 height:64px;
1101}
1102.editor-header:has(>.editor-header__center){
1103 grid-template:auto/64px min-content 1fr min-content 64px;
1104}
1105@media (min-width:782px){
1106 .editor-header:has(>.editor-header__center){
1107 grid-template:auto/64px minmax(min-content, 2fr) 2.5fr minmax(min-content, 2fr) 64px;
1108 }
1109}
1110@media (min-width:480px){
1111 .editor-header{
1112 gap:16px;
1113 }
1114}
1115.editor-header{
1116 align-items:center;
1117 justify-content:space-between;
1118 max-width:100vw;
1119}
1120@media (min-width:280px){
1121 .editor-header{
1122 flex-wrap:nowrap;
1123 }
1124}
1125
1126.editor-header__toolbar{
1127 grid-column:1 / 3;
1128}
1129.editor-header__toolbar>:first-child{
1130 margin-inline:16px 0;
1131}
1132.editor-header__back-button+.editor-header__toolbar{
1133 grid-column:2 / 3;
1134}
1135@media (min-width:480px){
1136 .editor-header__back-button+.editor-header__toolbar>:first-child{
1137 margin-inline:0;
1138 }
1139}
1140.editor-header__toolbar{
1141 align-items:center;
1142 clip-path:inset(-2px);
1143 display:flex;
1144 min-width:0;
1145}
1146@media (min-width:480px){
1147 .editor-header__toolbar{
1148 clip-path:none;
1149 }
1150}
1151.editor-header__toolbar .table-of-contents{
1152 display:none;
1153}
1154@media (min-width:600px){
1155 .editor-header__toolbar .table-of-contents{
1156 display:block;
1157 }
1158}
1159.editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{
1160 margin-inline:8px 0;
1161}
1162
1163.editor-header__center{
1164 align-items:center;
1165 clip-path:inset(-2px);
1166 display:flex;
1167 grid-column:3 / 4;
1168 justify-content:center;
1169 min-width:0;
1170}
1171@media (max-width:479px){
1172 .editor-header__center>:first-child{
1173 margin-inline-start:8px;
1174 }
1175 .editor-header__center>:last-child{
1176 margin-inline-end:8px;
1177 }
1178}
1179.editor-header__settings{
1180 grid-column:3 / -1;
1181}
1182.editor-header:has(>.editor-header__center) .editor-header__settings{
1183 grid-column:4 / -1;
1184}
1185.editor-header__settings{
1186 align-items:center;
1187 display:inline-flex;
1188 flex-wrap:nowrap;
1189 justify-self:end;
1190 padding-left:4px;
1191}
1192@media (min-width:600px){
1193 .editor-header__settings{
1194 padding-left:8px;
1195 }
1196}
1197.editor-header__settings{
1198 gap:8px;
1199}
1200.show-icon-labels .editor-header .components-button.has-icon,.show-icon-labels.interface-pinned-items .components-button.has-icon{
1201 width:auto;
1202}
1203.show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{
1204 display:none;
1205}
1206.show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{
1207 content:attr(aria-label);
1208 white-space:nowrap;
1209}
1210.show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true],.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true]{
1211 background-color:initial;
1212}
1213.show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{
1214 background-color:initial;
1215 box-shadow:0 0 0 1.5px var(--wp-admin-theme-color);
1216}
1217.show-icon-labels .editor-header .components-button.has-icon.button-toggle svg,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg{
1218 display:block;
1219}
1220.show-icon-labels .editor-header .components-button.has-icon.button-toggle:after,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle:after{
1221 content:none;
1222}
1223.show-icon-labels .editor-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,.show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon{
1224 display:block;
1225}
1226.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{
1227 padding-left:8px;
1228 padding-right:8px;
1229}
1230@media (min-width:600px){
1231 .show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{
1232 padding-left:12px;
1233 padding-right:12px;
1234 }
1235}
1236.show-icon-labels .editor-header .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels .editor-header .editor-post-saved-state.editor-post-saved-state:after,.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels.interface-pinned-items .editor-post-saved-state.editor-post-saved-state:after{
1237 content:none;
1238}
1239
1240.show-icon-labels .editor-header__toolbar .block-editor-block-mover{
1241 border-right:none;
1242}
1243.show-icon-labels .editor-header__toolbar .block-editor-block-mover:before{
1244 background-color:#ddd;
1245 content:"";
1246 height:24px;
1247 margin-right:8px;
1248 margin-top:4px;
1249 width:1px;
1250}
1251.show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container:before{
1252 background:#ddd;
1253 right:calc(50% + 1px);
1254 width:calc(100% - 24px);
1255}
1256
1257.show-icon-labels.interface-pinned-items{
1258 border-bottom:1px solid #ccc;
1259 display:block;
1260 margin:0 -12px;
1261 padding:6px 12px 12px;
1262}
1263.show-icon-labels.interface-pinned-items>.components-button.has-icon{
1264 justify-content:flex-start;
1265 margin:0;
1266 padding:6px 8px 6px 6px;
1267 width:14.625rem;
1268}
1269.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=true] svg{
1270 display:block;
1271 max-width:24px;
1272}
1273.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=false]{
1274 padding-right:40px;
1275}
1276.show-icon-labels.interface-pinned-items>.components-button.has-icon svg{
1277 margin-left:8px;
1278}
1279
1280@media (min-width:480px){
1281 .editor-header__post-preview-button{
1282 display:none;
1283 }
1284}
1285
1286.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{
1287 border-bottom:none;
1288}
1289.editor-editor-interface.is-distraction-free .editor-header{
1290 background-color:#fff;
1291 width:100%;
1292}
1293@media (min-width:782px){
1294 .editor-editor-interface.is-distraction-free .editor-header{
1295 box-shadow:0 1px 0 0 rgba(0,0,0,.133);
1296 position:absolute;
1297 }
1298}
1299.editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{
1300 visibility:hidden;
1301}
1302.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-preview-dropdown,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-zoom-out-toggle,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.interface-pinned-items,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__toolbar .editor-document-tools__document-overview-toggle{
1303 display:none;
1304}
1305.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{
1306 opacity:1 !important;
1307}
1308.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div{
1309 transform:translateX(0) translateZ(0) !important;
1310}
1311.editor-editor-interface.is-distraction-free .components-editor-notices__dismissible{
1312 position:absolute;
1313 z-index:35;
1314}
1315
1316.components-popover.more-menu-dropdown__content{
1317 z-index:99998;
1318}
1319
1320.editor-inserter-sidebar{
1321 box-sizing:border-box;
1322}
1323.editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{
1324 box-sizing:inherit;
1325}
1326.editor-inserter-sidebar{
1327 display:flex;
1328 flex-direction:column;
1329 height:100%;
1330}
1331
1332.editor-inserter-sidebar__content{
1333 height:100%;
1334}
1335
1336.editor-keyboard-shortcut-help-modal__section{
1337 margin:0 0 2rem;
1338}
1339.editor-keyboard-shortcut-help-modal__section-title{
1340 font-size:.9rem;
1341 font-weight:600;
1342}
1343.editor-keyboard-shortcut-help-modal__shortcut{
1344 align-items:baseline;
1345 border-top:1px solid #ddd;
1346 display:flex;
1347 margin-bottom:0;
1348 padding:.6rem 0;
1349}
1350.editor-keyboard-shortcut-help-modal__shortcut:last-child{
1351 border-bottom:1px solid #ddd;
1352}
1353.editor-keyboard-shortcut-help-modal__shortcut:empty{
1354 display:none;
1355}
1356.editor-keyboard-shortcut-help-modal__shortcut-term{
1357 font-weight:600;
1358 margin:0 1rem 0 0;
1359 text-align:left;
1360}
1361.editor-keyboard-shortcut-help-modal__shortcut-description{
1362 flex:1;
1363 margin:0;
1364}
1365.editor-keyboard-shortcut-help-modal__shortcut-key-combination{
1366 background:none;
1367 display:block;
1368 margin:0;
1369 padding:0;
1370}
1371.editor-keyboard-shortcut-help-modal__shortcut-key-combination+.editor-keyboard-shortcut-help-modal__shortcut-key-combination{
1372 margin-top:10px;
1373}
1374.editor-keyboard-shortcut-help-modal__shortcut-key{
1375 border-radius:8%;
1376 margin:0 .2rem;
1377 padding:.25rem .5rem;
1378}
1379.editor-keyboard-shortcut-help-modal__shortcut-key:last-child{
1380 margin:0 .2rem 0 0;
1381}
1382
1383.editor-list-view-sidebar{
1384 height:100%;
1385}
1386@media (min-width:782px){
1387 .editor-list-view-sidebar{
1388 width:350px;
1389 }
1390}
1391
1392.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
1393 height:100%;
1394}
1395.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{
1396 height:12px;
1397 width:12px;
1398}
1399.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{
1400 background-color:initial;
1401}
1402.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{
1403 background-clip:padding-box;
1404 background-color:initial;
1405 border:3px solid #0000;
1406 border-radius:8px;
1407}
1408.editor-list-view-sidebar__list-view-container>.document-outline:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:hover::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb{
1409 background-color:#949494;
1410}
1411.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
1412 scrollbar-color:#0000 #0000;
1413 scrollbar-gutter:stable both-edges;
1414 scrollbar-width:thin;
1415}
1416.editor-list-view-sidebar__list-view-container>.document-outline:focus,.editor-list-view-sidebar__list-view-container>.document-outline:focus-within,.editor-list-view-sidebar__list-view-container>.document-outline:hover,.editor-list-view-sidebar__list-view-panel-content:focus,.editor-list-view-sidebar__list-view-panel-content:focus-within,.editor-list-view-sidebar__list-view-panel-content:hover{
1417 scrollbar-color:#949494 #0000;
1418}
1419.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
1420 will-change:transform;
1421}
1422@media (hover:none){
1423 .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
1424 scrollbar-color:#949494 #0000;
1425 }
1426}
1427.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
1428 overflow:auto;
1429 padding:4px;
1430 scrollbar-gutter:auto;
1431}
1432
1433.editor-list-view-sidebar__list-view-container{
1434 display:flex;
1435 flex-direction:column;
1436 height:100%;
1437}
1438
1439.editor-list-view-sidebar__tab-panel{
1440 height:100%;
1441}
1442
1443.editor-list-view-sidebar__outline{
1444 border-bottom:1px solid #ddd;
1445 display:flex;
1446 flex-direction:column;
1447 gap:8px;
1448 padding:16px;
1449}
1450.editor-list-view-sidebar__outline>div>span:first-child{
1451 display:inline-block;
1452 width:90px;
1453}
1454.editor-list-view-sidebar__outline>div>span{
1455 color:#757575;
1456 font-size:12px;
1457 line-height:1.4;
1458}
1459
1460.editor-post-order__panel,.editor-post-parent__panel{
1461 padding-top:8px;
1462}
1463.editor-post-order__panel .editor-post-panel__row-control>div,.editor-post-parent__panel .editor-post-panel__row-control>div{
1464 width:100%;
1465}
1466
1467.editor-post-order__panel-dialog .editor-post-order,.editor-post-order__panel-dialog .editor-post-parent,.editor-post-parent__panel-dialog .editor-post-order,.editor-post-parent__panel-dialog .editor-post-parent{
1468 margin:8px;
1469}
1470.editor-post-order__panel-dialog .components-popover__content,.editor-post-parent__panel-dialog .components-popover__content{
1471 min-width:320px;
1472}
1473
1474.editor-post-author__panel{
1475 padding-top:8px;
1476}
1477
1478.editor-post-author__panel .editor-post-panel__row-control>div{
1479 width:100%;
1480}
1481
1482.editor-post-author__panel-dialog .editor-post-author{
1483 margin:8px;
1484 min-width:248px;
1485}
1486
1487.editor-action-modal{
1488 z-index:1000001;
1489}
1490
1491.editor-post-card-panel__content{
1492 flex-grow:1;
1493}
1494.editor-post-card-panel__title{
1495 width:100%;
1496}
1497.editor-post-card-panel__title.editor-post-card-panel__title{
1498 align-items:center;
1499 column-gap:8px;
1500 display:flex;
1501 flex-wrap:wrap;
1502 font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
1503 font-size:13px;
1504 font-weight:500;
1505 line-height:20px;
1506 margin:0;
1507 row-gap:4px;
1508 word-break:break-word;
1509}
1510.editor-post-card-panel__icon{
1511 flex:0 0 24px;
1512 height:24px;
1513 width:24px;
1514}
1515.editor-post-card-panel__header{
1516 display:flex;
1517 justify-content:space-between;
1518}
1519.editor-post-card-panel.has-description .editor-post-card-panel__header{
1520 margin-bottom:8px;
1521}
1522.editor-post-card-panel .editor-post-card-panel__title-name{
1523 padding:2px 0;
1524}
1525
1526.editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{
1527 color:#757575;
1528}
1529.editor-post-content-information .components-text{
1530 color:inherit;
1531}
1532
1533.editor-post-discussion__panel-dialog .editor-post-discussion{
1534 margin:8px;
1535 min-width:248px;
1536}
1537
1538.editor-post-discussion__panel-toggle .components-text{
1539 color:inherit;
1540}
1541
1542.editor-post-discussion__panel-dialog .components-popover__content{
1543 min-width:320px;
1544}
1545
1546.editor-post-excerpt__textarea{
1547 margin-bottom:10px;
1548 width:100%;
1549}
1550
1551.editor-post-excerpt__dropdown__content .components-popover__content{
1552 min-width:320px;
1553 padding:16px;
1554}
1555
1556.editor-post-featured-image{
1557 padding:0;
1558}
1559.editor-post-featured-image .hidden{
1560 display:none;
1561}
1562.editor-post-featured-image .components-spinner{
1563 margin-right:-9px;
1564 margin-top:-9px;
1565 position:absolute;
1566 right:50%;
1567 top:50%;
1568}
1569
1570.editor-post-featured-image__container{
1571 position:relative;
1572}
1573.editor-post-featured-image__container:focus .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:focus-within .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:hover .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image){
1574 opacity:1;
1575}
1576.editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image{
1577 margin-top:16px;
1578 opacity:1;
1579}
1580.editor-post-featured-image__container .components-drop-zone__content{
1581 border-radius:2px;
1582}
1583.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner{
1584 align-items:center;
1585 display:flex;
1586 gap:8px;
1587}
1588.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{
1589 margin:0;
1590}
1591
1592.editor-post-featured-image__preview,.editor-post-featured-image__toggle{
1593 box-shadow:0 0 0 0 var(--wp-admin-theme-color);
1594 display:flex;
1595 justify-content:center;
1596 min-height:40px;
1597 outline-offset:-1px;
1598 overflow:hidden;
1599 padding:0;
1600 width:100%;
1601}
1602
1603.editor-post-featured-image__preview{
1604 height:auto !important;
1605 outline:1px solid #0000001a;
1606}
1607.editor-post-featured-image__preview .editor-post-featured-image__preview-image{
1608 aspect-ratio:2/1;
1609 object-fit:cover;
1610 object-position:50% 50%;
1611 width:100%;
1612}
1613
1614.editor-post-featured-image__toggle{
1615 box-shadow:inset 0 0 0 1px #ccc;
1616}
1617.editor-post-featured-image__toggle:focus:not(:disabled){
1618 box-shadow:0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
1619}
1620
1621.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){
1622 bottom:0;
1623 opacity:0;
1624 padding:8px;
1625 position:absolute;
1626}
1627@media not (prefers-reduced-motion){
1628 .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){
1629 transition:opacity 50ms ease-out;
1630 }
1631}
1632.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{
1633 backdrop-filter:blur(16px) saturate(180%);
1634 background:#ffffffbf;
1635}
1636.editor-post-featured-image__actions .editor-post-featured-image__action{
1637 flex-grow:1;
1638 justify-content:center;
1639}
1640
1641[class].editor-post-format__suggestion{
1642 margin:4px 0 0;
1643}
1644
1645.editor-post-format__dialog .editor-post-format__dialog-content{
1646 margin:8px;
1647 min-width:248px;
1648}
1649
1650.editor-post-last-edited-panel{
1651 color:#757575;
1652}
1653.editor-post-last-edited-panel .components-text{
1654 color:inherit;
1655}
1656
1657.editor-post-last-revision__title{
1658 font-weight:500;
1659 width:100%;
1660}
1661
1662.editor-post-last-revision__title.components-button.has-icon{
1663 height:100%;
1664 justify-content:space-between;
1665}
1666.editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{
1667 background:#f0f0f0;
1668}
1669.editor-post-last-revision__title.components-button.has-icon:focus{
1670 border-radius:0;
1671 box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
1672}
1673
1674.components-panel__body.is-opened.editor-post-last-revision__panel{
1675 height:48px;
1676 padding:0;
1677}
1678.components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{
1679 padding:16px;
1680}
1681
1682.editor-private-post-last-revision__button{
1683 display:inline-block;
1684}
1685
1686.editor-post-locked-modal__buttons{
1687 margin-top:24px;
1688}
1689
1690.editor-post-locked-modal__avatar{
1691 border-radius:50%;
1692 margin-top:16px;
1693 min-width:auto !important;
1694}
1695
1696.editor-post-panel__row{
1697 align-items:flex-start !important;
1698 justify-content:flex-start !important;
1699 min-height:32px;
1700 width:100%;
1701}
1702
1703.editor-post-panel__row-label{
1704 align-items:center;
1705 display:flex;
1706 flex-shrink:0;
1707 hyphens:auto;
1708 line-height:20px;
1709 min-height:32px;
1710 padding:6px 0;
1711 width:38%;
1712}
1713
1714.editor-post-panel__row-control{
1715 align-items:center;
1716 display:flex;
1717 flex-grow:1;
1718 min-height:32px;
1719}
1720.editor-post-panel__row-control .components-button{
1721 height:auto;
1722 max-width:100%;
1723 min-height:32px;
1724 text-align:right;
1725 text-wrap:balance;
1726 text-wrap:pretty;
1727 white-space:normal;
1728}
1729.editor-post-panel__row-control .components-dropdown{
1730 max-width:100%;
1731}
1732
1733.editor-post-panel__section{
1734 padding:16px;
1735}
1736
1737.editor-post-publish-panel__content{
1738 min-height:calc(100% - 148px);
1739}
1740.editor-post-publish-panel__content>.components-spinner{
1741 display:block;
1742 margin:100px auto 0;
1743}
1744
1745.editor-post-publish-panel__header{
1746 align-content:space-between;
1747 align-items:center;
1748 background:#fff;
1749 border-bottom:1px solid #ddd;
1750 display:flex;
1751 height:65px;
1752 padding-left:16px;
1753 padding-right:16px;
1754}
1755.editor-post-publish-panel__header .components-button{
1756 justify-content:center;
1757 width:100%;
1758}
1759.editor-post-publish-panel__header .has-icon{
1760 margin-right:auto;
1761 width:auto;
1762}
1763
1764.components-site-card{
1765 align-items:center;
1766 display:flex;
1767 margin:16px 0;
1768}
1769
1770.components-site-icon{
1771 border:none;
1772 border-radius:2px;
1773 flex-shrink:0;
1774 height:36px;
1775 margin-left:12px;
1776 width:36px;
1777}
1778
1779.components-site-name{
1780 display:block;
1781 font-size:14px;
1782}
1783
1784.components-site-home{
1785 color:#757575;
1786 display:block;
1787 font-size:12px;
1788 word-break:break-word;
1789}
1790
1791.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{
1792 flex:1;
1793}
1794@media (min-width:480px){
1795 .editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{
1796 max-width:160px;
1797 }
1798}
1799
1800.editor-post-publish-panel__header-publish-button{
1801 justify-content:center;
1802 padding-right:4px;
1803}
1804
1805.editor-post-publish-panel__header-cancel-button{
1806 padding-left:4px;
1807}
1808
1809.editor-post-publish-panel__header-published{
1810 flex-grow:1;
1811}
1812
1813.editor-post-publish-panel__footer{
1814 padding:16px;
1815}
1816
1817.components-button.editor-post-publish-panel__toggle.is-primary{
1818 align-items:center;
1819 display:inline-flex;
1820}
1821.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon{
1822 display:none;
1823}
1824.components-button.editor-post-publish-panel__toggle.is-primary .dashicon{
1825 margin-left:-4px;
1826}
1827
1828.editor-post-publish-panel__link{
1829 font-weight:400;
1830 padding-right:4px;
1831}
1832
1833.editor-post-publish-panel__prepublish{
1834 padding:16px;
1835}
1836.editor-post-publish-panel__prepublish strong{
1837 color:#1e1e1e;
1838}
1839.editor-post-publish-panel__prepublish .components-panel__body{
1840 background:#fff;
1841 margin-left:-16px;
1842 margin-right:-16px;
1843}
1844.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend{
1845 display:none;
1846}
1847.editor-post-publish-panel__prepublish .components-panel__body-title .components-button{
1848 align-items:flex-start;
1849 text-wrap:balance;
1850 text-wrap:pretty;
1851}
1852
1853.post-publish-panel__postpublish .components-panel__body{
1854 border-bottom:1px solid #e0e0e0;
1855 border-top:none;
1856 word-break:break-word;
1857}
1858
1859.post-publish-panel__postpublish-buttons{
1860 align-content:space-between;
1861 display:flex;
1862 flex-wrap:wrap;
1863 gap:16px;
1864}
1865.post-publish-panel__postpublish-buttons .components-button,.post-publish-panel__postpublish-buttons .components-button.has-icon{
1866 flex:1;
1867 justify-content:center;
1868 min-width:unset;
1869}
1870.post-publish-panel__postpublish-buttons .components-clipboard-button{
1871 width:100%;
1872}
1873
1874.post-publish-panel__postpublish-post-address-container{
1875 align-items:flex-end;
1876 display:flex;
1877 margin-bottom:16px;
1878}
1879.post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address{
1880 flex:1;
1881}
1882.post-publish-panel__postpublish-post-address-container input[readonly]{
1883 background:#f0f0f0;
1884 border-color:#ccc;
1885 height:36px;
1886 overflow:hidden;
1887 padding:12px;
1888 text-overflow:ellipsis;
1889}
1890
1891.post-publish-panel__postpublish-post-address__copy-button-wrap{
1892 flex-shrink:0;
1893 margin-right:16px;
1894}
1895
1896.post-publish-panel__postpublish-header{
1897 font-weight:500;
1898}
1899
1900.post-publish-panel__postpublish-subheader{
1901 margin:0 0 8px;
1902}
1903
1904.post-publish-panel__tip{
1905 color:#f0b849;
1906}
1907
1908@media screen and (max-width:782px){
1909 .post-publish-panel__postpublish-post-address__button-wrap .components-button{
1910 height:40px;
1911 }
1912}
1913.editor-post-publish-panel{
1914 box-sizing:border-box;
1915}
1916.editor-post-publish-panel *,.editor-post-publish-panel :after,.editor-post-publish-panel :before{
1917 box-sizing:inherit;
1918}
1919.editor-post-publish-panel{
1920 background:#fff;
1921 bottom:0;
1922 left:0;
1923 overflow:auto;
1924 position:fixed;
1925 right:0;
1926 top:46px;
1927 z-index:100001;
1928}
1929@media (min-width:782px){
1930 .editor-post-publish-panel{
1931 border-right:1px solid #ddd;
1932 right:auto;
1933 top:32px;
1934 width:281px;
1935 z-index:99998;
1936 }
1937}
1938@media (min-width:782px) and (not (prefers-reduced-motion)){
1939 .editor-post-publish-panel{
1940 animation:editor-post-publish-panel__slide-in-animation .1s forwards;
1941 transform:translateX(-100%);
1942 }
1943}
1944@media (min-width:782px){
1945 body.is-fullscreen-mode .editor-post-publish-panel{
1946 top:0;
1947 }
1948 [role=region]:focus .editor-post-publish-panel{
1949 transform:translateX(0);
1950 }
1951}
1952
1953@keyframes editor-post-publish-panel__slide-in-animation{
1954 to{
1955 transform:translateX(0);
1956 }
1957}
1958.editor-post-saved-state{
1959 align-items:center;
1960 color:#757575;
1961 display:flex;
1962 overflow:hidden;
1963 padding:12px 4px;
1964 white-space:nowrap;
1965 width:28px;
1966}
1967.editor-post-saved-state.is-saved[aria-disabled=true],.editor-post-saved-state.is-saved[aria-disabled=true]:hover,.editor-post-saved-state.is-saving[aria-disabled=true],.editor-post-saved-state.is-saving[aria-disabled=true]:hover{
1968 background:#0000;
1969 color:#757575;
1970}
1971.editor-post-saved-state svg{
1972 display:inline-block;
1973 flex:0 0 auto;
1974 fill:currentColor;
1975 margin-left:8px;
1976}
1977@media (min-width:600px){
1978 .editor-post-saved-state{
1979 padding:8px 12px;
1980 text-indent:inherit;
1981 width:auto;
1982 }
1983 .editor-post-saved-state svg{
1984 margin-left:0;
1985 }
1986}
1987
1988.editor-post-save-draft.has-text.has-icon svg{
1989 margin-left:0;
1990}
1991
1992.editor-post-schedule__panel-dropdown{
1993 width:100%;
1994}
1995
1996.editor-post-schedule__dialog .components-popover__content{
1997 min-width:320px;
1998 padding:16px;
1999}
2000
2001.editor-post-status{
2002 max-width:100%;
2003}
2004.editor-post-status.is-read-only{
2005 padding:6px 12px;
2006}
2007.editor-post-status .editor-post-status__toggle.editor-post-status__toggle{
2008 padding-bottom:4px;
2009 padding-top:4px;
2010}
2011
2012.editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{
2013 border-top:1px solid #e0e0e0;
2014 padding-top:16px;
2015}
2016
2017.editor-change-status__content .components-popover__content{
2018 min-width:320px;
2019 padding:16px;
2020}
2021.editor-change-status__content .editor-change-status__password-legend{
2022 margin-bottom:8px;
2023 padding:0;
2024}
2025.editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){
2026 margin-top:4px;
2027}
2028
2029.editor-post-sticky__checkbox-control{
2030 border-top:1px solid #e0e0e0;
2031 padding-top:16px;
2032}
2033
2034.editor-post-sync-status__value{
2035 padding:6px 12px 6px 0;
2036}
2037
2038.editor-post-taxonomies__hierarchical-terms-list{
2039 margin-right:-6px;
2040 margin-top:-6px;
2041 max-height:14em;
2042 overflow:auto;
2043 padding-right:6px;
2044 padding-top:6px;
2045}
2046
2047.editor-post-taxonomies__hierarchical-terms-choice{
2048 margin-bottom:8px;
2049}
2050.editor-post-taxonomies__hierarchical-terms-choice:last-child{
2051 margin-bottom:4px;
2052}
2053
2054.editor-post-taxonomies__hierarchical-terms-subchoices{
2055 margin-right:16px;
2056 margin-top:8px;
2057}
2058
2059.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label{
2060 margin-bottom:4px;
2061}
2062
2063.editor-post-taxonomies__flat-term-most-used-list{
2064 margin:0;
2065}
2066.editor-post-taxonomies__flat-term-most-used-list li{
2067 display:inline-block;
2068 margin-left:8px;
2069}
2070
2071.editor-post-template__swap-template-modal{
2072 z-index:1000001;
2073}
2074.editor-post-template__swap-template-modal .editor-post-template__swap-template-search{
2075 background:#fff;
2076 margin-bottom:-4px;
2077 padding:16px 0;
2078 position:sticky;
2079 top:0;
2080 transform:translateY(-4px);
2081 z-index:2;
2082}
2083
2084.editor-post-template__create-template-modal{
2085 z-index:1000001;
2086}
2087
2088.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{
2089 column-count:2;
2090 column-gap:24px;
2091 padding-top:2px;
2092}
2093@media (min-width:782px){
2094 .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{
2095 column-count:3;
2096 }
2097}
2098@media (min-width:1280px){
2099 .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{
2100 column-count:4;
2101 }
2102}
2103.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
2104 break-inside:avoid-column;
2105}
2106
2107.editor-post-template__dropdown .components-popover__content{
2108 min-width:240px;
2109}
2110.editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{
2111 background:inherit;
2112 color:inherit;
2113}
2114
2115@media (min-width:782px){
2116 .editor-post-template__create-form{
2117 width:320px;
2118 }
2119}
2120
2121.editor-post-template__classic-theme-dropdown{
2122 padding:8px;
2123}
2124
2125textarea.editor-post-text-editor{
2126 border:1px solid #949494;
2127 border-radius:0;
2128 box-shadow:none;
2129 display:block;
2130 font-family:Menlo,Consolas,monaco,monospace;
2131 line-height:2.4;
2132 margin:0;
2133 min-height:200px;
2134 overflow:hidden;
2135 resize:none;
2136 width:100%;
2137}
2138@media not (prefers-reduced-motion){
2139 textarea.editor-post-text-editor{
2140 transition:border .1s ease-out,box-shadow .1s linear;
2141 }
2142}
2143textarea.editor-post-text-editor{
2144 padding:16px;
2145}
2146@media (min-width:600px){
2147 textarea.editor-post-text-editor{
2148 padding:24px;
2149 }
2150}
2151textarea.editor-post-text-editor{
2152 font-size:16px !important;
2153}
2154@media (min-width:600px){
2155 textarea.editor-post-text-editor{
2156 font-size:15px !important;
2157 }
2158}
2159textarea.editor-post-text-editor:focus{
2160 border-color:var(--wp-admin-theme-color);
2161 box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
2162 position:relative;
2163}
2164textarea.editor-post-text-editor::-webkit-input-placeholder{
2165 color:#1e1e1e9e;
2166}
2167textarea.editor-post-text-editor::-moz-placeholder{
2168 color:#1e1e1e9e;
2169}
2170textarea.editor-post-text-editor:-ms-input-placeholder{
2171 color:#1e1e1e9e;
2172}
2173
2174.editor-post-title.is-raw-text{
2175 margin-bottom:24px;
2176 margin-top:2px;
2177 max-width:none;
2178}
2179
2180.editor-post-url__panel-dropdown{
2181 width:100%;
2182}
2183
2184.editor-post-url__panel-dialog .editor-post-url{
2185 margin:8px;
2186 min-width:248px;
2187}
2188.editor-post-url__front-page-link,.editor-post-url__link{
2189 direction:ltr;
2190 word-break:break-word;
2191}
2192.editor-post-url__front-page-link{
2193 border-radius:2px;
2194 color:var(--wp-admin-theme-color);
2195 padding:6px 12px;
2196}
2197.editor-post-url__front-page-link:hover{
2198 background:color-mix(in srgb, var(--wp-admin-theme-color) 4%, #0000);
2199 color:var(--wp-admin-theme-color-darker-20, #183ad6);
2200}
2201.editor-post-url__front-page-link:focus{
2202 box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
2203 color:var(--wp-admin-theme-color);
2204 outline:3px solid #0000;
2205}
2206
2207.editor-post-url__link-slug{
2208 font-weight:600;
2209}
2210
2211.editor-post-url__input input.components-input-control__input{
2212 padding-inline-start:0 !important;
2213}
2214
2215.editor-post-parent__panel-toggle,.editor-post-url__panel-toggle{
2216 word-break:break-word;
2217}
2218
2219.editor-post-url__intro{
2220 margin:0;
2221}
2222
2223.editor-post-url__permalink{
2224 margin-bottom:0;
2225 margin-top:8px;
2226}
2227.editor-post-url__permalink-visual-label{
2228 display:block;
2229}
2230
2231.editor-posts-per-page-dropdown__content .components-popover__content{
2232 min-width:320px;
2233 padding:16px;
2234}
2235
2236.editor-post-trash.components-button{
2237 flex-grow:1;
2238 justify-content:center;
2239}
2240
2241.editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{
2242 padding-left:4px;
2243 padding-right:6px;
2244}
2245
2246.editor-preview-dropdown__button-external{
2247 display:flex;
2248 justify-content:space-between;
2249 width:100%;
2250}
2251
2252.editor-resizable-editor.is-resizable{
2253 margin:0 auto;
2254 overflow:visible;
2255}
2256
2257.editor-resizable-editor__resize-handle{
2258 appearance:none;
2259 background:none;
2260 border:0;
2261 border-radius:9999px;
2262 bottom:0;
2263 cursor:ew-resize;
2264 height:100px;
2265 margin:auto 0;
2266 outline:none;
2267 padding:0;
2268 position:absolute;
2269 top:0;
2270 width:12px;
2271}
2272.editor-resizable-editor__resize-handle:after{
2273 background-color:#75757566;
2274 border-radius:9999px;
2275 bottom:16px;
2276 content:"";
2277 left:0;
2278 position:absolute;
2279 right:4px;
2280 top:16px;
2281 width:4px;
2282}
2283.editor-resizable-editor__resize-handle.is-left{
2284 right:-18px;
2285}
2286.editor-resizable-editor__resize-handle.is-right{
2287 left:-18px;
2288}
2289.editor-resizable-editor__resize-handle:active,.editor-resizable-editor__resize-handle:focus,.editor-resizable-editor__resize-handle:hover{
2290 opacity:1;
2291}
2292.editor-resizable-editor__resize-handle:active:after,.editor-resizable-editor__resize-handle:focus:after,.editor-resizable-editor__resize-handle:hover:after{
2293 background-color:var(--wp-admin-theme-color);
2294}
2295
2296.editor-layout__toggle-entities-saved-states-panel,.editor-layout__toggle-publish-panel,.editor-layout__toggle-sidebar-panel{
2297 background-color:#fff;
2298 border:1px dotted #ddd;
2299 bottom:auto;
2300 box-sizing:border-box;
2301 display:flex;
2302 height:auto !important;
2303 justify-content:center;
2304 left:0;
2305 padding:24px;
2306 position:fixed !important;
2307 right:auto;
2308 top:-9999em;
2309 width:280px;
2310 z-index:100000;
2311}
2312
2313.interface-interface-skeleton__actions:focus .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus .editor-layout__toggle-publish-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-publish-panel{
2314 bottom:0;
2315 top:auto;
2316}
2317
2318.editor-start-page-options__modal .editor-start-page-options__modal__actions{
2319 background-color:#fff;
2320 border-top:1px solid #ddd;
2321 bottom:0;
2322 height:72px;
2323 margin-left:-32px;
2324 margin-right:-32px;
2325 padding-left:32px;
2326 padding-right:32px;
2327 position:absolute;
2328 width:100%;
2329 z-index:1;
2330}
2331.editor-start-page-options__modal .block-editor-block-patterns-list{
2332 padding-bottom:72px;
2333}
2334
2335.editor-start-page-options__modal-content .block-editor-block-patterns-list{
2336 column-count:2;
2337 column-gap:24px;
2338}
2339@media (min-width:782px){
2340 .editor-start-page-options__modal-content .block-editor-block-patterns-list{
2341 column-count:3;
2342 }
2343}
2344@media (min-width:1280px){
2345 .editor-start-page-options__modal-content .block-editor-block-patterns-list{
2346 column-count:4;
2347 }
2348}
2349.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
2350 break-inside:avoid-column;
2351 margin-bottom:24px;
2352}
2353.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{
2354 min-height:100px;
2355}
2356.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content{
2357 width:100%;
2358}
2359
2360.editor-start-template-options__modal .editor-start-template-options__modal__actions{
2361 background-color:#fff;
2362 border-top:1px solid #ddd;
2363 bottom:0;
2364 height:92px;
2365 margin-left:-32px;
2366 margin-right:-32px;
2367 padding-left:32px;
2368 padding-right:32px;
2369 position:absolute;
2370 width:100%;
2371 z-index:1;
2372}
2373.editor-start-template-options__modal .block-editor-block-patterns-list{
2374 padding-bottom:92px;
2375}
2376
2377.editor-start-template-options__modal-content .block-editor-block-patterns-list{
2378 column-count:2;
2379 column-gap:24px;
2380}
2381@media (min-width:782px){
2382 .editor-start-template-options__modal-content .block-editor-block-patterns-list{
2383 column-count:3;
2384 }
2385}
2386@media (min-width:1280px){
2387 .editor-start-template-options__modal-content .block-editor-block-patterns-list{
2388 column-count:4;
2389 }
2390}
2391.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
2392 break-inside:avoid-column;
2393}
2394.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-patterns-list__item-title{
2395 display:none;
2396}
2397
2398.components-panel__header.editor-sidebar__panel-tabs{
2399 padding-left:8px;
2400 padding-right:0;
2401}
2402.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{
2403 padding:0;
2404}
2405@media (min-width:782px){
2406 .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{
2407 display:flex;
2408 }
2409}
2410
2411.editor-post-summary .components-v-stack:empty{
2412 display:none;
2413}
2414
2415.editor-sidebar{
2416 box-sizing:border-box;
2417}
2418.editor-sidebar *,.editor-sidebar :after,.editor-sidebar :before{
2419 box-sizing:inherit;
2420}
2421
2422.editor-site-discussion-dropdown__content .components-popover__content{
2423 min-width:320px;
2424 padding:16px;
2425}
2426
2427.table-of-contents__popover.components-popover .components-popover__content{
2428 min-width:380px;
2429}
2430
2431.components-popover.table-of-contents__popover{
2432 z-index:99998;
2433}
2434
2435.table-of-contents__popover .components-popover__content{
2436 padding:16px;
2437}
2438@media (min-width:600px){
2439 .table-of-contents__popover .components-popover__content{
2440 max-height:calc(100vh - 120px);
2441 overflow-y:auto;
2442 }
2443}
2444.table-of-contents__popover hr{
2445 margin:10px -16px 0;
2446}
2447
2448.table-of-contents__wrapper:focus:before{
2449 bottom:0;
2450 box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
2451 content:"";
2452 display:block;
2453 left:0;
2454 pointer-events:none;
2455 position:absolute;
2456 right:0;
2457 top:0;
2458}
2459
2460.table-of-contents__counts{
2461 display:flex;
2462 flex-wrap:wrap;
2463 margin:-8px 0 0;
2464}
2465
2466.table-of-contents__count{
2467 color:#1e1e1e;
2468 display:flex;
2469 flex-basis:33%;
2470 flex-direction:column;
2471 font-size:13px;
2472 margin-bottom:0;
2473 margin-top:8px;
2474 padding-left:8px;
2475}
2476.table-of-contents__count:nth-child(4n){
2477 padding-left:0;
2478}
2479
2480.table-of-contents__number,.table-of-contents__popover .word-count{
2481 color:#1e1e1e;
2482 font-size:21px;
2483 font-weight:400;
2484 line-height:30px;
2485}
2486
2487.table-of-contents__title{
2488 display:block;
2489 font-size:15px;
2490 font-weight:600;
2491 margin-top:20px;
2492}
2493
2494.editor-text-editor{
2495 box-sizing:border-box;
2496}
2497.editor-text-editor *,.editor-text-editor :after,.editor-text-editor :before{
2498 box-sizing:inherit;
2499}
2500.editor-text-editor{
2501 background-color:#fff;
2502 flex-grow:1;
2503 position:relative;
2504 width:100%;
2505}
2506.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){
2507 border:1px solid #949494;
2508 border-radius:0;
2509 font-family:Menlo,Consolas,monaco,monospace;
2510 font-size:2.5em;
2511 font-weight:400;
2512 line-height:1.4;
2513 max-width:none;
2514 padding:16px;
2515}
2516@media (min-width:600px){
2517 .editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){
2518 padding:24px;
2519 }
2520}
2521.editor-text-editor .editor-post-title.is-raw-text textarea:focus,.editor-text-editor .editor-post-title:not(.is-raw-text):focus{
2522 border-color:var(--wp-admin-theme-color);
2523 box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
2524}
2525
2526.editor-text-editor__body{
2527 margin-left:auto;
2528 margin-right:auto;
2529 max-width:1080px;
2530 padding:0 12px 12px;
2531 width:100%;
2532}
2533@media (min-width:960px){
2534 .editor-text-editor__body{
2535 padding:0 24px 24px;
2536 }
2537}
2538
2539.editor-text-editor__toolbar{
2540 background:#fffc;
2541 display:flex;
2542 left:0;
2543 padding:4px 12px;
2544 position:sticky;
2545 right:0;
2546 top:0;
2547 z-index:1;
2548}
2549@media (min-width:600px){
2550 .editor-text-editor__toolbar{
2551 padding:12px;
2552 }
2553}
2554@media (min-width:960px){
2555 .editor-text-editor__toolbar{
2556 padding:12px 24px;
2557 }
2558}
2559.editor-text-editor__toolbar h2{
2560 color:#1e1e1e;
2561 font-size:13px;
2562 line-height:40px;
2563 margin:0 0 0 auto;
2564}
2565
2566.editor-visual-editor{
2567 background-color:var(--wp-editor-canvas-background);
2568 display:flex;
2569 position:relative;
2570}
2571.editor-visual-editor iframe[name=editor-canvas]{
2572 background-color:initial;
2573}
2574.editor-visual-editor{
2575 align-items:center;
2576}
2577.editor-visual-editor.is-resizable{
2578 max-height:100%;
2579}
2580.editor-visual-editor.has-padding{
2581 padding:24px 24px 0;
2582}
2583.editor-visual-editor.is-iframed{
2584 overflow:hidden;
2585}
2586.editor-visual-editor .components-button{
2587 font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
2588 font-size:13px;
2589 padding:6px 12px;
2590}
2591.editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{
2592 padding:6px;
2593}
2594
2595.editor-fields-content-preview{
2596 border-radius:4px;
2597 display:flex;
2598 flex-direction:column;
2599 height:100%;
2600}
2601.dataviews-view-table .editor-fields-content-preview{
2602 flex-grow:0;
2603 width:96px;
2604}
2605.editor-fields-content-preview .block-editor-block-preview__container,.editor-fields-content-preview .editor-fields-content-preview__empty{
2606 margin-bottom:auto;
2607 margin-top:auto;
2608}
2609
2610.editor-fields-content-preview__empty{
2611 text-align:center;
2612}