wp/wp-includes/css/dist/editor/style-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    15   :root{
    15   :root{
    16     --wp-admin-border-width-focus:1.5px;
    16     --wp-admin-border-width-focus:1.5px;
    17   }
    17   }
    18 }
    18 }
    19 
    19 
    20 .components-panel__header.interface-complementary-area-header__small{
       
    21   background:#fff;
       
    22   padding-left:4px;
       
    23 }
       
    24 .components-panel__header.interface-complementary-area-header__small .interface-complementary-area-header__small-title{
       
    25   margin:0;
       
    26   overflow:hidden;
       
    27   text-overflow:ellipsis;
       
    28   white-space:nowrap;
       
    29   width:100%;
       
    30 }
       
    31 @media (min-width:782px){
       
    32   .components-panel__header.interface-complementary-area-header__small{
       
    33     display:none;
       
    34   }
       
    35 }
       
    36 
       
    37 .interface-complementary-area-header{
    20 .interface-complementary-area-header{
    38   background:#fff;
    21   background:#fff;
    39   gap:8px;
    22   gap:4px;
    40   padding-left:12px;
    23   padding-left:8px;
    41 }
    24 }
    42 .interface-complementary-area-header .interface-complementary-area-header__title{
    25 .interface-complementary-area-header .interface-complementary-area-header__title{
    43   margin:0;
    26   margin:0 0 0 auto;
    44 }
       
    45 .interface-complementary-area-header .components-button.has-icon{
       
    46   display:none;
       
    47   margin-right:auto;
       
    48 }
       
    49 .interface-complementary-area-header .components-button.has-icon~.components-button{
       
    50   margin-right:0;
       
    51 }
       
    52 @media (min-width:782px){
       
    53   .interface-complementary-area-header .components-button.has-icon{
       
    54     display:flex;
       
    55   }
       
    56 }
    27 }
    57 
    28 
    58 .interface-complementary-area{
    29 .interface-complementary-area{
    59   background:#fff;
    30   background:#fff;
    60   color:#1e1e1e;
    31   color:#1e1e1e;
    80   position:sticky;
    51   position:sticky;
    81   top:0;
    52   top:0;
    82   z-index:1;
    53   z-index:1;
    83 }
    54 }
    84 .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{
    55 .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{
    85   top:48px;
    56   top:0;
    86 }
    57 }
    87 @media (min-width:782px){
    58 .interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){
    88   .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{
       
    89     top:0;
       
    90   }
       
    91 }
       
    92 .interface-complementary-area p:not(.components-base-control__help){
       
    93   margin-top:0;
    59   margin-top:0;
    94 }
    60 }
    95 .interface-complementary-area h2{
    61 .interface-complementary-area h2{
    96   color:#1e1e1e;
    62   color:#1e1e1e;
    97   font-size:13px;
    63   font-size:13px;
   256   border-top:1px solid #e0e0e0;
   222   border-top:1px solid #e0e0e0;
   257   overflow:hidden;
   223   overflow:hidden;
   258 }
   224 }
   259 @media (min-width:782px){
   225 @media (min-width:782px){
   260   .interface-interface-skeleton__sidebar{
   226   .interface-interface-skeleton__sidebar{
   261     box-shadow:1px 1px 0 0 rgba(0,0,0,.133);
   227     box-shadow:1px 0 0 0 rgba(0,0,0,.133);
   262     outline:1px solid #0000;
   228     outline:1px solid #0000;
   263   }
   229   }
   264 }
   230 }
   265 
   231 
   266 .interface-interface-skeleton__secondary-sidebar{
   232 .interface-interface-skeleton__secondary-sidebar{
   267   border-top:1px solid #e0e0e0;
   233   border-top:1px solid #e0e0e0;
   268   left:0;
   234   left:0;
   269 }
   235 }
   270 @media (min-width:782px){
   236 @media (min-width:782px){
   271   .interface-interface-skeleton__secondary-sidebar{
   237   .interface-interface-skeleton__secondary-sidebar{
   272     box-shadow:-1px 1px 0 0 rgba(0,0,0,.133);
   238     box-shadow:-1px 0 0 0 rgba(0,0,0,.133);
   273     outline:1px solid #0000;
   239     outline:1px solid #0000;
   274   }
   240   }
   275 }
   241 }
   276 
   242 
   277 .interface-interface-skeleton__header{
   243 .interface-interface-skeleton__header{
   364     display:flex;
   330     display:flex;
   365   }
   331   }
   366 }
   332 }
   367 
   333 
   368 .editor-autocompleters__user .editor-autocompleters__no-avatar:before{
   334 .editor-autocompleters__user .editor-autocompleters__no-avatar:before{
   369   content:"";
   335   content:"\f110";
   370   font:normal 20px/1 dashicons;
   336   font:normal 20px/1 dashicons;
   371   margin-left:5px;
   337   margin-left:5px;
   372   vertical-align:middle;
   338   vertical-align:middle;
   373 }
   339 }
   374 .editor-autocompleters__user .editor-autocompleters__user-avatar{
   340 .editor-autocompleters__user .editor-autocompleters__user-avatar{
   399 }
   365 }
   400 .editor-autocompleters__user:hover .editor-autocompleters__user-slug{
   366 .editor-autocompleters__user:hover .editor-autocompleters__user-slug{
   401   color:var(--wp-admin-theme-color);
   367   color:var(--wp-admin-theme-color);
   402 }
   368 }
   403 
   369 
   404 .editor-block-manager__no-results{
   370 .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){
       
   371   box-shadow:none;
       
   372 }
       
   373 .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{
       
   374   display:none;
       
   375 }
       
   376 
       
   377 .editor-collab-sidebar{
       
   378   height:100%;
       
   379 }
       
   380 
       
   381 .editor-collab-sidebar-panel{
       
   382   height:100%;
       
   383   padding:16px;
       
   384 }
       
   385 .editor-collab-sidebar-panel__thread{
       
   386   background-color:#f0f0f0;
       
   387   border:1.5px solid #ddd;
       
   388   border-radius:8px;
       
   389   margin-bottom:16px;
       
   390   padding:16px;
       
   391   position:relative;
       
   392 }
       
   393 .editor-collab-sidebar-panel__active-thread{
       
   394   border:1.5px solid #3858e9;
       
   395 }
       
   396 .editor-collab-sidebar-panel__focus-thread{
       
   397   background-color:#fff;
       
   398   border:1.5px solid #3858e9;
       
   399   box-shadow:0 5.5px 7.8px -.3px rgba(0,0,0,.102);
       
   400 }
       
   401 .editor-collab-sidebar-panel__comment-field{
       
   402   flex:1;
       
   403 }
       
   404 .editor-collab-sidebar-panel__child-thread{
       
   405   margin-top:15px;
       
   406 }
       
   407 .editor-collab-sidebar-panel__user-name{
       
   408   text-transform:capitalize;
       
   409 }
       
   410 .editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{
       
   411   color:#757575;
       
   412   font-size:12px;
       
   413   font-weight:400;
       
   414   line-height:16px;
       
   415   text-align:right;
       
   416 }
       
   417 .editor-collab-sidebar-panel__user-comment{
       
   418   color:#1e1e1e;
       
   419   font-size:13px;
       
   420   font-weight:400;
       
   421   line-height:20px;
       
   422   text-align:right;
       
   423 }
       
   424 .editor-collab-sidebar-panel__user-comment p{
       
   425   margin-bottom:0;
       
   426 }
       
   427 .editor-collab-sidebar-panel__user-avatar{
       
   428   border-radius:50%;
       
   429   flex-shrink:0;
       
   430 }
       
   431 .editor-collab-sidebar-panel__thread-overlay{
       
   432   background-color:#000000b3;
       
   433   border-radius:8px;
       
   434   color:#fff;
       
   435   height:100%;
       
   436   padding:15px;
       
   437   position:absolute;
       
   438   right:0;
       
   439   text-align:center;
       
   440   top:0;
       
   441   width:100%;
       
   442   z-index:1;
       
   443 }
       
   444 .editor-collab-sidebar-panel__thread-overlay p{
       
   445   margin-bottom:15px;
       
   446 }
       
   447 .editor-collab-sidebar-panel__thread-overlay button{
       
   448   color:#fff;
       
   449   padding:4px 10px;
       
   450 }
       
   451 .editor-collab-sidebar-panel__comment-status{
       
   452   margin-right:auto;
       
   453 }
       
   454 .editor-collab-sidebar-panel__comment-status button.has-icon:not(.has-text){
       
   455   flex-shrink:0;
       
   456   height:24px;
       
   457   min-width:24px;
       
   458   padding:0;
       
   459   width:24px;
       
   460 }
       
   461 .editor-collab-sidebar-panel__comment-dropdown-menu{
       
   462   flex-shrink:0;
       
   463 }
       
   464 .editor-collab-sidebar-panel__comment-dropdown-menu button.has-icon{
       
   465   height:24px;
       
   466   min-width:24px;
       
   467   padding:0;
       
   468   width:24px;
       
   469 }
       
   470 .editor-collab-sidebar-panel__show-more-reply{
   405   font-style:italic;
   471   font-style:italic;
   406   padding:24px 0;
   472   font-weight:500;
   407   text-align:center;
   473   padding:0;
   408 }
       
   409 
       
   410 .editor-block-manager__search{
       
   411   margin:16px 0;
       
   412 }
       
   413 
       
   414 .editor-block-manager__disabled-blocks-count{
       
   415   background-color:#fff;
       
   416   border:1px solid #ddd;
       
   417   border-width:1px 0;
       
   418   box-shadow:32px 0 0 0 #fff,-32px 0 0 0 #fff;
       
   419   padding:8px;
       
   420   position:sticky;
       
   421   text-align:center;
       
   422   top:-5px;
       
   423   z-index:2;
       
   424 }
       
   425 .editor-block-manager__disabled-blocks-count~.editor-block-manager__results .editor-block-manager__category-title{
       
   426   top:31px;
       
   427 }
       
   428 .editor-block-manager__disabled-blocks-count .is-link{
       
   429   margin-right:12px;
       
   430 }
       
   431 
       
   432 .editor-block-manager__category{
       
   433   margin:0 0 24px;
       
   434 }
       
   435 
       
   436 .editor-block-manager__category-title{
       
   437   background-color:#fff;
       
   438   padding:16px 0;
       
   439   position:sticky;
       
   440   top:-4px;
       
   441   z-index:1;
       
   442 }
       
   443 .editor-block-manager__category-title .components-checkbox-control__label{
       
   444   font-weight:600;
       
   445 }
       
   446 
       
   447 .editor-block-manager__checklist{
       
   448   margin-top:0;
       
   449 }
       
   450 
       
   451 .editor-block-manager__category-title,.editor-block-manager__checklist-item{
       
   452   border-bottom:1px solid #ddd;
       
   453 }
       
   454 
       
   455 .editor-block-manager__checklist-item{
       
   456   align-items:center;
       
   457   display:flex;
       
   458   justify-content:space-between;
       
   459   margin-bottom:0;
       
   460   padding:8px 16px 8px 0;
       
   461 }
       
   462 .components-modal__content .editor-block-manager__checklist-item.components-checkbox-control__input-container{
       
   463   margin:0 8px;
       
   464 }
       
   465 .editor-block-manager__checklist-item .block-editor-block-icon{
       
   466   margin-left:10px;
       
   467   fill:#1e1e1e;
       
   468 }
       
   469 
       
   470 .editor-block-manager__results{
       
   471   border-top:1px solid #ddd;
       
   472 }
       
   473 
       
   474 .editor-block-manager__disabled-blocks-count+.editor-block-manager__results{
       
   475   border-top-width:0;
       
   476 }
   474 }
   477 
   475 
   478 .editor-collapsible-block-toolbar{
   476 .editor-collapsible-block-toolbar{
   479   align-items:center;
   477   align-items:center;
   480   display:flex;
   478   display:flex;
   529 }
   527 }
   530 .editor-collapsible-block-toolbar.is-collapsed{
   528 .editor-collapsible-block-toolbar.is-collapsed{
   531   display:none;
   529   display:none;
   532 }
   530 }
   533 
   531 
   534 .editor-collapsible-block-toolbar__toggle{
       
   535   margin-right:2px;
       
   536 }
       
   537 
       
   538 .editor-create-template-part-modal{
       
   539   z-index:1000001;
       
   540 }
       
   541 @media (min-width:600px){
       
   542   .editor-create-template-part-modal .components-modal__frame{
       
   543     max-width:500px;
       
   544   }
       
   545 }
       
   546 
       
   547 .editor-create-template-part-modal__area-radio-group{
       
   548   border:1px solid #757575;
       
   549   border-radius:2px;
       
   550   width:100%;
       
   551 }
       
   552 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio{
       
   553   display:block;
       
   554   height:100%;
       
   555   padding:12px;
       
   556   text-align:right;
       
   557   width:100%;
       
   558 }
       
   559 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover{
       
   560   background-color:inherit;
       
   561   border-bottom:1px solid #757575;
       
   562   border-radius:0;
       
   563   margin:0;
       
   564 }
       
   565 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:not(:focus),.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:not(:focus),.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:focus){
       
   566   box-shadow:none;
       
   567 }
       
   568 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:focus,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:focus,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:focus{
       
   569   border-bottom:1px solid #fff;
       
   570 }
       
   571 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:last-of-type,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:last-of-type,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:last-of-type{
       
   572   border-bottom:none;
       
   573 }
       
   574 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:hover),.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio[aria-checked=true]{
       
   575   color:#1e1e1e;
       
   576   cursor:auto;
       
   577 }
       
   578 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:hover) .editor-create-template-part-modal__option-label div,.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio[aria-checked=true] .editor-create-template-part-modal__option-label div{
       
   579   color:#949494;
       
   580 }
       
   581 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__option-label{
       
   582   padding-top:4px;
       
   583   white-space:normal;
       
   584 }
       
   585 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__option-label div{
       
   586   font-size:12px;
       
   587   padding-top:4px;
       
   588 }
       
   589 .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__checkbox{
       
   590   margin-right:auto;
       
   591   min-width:24px;
       
   592 }
       
   593 
       
   594 .editor-content-only-settings-menu__description{
   532 .editor-content-only-settings-menu__description{
   595   min-width:235px;
   533   min-width:235px;
   596   padding:8px;
   534   padding:8px;
   597 }
   535 }
   598 
   536 
   607   border-radius:4px;
   545   border-radius:4px;
   608   display:flex;
   546   display:flex;
   609   height:32px;
   547   height:32px;
   610   justify-content:space-between;
   548   justify-content:space-between;
   611   min-width:0;
   549   min-width:0;
   612   width:min(100%, 416px);
   550   width:min(100%, 450px);
   613 }
   551 }
   614 .editor-document-bar:hover{
   552 .editor-document-bar:hover{
   615   background-color:#e0e0e0;
   553   background-color:#e0e0e0;
   616 }
   554 }
   617 .editor-document-bar .components-button{
   555 .editor-document-bar .components-button{
   618   border-radius:4px;
   556   border-radius:4px;
   619   transition:all .1s ease-out;
   557 }
   620 }
   558 @media not (prefers-reduced-motion){
   621 @media (prefers-reduced-motion:reduce){
       
   622   .editor-document-bar .components-button{
   559   .editor-document-bar .components-button{
   623     transition-delay:0s;
   560     transition:all .1s ease-out;
   624     transition-duration:0s;
       
   625   }
   561   }
   626 }
   562 }
   627 .editor-document-bar .components-button:hover{
   563 .editor-document-bar .components-button:hover{
   628   background:#e0e0e0;
   564   background:#e0e0e0;
   629 }
   565 }
   630 @media (min-width:960px){
   566 @media screen and (min-width:782px) and (max-width:960px){
   631   .editor-document-bar{
   567   .editor-document-bar.has-back-button .editor-document-bar__post-type-label{
   632     width:min(100%, 450px);
   568     display:none;
   633   }
   569   }
   634 }
   570 }
   635 
   571 
   636 .editor-document-bar__command{
   572 .editor-document-bar__command{
   637   color:var(--wp-block-synced-color);
   573   color:var(--wp-block-synced-color);
   638   flex-grow:1;
   574   flex-grow:1;
   639   overflow:hidden;
   575   overflow:hidden;
   640 }
   576 }
   641 
   577 
   642 .editor-document-bar__title{
   578 .editor-document-bar__title{
   643   align-items:center;
       
   644   color:#1e1e1e;
   579   color:#1e1e1e;
   645   display:flex;
   580   margin:0 auto;
   646   flex-grow:1;
   581   max-width:70%;
   647   gap:4px;
       
   648   justify-content:center;
       
   649   overflow:hidden;
   582   overflow:hidden;
   650 }
   583 }
   651 @media (min-width:782px){
   584 @media (min-width:782px){
   652   .editor-document-bar__title{
   585   .editor-document-bar__title{
   653     padding-right:24px;
   586     padding-right:24px;
   654   }
   587   }
   655 }
   588 }
   656 .editor-document-bar.is-global .editor-document-bar__title{
       
   657   color:var(--wp-block-synced-color);
       
   658 }
       
   659 .editor-document-bar__title .block-editor-block-icon{
       
   660   flex-shrink:0;
       
   661   min-width:24px;
       
   662 }
       
   663 .editor-document-bar__title h1{
   589 .editor-document-bar__title h1{
       
   590   align-items:center;
       
   591   display:flex;
       
   592   font-weight:400;
       
   593   justify-content:center;
       
   594   overflow:hidden;
       
   595   white-space:nowrap;
       
   596 }
       
   597 
       
   598 .editor-document-bar__post-title{
   664   color:currentColor;
   599   color:currentColor;
   665   max-width:70%;
   600   flex:1;
   666   overflow:hidden;
   601   overflow:hidden;
   667   text-overflow:ellipsis;
   602   text-overflow:ellipsis;
   668   white-space:nowrap;
   603 }
       
   604 
       
   605 .editor-document-bar__post-type-label{
       
   606   color:#2f2f2f;
       
   607   flex:0;
       
   608   padding-right:4px;
       
   609 }
       
   610 @media screen and (max-width:600px){
       
   611   .editor-document-bar__post-type-label{
       
   612     display:none;
       
   613   }
   669 }
   614 }
   670 
   615 
   671 .editor-document-bar__shortcut{
   616 .editor-document-bar__shortcut{
   672   color:#2f2f2f;
   617   color:#2f2f2f;
   673   display:none;
   618   display:none;
   690 .editor-document-bar__back.components-button.has-icon.has-text:hover{
   635 .editor-document-bar__back.components-button.has-icon.has-text:hover{
   691   background-color:initial;
   636   background-color:initial;
   692   color:#1e1e1e;
   637   color:#1e1e1e;
   693 }
   638 }
   694 
   639 
       
   640 .editor-document-bar__icon-layout.editor-document-bar__icon-layout{
       
   641   display:none;
       
   642   margin-right:12px;
       
   643   pointer-events:none;
       
   644   position:absolute;
       
   645 }
       
   646 .editor-document-bar__icon-layout.editor-document-bar__icon-layout svg{
       
   647   fill:#949494;
       
   648 }
       
   649 @media (min-width:600px){
       
   650   .editor-document-bar__icon-layout.editor-document-bar__icon-layout{
       
   651     display:flex;
       
   652   }
       
   653 }
       
   654 
   695 .document-outline{
   655 .document-outline{
   696   margin:20px 0;
   656   margin:20px 0;
   697 }
   657 }
   698 .document-outline ul{
   658 .document-outline ul{
   699   margin:0;
   659   margin:0;
   737   display:flex;
   697   display:flex;
   738   margin:0 -1px 0 0;
   698   margin:0 -1px 0 0;
   739   padding:2px 1px 2px 5px;
   699   padding:2px 1px 2px 5px;
   740   text-align:right;
   700   text-align:right;
   741 }
   701 }
   742 .document-outline__button:disabled{
   702 .document-outline__button:disabled,.document-outline__button[aria-disabled=true]{
       
   703   color:#757575;
   743   cursor:default;
   704   cursor:default;
   744 }
   705 }
   745 .document-outline__button:focus{
   706 .document-outline__button:focus{
   746   box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
   707   box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
   747   outline:2px solid #0000;
   708   outline:2px solid #0000;
   788   }
   749   }
   789 }
   750 }
   790 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{
   751 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{
   791   display:inline-flex;
   752   display:inline-flex;
   792 }
   753 }
   793 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{
   754 @media not (prefers-reduced-motion){
   794   transition:transform .2s cubic-bezier(.165, .84, .44, 1);
       
   795 }
       
   796 @media (prefers-reduced-motion:reduce){
       
   797   .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{
   755   .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{
   798     transition-delay:0s;
   756     transition:transform .2s cubic-bezier(.165, .84, .44, 1);
   799     transition-duration:0s;
       
   800   }
   757   }
   801 }
   758 }
   802 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{
   759 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{
   803   transform:rotate(-45deg);
   760   transform:rotate(-45deg);
   804 }
   761 }
   828 
   785 
   829 .editor-document-tools__left{
   786 .editor-document-tools__left{
   830   align-items:center;
   787   align-items:center;
   831   display:inline-flex;
   788   display:inline-flex;
   832   gap:8px;
   789   gap:8px;
   833   margin-left:8px;
   790 }
   834   padding-right:16px;
   791 .editor-document-tools__left:not(:last-child){
   835 }
   792   margin-inline-end:8px;
   836 
   793 }
   837 .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{
   794 
   838   height:32px;
       
   839   min-width:32px;
       
   840   padding:0;
       
   841   width:32px;
       
   842 }
       
   843 .show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{
   795 .show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{
   844   height:32px;
       
   845   padding:0 8px;
   796   padding:0 8px;
   846   width:auto;
   797   width:auto;
   847 }
   798 }
   848 
   799 
   849 .show-icon-labels .editor-document-tools__left>*+*{
   800 .show-icon-labels .editor-document-tools__left>*+*{
   882 .entities-saved-states__panel-header{
   833 .entities-saved-states__panel-header{
   883   background:#fff;
   834   background:#fff;
   884   border-bottom:1px solid #ddd;
   835   border-bottom:1px solid #ddd;
   885   box-sizing:border-box;
   836   box-sizing:border-box;
   886   height:60px;
   837   height:60px;
   887   padding-left:8px;
   838   padding-left:16px;
   888   padding-right:8px;
   839   padding-right:16px;
   889 }
   840 }
   890 
   841 
   891 .entities-saved-states__text-prompt{
   842 .entities-saved-states__text-prompt{
   892   padding:16px 16px 4px;
   843   padding:16px 16px 4px;
   893 }
   844 }
   894 .entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{
   845 .entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{
   895   display:block;
   846   display:block;
   896   margin-bottom:12px;
   847   margin-bottom:12px;
   897 }
   848 }
   898 
   849 
   899 .entities-saved-states__description-heading{
   850 .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{
       
   851   padding:0;
       
   852 }
       
   853 .entities-saved-states__panel.is-inline .entities-saved-states__panel-body{
       
   854   border:0;
       
   855   padding-left:0;
       
   856   padding-right:0;
       
   857 }
       
   858 .entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{
       
   859   margin-bottom:0;
       
   860   margin-left:-16px;
       
   861   margin-right:-16px;
       
   862 }
       
   863 .entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{
       
   864   font-size:11px;
       
   865   text-transform:uppercase;
       
   866 }
       
   867 .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{
       
   868   display:none;
       
   869 }
       
   870 .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{
       
   871   margin-bottom:8px;
       
   872   margin-top:0;
       
   873 }
       
   874 .entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{
       
   875   margin-top:16px;
       
   876 }
       
   877 
       
   878 .entities-saved-states__change-control{
       
   879   flex:1;
       
   880 }
       
   881 
       
   882 .entities-saved-states__changes{
   900   font-size:13px;
   883   font-size:13px;
   901 }
       
   902 
       
   903 .entities-saved-states__changes{
       
   904   color:#757575;
       
   905   font-size:12px;
       
   906   list-style:disc;
   884   list-style:disc;
   907   margin:8px 16px 0;
   885   margin:4px 24px 0 16px;
   908 }
   886 }
   909 .entities-saved-states__changes li{
   887 .entities-saved-states__changes li{
   910   margin-bottom:4px;
   888   margin-bottom:4px;
   911 }
   889 }
   912 
   890 
   913 .editor-error-boundary{
   891 .editor-error-boundary{
   914   box-shadow:0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,-.1px 11.5px 16.4px -.5px #00000026;
   892   background-color:#fff;
       
   893   border:1px solid #1e1e1e;
       
   894   border-radius:2px;
       
   895   box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;
       
   896   font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
   915   margin:60px auto auto;
   897   margin:60px auto auto;
   916   max-width:780px;
   898   max-width:780px;
   917   padding:20px;
   899   padding:1em;
   918 }
   900 }
   919 
   901 
   920 .editor-header{
   902 .editor-header{
   921   align-items:center;
   903   align-items:center;
   922   background:#fff;
   904   background:#fff;
   923   display:flex;
   905   display:grid;
   924   flex-wrap:wrap;
   906   grid-auto-flow:row;
       
   907   grid-template:auto/60px minmax(0, max-content) minmax(min-content, 1fr) 60px;
   925   height:60px;
   908   height:60px;
   926   justify-content:space-between;
   909   justify-content:space-between;
   927   max-width:100vw;
   910   max-width:100vw;
   928 }
   911 }
       
   912 .editor-header:has(>.editor-header__center){
       
   913   grid-template:auto/60px min-content 1fr min-content 60px;
       
   914 }
       
   915 @media (min-width:782px){
       
   916   .editor-header:has(>.editor-header__center){
       
   917     grid-template:auto/60px minmax(min-content, 2fr) 2.5fr minmax(min-content, 2fr) 60px;
       
   918   }
       
   919 }
       
   920 @media (min-width:480px){
       
   921   .editor-header{
       
   922     gap:16px;
       
   923   }
       
   924 }
   929 @media (min-width:280px){
   925 @media (min-width:280px){
   930   .editor-header{
   926   .editor-header{
   931     flex-wrap:nowrap;
   927     flex-wrap:nowrap;
   932   }
   928   }
   933 }
   929 }
   934 
   930 
   935 .editor-header__toolbar{
   931 .editor-header__toolbar{
   936   align-items:center;
   932   align-items:center;
   937   display:flex;
   933   clip-path:inset(-2px);
   938   flex-grow:3;
   934   display:flex;
   939   flex-shrink:8;
   935   grid-column:1 /  3;
   940   overflow:hidden;
   936   min-width:0;
   941   padding:2px 0;
   937 }
   942 }
   938 .editor-header__toolbar>:first-child{
   943 @media (min-width:782px){
   939   margin-inline:16px 0;
       
   940 }
       
   941 .editor-header__back-button+.editor-header__toolbar{
       
   942   grid-column:2 /  3;
       
   943 }
       
   944 @media (min-width:480px){
       
   945   .editor-header__back-button+.editor-header__toolbar>:first-child{
       
   946     margin-inline:0;
       
   947   }
   944   .editor-header__toolbar{
   948   .editor-header__toolbar{
   945     padding-left:var(--wp-admin-border-width-focus);
   949     clip-path:none;
   946   }
   950   }
   947 }
   951 }
   948 .editor-header__toolbar .table-of-contents{
   952 .editor-header__toolbar .table-of-contents{
   949   display:none;
   953   display:none;
   950 }
   954 }
   951 @media (min-width:600px){
   955 @media (min-width:600px){
   952   .editor-header__toolbar .table-of-contents{
   956   .editor-header__toolbar .table-of-contents{
   953     display:block;
   957     display:block;
   954   }
   958   }
   955 }
   959 }
       
   960 .editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{
       
   961   margin-inline:8px 0;
       
   962 }
   956 
   963 
   957 .editor-header__center{
   964 .editor-header__center{
   958   display:flex;
   965   align-items:center;
   959   flex-grow:1;
   966   clip-path:inset(-2px);
       
   967   display:flex;
       
   968   grid-column:3 /  4;
   960   justify-content:center;
   969   justify-content:center;
   961   min-width:0;
   970   min-width:0;
   962 }
   971 }
   963 .editor-header__center.is-collapsed{
   972 @media (max-width:479px){
   964   display:none;
   973   .editor-header__center>:first-child{
       
   974     margin-inline-start:8px;
       
   975   }
       
   976   .editor-header__center>:last-child{
       
   977     margin-inline-end:8px;
       
   978   }
   965 }
   979 }
   966 .editor-header__settings{
   980 .editor-header__settings{
   967   align-items:center;
   981   align-items:center;
   968   display:inline-flex;
   982   display:inline-flex;
   969   flex-wrap:nowrap;
   983   flex-wrap:nowrap;
   970   gap:8px;
   984   gap:8px;
       
   985   grid-column:3 /  -1;
       
   986   justify-self:end;
   971   padding-left:4px;
   987   padding-left:4px;
       
   988 }
       
   989 .editor-header:has(>.editor-header__center) .editor-header__settings{
       
   990   grid-column:4 /  -1;
   972 }
   991 }
   973 @media (min-width:600px){
   992 @media (min-width:600px){
   974   .editor-header__settings{
   993   .editor-header__settings{
   975     padding-left:8px;
   994     padding-left:8px;
   976   }
   995   }
   981 .show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{
  1000 .show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{
   982   display:none;
  1001   display:none;
   983 }
  1002 }
   984 .show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{
  1003 .show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{
   985   content:attr(aria-label);
  1004   content:attr(aria-label);
       
  1005   white-space:nowrap;
   986 }
  1006 }
   987 .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]{
  1007 .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]{
   988   background-color:initial;
  1008   background-color:initial;
   989 }
  1009 }
   990 .show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{
  1010 .show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{
  1052 }
  1072 }
  1053 .show-icon-labels.interface-pinned-items>.components-button.has-icon svg{
  1073 .show-icon-labels.interface-pinned-items>.components-button.has-icon svg{
  1054   margin-left:8px;
  1074   margin-left:8px;
  1055 }
  1075 }
  1056 
  1076 
  1057 @media (min-width:600px){
  1077 @media (min-width:480px){
  1058   .editor-header__post-preview-button{
  1078   .editor-header__post-preview-button{
  1059     display:none;
  1079     display:none;
  1060   }
  1080   }
  1061 }
  1081 }
  1062 
  1082 
  1063 .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{
  1083 .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{
  1064   border-bottom:none;
  1084   border-bottom:none;
  1065 }
  1085 }
  1066 .editor-editor-interface.is-distraction-free .editor-header{
  1086 .editor-editor-interface.is-distraction-free .editor-header{
  1067   background-color:#fff;
  1087   background-color:#fff;
  1068   border-bottom:1px solid #e0e0e0;
       
  1069   position:absolute;
       
  1070   width:100%;
  1088   width:100%;
       
  1089 }
       
  1090 @media (min-width:782px){
       
  1091   .editor-editor-interface.is-distraction-free .editor-header{
       
  1092     box-shadow:0 1px 0 0 rgba(0,0,0,.133);
       
  1093     position:absolute;
       
  1094   }
  1071 }
  1095 }
  1072 .editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{
  1096 .editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{
  1073   visibility:hidden;
  1097   visibility:hidden;
  1074 }
  1098 }
  1075 .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>.interface-pinned-items,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__toolbar .editor-document-tools__document-overview-toggle{
  1099 .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{
  1076   display:none;
  1100   display:none;
  1077 }
  1101 }
  1078 .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{
  1102 .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{
  1079   opacity:1 !important;
  1103   opacity:1 !important;
  1080 }
  1104 }
  1099 .editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{
  1123 .editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{
  1100   box-sizing:inherit;
  1124   box-sizing:inherit;
  1101 }
  1125 }
  1102 
  1126 
  1103 .editor-inserter-sidebar__content{
  1127 .editor-inserter-sidebar__content{
  1104   height:calc(100% - 44px);
  1128   height:100%;
  1105 }
       
  1106 @media (min-width:782px){
       
  1107   .editor-inserter-sidebar__content{
       
  1108     height:100%;
       
  1109   }
       
  1110 }
  1129 }
  1111 
  1130 
  1112 .editor-keyboard-shortcut-help-modal__section{
  1131 .editor-keyboard-shortcut-help-modal__section{
  1113   margin:0 0 2rem;
  1132   margin:0 0 2rem;
  1114 }
  1133 }
  1134   margin:0 1rem 0 0;
  1153   margin:0 1rem 0 0;
  1135   text-align:left;
  1154   text-align:left;
  1136 }
  1155 }
  1137 .editor-keyboard-shortcut-help-modal__shortcut-description{
  1156 .editor-keyboard-shortcut-help-modal__shortcut-description{
  1138   flex:1;
  1157   flex:1;
  1139   flex-basis:auto;
       
  1140   margin:0;
  1158   margin:0;
  1141 }
  1159 }
  1142 .editor-keyboard-shortcut-help-modal__shortcut-key-combination{
  1160 .editor-keyboard-shortcut-help-modal__shortcut-key-combination{
  1143   background:none;
  1161   background:none;
  1144   display:block;
  1162   display:block;
  1156 .editor-keyboard-shortcut-help-modal__shortcut-key:last-child{
  1174 .editor-keyboard-shortcut-help-modal__shortcut-key:last-child{
  1157   margin:0 .2rem 0 0;
  1175   margin:0 .2rem 0 0;
  1158 }
  1176 }
  1159 
  1177 
  1160 .editor-list-view-sidebar{
  1178 .editor-list-view-sidebar{
  1161   display:flex;
       
  1162   flex-direction:column;
       
  1163   height:100%;
  1179   height:100%;
  1164 }
  1180 }
  1165 @media (min-width:782px){
  1181 @media (min-width:782px){
  1166   .editor-list-view-sidebar{
  1182   .editor-list-view-sidebar{
  1167     width:350px;
  1183     width:350px;
  1168   }
  1184   }
  1169 }
       
  1170 .editor-list-view-sidebar .editor-list-view-sidebar__header{
       
  1171   border-bottom:1px solid #ddd;
       
  1172   display:flex;
       
  1173 }
       
  1174 .editor-list-view-sidebar .editor-list-view-sidebar__close-button{
       
  1175   align-self:center;
       
  1176   background:#fff;
       
  1177   margin-left:12px;
       
  1178   order:1;
       
  1179 }
       
  1180 
       
  1181 .editor-list-view-sidebar__tabs-tablist{
       
  1182   box-sizing:border-box;
       
  1183   flex-grow:1;
       
  1184 }
       
  1185 
       
  1186 .editor-list-view-sidebar__tabs-tab{
       
  1187   margin-bottom:-1px;
       
  1188   width:50%;
       
  1189 }
       
  1190 
       
  1191 .editor-list-view-sidebar__tabs-tabpanel{
       
  1192   height:calc(100% - 47px);
       
  1193 }
  1185 }
  1194 
  1186 
  1195 .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
  1187 .editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{
  1196   height:100%;
  1188   height:100%;
  1197   overflow:auto;
  1189   overflow:auto;
  1294 .editor-post-card-panel__title.editor-post-card-panel__title{
  1286 .editor-post-card-panel__title.editor-post-card-panel__title{
  1295   align-items:center;
  1287   align-items:center;
  1296   column-gap:8px;
  1288   column-gap:8px;
  1297   display:flex;
  1289   display:flex;
  1298   flex-wrap:wrap;
  1290   flex-wrap:wrap;
       
  1291   font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
       
  1292   font-size:13px;
       
  1293   font-weight:500;
       
  1294   line-height:20px;
  1299   margin:0;
  1295   margin:0;
  1300   padding:2px 0;
       
  1301   row-gap:4px;
  1296   row-gap:4px;
  1302   word-break:break-word;
  1297   word-break:break-word;
  1303 }
  1298 }
  1304 .editor-post-card-panel__icon{
  1299 .editor-post-card-panel__icon{
  1305   flex:0 0 24px;
  1300   flex:0 0 24px;
  1311   justify-content:space-between;
  1306   justify-content:space-between;
  1312 }
  1307 }
  1313 .editor-post-card-panel.has-description .editor-post-card-panel__header{
  1308 .editor-post-card-panel.has-description .editor-post-card-panel__header{
  1314   margin-bottom:8px;
  1309   margin-bottom:8px;
  1315 }
  1310 }
  1316 
  1311 .editor-post-card-panel .editor-post-card-panel__title-name{
  1317 .editor-post-card-panel__icon.is-sync{
  1312   padding:2px 0;
  1318   fill:var(--wp-block-synced-color);
  1313 }
  1319 }
  1314 
  1320 
  1315 .editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{
  1321 .editor-post-card-panel__title-badge{
       
  1322   background:#f0f0f0;
       
  1323   border-radius:2px;
       
  1324   color:#757575;
       
  1325   display:inline-block;
       
  1326   flex-shrink:0;
       
  1327   font-size:12px;
       
  1328   font-weight:400;
       
  1329   line-height:20px;
       
  1330   padding:0 4px;
       
  1331 }
       
  1332 
       
  1333 .editor-post-content-information{
       
  1334   color:#757575;
  1316   color:#757575;
  1335 }
  1317 }
  1336 .editor-post-content-information .components-text{
  1318 .editor-post-content-information .components-text{
  1337   color:inherit;
  1319   color:inherit;
  1338 }
  1320 }
  1339 
  1321 
  1340 .editor-post-discussion__panel-dialog .editor-post-discussion{
  1322 .editor-post-discussion__panel-dialog .editor-post-discussion{
  1341   margin:8px;
  1323   margin:8px;
  1342   min-width:248px;
  1324   min-width:248px;
  1343 }
       
  1344 .editor-post-discussion__panel-dialog .editor-post-discussion .components-radio-control__option{
       
  1345   align-items:flex-start;
       
  1346 }
       
  1347 .editor-post-discussion__panel-dialog .editor-post-discussion .components-radio-control__label .components-text{
       
  1348   display:block;
       
  1349   margin-top:4px;
       
  1350 }
  1325 }
  1351 
  1326 
  1352 .editor-post-discussion__panel-toggle .components-text{
  1327 .editor-post-discussion__panel-toggle .components-text{
  1353   color:inherit;
  1328   color:inherit;
  1354 }
  1329 }
  1379 }
  1354 }
  1380 
  1355 
  1381 .editor-post-featured-image__container{
  1356 .editor-post-featured-image__container{
  1382   position:relative;
  1357   position:relative;
  1383 }
  1358 }
  1384 .editor-post-featured-image__container:focus .editor-post-featured-image__actions,.editor-post-featured-image__container:focus-within .editor-post-featured-image__actions,.editor-post-featured-image__container:hover .editor-post-featured-image__actions{
  1359 .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){
       
  1360   opacity:1;
       
  1361 }
       
  1362 .editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image{
       
  1363   margin-top:16px;
  1385   opacity:1;
  1364   opacity:1;
  1386 }
  1365 }
  1387 .editor-post-featured-image__container .components-drop-zone__content{
  1366 .editor-post-featured-image__container .components-drop-zone__content{
  1388   border-radius:2px;
  1367   border-radius:2px;
  1389 }
  1368 }
  1402   justify-content:center;
  1381   justify-content:center;
  1403   min-height:40px;
  1382   min-height:40px;
  1404   outline-offset:-1px;
  1383   outline-offset:-1px;
  1405   overflow:hidden;
  1384   overflow:hidden;
  1406   padding:0;
  1385   padding:0;
  1407   transition:all .1s ease-out;
       
  1408   width:100%;
  1386   width:100%;
  1409 }
  1387 }
  1410 @media (prefers-reduced-motion:reduce){
       
  1411   .editor-post-featured-image__preview,.editor-post-featured-image__toggle{
       
  1412     transition-delay:0s;
       
  1413     transition-duration:0s;
       
  1414   }
       
  1415 }
       
  1416 
  1388 
  1417 .editor-post-featured-image__preview{
  1389 .editor-post-featured-image__preview{
  1418   height:auto;
  1390   height:auto !important;
  1419   outline:1px solid #0000001a;
  1391   outline:1px solid #0000001a;
  1420 }
  1392 }
  1421 .editor-post-featured-image__preview .editor-post-featured-image__preview-image{
  1393 .editor-post-featured-image__preview .editor-post-featured-image__preview-image{
  1422   aspect-ratio:2/1;
  1394   aspect-ratio:2/1;
  1423   object-fit:cover;
  1395   object-fit:cover;
  1424   object-position:50% 50%;
  1396   object-position:50% 50%;
  1425   width:100%;
  1397   width:100%;
  1426 }
  1398 }
  1427 
  1399 
  1428 .editor-post-featured-image__toggle{
  1400 .editor-post-featured-image__toggle{
  1429   border-radius:2px;
       
  1430   box-shadow:inset 0 0 0 1px #ccc;
  1401   box-shadow:inset 0 0 0 1px #ccc;
  1431   height:100%;
  1402 }
  1432   line-height:20px;
  1403 .editor-post-featured-image__toggle:focus:not(:disabled){
  1433   padding:8px 0;
  1404   box-shadow:0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  1434   text-align:center;
  1405 }
  1435 }
  1406 
  1436 
  1407 .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){
  1437 .editor-post-featured-image__actions{
       
  1438   bottom:0;
  1408   bottom:0;
  1439   opacity:0;
  1409   opacity:0;
  1440   padding:8px;
  1410   padding:8px;
  1441   position:absolute;
  1411   position:absolute;
  1442   transition:opacity 50ms ease-out;
  1412 }
  1443 }
  1413 @media not (prefers-reduced-motion){
  1444 @media (prefers-reduced-motion:reduce){
  1414   .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){
  1445   .editor-post-featured-image__actions{
  1415     transition:opacity 50ms ease-out;
  1446     transition-delay:0s;
  1416   }
  1447     transition-duration:0s;
  1417 }
  1448   }
  1418 .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{
  1449 }
       
  1450 
       
  1451 .editor-post-featured-image__action{
       
  1452   -webkit-backdrop-filter:blur(16px) saturate(180%);
  1419   -webkit-backdrop-filter:blur(16px) saturate(180%);
  1453           backdrop-filter:blur(16px) saturate(180%);
  1420           backdrop-filter:blur(16px) saturate(180%);
  1454   background:#ffffffbf;
  1421   background:#ffffffbf;
       
  1422 }
       
  1423 .editor-post-featured-image__actions .editor-post-featured-image__action{
  1455   flex-grow:1;
  1424   flex-grow:1;
  1456   justify-content:center;
  1425   justify-content:center;
  1457 }
  1426 }
  1458 
  1427 
  1459 [class].editor-post-format__suggestion{
  1428 [class].editor-post-format__suggestion{
  1463 .editor-post-format__dialog .editor-post-format__dialog-content{
  1432 .editor-post-format__dialog .editor-post-format__dialog-content{
  1464   margin:8px;
  1433   margin:8px;
  1465   min-width:248px;
  1434   min-width:248px;
  1466 }
  1435 }
  1467 
  1436 
  1468 .editor-post-format__options .components-base-control__field>.components-v-stack{
       
  1469   gap:12px;
       
  1470 }
       
  1471 
       
  1472 .editor-post-last-edited-panel{
  1437 .editor-post-last-edited-panel{
  1473   color:#757575;
  1438   color:#757575;
  1474 }
  1439 }
  1475 .editor-post-last-edited-panel .components-text{
  1440 .editor-post-last-edited-panel .components-text{
  1476   color:inherit;
  1441   color:inherit;
  1508 .editor-post-locked-modal__buttons{
  1473 .editor-post-locked-modal__buttons{
  1509   margin-top:24px;
  1474   margin-top:24px;
  1510 }
  1475 }
  1511 
  1476 
  1512 .editor-post-locked-modal__avatar{
  1477 .editor-post-locked-modal__avatar{
  1513   border-radius:2px;
  1478   border-radius:50%;
  1514   margin-top:16px;
  1479   margin-top:16px;
  1515   min-width:auto !important;
  1480   min-width:auto !important;
  1516 }
  1481 }
  1517 
  1482 
  1518 .editor-post-panel__row{
  1483 .editor-post-panel__row{
  1524 
  1489 
  1525 .editor-post-panel__row-label{
  1490 .editor-post-panel__row-label{
  1526   align-items:center;
  1491   align-items:center;
  1527   display:flex;
  1492   display:flex;
  1528   flex-shrink:0;
  1493   flex-shrink:0;
  1529   -webkit-hyphens:auto;
  1494   hyphens:auto;
  1530           hyphens:auto;
       
  1531   line-height:20px;
  1495   line-height:20px;
  1532   min-height:32px;
  1496   min-height:32px;
  1533   padding:6px 0;
  1497   padding:6px 0;
  1534   width:30%;
  1498   width:38%;
  1535 }
  1499 }
  1536 
  1500 
  1537 .editor-post-panel__row-control{
  1501 .editor-post-panel__row-control{
  1538   align-items:center;
  1502   align-items:center;
  1539   display:flex;
  1503   display:flex;
  1591 }
  1555 }
  1592 
  1556 
  1593 .components-site-icon{
  1557 .components-site-icon{
  1594   border:none;
  1558   border:none;
  1595   border-radius:2px;
  1559   border-radius:2px;
       
  1560   flex-shrink:0;
  1596   height:36px;
  1561   height:36px;
  1597   margin-left:12px;
  1562   margin-left:12px;
  1598   width:36px;
  1563   width:36px;
  1599 }
  1564 }
  1600 
  1565 
  1605 
  1570 
  1606 .components-site-home{
  1571 .components-site-home{
  1607   color:#757575;
  1572   color:#757575;
  1608   display:block;
  1573   display:block;
  1609   font-size:12px;
  1574   font-size:12px;
       
  1575   word-break:break-word;
  1610 }
  1576 }
  1611 
  1577 
  1612 .editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{
  1578 .editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{
  1613   flex:1;
  1579   flex:1;
  1614 }
  1580 }
  1618   }
  1584   }
  1619 }
  1585 }
  1620 
  1586 
  1621 .editor-post-publish-panel__header-publish-button{
  1587 .editor-post-publish-panel__header-publish-button{
  1622   justify-content:center;
  1588   justify-content:center;
       
  1589   padding-right:4px;
       
  1590 }
       
  1591 
       
  1592 .editor-post-publish-panel__header-cancel-button{
  1623   padding-left:4px;
  1593   padding-left:4px;
  1624 }
       
  1625 
       
  1626 .editor-post-publish-panel__header-cancel-button{
       
  1627   padding-right:4px;
       
  1628 }
  1594 }
  1629 
  1595 
  1630 .editor-post-publish-panel__header-published{
  1596 .editor-post-publish-panel__header-published{
  1631   flex-grow:1;
  1597   flex-grow:1;
  1632 }
  1598 }
  1739   top:46px;
  1705   top:46px;
  1740   z-index:100001;
  1706   z-index:100001;
  1741 }
  1707 }
  1742 @media (min-width:782px){
  1708 @media (min-width:782px){
  1743   .editor-post-publish-panel{
  1709   .editor-post-publish-panel{
  1744     animation:editor-post-publish-panel__slide-in-animation .1s forwards;
       
  1745     border-right:1px solid #ddd;
  1710     border-right:1px solid #ddd;
  1746     right:auto;
  1711     right:auto;
  1747     top:32px;
  1712     top:32px;
  1748     transform:translateX(-100%);
       
  1749     width:281px;
  1713     width:281px;
  1750     z-index:99998;
  1714     z-index:99998;
  1751   }
  1715   }
  1752 }
  1716 }
  1753 @media (min-width:782px) and (prefers-reduced-motion:reduce){
  1717 @media (min-width:782px) and (not (prefers-reduced-motion)){
  1754   .editor-post-publish-panel{
  1718   .editor-post-publish-panel{
  1755     animation-delay:0s;
  1719     animation:editor-post-publish-panel__slide-in-animation .1s forwards;
  1756     animation-duration:1ms;
  1720     transform:translateX(-100%);
  1757   }
  1721   }
  1758 }
  1722 }
  1759 @media (min-width:782px){
  1723 @media (min-width:782px){
  1760   body.is-fullscreen-mode .editor-post-publish-panel{
  1724   body.is-fullscreen-mode .editor-post-publish-panel{
  1761     top:0;
  1725     top:0;
  1811 .editor-post-schedule__dialog .components-popover__content{
  1775 .editor-post-schedule__dialog .components-popover__content{
  1812   min-width:320px;
  1776   min-width:320px;
  1813   padding:16px;
  1777   padding:16px;
  1814 }
  1778 }
  1815 
  1779 
  1816 .editor-post-slug{
       
  1817   align-items:stretch;
       
  1818   display:flex;
       
  1819   flex-direction:column;
       
  1820 }
       
  1821 
       
  1822 .editor-post-status{
  1780 .editor-post-status{
  1823   max-width:100%;
  1781   max-width:100%;
  1824 }
  1782 }
  1825 .editor-post-status.is-read-only{
  1783 .editor-post-status.is-read-only{
  1826   padding:6px 12px;
  1784   padding:6px 12px;
       
  1785 }
       
  1786 .editor-post-status .editor-post-status__toggle.editor-post-status__toggle{
       
  1787   padding-bottom:4px;
       
  1788   padding-top:4px;
  1827 }
  1789 }
  1828 
  1790 
  1829 .editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{
  1791 .editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{
  1830   border-top:1px solid #e0e0e0;
  1792   border-top:1px solid #e0e0e0;
  1831   padding-top:16px;
  1793   padding-top:16px;
  1833 
  1795 
  1834 .editor-change-status__content .components-popover__content{
  1796 .editor-change-status__content .components-popover__content{
  1835   min-width:320px;
  1797   min-width:320px;
  1836   padding:16px;
  1798   padding:16px;
  1837 }
  1799 }
  1838 .editor-change-status__content .editor-change-status__options .components-base-control__field>.components-v-stack{
       
  1839   gap:12px;
       
  1840 }
       
  1841 .editor-change-status__content .editor-change-status__options .components-radio-control__option{
       
  1842   align-items:flex-start;
       
  1843 }
       
  1844 .editor-change-status__content .editor-change-status__options label .components-text{
       
  1845   display:block;
       
  1846   margin-top:4px;
       
  1847 }
       
  1848 .editor-change-status__content .editor-change-status__password-legend{
  1800 .editor-change-status__content .editor-change-status__password-legend{
  1849   margin-bottom:8px;
  1801   margin-bottom:8px;
  1850   padding:0;
  1802   padding:0;
  1851 }
  1803 }
  1852 
  1804 .editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){
  1853 .editor-post-sticky__toggle-control{
  1805   margin-top:4px;
  1854   padding:6px 12px;
  1806 }
       
  1807 
       
  1808 .editor-post-sticky__checkbox-control{
       
  1809   border-top:1px solid #e0e0e0;
       
  1810   padding-top:16px;
  1855 }
  1811 }
  1856 
  1812 
  1857 .editor-post-sync-status__value{
  1813 .editor-post-sync-status__value{
  1858   padding:6px 12px 6px 0;
  1814   padding:6px 12px 6px 0;
  1859 }
  1815 }
  1887   margin:0;
  1843   margin:0;
  1888 }
  1844 }
  1889 .editor-post-taxonomies__flat-term-most-used-list li{
  1845 .editor-post-taxonomies__flat-term-most-used-list li{
  1890   display:inline-block;
  1846   display:inline-block;
  1891   margin-left:8px;
  1847   margin-left:8px;
  1892 }
       
  1893 .editor-post-taxonomies__flat-term-most-used-list .components-button{
       
  1894   font-size:12px;
       
  1895 }
  1848 }
  1896 
  1849 
  1897 .editor-post-template__swap-template-modal{
  1850 .editor-post-template__swap-template-modal{
  1898   z-index:1000001;
  1851   z-index:1000001;
  1899 }
  1852 }
  1946   margin:0;
  1899   margin:0;
  1947   min-height:200px;
  1900   min-height:200px;
  1948   overflow:hidden;
  1901   overflow:hidden;
  1949   padding:16px;
  1902   padding:16px;
  1950   resize:none;
  1903   resize:none;
  1951   transition:border .1s ease-out,box-shadow .1s linear;
       
  1952   width:100%;
  1904   width:100%;
  1953 }
  1905 }
  1954 @media (prefers-reduced-motion:reduce){
  1906 @media not (prefers-reduced-motion){
  1955   textarea.editor-post-text-editor{
  1907   textarea.editor-post-text-editor{
  1956     transition-delay:0s;
  1908     transition:border .1s ease-out,box-shadow .1s linear;
  1957     transition-duration:0s;
       
  1958   }
  1909   }
  1959 }
  1910 }
  1960 @media (min-width:600px){
  1911 @media (min-width:600px){
  1961   textarea.editor-post-text-editor{
  1912   textarea.editor-post-text-editor{
  1962     font-size:15px !important;
  1913     font-size:15px !important;
  1971 textarea.editor-post-text-editor::-webkit-input-placeholder{
  1922 textarea.editor-post-text-editor::-webkit-input-placeholder{
  1972   color:#1e1e1e9e;
  1923   color:#1e1e1e9e;
  1973 }
  1924 }
  1974 textarea.editor-post-text-editor::-moz-placeholder{
  1925 textarea.editor-post-text-editor::-moz-placeholder{
  1975   color:#1e1e1e9e;
  1926   color:#1e1e1e9e;
  1976   opacity:1;
       
  1977 }
  1927 }
  1978 textarea.editor-post-text-editor:-ms-input-placeholder{
  1928 textarea.editor-post-text-editor:-ms-input-placeholder{
  1979   color:#1e1e1e9e;
  1929   color:#1e1e1e9e;
  1980 }
  1930 }
  1981 
  1931 
  1991 
  1941 
  1992 .editor-post-url__panel-dialog .editor-post-url{
  1942 .editor-post-url__panel-dialog .editor-post-url{
  1993   margin:8px;
  1943   margin:8px;
  1994   min-width:248px;
  1944   min-width:248px;
  1995 }
  1945 }
  1996 .editor-post-url__link{
  1946 .editor-post-url__front-page-link,.editor-post-url__link{
  1997   color:#757575;
       
  1998   direction:ltr;
  1947   direction:ltr;
  1999   margin-top:4px;
       
  2000   word-break:break-word;
  1948   word-break:break-word;
  2001 }
  1949 }
       
  1950 .editor-post-url__front-page-link{
       
  1951   padding:6px 12px 6px 0;
       
  1952 }
       
  1953 
  2002 .editor-post-url__link-slug{
  1954 .editor-post-url__link-slug{
  2003   font-weight:600;
  1955   font-weight:600;
  2004 }
  1956 }
  2005 
  1957 
  2006 .editor-post-url__input input.components-input-control__input{
  1958 .editor-post-url__input input.components-input-control__input{
  2007   padding-inline-start:0 !important;
  1959   padding-inline-start:0 !important;
  2008 }
  1960 }
  2009 
  1961 
  2010 .editor-post-url__panel-toggle{
  1962 .editor-post-url__panel-toggle{
  2011   word-break:break-word;
  1963   word-break:break-word;
       
  1964 }
       
  1965 
       
  1966 .editor-post-url__intro{
       
  1967   margin:0;
       
  1968 }
       
  1969 
       
  1970 .editor-post-url__permalink{
       
  1971   margin-bottom:0;
       
  1972   margin-top:8px;
       
  1973 }
       
  1974 .editor-post-url__permalink-visual-label{
       
  1975   display:block;
  2012 }
  1976 }
  2013 
  1977 
  2014 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
  1978 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
  2015   border:1px solid #1e1e1e;
  1979   border:1px solid #1e1e1e;
  2016   border-radius:2px;
  1980   border-radius:2px;
  2023   margin-left:12px;
  1987   margin-left:12px;
  2024   margin-top:2px;
  1988   margin-top:2px;
  2025   max-width:24px;
  1989   max-width:24px;
  2026   min-width:24px;
  1990   min-width:24px;
  2027   padding:6px 8px;
  1991   padding:6px 8px;
  2028   transition:box-shadow .1s linear;
  1992   position:relative;
  2029   transition:none;
  1993   transition:none;
  2030   width:24px;
  1994   width:24px;
  2031 }
  1995 }
  2032 @media (prefers-reduced-motion:reduce){
  1996 @media not (prefers-reduced-motion){
  2033   .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
  1997   .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
  2034     transition-delay:0s;
  1998     transition:box-shadow .1s linear;
  2035     transition-duration:0s;
       
  2036   }
  1999   }
  2037 }
  2000 }
  2038 @media (min-width:600px){
  2001 @media (min-width:600px){
  2039   .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
  2002   .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
  2040     font-size:13px;
  2003     font-size:13px;
  2048 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-webkit-input-placeholder{
  2011 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-webkit-input-placeholder{
  2049   color:#1e1e1e9e;
  2012   color:#1e1e1e9e;
  2050 }
  2013 }
  2051 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-moz-placeholder{
  2014 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]::-moz-placeholder{
  2052   color:#1e1e1e9e;
  2015   color:#1e1e1e9e;
  2053   opacity:1;
       
  2054 }
  2016 }
  2055 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:-ms-input-placeholder{
  2017 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:-ms-input-placeholder{
  2056   color:#1e1e1e9e;
  2018   color:#1e1e1e9e;
  2057 }
  2019 }
  2058 @media (min-width:600px){
  2020 @media (min-width:600px){
  2059   .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
  2021   .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]{
  2060     height:20px;
  2022     height:16px;
  2061     max-width:20px;
  2023     max-width:16px;
  2062     min-width:20px;
  2024     min-width:16px;
  2063     width:20px;
  2025     width:16px;
  2064   }
  2026   }
  2065 }
  2027 }
  2066 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before{
  2028 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before{
  2067   background-color:#fff;
  2029   background-color:#fff;
  2068   border:4px solid #fff;
  2030   border:4px solid #fff;
  2069   box-sizing:inherit;
  2031   box-sizing:inherit;
  2070   height:8px;
  2032   height:12px;
  2071   margin:0;
  2033   margin:0;
  2072   transform:translate(-7px, 7px);
  2034   position:absolute;
  2073   width:8px;
  2035   right:50%;
       
  2036   top:50%;
       
  2037   transform:translate(50%, -50%);
       
  2038   width:12px;
  2074 }
  2039 }
  2075 @media (min-width:600px){
  2040 @media (min-width:600px){
  2076   .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before{
  2041   .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked:before{
  2077     transform:translate(-5px, 5px);
  2042     height:8px;
       
  2043     width:8px;
  2078   }
  2044   }
  2079 }
  2045 }
  2080 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:focus{
  2046 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:focus{
  2081   box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
  2047   box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
  2082   outline:2px solid #0000;
  2048   outline:2px solid #0000;
  2083 }
  2049 }
  2084 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked{
  2050 .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked{
  2085   background:var(--wp-admin-theme-color);
  2051   background:var(--wp-admin-theme-color);
  2086   border-color:var(--wp-admin-theme-color);
  2052   border:none;
  2087 }
  2053 }
  2088 .editor-post-visibility__fieldset .editor-post-visibility__info{
  2054 .editor-post-visibility__fieldset .editor-post-visibility__info{
  2089   color:#757575;
  2055   color:#757575;
  2090   margin-right:36px;
  2056   margin-right:36px;
  2091   margin-top:.5em;
  2057   margin-top:.5em;
  2092 }
  2058 }
  2093 @media (min-width:600px){
  2059 @media (min-width:600px){
  2094   .editor-post-visibility__fieldset .editor-post-visibility__info{
  2060   .editor-post-visibility__fieldset .editor-post-visibility__info{
  2095     margin-right:32px;
  2061     margin-right:28px;
  2096   }
  2062   }
  2097 }
  2063 }
  2098 .editor-post-visibility__fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__info{
  2064 .editor-post-visibility__fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__info{
  2099   margin-bottom:0;
  2065   margin-bottom:0;
  2100 }
  2066 }
  2105   font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  2071   font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  2106   font-size:16px;
  2072   font-size:16px;
  2107   line-height:normal;
  2073   line-height:normal;
  2108   margin-right:32px;
  2074   margin-right:32px;
  2109   padding:6px 8px;
  2075   padding:6px 8px;
  2110   transition:box-shadow .1s linear;
       
  2111   width:calc(100% - 32px);
  2076   width:calc(100% - 32px);
  2112 }
  2077 }
  2113 @media (prefers-reduced-motion:reduce){
  2078 @media not (prefers-reduced-motion){
  2114   .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]{
  2079   .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]{
  2115     transition-delay:0s;
  2080     transition:box-shadow .1s linear;
  2116     transition-duration:0s;
       
  2117   }
  2081   }
  2118 }
  2082 }
  2119 @media (min-width:600px){
  2083 @media (min-width:600px){
  2120   .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]{
  2084   .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]{
  2121     font-size:13px;
  2085     font-size:13px;
  2130 .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]::-webkit-input-placeholder{
  2094 .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]::-webkit-input-placeholder{
  2131   color:#1e1e1e9e;
  2095   color:#1e1e1e9e;
  2132 }
  2096 }
  2133 .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]::-moz-placeholder{
  2097 .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]::-moz-placeholder{
  2134   color:#1e1e1e9e;
  2098   color:#1e1e1e9e;
  2135   opacity:1;
       
  2136 }
  2099 }
  2137 .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]:-ms-input-placeholder{
  2100 .editor-post-visibility__fieldset .editor-post-visibility__password .editor-post-visibility__password-input[type=text]:-ms-input-placeholder{
  2138   color:#1e1e1e9e;
  2101   color:#1e1e1e9e;
  2139 }
  2102 }
  2140 
  2103 
  2144 }
  2107 }
  2145 
  2108 
  2146 .editor-post-trash.components-button{
  2109 .editor-post-trash.components-button{
  2147   flex-grow:1;
  2110   flex-grow:1;
  2148   justify-content:center;
  2111   justify-content:center;
       
  2112 }
       
  2113 
       
  2114 .editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{
       
  2115   padding-left:4px;
       
  2116   padding-right:6px;
  2149 }
  2117 }
  2150 
  2118 
  2151 .editor-preview-dropdown__button-external{
  2119 .editor-preview-dropdown__button-external{
  2152   display:flex;
  2120   display:flex;
  2153   justify-content:space-between;
  2121   justify-content:space-between;
  2161 
  2129 
  2162 .editor-resizable-editor__resize-handle{
  2130 .editor-resizable-editor__resize-handle{
  2163   appearance:none;
  2131   appearance:none;
  2164   background:none;
  2132   background:none;
  2165   border:0;
  2133   border:0;
  2166   border-radius:2px;
  2134   border-radius:9999px;
  2167   bottom:0;
  2135   bottom:0;
  2168   cursor:ew-resize;
  2136   cursor:ew-resize;
  2169   height:100px;
  2137   height:100px;
  2170   margin:auto 0;
  2138   margin:auto 0;
  2171   outline:none;
  2139   outline:none;
  2174   top:0;
  2142   top:0;
  2175   width:12px;
  2143   width:12px;
  2176 }
  2144 }
  2177 .editor-resizable-editor__resize-handle:after{
  2145 .editor-resizable-editor__resize-handle:after{
  2178   background-color:#75757566;
  2146   background-color:#75757566;
  2179   border-radius:2px;
  2147   border-radius:9999px;
  2180   bottom:16px;
  2148   bottom:16px;
  2181   content:"";
  2149   content:"";
  2182   left:0;
  2150   left:0;
  2183   position:absolute;
  2151   position:absolute;
  2184   right:4px;
  2152   right:4px;
  2216 }
  2184 }
  2217 
  2185 
  2218 .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{
  2186 .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{
  2219   bottom:0;
  2187   bottom:0;
  2220   top:auto;
  2188   top:auto;
       
  2189 }
       
  2190 
       
  2191 .editor-start-page-options__modal .editor-start-page-options__modal__actions{
       
  2192   background-color:#fff;
       
  2193   border-top:1px solid #ddd;
       
  2194   bottom:0;
       
  2195   height:92px;
       
  2196   margin-left:-32px;
       
  2197   margin-right:-32px;
       
  2198   padding-left:32px;
       
  2199   padding-right:32px;
       
  2200   position:absolute;
       
  2201   width:100%;
       
  2202   z-index:1;
       
  2203 }
       
  2204 .editor-start-page-options__modal .block-editor-block-patterns-list{
       
  2205   padding-bottom:92px;
  2221 }
  2206 }
  2222 
  2207 
  2223 .editor-start-page-options__modal-content .block-editor-block-patterns-list{
  2208 .editor-start-page-options__modal-content .block-editor-block-patterns-list{
  2224   column-count:2;
  2209   column-count:2;
  2225   column-gap:24px;
  2210   column-gap:24px;
  2282 .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{
  2267 .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{
  2283   display:none;
  2268   display:none;
  2284 }
  2269 }
  2285 
  2270 
  2286 .components-panel__header.editor-sidebar__panel-tabs{
  2271 .components-panel__header.editor-sidebar__panel-tabs{
  2287   padding-left:12px;
  2272   padding-left:8px;
  2288   padding-right:0;
  2273   padding-right:0;
  2289 }
  2274 }
  2290 .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{
  2275 .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{
  2291   height:24px;
       
  2292   min-width:24px;
       
  2293   padding:0;
  2276   padding:0;
  2294 }
  2277 }
  2295 @media (min-width:782px){
  2278 @media (min-width:782px){
  2296   .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{
  2279   .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{
  2297     display:flex;
  2280     display:flex;
  2303 }
  2286 }
  2304 
  2287 
  2305 .editor-site-discussion-dropdown__content .components-popover__content{
  2288 .editor-site-discussion-dropdown__content .components-popover__content{
  2306   min-width:320px;
  2289   min-width:320px;
  2307   padding:16px;
  2290   padding:16px;
  2308 }
       
  2309 
       
  2310 .editor-site-discussion__options .components-radio-control__option{
       
  2311   align-items:flex-start;
       
  2312 }
       
  2313 .editor-site-discussion__options label .components-text{
       
  2314   display:block;
       
  2315   margin-top:4px;
       
  2316 }
  2291 }
  2317 
  2292 
  2318 .table-of-contents__popover.components-popover .components-popover__content{
  2293 .table-of-contents__popover.components-popover .components-popover__content{
  2319   min-width:380px;
  2294   min-width:380px;
  2320 }
  2295 }
  2379   display:block;
  2354   display:block;
  2380   font-size:15px;
  2355   font-size:15px;
  2381   font-weight:600;
  2356   font-weight:600;
  2382   margin-top:20px;
  2357   margin-top:20px;
  2383 }
  2358 }
  2384 .editor-template-areas__list,.editor-template-areas__list>li{
       
  2385   margin:0;
       
  2386 }
       
  2387 .editor-template-areas__item{
       
  2388   width:100%;
       
  2389 }
       
  2390 .editor-template-areas__item.components-button.has-icon{
       
  2391   padding:0;
       
  2392 }
       
  2393 
       
  2394 h3.components-heading.editor-template-areas__title{
       
  2395   font-weight:500;
       
  2396   margin:0 0 8px;
       
  2397 }
       
  2398 
  2359 
  2399 .editor-text-editor{
  2360 .editor-text-editor{
  2400   background-color:#fff;
  2361   background-color:#fff;
  2401   flex-grow:1;
  2362   flex-grow:1;
  2402   position:relative;
  2363   position:relative;
  2456   }
  2417   }
  2457 }
  2418 }
  2458 .editor-text-editor__toolbar h2{
  2419 .editor-text-editor__toolbar h2{
  2459   color:#1e1e1e;
  2420   color:#1e1e1e;
  2460   font-size:13px;
  2421   font-size:13px;
  2461   line-height:36px;
  2422   line-height:40px;
  2462   margin:0 0 0 auto;
  2423   margin:0 0 0 auto;
  2463 }
  2424 }
  2464 
  2425 
  2465 .editor-visual-editor{
  2426 .editor-visual-editor{
  2466   align-items:center;
  2427   align-items:center;
  2467   background-color:#ddd;
  2428   background-color:#ddd;
  2468   display:block;
  2429   display:flex;
  2469   position:relative;
  2430   position:relative;
       
  2431 }
       
  2432 .editor-visual-editor iframe[name=editor-canvas]{
       
  2433   background-color:initial;
  2470 }
  2434 }
  2471 .editor-visual-editor.is-resizable{
  2435 .editor-visual-editor.is-resizable{
  2472   max-height:100%;
  2436   max-height:100%;
  2473 }
  2437 }
  2474 .editor-visual-editor.has-padding{
  2438 .editor-visual-editor.has-padding{
  2483   padding:6px 12px;
  2447   padding:6px 12px;
  2484 }
  2448 }
  2485 .editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{
  2449 .editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{
  2486   padding:6px;
  2450   padding:6px;
  2487 }
  2451 }
       
  2452 
       
  2453 .editor-fields-content-preview{
       
  2454   border-radius:4px;
       
  2455   display:flex;
       
  2456   flex-direction:column;
       
  2457   height:100%;
       
  2458 }
       
  2459 .dataviews-view-table .editor-fields-content-preview{
       
  2460   flex-grow:0;
       
  2461   width:96px;
       
  2462 }
       
  2463 .editor-fields-content-preview .block-editor-block-preview__container,.editor-fields-content-preview .editor-fields-content-preview__empty{
       
  2464   margin-bottom:auto;
       
  2465   margin-top:auto;
       
  2466 }
       
  2467 
       
  2468 .editor-fields-content-preview__empty{
       
  2469   text-align:center;
       
  2470 }