Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
veronikagstoette
public_html
wp-content
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
style-rtl.css 0000644 00000741420 15246350735 0007237 0 ustar 00 @charset "UTF-8"; /** * Typography */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Colors */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ :root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122, 0, 223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0, 124, 186; --wp-admin-theme-color-darker-10: rgb(0, 107, 160.5); --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0, 90, 135; --wp-admin-border-width-focus: 2px; } @media (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } } /** * Colors */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ .interface-complementary-area-header { background: #fff; padding-left: 8px; gap: 4px; } .interface-complementary-area-header .interface-complementary-area-header__title { margin: 0 0 0 auto; } /** * Typography */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ .interface-complementary-area { background: #fff; color: #1e1e1e; height: 100%; overflow: auto; } @media (min-width: 782px) { .interface-complementary-area { width: 280px; } } .interface-complementary-area .components-panel { border: none; position: relative; z-index: 0; } .interface-complementary-area .components-panel__header { position: sticky; top: 0; z-index: 1; } .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs { top: 0; } .interface-complementary-area p:not(.components-base-control__help, .components-form-token-field__help) { margin-top: 0; } .interface-complementary-area h2 { font-size: 13px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: #1e1e1e; margin-bottom: 1.5em; } .interface-complementary-area h3 { font-size: 11px; text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: #1e1e1e; margin-bottom: 1.5em; } .interface-complementary-area hr { border-top: none; border-bottom: 1px solid #f0f0f0; margin: 1.5em 0; } .interface-complementary-area div.components-toolbar-group, .interface-complementary-area div.components-toolbar { box-shadow: none; margin-bottom: 1.5em; } .interface-complementary-area div.components-toolbar-group:last-child, .interface-complementary-area div.components-toolbar:last-child { margin-bottom: 0; } .interface-complementary-area .block-editor-skip-to-selected-block:focus { top: auto; left: 10px; bottom: 10px; right: auto; } .interface-complementary-area__fill { height: 100%; } @media (min-width: 782px) { body.js.is-fullscreen-mode #adminmenumain { display: none; } body.js.is-fullscreen-mode #wpcontent, body.js.is-fullscreen-mode #wpfooter { margin-right: 0; } } html.interface-interface-skeleton__html-container { position: fixed; width: 100%; } @media (min-width: 782px) { html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)) { position: initial; width: initial; } } .interface-interface-skeleton { display: flex; flex-direction: row; height: auto; max-height: 100%; position: fixed; top: 46px; right: 0; left: 0; bottom: 0; } @media (min-width: 783px) { .interface-interface-skeleton { top: 32px; } .is-fullscreen-mode .interface-interface-skeleton { top: var(--wp-admin--admin-bar--height, 0); } } .interface-interface-skeleton__editor { display: flex; flex-direction: column; flex: 0 1 100%; overflow: hidden; } .interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */ right: 0; } @media (min-width: 783px) { .interface-interface-skeleton { right: 160px; } } .auto-fold .interface-interface-skeleton { /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */ } @media (min-width: 783px) { .auto-fold .interface-interface-skeleton { right: 36px; } } @media (min-width: 961px) { .auto-fold .interface-interface-skeleton { right: 160px; } } /* Sidebar manually collapsed. */ .folded .interface-interface-skeleton { right: 0; } @media (min-width: 783px) { .folded .interface-interface-skeleton { right: 36px; } } body.is-fullscreen-mode .interface-interface-skeleton { right: 0 !important; } .interface-interface-skeleton__body { position: relative; flex-grow: 1; display: flex; overflow: auto; overscroll-behavior-y: none; } @media (min-width: 782px) { .has-footer .interface-interface-skeleton__body { padding-bottom: calc(var(--wpds-dimension-size-md, 32px) + 1px); } } .interface-interface-skeleton__content { flex-grow: 1; display: flex; flex-direction: column; overflow: auto; z-index: 20; } @media (min-width: 782px) { .interface-interface-skeleton__content { z-index: auto; } } .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { flex-shrink: 0; position: absolute; z-index: 100000; top: 0; right: 0; bottom: 0; background: #fff; color: #1e1e1e; width: auto; } @media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { position: relative !important; } } .interface-interface-skeleton__sidebar { border-top: 1px solid #e0e0e0; overflow: hidden; } @media (min-width: 782px) { .interface-interface-skeleton__sidebar { box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.133); outline: 1px solid transparent; } } .interface-interface-skeleton__secondary-sidebar { border-top: 1px solid #e0e0e0; left: 0; } @media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar { box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.133); outline: 1px solid transparent; } } .interface-interface-skeleton__header { flex-shrink: 0; height: auto; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133); z-index: 30; color: #1e1e1e; outline: 1px solid transparent; } .interface-interface-skeleton__footer { height: auto; flex-shrink: 0; border-top: 1px solid #e0e0e0; color: #1e1e1e; position: absolute; bottom: 0; right: 0; width: 100%; background-color: #fff; z-index: 90; display: none; } @media (min-width: 782px) { .interface-interface-skeleton__footer { display: flex; } } .interface-interface-skeleton__footer .block-editor-block-breadcrumb { z-index: 30; display: flex; background: #fff; height: var(--wpds-dimension-size-md, 32px); align-items: center; font-size: 13px; padding: 0 18px; } .interface-interface-skeleton__actions { z-index: 100000; position: fixed !important; top: -9999em; bottom: auto; right: auto; left: 0; color: #1e1e1e; background: #fff; width: 100vw; } @media (min-width: 782px) { .interface-interface-skeleton__actions { width: 280px; } } .interface-interface-skeleton__actions:focus, .interface-interface-skeleton__actions:focus-within { top: auto; bottom: 0; } .is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within { top: 46px; } @media (min-width: 782px) { .is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within { border-right: 1px solid #ddd; top: 32px; } .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 { top: var(--wp-admin--admin-bar--height, 0); } } .interface-pinned-items { display: flex; } .interface-pinned-items .components-button { display: none; margin: 0; } .interface-pinned-items .components-button[aria-controls="edit-post:document"], .interface-pinned-items .components-button[aria-controls="edit-post:block"], .interface-pinned-items .components-button[aria-controls="edit-site:template"], .interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"] { display: flex; } .interface-pinned-items .components-button svg { max-width: 24px; max-height: 24px; } @media (min-width: 600px) { .interface-pinned-items .components-button { display: flex; } } .interface-pinned-items { gap: 8px; } /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Colors */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ /** * Typography */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ @media (min-width: 782px) { .font-library-modal.font-library-modal { width: 65vw; } } .font-library-modal .components-modal__header { border-bottom: none; } .font-library-modal .components-modal__content { padding: 0; margin-bottom: 90px; } .font-library-modal .font-library__subtitle { text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600); font-size: 11px; } .font-library-modal__tab-panel { height: calc(100% - 50px); } .font-library__tabpanel-layout { height: 100%; display: flex; flex-direction: column; } .font-library__tabpanel-layout > div { flex-grow: 1; } .font-library__tabpanel-layout .font-library__loading { width: 100%; height: 100%; display: flex; position: absolute; right: 0; top: 0; align-items: center; justify-content: center; padding-top: 124px; box-sizing: border-box; } .font-library__tabpanel-layout .components-navigator-screen { padding: 24px; width: 100%; } .font-library__footer { position: absolute; width: 100%; bottom: 0; border-top: 1px solid #ddd; padding: 24px; background-color: #fff; box-sizing: border-box; flex-grow: 0 !important; flex-shrink: 0; height: 90px; } .font-library__page-selection { font-size: 11px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); text-transform: uppercase; } @media (min-width: 600px) { .font-library__page-selection .font-library__page-selection-trigger { font-size: 11px !important; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } } .font-library__fonts-title { text-transform: uppercase; font-size: 11px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); margin-top: 0; margin-bottom: 0; } .font-library__fonts-list { list-style: none; padding: 0; margin-top: 0; margin-bottom: 0; } .font-library__fonts-list-item { margin-bottom: 0; } .font-library__font-card { box-sizing: border-box; border: 1px solid #ddd; width: 100%; height: auto !important; padding: 16px; margin-top: -1px; /* To collapse the margin with the previous element */ } .font-library__font-card:hover { background-color: #f0f0f0; } .font-library__font-card:focus { position: relative; } .font-library__font-card .font-library__font-card__name { font-weight: bold; } .font-library__font-card .font-library__font-card__count { color: #757575; } .font-library__font-card .font-library__font-variant_demo-image { display: block; height: 24px; width: auto; } .font-library__font-card .font-library__font-variant_demo-text { white-space: nowrap; flex-shrink: 0; } @media not (prefers-reduced-motion) { .font-library__font-card .font-library__font-variant_demo-text { transition: opacity 0.3s ease-in-out; } } .font-library-modal__tablist-container { position: sticky; top: 0; border-bottom: 1px solid #ddd; background: #fff; z-index: 1; } .font-library__upload-area { align-items: center; display: flex; justify-content: center; height: 256px !important; width: 100%; } button.font-library__upload-area { background-color: #f0f0f0; } .font-library__local-fonts { margin: 24px auto; width: 80%; } .font-library__local-fonts .font-library__upload-area__text { color: #757575; } .font-library__google-fonts-confirm { display: flex; justify-content: center; align-items: center; margin-top: 64px; } .font-library__google-fonts-confirm p { line-height: 1.4; } .font-library__google-fonts-confirm h2 { font-size: 1.2rem; font-weight: 400; } .font-library__google-fonts-confirm .components-card { padding: 16px; width: 400px; } .font-library__google-fonts-confirm .components-button { width: 100%; justify-content: center; } .font-library__select-all { padding: 16px 17px 16px 16px; } .font-library__select-all .components-checkbox-control__label { padding-right: 16px; } .global-styles-ui-pagination .components-button.is-tertiary { width: 32px; height: 32px; justify-content: center; } .global-styles-ui-screen-revisions__revisions-list { list-style: none; margin: 0 16px 16px 16px; flex-grow: 1; } .global-styles-ui-screen-revisions__revisions-list li { margin-bottom: 0; } .global-styles-ui-screen-revisions__revision-item { position: relative; cursor: var(--wpds-cursor-control, pointer); display: flex; flex-direction: column; } .global-styles-ui-screen-revisions__revision-item[role=option]:active, .global-styles-ui-screen-revisions__revision-item[role=option]:focus { box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; } .global-styles-ui-screen-revisions__revision-item:hover { background: rgba(var(--wp-admin-theme-color--rgb), 0.04); } .global-styles-ui-screen-revisions__revision-item:hover .global-styles-ui-screen-revisions__date { color: var(--wp-admin-theme-color); } .global-styles-ui-screen-revisions__revision-item::before, .global-styles-ui-screen-revisions__revision-item::after { position: absolute; content: "\a"; display: block; } .global-styles-ui-screen-revisions__revision-item::before { background: #ddd; border-radius: 50%; height: 8px; width: 8px; top: 18px; right: 17px; transform: translate(50%, -50%); z-index: 1; border: 4px solid transparent; } .global-styles-ui-screen-revisions__revision-item[aria-selected=true] { border-radius: 2px; outline: 3px solid transparent; outline-offset: -2px; color: var(--wp-admin-theme-color); background: rgba(var(--wp-admin-theme-color--rgb), 0.04); } .global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__date { color: var(--wp-admin-theme-color); } .global-styles-ui-screen-revisions__revision-item[aria-selected=true]::before { background: var(--wp-admin-theme-color); } .global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__changes > li, .global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__meta { color: #1e1e1e; } .global-styles-ui-screen-revisions__revision-item::after { height: 100%; right: 16px; top: 0; width: 0; border: 0.5px solid #ddd; } .global-styles-ui-screen-revisions__revision-item:first-child::after { top: 18px; } .global-styles-ui-screen-revisions__revision-item:last-child::after { height: 18px; } .global-styles-ui-screen-revisions__revision-item-wrapper { display: block; padding: 12px 40px 4px 12px; } .global-styles-ui-screen-revisions__apply-button.is-primary, .global-styles-ui-screen-revisions__active-badge { align-self: flex-start; margin: 0 40px 12px 12px; } .global-styles-ui-screen-revisions__changes, .global-styles-ui-screen-revisions__meta { color: #757575; font-size: 12px; } .global-styles-ui-screen-revisions__description { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; } .global-styles-ui-screen-revisions__description .global-styles-ui-screen-revisions__date { text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600); font-size: 12px; } .global-styles-ui-screen-revisions__meta { display: flex; justify-content: start; width: 100%; align-items: flex-start; text-align: right; margin-bottom: 4px; } .global-styles-ui-screen-revisions__meta img { width: 16px; height: 16px; border-radius: 100%; margin-left: 8px; } .global-styles-ui-screen-revisions__loading { margin: 24px auto !important; } .global-styles-ui-screen-revisions__changes { text-align: right; line-height: 1.4; margin-right: 12px; list-style: disc; } .global-styles-ui-screen-revisions__changes li { margin-bottom: 4px; } .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination { justify-content: space-between; gap: 2px; } .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .edit-site-pagination__total { position: absolute; right: -1000px; height: 1px; margin: -1px; overflow: hidden; } .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-text { font-size: 12px; will-change: opacity; } .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary { color: #1e1e1e; } .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary:disabled, .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary[aria-disabled=true] { color: #949494; } .global-styles-ui-screen-revisions__footer { height: 56px; z-index: 1; position: sticky; min-width: 100%; bottom: 0; background: #fff; padding: 12px; border-top: 1px solid #ddd; box-sizing: border-box; } .global-styles-ui-variations_item { box-sizing: border-box; cursor: var(--wpds-cursor-control, pointer); } .global-styles-ui-variations_item .global-styles-ui-variations_item-preview { border-radius: 2px; outline: 1px solid rgba(0, 0, 0, 0.1); outline-offset: -1px; overflow: hidden; position: relative; } @media not (prefers-reduced-motion) { .global-styles-ui-variations_item .global-styles-ui-variations_item-preview { transition: outline 0.1s linear; } } .global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill { height: 32px; } .global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill .block-editor-iframe__scale-container { overflow: hidden; } .global-styles-ui-variations_item:not(.is-active):hover .global-styles-ui-variations_item-preview { outline-color: rgba(0, 0, 0, 0.3); } .global-styles-ui-variations_item.is-active .global-styles-ui-variations_item-preview, .global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview { outline-color: #1e1e1e; outline-offset: 1px; outline-width: var(--wp-admin-border-width-focus); } .global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview { outline-color: var(--wp-admin-theme-color); } .global-styles-ui-preview__wrapper { max-width: 100%; display: block; width: 100%; } .global-styles-ui-preview__wrapper.is-hoverable { cursor: var(--wpds-cursor-control, pointer); } .global-styles-ui-typography-preview { display: flex; align-items: center; justify-content: center; min-height: 100px; margin-bottom: 20px; background: #f0f0f0; border-radius: 2px; overflow: hidden; } .global-styles-ui-font-size__item { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-break: anywhere; } .global-styles-ui-font-size__item-value { color: #757575; } .global-styles-ui-screen-typography__indicator { height: 24px; width: 24px; font-size: 14px; display: flex !important; align-items: center; justify-content: center; border-radius: 2px; } .global-styles-ui-block-types-search { margin-bottom: 10px; padding: 0 16px; } .global-styles-ui-screen-typography__font-variants-count { color: #757575; } .global-styles-ui-font-families__manage-fonts { justify-content: center; } .global-styles-ui-screen .color-block-support-panel { padding-right: 0; padding-left: 0; padding-top: 0; border-top: none; row-gap: 12px; } .global-styles-ui-header { margin-bottom: 0 !important; line-height: 1.9 !important; } .global-styles-ui-subtitle { margin-bottom: 0 !important; text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600) !important; font-size: 11px !important; } .global-styles-ui-section-title { color: #2f2f2f; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 1.2; padding: 16px 16px 0; margin: 0; } .global-styles-ui-icon-with-current-color { fill: currentColor; } .global-styles-ui__color-indicator-wrapper { height: 24px; flex-shrink: 0; } .global-styles-ui__shadows-panel__options-container, .global-styles-ui__typography-panel__options-container { height: 24px; } .global-styles-ui__block-preview-panel { position: relative; width: 100%; border: #ddd 1px solid; border-radius: 2px; overflow: hidden; } .global-styles-ui__shadow-preview-panel { height: 144px; border: #ddd 1px solid; border-radius: 2px; overflow: auto; background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0); background-position: 0 0, 8px 8px; background-size: 16px 16px; } .global-styles-ui__shadow-preview-panel .global-styles-ui__shadow-preview-block { border: #ddd 1px solid; border-radius: 2px; background-color: #fff; width: 60%; height: 60px; } .global-styles-ui__shadow-editor__dropdown-content { width: 280px; } .global-styles-ui__shadow-editor-panel { margin-bottom: 4px; } .global-styles-ui__shadow-editor__dropdown { width: 100%; position: relative; } .global-styles-ui__shadow-editor__dropdown-toggle { width: 100%; height: auto; padding-top: 8px; padding-bottom: 8px; text-align: right; border-radius: inherit; } .global-styles-ui__shadow-editor__dropdown-toggle.is-open { background: #f0f0f0; color: var(--wp-admin-theme-color); } .global-styles-ui__shadow-editor__remove-button { position: absolute; left: 8px; top: 8px; opacity: 0; } .global-styles-ui__shadow-editor__remove-button.global-styles-ui__shadow-editor__remove-button { border: none; } .global-styles-ui__shadow-editor__dropdown-toggle:hover + .global-styles-ui__shadow-editor__remove-button, .global-styles-ui__shadow-editor__remove-button:focus, .global-styles-ui__shadow-editor__remove-button:hover { opacity: 1; } @media (hover: none) { .global-styles-ui__shadow-editor__remove-button { opacity: 1; } } .global-styles-ui-screen-css { flex: 1 1 auto; display: flex; flex-direction: column; margin: 16px; } .global-styles-ui-screen-css .block-editor-global-styles-advanced-panel { flex: 1 1 auto; } .global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input { flex: 1 1 auto; display: flex; flex-direction: column; } .global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field { flex: 1 1 auto; display: flex; flex-direction: column; } .global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input textarea { flex: 1 1 auto; } .global-styles-ui-screen-css-help-link { display: inline-block; margin-top: 8px; } .global-styles-ui-screen-variations { margin-top: 16px; border-top: 1px solid #ddd; } .global-styles-ui-screen-variations > * { margin: 24px 16px; } .global-styles-ui-sidebar__navigator-provider { height: 100%; } .global-styles-ui-sidebar__navigator-screen { display: flex; flex-direction: column; height: 100%; } .global-styles-ui-color-palette__tablist-container { border-bottom: 1px solid #ddd; } .global-styles-ui-color-palette__tablist { margin-bottom: -1px; } .global-styles-ui-sidebar__navigator-screen .single-column { grid-column: span 1; } .global-styles-ui-screen-root.global-styles-ui-screen-root, .global-styles-ui-screen-style-variations.global-styles-ui-screen-style-variations { background: unset; color: inherit; } .global-styles-ui-sidebar__panel .block-editor-block-icon svg { fill: currentColor; } .global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile, .global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile .global-styles-ui-screen-root__active-style-tile-preview { border-radius: 2px; } .global-styles-ui-screen-root__active-style-tile-preview { clip-path: border-box; } .global-styles-ui-color-palette-panel, .global-styles-ui-gradient-palette-panel { padding: 16px; } /** * Typography */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Colors */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ .dataviews-wrapper, .dataviews-picker-wrapper { height: 100%; flex-grow: 1; min-height: 0; box-sizing: border-box; scroll-padding-bottom: 64px; container: dataviews-wrapper/inline-size; display: flex; flex-direction: column; font-size: var(--wpds-typography-font-size-md, 13px); line-height: var(--wpds-typography-line-height-sm, 20px); background-color: var(--wp-dataviews-color-background, var(--wpds-color-background-surface-neutral-strong, #fff)); } .dataviews__view-actions, .dataviews-filters__container { box-sizing: border-box; padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px); flex-shrink: 0; position: sticky; right: 0; background-color: inherit; } @media not (prefers-reduced-motion) { .dataviews__view-actions, .dataviews-filters__container { transition: padding ease-out 0.1s; } } .dataviews-no-results, .dataviews-loading { padding: 0 var(--wpds-dimension-padding-2xl, 24px); flex-grow: 1; display: flex; align-items: center; justify-content: center; } @media not (prefers-reduced-motion) { .dataviews-no-results, .dataviews-loading { transition: padding ease-out 0.1s; } } .dataviews-no-results.is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-no-results.is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } @keyframes dataviews-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } .dataviews-loading-more { text-align: center; } .dataviews-loading-more[aria-hidden=true] { visibility: hidden; } @container (max-width: 430px) { .dataviews__view-actions, .dataviews-filters__container { padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px); } } .dataviews-title-field { font-size: var(--wpds-typography-font-size-md, 13px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); text-overflow: ellipsis; white-space: nowrap; width: 100%; } .dataviews-title-field a { text-decoration: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; flex-grow: 0; color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-title-field a:hover { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-title-field a:focus { color: var(--wp-admin-theme-color--rgb); box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); border-radius: 2px; } .dataviews-title-field button.components-button.is-link { text-decoration: none; font-weight: inherit; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; width: 100%; color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e); } .dataviews-title-field button.components-button.is-link:hover { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-title-field--clickable { cursor: var(--wpds-cursor-control, pointer); color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-title-field--clickable:hover { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-title-field--clickable:focus { color: var(--wp-admin-theme-color--rgb); box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); border-radius: 2px; } .dataviews__view-actions--infinite-scroll { position: sticky; top: 0; z-index: 2; background-color: #fff; } /** * When DataViews are placed within cards, apply a consistent top padding. */ .components-card__body:has(> .dataviews-wrapper), .components-card__body:has(> .dataviews-picker-wrapper) { padding: var(--wpds-dimension-padding-sm, 8px) 0 0; overflow: hidden; } .dataviews-bulk-actions-footer__item-count { color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } .dataviews-bulk-actions-footer__container { margin-left: auto; min-height: var(--wpds-dimension-size-md, 32px); } .dataviews-layout__container { flex: 1; min-height: 0; overflow: auto; display: flex; flex-direction: column; background-color: inherit; } .dataviews-filters__button { position: relative; } .dataviews-filters__container { padding-top: 0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true], .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover { opacity: 0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus { opacity: 1; } .dataviews-filters__summary-popover { font-size: var(--wpds-typography-font-size-md, 13px); line-height: var(--wpds-typography-line-height-sm, 20px); } .dataviews-filters__summary-popover .components-popover__content { width: 100%; min-width: 230px; max-width: 250px; border-radius: var(--wpds-border-radius-md, 4px); } .dataviews-filters__summary-popover.components-dropdown__content .components-popover__content { padding: 0; } .dataviews-filters__summary-operators-container { padding: var(--wpds-dimension-padding-sm, 8px) var(--wpds-dimension-padding-lg, 16px); } .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-listbox), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-no-elements), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__user-input-widget) { border-bottom: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-filters__summary-operators-container:empty { display: none; } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name { color: var(--wpds-color-foreground-content-neutral-weak, #707070); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex-shrink: 0; /* Prevents this element from shrinking */ max-width: calc(100% - 55px); } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select { width: 100%; white-space: nowrap; overflow: hidden; } .dataviews-filters__summary-chip-container { position: relative; white-space: pre-wrap; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip { border-radius: var(--wpds-border-radius-lg, 8px); border: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-interactive-neutral, #8d8d8d); cursor: var(--wpds-cursor-control, pointer); padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-md, 12px); min-height: var(--wpds-dimension-size-md, 32px); color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); position: relative; display: flex; align-items: center; box-sizing: border-box; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable { cursor: default; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset { padding-inline-end: calc(var(--wpds-dimension-size-sm, 24px) + var(--wpds-dimension-padding-xs, 4px)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable), .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true] { color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); border-color: var(--wpds-color-stroke-interactive-neutral-active, #6e6e6e); background-color: var(--wpds-color-background-interactive-neutral-weak-active, #ededed); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); background: var(--wpds-color-background-interactive-brand-weak, rgba(0, 0, 0, 0)); border-color: var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values.is-not-clickable), .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true] { color: var(--wpds-color-foreground-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 52%, black)); background: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible { outline: none; box-shadow: 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove { width: var(--wpds-dimension-size-sm, 24px); height: var(--wpds-dimension-size-sm, 24px); border-radius: var(--wpds-border-radius-md, 4px); border: 0; padding: 0; position: absolute; left: var(--wpds-dimension-padding-xs, 4px); top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; background: transparent; cursor: var(--wpds-cursor-control, pointer); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg { fill: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus { background: var(--wpds-color-background-interactive-neutral-weak-active, #ededed); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg { fill: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg { fill: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover { background: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible { outline: none; box-shadow: 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__search-widget-filter-combobox-list { max-height: 184px; padding: var(--wpds-dimension-padding-xs, 4px); overflow: auto; border-top: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value] { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .dataviews-filters__search-widget-listbox { padding: var(--wpds-dimension-padding-xs, 4px); overflow: auto; } .dataviews-filters__search-widget-listitem { display: flex; align-items: center; gap: var(--wpds-dimension-gap-md, 12px); border-radius: var(--wpds-border-radius-sm, 2px); box-sizing: border-box; padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-md, 12px); cursor: default; min-height: var(--wpds-dimension-size-md, 32px); font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: var(--wpds-typography-font-weight-default, 400); font-size: 13px; line-height: 20px; color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-filters__search-widget-listitem:last-child { margin-block-end: 0; } .dataviews-filters__search-widget-listitem:hover, .dataviews-filters__search-widget-listitem[data-active-item], .dataviews-filters__search-widget-listitem:focus { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e); } .dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection { border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black)); background: var(--wpds-color-background-surface-neutral-strong, #fff); } .dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected { border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black)); background: var(--wpds-color-background-interactive-brand-strong-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 93%, black)); } .dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection { border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black)); background: var(--wpds-color-background-surface-neutral-strong, #fff); } .dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected { border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black)); background: var(--wpds-color-background-interactive-brand-strong-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 93%, black)); } .dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description { color: var(--wpds-color-foreground-interactive-neutral-weak-active, #1e1e1e); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-value { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description { display: block; overflow: hidden; text-overflow: ellipsis; font-size: var(--wpds-typography-font-size-sm, 12px); line-height: 16px; color: var(--wpds-color-foreground-interactive-neutral-weak, #707070); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection { border: 1px solid #1e1e1e; margin-left: 12px; transition: none; border-radius: 50%; width: 24px; height: 24px; min-width: 24px; max-width: 24px; position: relative; } @media not (prefers-reduced-motion) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection { transition: box-shadow 0.1s linear; } } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection { height: 16px; width: 16px; min-width: 16px; max-width: 16px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked::before { box-sizing: inherit; width: 12px; height: 12px; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); margin: 0; background-color: #fff; border: 4px solid #fff; } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked::before { width: 8px; height: 8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked { background: var(--wp-admin-theme-color); border: none; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection { margin: 0; padding: 0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected { background: var(--wpds-color-background-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9)); border-color: var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before { content: ""; border-radius: 50%; box-sizing: inherit; width: 12px; height: 12px; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); margin: 0; background-color: var(--wpds-color-foreground-interactive-brand-strong, #fff); border: 4px solid var(--wpds-color-foreground-interactive-brand-strong, #fff); } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before { width: 8px; height: 8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { --checkbox-size: 24px; flex-shrink: 0; border: 1px solid #1e1e1e; margin-left: 12px; transition: none; border-radius: 2px; font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; box-shadow: 0 0 0 transparent; border-radius: 2px; border: 1px solid #949494; } @media not (prefers-reduced-motion) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { transition: box-shadow 0.1s linear; } } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus { border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder { color: rgba(30, 30, 30, 0.62); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::placeholder { color: rgba(30, 30, 30, 0.62); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked { background: var(--wp-admin-theme-color); border-color: var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::before, .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before { margin: -3px -5px; color: #fff; } @media (min-width: 782px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::before, .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before { margin: -4px -5px 0 0; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed] { background: var(--wp-admin-theme-color); border-color: var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before { content: "\f460"; float: right; display: inline-block; vertical-align: middle; width: 16px; /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- dashicons don't need a generic family keyword. */ font: normal 30px/1 dashicons; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @media (min-width: 782px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before { float: none; font-size: 21px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true], .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled { background: #f0f0f0; border-color: #ddd; cursor: default; opacity: 1; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { position: relative; background: var(--wpds-color-background-interactive-neutral-weak, rgba(0, 0, 0, 0)); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); margin: 0; padding: 0; width: var(--checkbox-size); height: var(--checkbox-size); } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { --checkbox-size: 16px; } } @media not (prefers-reduced-motion) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { transition: 0.1s border-color ease-in-out; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected { background: var(--wpds-color-background-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9)); border-color: var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg { --checkmark-size: var(--checkbox-size); fill: var(--wpds-color-foreground-interactive-neutral-strong, #f0f0f0); position: absolute; right: 50%; top: 50%; transform: translate(50%, -50%); width: var(--checkmark-size); height: var(--checkmark-size); } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg { --checkmark-size: calc(var(--checkbox-size) + 4px); } } .dataviews-filters__search-widget-filter-combobox__wrapper { position: relative; padding: var(--wpds-dimension-padding-sm, 8px); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; box-shadow: 0 0 0 transparent; border-radius: 2px; border: 1px solid #949494; } @media not (prefers-reduced-motion) { .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input { transition: box-shadow 0.1s linear; } } @media (min-width: 600px) { .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus { border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder { color: rgba(30, 30, 30, 0.62); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder { color: rgba(30, 30, 30, 0.62); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input { display: block; padding: 0 var(--wpds-dimension-size-md, 32px) 0 var(--wpds-dimension-padding-sm, 8px); width: 100%; height: var(--wpds-dimension-size-md, 32px); margin-right: 0; margin-left: 0; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; } @media (min-width: 600px) { .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input { font-size: var(--wpds-typography-font-size-md, 13px); } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus { background: var(--wpds-color-background-surface-neutral-strong, #fff); box-shadow: inset 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder { color: var(--wpds-color-foreground-content-neutral-weak, #707070); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder { color: var(--wpds-color-foreground-content-neutral-weak, #707070); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration { -webkit-appearance: none; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon { position: absolute; inset-inline-start: var(--wpds-dimension-gap-md, 12px); top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: var(--wpds-dimension-size-sm, 24px); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr) { transform: scaleX(-1); } .dataviews-filters__container-visibility-toggle { position: relative; flex-shrink: 0; } .dataviews-filters-toggle__count { position: absolute; top: 0; left: 0; transform: translate(-50%, -50%); background: var(--wpds-color-background-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9)); height: var(--wpds-dimension-size-2xs, 16px); min-width: var(--wpds-dimension-size-2xs, 16px); line-height: var(--wpds-typography-line-height-xs, 16px); padding: 0 var(--wpds-dimension-padding-xs, 4px); text-align: center; border-radius: var(--wpds-border-radius-lg, 8px); font-size: 11px; outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-background-surface-neutral-strong, #fff); color: var(--wpds-color-foreground-interactive-neutral-strong, #f0f0f0); box-sizing: border-box; } .dataviews-search { width: -moz-fit-content; width: fit-content; } .dataviews-filters__user-input-widget { padding: var(--wpds-dimension-padding-lg, 16px); } .dataviews-filters__user-input-widget .components-input-control__prefix { padding-right: var(--wpds-dimension-padding-sm, 8px); } .dataviews-filters__search-widget-no-elements { display: flex; align-items: center; justify-content: center; padding: var(--wpds-dimension-padding-lg, 16px); } .dataviews-footer { position: sticky; bottom: 0; right: 0; background-color: inherit; padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px); border-top: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #f0f0f0); flex-shrink: 0; } @media not (prefers-reduced-motion) { .dataviews-footer { transition: padding ease-out 0.1s; } } .dataviews-footer { z-index: 1; } .dataviews-footer .is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-footer .is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } @container (max-width: 560px) { .dataviews-footer__content { flex-direction: column !important; } .dataviews-footer__content .dataviews-bulk-actions-footer__container { width: 100%; } .dataviews-footer__content .dataviews-bulk-actions-footer__item-count { flex-grow: 1; } .dataviews-footer__content .dataviews-pagination { width: 100%; justify-content: space-between; } } .dataviews-pagination__page-select { font-size: 11px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); text-transform: uppercase; } @media (min-width: 600px) { .dataviews-pagination__page-select .components-select-control__input { font-size: 11px !important; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } } .dataviews-action-modal { z-index: 1000001; } .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) { padding: 0 var(--wpds-dimension-padding-xs, 4px); } .dataviews-selection-checkbox { --checkbox-input-size: 24px; } @media (min-width: 600px) { .dataviews-selection-checkbox { --checkbox-input-size: 16px; } } .dataviews-selection-checkbox { line-height: 0; flex-shrink: 0; } .dataviews-selection-checkbox .components-checkbox-control__input-container { margin: 0; } .dataviews-view-config { width: 320px; container-type: inline-size; font-size: var(--wpds-typography-font-size-md, 13px); line-height: var(--wpds-typography-line-height-sm, 20px); } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper { overflow-y: scroll; height: 100%; } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config { width: auto; } .dataviews-view-config__sort-direction .components-toggle-group-control-option-base { text-transform: uppercase; } .dataviews-settings-section__title.dataviews-settings-section__title { line-height: var(--wpds-typography-line-height-md, 24px); font-size: 15px; } .dataviews-settings-section__sidebar { grid-column: span 4; } .dataviews-settings-section__content, .dataviews-settings-section__content > * { grid-column: span 8; } .dataviews-settings-section__content .is-divided-in-two { display: contents; } .dataviews-settings-section__content .is-divided-in-two > * { grid-column: span 4; } .dataviews-settings-section:has(.dataviews-settings-section__content:empty) { display: none; } @container (max-width: 500px) { .dataviews-settings-section.dataviews-settings-section { grid-template-columns: repeat(2, 1fr); } .dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar { grid-column: span 2; } .dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content { grid-column: span 2; } } .dataviews-view-config__sort-controls > * { flex: 1; } .dataviews-view-config__label { text-wrap: nowrap; } .dataviews-view-config__toggle-wrapper { position: relative; display: inline-flex; } .dataviews-view-config__modified-indicator { position: absolute; top: var(--wpds-dimension-gap-xs, 4px); left: var(--wpds-dimension-gap-xs, 4px); width: var(--wpds-dimension-gap-xs, 4px); height: var(--wpds-dimension-gap-xs, 4px); background: var(--wpds-color-background-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9)); border-radius: 50%; pointer-events: none; } .dataviews-view-grid-items { margin-bottom: auto; display: grid; gap: var(--wpds-dimension-gap-xl, 24px); grid-template-rows: max-content; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); padding: 0 var(--wpds-dimension-padding-2xl, 24px) var(--wpds-dimension-padding-2xl, 24px); container-type: inline-size; } @media not (prefers-reduced-motion) { .dataviews-view-grid-items { transition: padding ease-out 0.1s; } } .dataviews-view-grid-items.has-compact-density { gap: var(--wpds-dimension-gap-lg, 16px); } .dataviews-view-grid-items.has-comfortable-density { gap: var(--wpds-dimension-gap-2xl, 32px); } .dataviews-view-grid { padding: 0 var(--wpds-dimension-padding-2xl, 24px) var(--wpds-dimension-padding-2xl, 24px); display: flex; flex-direction: column; gap: var(--wpds-dimension-gap-xl, 24px); container-type: inline-size; margin-bottom: auto; } @media not (prefers-reduced-motion) { .dataviews-view-grid { transition: padding ease-out 0.1s; } } .dataviews-view-grid.has-compact-density { gap: var(--wpds-dimension-gap-lg, 16px); } .dataviews-view-grid.has-compact-density .dataviews-view-grid__row { gap: var(--wpds-dimension-gap-lg, 16px); } .dataviews-view-grid.has-comfortable-density { gap: var(--wpds-dimension-gap-2xl, 32px); } .dataviews-view-grid.has-comfortable-density .dataviews-view-grid__row { gap: var(--wpds-dimension-gap-2xl, 32px); } .dataviews-view-grid .dataviews-view-grid__row { display: grid; gap: var(--wpds-dimension-gap-xl, 24px); } .dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell { border-radius: var(--wpds-border-radius-md, 4px); position: relative; } .dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell[data-focus-visible]::after { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); border-radius: var(--wpds-border-radius-md, 4px); pointer-events: none; outline: 2px solid transparent; } .dataviews-view-grid .dataviews-view-grid__card, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card { height: 100%; justify-content: flex-start; position: relative; isolation: isolate; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-actions { padding: var(--wpds-dimension-padding-sm, 8px) 0 var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field { min-height: var(--wpds-dimension-size-sm, 24px); overflow: hidden; align-content: center; text-align: start; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable { width: -moz-fit-content; width: fit-content; } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value { color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after { box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)), inset 0 0 0 var(--wpds-border-width-sm, 2px) var(--wpds-color-background-surface-neutral-strong, #fff); } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__media:focus::after { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-view-grid .dataviews-view-grid__media, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media { width: 100%; aspect-ratio: 1/1; background-color: var(--wpds-color-background-surface-neutral-strong, #fff); border-radius: var(--wpds-border-radius-md, 4px); overflow: hidden; position: relative; } .dataviews-view-grid .dataviews-view-grid__media.dataviews-view-grid__media--placeholder, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media.dataviews-view-grid__media--placeholder { aspect-ratio: 3/1; } .dataviews-view-grid .dataviews-view-grid__media img, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; } .dataviews-view-grid .dataviews-view-grid__media::after, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media::after { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1); border-radius: var(--wpds-border-radius-md, 4px); pointer-events: none; } .dataviews-view-grid .dataviews-view-grid__media .dataviews-view-grid__media-placeholder, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media .dataviews-view-grid__media-placeholder { width: 100%; height: 100%; display: block; border-radius: var(--wpds-border-radius-md, 4px); box-shadow: none; background: var(--wpds-color-background-surface-neutral, #fcfcfc); } .dataviews-view-grid .dataviews-view-grid__fields, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields { position: relative; font-size: 12px; line-height: 16px; } .dataviews-view-grid .dataviews-view-grid__fields:not(:empty), .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields:not(:empty) { padding: 0 0 var(--wpds-dimension-padding-md, 12px); } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty), .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty) { min-height: var(--wpds-dimension-size-sm, 24px); line-height: var(--wpds-typography-line-height-sm, 20px); padding-top: calc((var(--wpds-dimension-size-sm, 24px) - var(--wpds-typography-line-height-sm, 20px)) / 2); } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field { min-height: var(--wpds-dimension-size-sm, 24px); align-items: center; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name { width: 35%; color: var(--wpds-color-foreground-content-neutral-weak, #707070); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value { width: 65%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))), .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))) { display: none; } .dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty), .dataviews-view-grid-infinite-scroll .dataviews-view-grid__badge-fields:not(:empty) { padding-bottom: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-grid.is-refreshing, .dataviews-view-grid-infinite-scroll.is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-view-grid.is-refreshing, .dataviews-view-grid-infinite-scroll.is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } .dataviews-view-grid__field-value:empty, .dataviews-view-grid__field:empty { display: none; } .dataviews-view-grid__card .dataviews-selection-checkbox { position: absolute; top: -9999em; right: var(--wpds-dimension-padding-sm, 8px); z-index: 1; opacity: 0; } @media not (prefers-reduced-motion) { .dataviews-view-grid__card .dataviews-selection-checkbox { transition: opacity 0.1s linear; } } @media (hover: none) { .dataviews-view-grid__card .dataviews-selection-checkbox { opacity: 1; top: var(--wpds-dimension-padding-sm, 8px); } } .dataviews-view-grid__card:hover .dataviews-selection-checkbox, .dataviews-view-grid__card:focus-within .dataviews-selection-checkbox, .dataviews-view-grid__card.is-selected .dataviews-selection-checkbox { opacity: 1; top: var(--wpds-dimension-padding-sm, 8px); } .dataviews-view-grid__card .dataviews-view-grid__media-actions { position: absolute; z-index: 1; top: var(--wpds-dimension-padding-xs, 4px); opacity: 0; left: var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button { background-color: var(--wpds-color-background-surface-neutral-strong, #fff); } @media not (prefers-reduced-motion) { .dataviews-view-grid__card .dataviews-view-grid__media-actions { transition: opacity 0.1s linear; } } @media (hover: none) { .dataviews-view-grid__card .dataviews-view-grid__media-actions { opacity: 1; top: var(--wpds-dimension-padding-xs, 4px); } } .dataviews-view-grid__card:hover .dataviews-view-grid__media-actions, .dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions, .dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]) { opacity: 1; } .dataviews-view-grid__media--clickable { cursor: var(--wpds-cursor-control, pointer); } .dataviews-view-grid__group-header { font-size: var(--wpds-typography-font-size-lg, 15px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0; padding: 0 var(--wpds-dimension-padding-2xl, 24px); container-type: inline-size; } div.dataviews-view-list { list-style-type: none; } .dataviews-view-list { margin: 0 0 auto; } .dataviews-view-list div[role=row], .dataviews-view-list div[role=article] { margin: 0; border-top: 1px solid var(--wpds-color-stroke-surface-neutral-weak, #f0f0f0); } .dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper, .dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper { position: relative; padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px); box-sizing: border-box; } .dataviews-view-list div[role=row] .dataviews-view-list__item-actions, .dataviews-view-list div[role=article] .dataviews-view-list__item-actions { display: flex; width: -moz-max-content; width: max-content; flex: 0 0 auto; gap: var(--wpds-dimension-gap-xs, 4px); white-space: nowrap; } .dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button, .dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button { position: relative; z-index: 1; } .dataviews-view-list div[role=row] .dataviews-view-list__item-actions > div, .dataviews-view-list div[role=article] .dataviews-view-list__item-actions > div { height: var(--wpds-dimension-size-sm, 24px); } .dataviews-view-list div[role=row] .dataviews-view-list__item-actions > :not(:last-child), .dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) { flex: 0; overflow: hidden; width: 0; } .dataviews-view-list div[role=row]:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions > :not(:last-child), .dataviews-view-list div[role=article]:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions > :not(:last-child) { flex-basis: min-content; width: auto; overflow: unset; } @media (hover: none) { .dataviews-view-list div[role=row] .dataviews-view-list__item-actions > :not(:last-child), .dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) { flex-basis: min-content; width: auto; overflow: unset; } } .dataviews-view-list div[role=row].is-selected.is-selected, .dataviews-view-list div[role=article].is-selected.is-selected { border-top: 1px solid var(--wpds-color-stroke-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 40%, white)); } .dataviews-view-list div[role=row].is-selected.is-selected + div[role=row], .dataviews-view-list div[role=row].is-selected.is-selected + div[role=article], .dataviews-view-list div[role=article].is-selected.is-selected + div[role=row], .dataviews-view-list div[role=article].is-selected.is-selected + div[role=article] { border-top: 1px solid var(--wpds-color-stroke-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 40%, white)); } .dataviews-view-list div[role=row]:not(.is-selected):hover, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered, .dataviews-view-list div[role=row]:not(.is-selected):focus-within, .dataviews-view-list div[role=article]:not(.is-selected):hover, .dataviews-view-list div[role=article]:not(.is-selected).is-hovered, .dataviews-view-list div[role=article]:not(.is-selected):focus-within { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); background-color: var(--wpds-color-background-interactive-brand-weak, rgba(0, 0, 0, 0)); } .dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-title-field, .dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__field, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-title-field, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__field, .dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-title-field, .dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__field, .dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-title-field, .dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__field, .dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-title-field, .dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__field, .dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-title-field, .dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__field { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper, .dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper, .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper, .dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field, .dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field, .dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field, .dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field, .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field, .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field, .dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field, .dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field { color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e); } .dataviews-view-list .dataviews-view-list__item { position: absolute; z-index: 1; inset: 0; scroll-margin: var(--wpds-dimension-gap-sm, 8px) 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; background: none; padding: 0; cursor: var(--wpds-cursor-control, pointer); } .dataviews-view-list .dataviews-view-list__item:focus-visible { outline: none; } .dataviews-view-list .dataviews-view-list__item:focus-visible::before { position: absolute; content: ""; inset: var(--wp-admin-border-width-focus); box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); border-radius: var(--wpds-border-radius-sm, 2px); outline: 2px solid transparent; } .dataviews-view-list .dataviews-view-list__title-field { flex: 1; min-height: var(--wpds-dimension-size-sm, 24px); line-height: var(--wpds-typography-line-height-md, 24px); overflow: hidden; } .dataviews-view-list .dataviews-view-list__title-field:has(a, button) { z-index: 1; } .dataviews-view-list .dataviews-view-list__media-wrapper { width: 48px; height: 48px; overflow: hidden; position: relative; flex-shrink: 0; background-color: var(--wpds-color-background-surface-neutral-strong, #fff); border-radius: var(--wpds-border-radius-md, 4px); } .dataviews-view-list .dataviews-view-list__media-wrapper img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .dataviews-view-list .dataviews-view-list__media-wrapper::after { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1); border-radius: var(--wpds-border-radius-md, 4px); } .dataviews-view-list .dataviews-view-list__field-wrapper { min-height: 48px; flex-grow: 1; min-width: 0; } .dataviews-view-list .dataviews-view-list__field { color: var(--wpds-color-foreground-interactive-neutral-weak, #707070); } .dataviews-view-list .dataviews-view-list__fields { display: flex; gap: var(--wpds-dimension-gap-md, 12px); row-gap: var(--wpds-dimension-gap-xs, 4px); flex-wrap: wrap; font-size: 12px; } .dataviews-view-list .dataviews-view-list__fields:empty { display: none; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty) { display: none; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value { min-height: var(--wpds-dimension-size-sm, 24px); line-height: var(--wpds-typography-line-height-sm, 20px); display: flex; align-items: center; } .dataviews-view-list + .dataviews-pagination { justify-content: space-between; } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__item-wrapper { padding: var(--wpds-dimension-padding-sm, 8px) var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__title-field { min-height: var(--wpds-dimension-size-2xs, 16px); line-height: var(--wpds-typography-line-height-xs, 16px); } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__media-wrapper { width: var(--wpds-dimension-size-md, 32px); height: var(--wpds-dimension-size-md, 32px); } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__field-wrapper { min-height: var(--wpds-dimension-size-md, 32px); } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields { gap: var(--wpds-dimension-gap-sm, 8px); row-gap: var(--wpds-dimension-gap-xs, 4px); } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value { min-height: var(--wpds-dimension-size-2xs, 16px); line-height: var(--wpds-typography-line-height-xs, 16px); } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__item-wrapper { padding: var(--wpds-dimension-padding-2xl, 24px) var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__title-field { min-height: var(--wpds-dimension-size-md, 32px); line-height: var(--wpds-typography-line-height-xl, 32px); } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__media-wrapper { width: 64px; height: 64px; } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__field-wrapper { min-height: 64px; } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields { gap: var(--wpds-dimension-gap-lg, 16px); row-gap: var(--wpds-dimension-gap-sm, 8px); } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value { min-height: var(--wpds-dimension-size-md, 32px); line-height: var(--wpds-typography-line-height-md, 24px); } .dataviews-view-list.is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-view-list.is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } .dataviews-view-list__group-header { font-size: var(--wpds-typography-font-size-lg, 15px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); margin: 0 0 var(--wpds-dimension-gap-lg, 16px) 0; padding: 0 var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-table { width: 100%; text-indent: 0; border-color: inherit; border-collapse: collapse; position: relative; color: var(--wpds-color-foreground-content-neutral-weak, #707070); margin-bottom: auto; background-color: inherit; } .dataviews-view-table th { text-align: right; color: var(--wpds-color-foreground-content-neutral, #1e1e1e); font-weight: normal; font-size: var(--wpds-typography-font-size-md, 13px); } .dataviews-view-table td, .dataviews-view-table th { padding: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-table td.dataviews-view-table__actions-column, .dataviews-view-table th.dataviews-view-table__actions-column { text-align: left; } .dataviews-view-table td.dataviews-view-table__actions-column--sticky, .dataviews-view-table th.dataviews-view-table__actions-column--sticky { position: sticky; left: 0; background-color: var(--wp-dataviews-color-background, var(--wpds-color-background-surface-neutral-strong, #fff)); } .dataviews-view-table td.dataviews-view-table__actions-column--stuck::after, .dataviews-view-table th.dataviews-view-table__actions-column--stuck::after { display: block; content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 1px; background-color: var(--wpds-color-background-surface-neutral, #fcfcfc); } .dataviews-view-table td.dataviews-view-table__checkbox-column, .dataviews-view-table th.dataviews-view-table__checkbox-column { padding-left: 0; } .dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper, .dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper { max-width: auto; min-width: auto; } .dataviews-view-table tr { border-top: 1px solid var(--wpds-color-stroke-surface-neutral-weak, #f0f0f0); background-color: inherit; } .dataviews-view-table tr td:first-child, .dataviews-view-table tr th:first-child { padding-right: var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-table tr td:last-child, .dataviews-view-table tr th:last-child { padding-left: var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-table tr:last-child { border-bottom: 0; } .dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) { opacity: 0; } @media (hover: none) { .dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) { opacity: 1; } } .dataviews-view-table tr.is-selected { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } .dataviews-view-table tr.is-selected, .dataviews-view-table tr.is-selected + tr { border-top: 1px solid var(--wpds-color-stroke-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 40%, white)); } .dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) { opacity: 1; } .dataviews-view-table.has-bulk-actions tr:focus-within .dataviews-view-table__actions-column--sticky, .dataviews-view-table.has-bulk-actions tr:hover .dataviews-view-table__actions-column--sticky { background-color: var(--wp-dataviews-color-background, var(--wpds-color-background-surface-neutral-strong, #fff)); } .dataviews-view-table.has-bulk-actions tr.is-selected .dataviews-view-table__actions-column--sticky, .dataviews-view-table.has-bulk-actions tr.is-selected:hover .dataviews-view-table__actions-column--sticky { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-table thead { position: sticky; inset-block-start: 0; z-index: 1; background-color: inherit; } .dataviews-view-table thead.dataviews-view-table__thead--stuck::after { display: block; content: ""; position: absolute; bottom: 0; right: 0; left: 0; height: 1px; background-color: var(--wpds-color-stroke-surface-neutral-weak, #f0f0f0); } .dataviews-view-table thead tr { border: 0; } .dataviews-view-table thead th { background-color: inherit; padding-top: var(--wpds-dimension-padding-sm, 8px); padding-bottom: var(--wpds-dimension-padding-sm, 8px); font-size: 11px; text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .dataviews-view-table thead th:has(.dataviews-view-table-header-button) { padding-right: var(--wpds-dimension-padding-xs, 4px); padding-left: var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-table thead th:has(.dataviews-view-table-header-button) .dataviews-view-table-header-button { gap: var(--wpds-dimension-gap-xs, 4px); } .dataviews-view-table thead th:has(.dataviews-view-table-header-button):first-child { padding-right: var(--wpds-dimension-padding-lg, 16px); } .dataviews-view-table thead th:has(.dataviews-view-table-header-button):last-child { padding-left: var(--wpds-dimension-padding-lg, 16px); } .dataviews-view-table tbody td { vertical-align: top; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper { min-height: var(--wpds-dimension-size-md, 32px); display: flex; align-items: center; white-space: nowrap; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end { justify-content: flex-end; font-variant-numeric: tabular-nums; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center { justify-content: center; } .dataviews-view-table tbody .components-v-stack > .dataviews-view-table__cell-content-wrapper:not(:first-child) { min-height: 0; } .dataviews-view-table .dataviews-view-table-header-button { padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-sm, 8px); font-size: 11px; text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .dataviews-view-table .dataviews-view-table-header-button:not(:hover) { color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-view-table .dataviews-view-table-header-button span { speak: none; } .dataviews-view-table .dataviews-view-table-header-button span:empty { display: none; } .dataviews-view-table .dataviews-view-table-header { padding-right: var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-table .dataviews-view-table__actions-column { width: auto; white-space: nowrap; } .dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child) { padding-right: 0; } .dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:last-child) { padding-left: 0; } .dataviews-view-table.has-compact-density td, .dataviews-view-table.has-compact-density th { padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-sm, 8px); } .dataviews-view-table.has-comfortable-density td, .dataviews-view-table.has-comfortable-density th { padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-md, 12px); } .dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column, .dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column, .dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column, .dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column { padding-left: 0; } .dataviews-view-table-selection-checkbox { --checkbox-input-size: 24px; } @media (min-width: 600px) { .dataviews-view-table-selection-checkbox { --checkbox-input-size: 16px; } } .dataviews-column-primary__media { max-width: 60px; min-width: var(--wpds-dimension-size-md, 32px); min-height: var(--wpds-dimension-size-md, 32px); overflow: hidden; position: relative; flex-shrink: 0; background-color: var(--wpds-color-background-surface-neutral-strong, #fff); border-radius: var(--wpds-border-radius-md, 4px); } .dataviews-column-primary__media img { width: var(--wpds-dimension-size-md, 32px); height: var(--wpds-dimension-size-md, 32px); -o-object-fit: cover; object-fit: cover; } .dataviews-column-primary__media::after { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1); border-radius: var(--wpds-border-radius-md, 4px); } .dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media), .dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media) { min-width: 15ch; max-width: 80ch; } .dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell { font-weight: var(--wpds-typography-font-weight-emphasis, 600); padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } /* Column width intents via colgroup: make non-primary columns shrink-to-fit */ .dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-first-data):not(.dataviews-view-table__col-expand) { width: 1%; } .dataviews-view-table.is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-view-table.is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } .dataviews-view-picker-grid.has-compact-density .dataviews-view-grid-items { gap: var(--wpds-dimension-gap-lg, 16px); } .dataviews-view-picker-grid.has-comfortable-density .dataviews-view-grid-items { gap: var(--wpds-dimension-gap-2xl, 32px); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card { height: 100%; justify-content: flex-start; position: relative; isolation: isolate; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions { padding: var(--wpds-dimension-padding-sm, 8px) 0 var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field { min-height: var(--wpds-dimension-size-sm, 24px); overflow: hidden; align-content: center; text-align: start; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable { width: -moz-fit-content; width: fit-content; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value { color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media::after { box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)), inset 0 0 0 var(--wpds-border-width-sm, 2px) var(--wpds-color-background-surface-neutral-strong, #fff); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus::after { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-view-picker-grid:focus-visible[aria-activedescendant] { outline: none; } .dataviews-view-picker-grid:focus-visible [data-active-item=true] { outline: 2px solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-view-picker-grid .dataviews-selection-checkbox { top: var(--wpds-dimension-padding-sm, 8px) !important; } .dataviews-view-picker-grid .dataviews-selection-checkbox input { pointer-events: none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media { width: 100%; aspect-ratio: 1/1; min-height: 0; background-color: var(--wpds-color-background-surface-neutral-strong, #fff); border-radius: var(--wpds-border-radius-md, 4px); position: relative; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media::after { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1); border-radius: var(--wpds-border-radius-md, 4px); pointer-events: none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields { position: relative; font-size: 12px; line-height: 16px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty) { padding: 0 0 var(--wpds-dimension-padding-md, 12px); } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty) { min-height: var(--wpds-dimension-size-sm, 24px); line-height: var(--wpds-typography-line-height-sm, 20px); padding-top: calc((var(--wpds-dimension-size-sm, 24px) - var(--wpds-typography-line-height-sm, 20px)) / 2); } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field { min-height: var(--wpds-dimension-size-sm, 24px); align-items: center; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name { width: 35%; color: var(--wpds-color-foreground-content-neutral-weak, #707070); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value { width: 65%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))) { display: none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty) { padding-bottom: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-picker-grid__field-value:empty, .dataviews-view-picker-grid__field:empty { display: none; } .dataviews-view-picker-grid__card .dataviews-selection-checkbox { position: absolute; top: -9999em; right: var(--wpds-dimension-padding-sm, 8px); z-index: 1; } @media (hover: none) { .dataviews-view-picker-grid__card .dataviews-selection-checkbox { top: var(--wpds-dimension-padding-sm, 8px); } } .dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox, .dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox, .dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox { top: var(--wpds-dimension-padding-sm, 8px); } .dataviews-view-picker-grid__media--clickable { cursor: var(--wpds-cursor-control, pointer); } .dataviews-view-picker-grid-group__header { font-size: var(--wpds-typography-font-size-lg, 15px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0; padding: 0 48px; } .dataviews-view-picker-table { background-color: inherit; } .dataviews-view-picker-table .dataviews-view-table__checkbox-column { width: 48px; } .dataviews-view-picker-table tbody:focus-visible[aria-activedescendant] { outline: none; } .dataviews-view-picker-table tbody:focus-visible [data-active-item=true] { outline: 2px solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input { pointer-events: none; opacity: 1; } .dataviews-view-picker-table .dataviews-view-table__row { cursor: var(--wpds-cursor-control, pointer); } .dataviews-view-picker-table .dataviews-view-table__row.is-selected { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-picker-table .dataviews-view-table__row.is-hovered { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-activity { margin: 0 0 auto; padding: 0 var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-activity .dataviews-view-activity__group-header { font-size: var(--wpds-typography-font-size-lg, 15px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral-weak, #707070); margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0; padding: 0; } .dataviews-view-activity .dataviews-view-activity__item-actions { min-width: var(--wpds-dimension-size-sm, 24px); } .dataviews-view-activity .dataviews-view-activity__item-content { flex-grow: 1; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title, .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-description, .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields { min-height: var(--wpds-dimension-size-2xs, 16px); } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title { position: relative; display: flex; align-items: center; flex: 1; overflow: hidden; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable { cursor: var(--wpds-cursor-control, pointer); } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable:focus-visible { outline: var(--wp-admin-border-width-focus) solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); outline-offset: var(--wp-admin-border-width-focus); border-radius: var(--wpds-border-radius-sm, 2px); } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions { display: flex; width: -moz-max-content; width: max-content; flex: 0 0 auto; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions .components-button { position: relative; z-index: 1; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields { color: var(--wpds-color-foreground-content-neutral-weak, #707070); display: flex; gap: var(--wpds-dimension-gap-md, 12px); row-gap: var(--wpds-dimension-gap-xs, 4px); flex-wrap: wrap; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields:empty { display: none; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field:has(.dataviews-view-activity__item-field-value:empty) { display: none; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field-value { display: flex; align-items: center; } .dataviews-view-activity .dataviews-view-activity__item-type { align-self: stretch; flex-shrink: 0; } .dataviews-view-activity .dataviews-view-activity__item-type::after { content: ""; flex: 1 1 auto; width: 1px; margin: 0 auto; background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-activity .dataviews-view-activity__item-type::before { content: ""; flex: 0 0 auto; width: 1px; margin: 0 auto; background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type { width: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type::before { height: var(--wpds-dimension-size-3xs, 12px); } .dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type-icon { width: calc(var(--wpds-dimension-size-3xs, 12px) - 1px); height: calc(var(--wpds-dimension-size-3xs, 12px) - 1px); } .dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-content { margin: var(--wpds-dimension-gap-md, 12px) 0; } .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type { width: var(--wpds-dimension-size-sm, 24px); } .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type::before { height: var(--wpds-dimension-size-3xs, 12px); } .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type-icon { width: calc(var(--wpds-dimension-size-sm, 24px) + 1px); height: calc(var(--wpds-dimension-size-sm, 24px) + 1px); } .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-content { margin: var(--wpds-dimension-gap-md, 12px) 0; padding-top: var(--wpds-dimension-padding-sm, 8px); } .dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type { width: var(--wpds-dimension-size-md, 32px); } .dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type::before { height: var(--wpds-dimension-size-4xs, 8px); } .dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type-icon { width: calc(var(--wpds-dimension-size-md, 32px) + 1px); height: calc(var(--wpds-dimension-size-md, 32px) + 1px); } .dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-content { margin: var(--wpds-dimension-gap-sm, 8px) 0 var(--wpds-dimension-gap-lg, 16px); padding-top: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-bullet, .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-bullet { width: calc(var(--wpds-dimension-size-4xs, 8px) + 1px); height: calc(var(--wpds-dimension-size-4xs, 8px) + 1px); position: relative; top: 50%; transform: translateY(-50%); } .dataviews-view-activity .dataviews-view-activity__item:first-child .dataviews-view-activity__item-type::before { visibility: hidden; } .dataviews-view-activity .dataviews-view-activity__group:last-of-type > .dataviews-view-activity__item:last-of-type .dataviews-view-activity__item-type::after, .dataviews-view-activity > .dataviews-view-activity__item:last-child .dataviews-view-activity__item-type::after { background: linear-gradient(to bottom, var(--wpds-color-stroke-surface-neutral, #dbdbdb) 0%, color-mix(in srgb, var(--wpds-color-stroke-surface-neutral, #dbdbdb) 20%, transparent) 60%, transparent 100%); } .dataviews-view-activity .dataviews-view-activity__item-type-icon { overflow: hidden; flex-shrink: 0; background-color: var(--wpds-color-background-surface-neutral-strong, #fff); } .dataviews-view-activity .dataviews-view-activity__item-type-icon img, .dataviews-view-activity .dataviews-view-activity__item-type-icon svg, .dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet { display: block; width: 100%; height: 100%; margin: 0 auto; -o-object-fit: cover; object-fit: cover; border-radius: 50%; box-sizing: border-box; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-activity .dataviews-view-activity__item-type-icon svg { padding: var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet { content: ""; background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-activity.is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-view-activity.is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } .dataviews-view-activity + .dataviews-pagination { justify-content: space-between; } .dataviews-view-picker-activity { margin: 0; padding: 0; flex-grow: 1; } .dataviews-view-picker-activity:focus-visible[aria-activedescendant] { outline: none; } .dataviews-view-picker-activity:focus-visible .dataviews-view-picker-activity__item[data-active-item=true] { outline: 2px solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); outline-offset: -2px; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item { cursor: var(--wpds-cursor-control, pointer); border-radius: var(--wpds-border-radius-sm, 2px); padding-inline: var(--wpds-dimension-padding-2xl, 24px); transition: background-color 0.1s ease; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-selected, .dataviews-view-picker-activity .dataviews-view-picker-activity__item:hover { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-selected { outline: 3px solid transparent; outline-offset: -2px; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type { width: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type::before { height: var(--wpds-dimension-size-3xs, 12px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type-icon { width: calc(var(--wpds-dimension-size-3xs, 12px) - 1px); height: calc(var(--wpds-dimension-size-3xs, 12px) - 1px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-content { margin: var(--wpds-dimension-gap-md, 12px) 0; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type { width: var(--wpds-dimension-size-sm, 24px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type::before { height: var(--wpds-dimension-size-3xs, 12px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type-icon { width: calc(var(--wpds-dimension-size-sm, 24px) + 1px); height: calc(var(--wpds-dimension-size-sm, 24px) + 1px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-content { margin: var(--wpds-dimension-gap-md, 12px) 0; padding-top: var(--wpds-dimension-padding-sm, 8px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type { width: var(--wpds-dimension-size-md, 32px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type::before { height: var(--wpds-dimension-size-4xs, 8px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type-icon { width: calc(var(--wpds-dimension-size-md, 32px) + 1px); height: calc(var(--wpds-dimension-size-md, 32px) + 1px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-content { margin: var(--wpds-dimension-gap-sm, 8px) 0 var(--wpds-dimension-gap-lg, 16px); padding-top: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-bullet, .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-bullet { width: calc(var(--wpds-dimension-size-4xs, 8px) + 1px); height: calc(var(--wpds-dimension-size-4xs, 8px) + 1px); position: relative; top: 50%; transform: translateY(-50%); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content { flex-grow: 1; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-title, .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-description, .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields { min-height: var(--wpds-dimension-size-2xs, 16px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-title { position: relative; display: flex; align-items: center; flex: 1; overflow: hidden; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-description:empty { display: none; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields { color: var(--wpds-color-foreground-content-neutral-weak, #707070); display: flex; gap: var(--wpds-dimension-gap-md, 12px); row-gap: var(--wpds-dimension-gap-xs, 4px); flex-wrap: wrap; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields:empty { display: none; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields .dataviews-view-picker-activity__item-field:has(.dataviews-view-picker-activity__item-field-value:empty) { display: none; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields .dataviews-view-picker-activity__item-field-value { display: flex; align-items: center; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type { align-self: stretch; flex-shrink: 0; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type::after { content: ""; flex: 1 1 auto; width: 1px; margin: 0 auto; background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type::before { content: ""; flex: 0 0 auto; width: 1px; margin: 0 auto; background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item:first-child .dataviews-view-picker-activity__item-type::before { visibility: hidden; } .dataviews-view-picker-activity .dataviews-view-picker-activity-group:last-of-type > .dataviews-view-picker-activity__item:last-of-type .dataviews-view-picker-activity__item-type::after, .dataviews-view-picker-activity > .dataviews-view-picker-activity__item:last-child .dataviews-view-picker-activity__item-type::after { background: linear-gradient(to bottom, var(--wpds-color-stroke-surface-neutral, #dbdbdb) 0%, color-mix(in srgb, var(--wpds-color-stroke-surface-neutral, #dbdbdb) 20%, transparent) 60%, transparent 100%); } .dataviews-view-picker-activity .dataviews-view-picker-activity-group__header { font-size: var(--wpds-typography-font-size-lg, 15px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral-weak, #707070); margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0; padding: 0; padding-inline-start: var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon { overflow: hidden; flex-shrink: 0; background-color: transparent; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon img, .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon svg, .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon .dataviews-view-picker-activity__item-bullet { display: block; width: 100%; height: 100%; margin: 0 auto; -o-object-fit: cover; object-fit: cover; border-radius: 50%; box-sizing: border-box; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon svg { padding: var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon .dataviews-view-picker-activity__item-bullet { background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-picker-footer__bulk-selection { align-self: flex-start; height: var(--wpds-dimension-size-md, 32px); } .dataviews-picker-footer__actions { align-self: flex-end; } .dataviews-controls__richtext [data-rich-text-placeholder]::after { content: attr(data-rich-text-placeholder); color: color-mix(in srgb, currentColor, transparent 38%); } .dataviews-controls__datetime { border: none; padding: 0; } .dataviews-controls__relative-date-number, .dataviews-controls__relative-date-unit { flex: 1 1 50%; } .dataviews-controls__date input[type=date]::-webkit-inner-spin-button, .dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator { display: none; -webkit-appearance: none; } .dataviews-controls__date-range-inputs > * { min-width: 0; } .dataviews-controls__color-picker-dropdown { display: flex; } .dataviews-controls__date-preset { border: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-controls__date-preset:active { background-color: var(--wpds-color-background-interactive-neutral-strong-active, #1e1e1e); } .dataforms-layouts-panel__field-trigger { position: relative; color: inherit; display: flex; width: 100%; min-height: var(--wpds-dimension-size-sm, 24px); cursor: var(--wpds-cursor-control, pointer); align-items: flex-start; border-radius: var(--wpds-border-radius-sm, 2px); isolation: isolate; } .dataforms-layouts-panel__field-trigger--label-side { flex-direction: row; gap: var(--wpds-dimension-gap-sm, 8px); } .dataforms-layouts-panel__field-trigger--label-top { display: grid; grid-template-columns: 1fr auto; } .dataforms-layouts-panel__field-trigger--label-none { align-items: center; } .dataforms-layouts-panel__field-trigger:not(.is-disabled):hover { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-trigger-icon { opacity: 1; } .dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-label { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataforms-layouts-panel__field-trigger.is-disabled { cursor: default; } .dataforms-layouts-panel__field-trigger.is-disabled .dataforms-layouts-panel__field-control { color: var(--wpds-color-foreground-content-neutral-weak, #707070); font-weight: var(--wpds-typography-font-weight-default, 400); } .dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon { opacity: 1; fill: currentColor; } .dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:hover, .dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:focus-visible { fill: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataforms-layouts-panel__field-trigger-icon { padding: 0; color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); flex: 0 0 auto; opacity: 0; border-radius: var(--wpds-border-radius-xs, 1px); } .dataforms-layouts-panel__field-trigger-icon:focus-visible { opacity: 1; outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataforms-layouts-panel__field-dropdown-anchor { width: 100%; } .dataforms-layouts-panel__field-dropdown-anchor .components-dropdown { width: 100%; } .dataforms-layouts-panel__field-label { width: 38%; flex-shrink: 0; min-height: var(--wpds-dimension-size-sm, 24px); display: flex; align-items: center; line-height: var(--wpds-typography-line-height-sm, 20px); hyphens: auto; color: var(--wpds-color-foreground-content-neutral-weak, #707070); } .dataforms-layouts-panel__field-label .components-base-control__label { display: inline; margin-bottom: 0; line-height: inherit; } .dataforms-layouts-panel__field-label.has-error { color: var(--wpds-color-foreground-content-error-weak, #cc1818); } .dataforms-layouts-panel__field-label-error-content { position: relative; z-index: 1; cursor: help; color: var(--wpds-color-foreground-content-error-weak, #cc1818); display: inline-flex; flex-direction: row; align-items: center; gap: var(--wpds-dimension-gap-xs, 4px); } .dataforms-layouts-panel__field-control { flex-grow: 1; min-width: 0; min-height: var(--wpds-dimension-size-sm, 24px); line-height: var(--wpds-typography-line-height-md, 24px); display: flex; align-items: center; overflow: clip; padding-inline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)); margin-inline: calc(-1 * var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px))); word-break: break-word; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .dataforms-layouts-panel__field-control > * { min-width: 0; } .dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-label { width: 100%; } .dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-control { grid-column: 1/-1; } .dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-trigger-icon { grid-row: 1; grid-column: 2; } .dataforms-layouts-panel__field-dropdown .components-popover__content { min-width: 320px; padding: var(--wpds-dimension-padding-lg, 16px); } .dataforms-layouts-panel__dropdown-header { margin-bottom: var(--wpds-dimension-gap-lg, 16px); } .dataforms-layouts-panel__modal-footer { margin-top: var(--wpds-dimension-gap-lg, 16px); } .components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown { z-index: 159990; } .dataforms-layouts-panel__summary-button:empty { min-width: 160px; } .dataforms-layouts-regular__field { width: 100%; min-height: var(--wpds-dimension-size-md, 32px); justify-content: flex-start !important; align-items: flex-start !important; } .dataforms-layouts-regular__field .components-base-control__label, .dataforms-layouts-regular__field .components-input-control__label, .dataforms-layouts-regular__field .components-form-token-field__label { color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } .dataforms-layouts-regular__field-label { width: 38%; flex-shrink: 0; min-height: var(--wpds-dimension-size-md, 32px); display: flex; align-items: center; line-height: var(--wpds-typography-line-height-sm, 20px); hyphens: auto; } .dataforms-layouts-regular__field-label--label-position-side { align-self: center; } .dataforms-layouts-regular__field-label .components-base-control__label { margin-bottom: 0; } .dataforms-layouts-regular__field-control { flex-grow: 1; min-height: var(--wpds-dimension-size-md, 32px); display: flex; align-items: center; } .dataforms-layouts-card__field { width: 100%; } .dataforms-layouts-card__field-header-content { min-height: 24px; } .dataforms-layouts-card__field-header-content-description { display: contents; } .dataforms-layouts-card__field-description { color: var(--wpds-color-foreground-content-neutral-weak, #707070); display: block; font-size: var(--wpds-typography-font-size-md, 13px); margin-bottom: var(--wpds-dimension-gap-lg, 16px); } .dataforms-layouts-card__field-summary { display: flex; flex-direction: row; gap: var(--wpds-dimension-gap-lg, 16px); align-items: center; } .dataforms-layouts-details__summary-content { display: inline-flex; min-height: var(--wpds-dimension-size-sm, 24px); } .dataforms-layouts-details__content { padding-top: var(--wpds-dimension-padding-md, 12px); } .dataforms-layouts-row__field-control { width: 100%; } .dataforms-layouts__wrapper { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: var(--wpds-typography-font-weight-default, 400); font-size: 13px; line-height: 20px; } /** * Typography */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Colors */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ :root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122, 0, 223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0, 124, 186; --wp-admin-theme-color-darker-10: rgb(0, 107, 160.5); --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0, 90, 135; --wp-admin-border-width-focus: 2px; } @media (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } } .fields-create-template-part-modal { z-index: 1000001; } .fields-create-template-part-modal__area-fieldset { border: 0; padding: 0; margin: 0; } .fields-create-template-part-modal__area-radio-group { border: 1px solid #949494; border-radius: 2px; } .fields-create-template-part-modal__area-radio-wrapper { position: relative; padding: 12px; display: grid; align-items: center; grid-template-columns: min-content 1fr min-content; grid-gap: 4px 8px; color: #1e1e1e; } .fields-create-template-part-modal__area-radio-wrapper + .fields-create-template-part-modal__area-radio-wrapper { border-top: 1px solid #949494; } .fields-create-template-part-modal__area-radio-wrapper input[type=radio] { position: absolute; opacity: 0; } .fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:checked) { z-index: 1; } .fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:not(:checked)):hover { color: var(--wp-admin-theme-color); } .fields-create-template-part-modal__area-radio-wrapper > *:not(.fields-create-template-part-modal__area-radio-label) { pointer-events: none; } .fields-create-template-part-modal__area-radio-label::before { content: ""; position: absolute; inset: 0; } input[type=radio]:not(:checked) ~ .fields-create-template-part-modal__area-radio-label::before { cursor: var(--wpds-cursor-control, pointer); } input[type=radio]:focus-visible ~ .fields-create-template-part-modal__area-radio-label::before { outline: 4px solid transparent; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .fields-create-template-part-modal__area-radio-icon, .fields-create-template-part-modal__area-radio-checkmark { fill: currentColor; } input[type=radio]:not(:checked) ~ .fields-create-template-part-modal__area-radio-checkmark { opacity: 0; } .fields-create-template-part-modal__area-radio-description { grid-column: 2/3; margin: 0; color: #757575; font-size: 12px; line-height: normal; text-wrap: pretty; } input[type=radio]:not(:checked):hover ~ .fields-create-template-part-modal__area-radio-description { color: inherit; } fieldset.fields__media-edit { border: 0; padding: 0; margin: 0; width: 100%; } fieldset.fields__media-edit .components-base-control__label { color: #1e1e1e; } fieldset.fields__media-edit .fields__media-edit-description { font-size: 12px; line-height: 1.5; } fieldset.fields__media-edit { container-type: inline-size; } fieldset.fields__media-edit .fields__media-edit-compact-group { border: 1px dashed #949494; border-radius: 4px; overflow: hidden; } fieldset.fields__media-edit .fields__media-edit-compact-group.is-single { border-radius: 2px; } fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-picker-button { border: 0; border-radius: 0; } fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-picker-button:focus-visible { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-compact:not(:last-child) { border-bottom: 1px solid #f0f0f0; } fieldset.fields__media-edit .fields__media-edit-compact .components-drop-zone .components-drop-zone__content-inner { display: flex; align-items: center; gap: 8px; } fieldset.fields__media-edit .fields__media-edit-compact .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon { margin: 0; } fieldset.fields__media-edit .fields__media-edit-compact { position: relative; min-width: 0; } fieldset.fields__media-edit .fields__media-edit-compact:hover .fields__media-edit-compact-movers, fieldset.fields__media-edit .fields__media-edit-compact:focus-within .fields__media-edit-compact-movers { opacity: 1; } fieldset.fields__media-edit .fields__media-edit-compact .fields__media-edit-compact-movers { position: absolute; left: 8px; top: 50%; transform: translateY(-50%); opacity: 0; pointer-events: none; z-index: 1; border-radius: 2px; background: #fff; } fieldset.fields__media-edit .fields__media-edit-compact .fields__media-edit-compact-movers * { pointer-events: auto; } fieldset.fields__media-edit .fields__media-edit-picker-button:has(.fields__media-edit-placeholder):not(.fields__media-edit-expanded *) .components-drop-zone .components-drop-zone__content-inner { display: flex; align-items: center; gap: 8px; } fieldset.fields__media-edit .fields__media-edit-picker-button:has(.fields__media-edit-placeholder):not(.fields__media-edit-expanded *) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon { margin: 0; } fieldset.fields__media-edit .fields__media-edit-picker-button { position: relative; display: flex; align-items: center; gap: 8px; border: 1px dashed #949494; border-radius: 2px; padding: 4px 8px; min-height: 40px; cursor: var(--wpds-cursor-control, pointer); min-width: 0; } fieldset.fields__media-edit .fields__media-edit-picker-button:not(.has-attachment) { border-color: var(--wp-admin-theme-color); color: var(--wp-admin-theme-color); } fieldset.fields__media-edit .fields__media-edit-picker-button:not(.has-attachment):hover { background-color: color-mix(in srgb, var(--wp-admin-theme-color, #3858e9) 4%, transparent); color: var(--wp-admin-theme-color-darker-20); border-color: var(--wp-admin-theme-color-darker-20); } fieldset.fields__media-edit .fields__media-edit-picker-button:hover { color: var(--wp-admin-theme-color); } fieldset.fields__media-edit .fields__media-edit-picker-button:focus-visible { box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: none; } fieldset.fields__media-edit .fields__media-edit-picker-button[aria-disabled=true] { opacity: 0.6; cursor: default; } fieldset.fields__media-edit .fields__media-edit-picker-button .fields__media-edit-picker-button-spinner { position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); z-index: 1; } fieldset.fields__media-edit .fields__media-edit-filename, fieldset.fields__media-edit .fields__media-edit-placeholder { flex: 1; width: 100%; min-width: 0; } fieldset.fields__media-edit .fields__media-edit-placeholder { text-align: center; } fieldset.fields__media-edit .fields__media-edit-thumbnail { width: 24px; aspect-ratio: 1/1; flex-shrink: 0; border-radius: 2px; } fieldset.fields__media-edit .fields__media-edit-expanded { display: grid; gap: 8px; } fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .components-drop-zone .components-drop-zone__content-inner { display: flex; align-items: center; gap: 8px; } fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon { margin: 0; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-preview { position: relative; width: 100%; aspect-ratio: var(--fields-media-edit-expanded-multiple-aspect-ratio, 3/2); border-radius: 2px; padding: 4px; overflow: hidden; display: flex; align-items: center; justify-content: center; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-preview .fields__media-edit-expanded-preview-stack { width: 100%; height: 100%; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-overlay { position: absolute; top: 0; right: 0; left: 0; bottom: 0; opacity: 0; pointer-events: none; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-overlay * { pointer-events: auto; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-actions { position: absolute; top: 4px; left: 4px; border-radius: 2px; background: #fff; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item { position: relative; min-width: 0; border-radius: 4px; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:hover .fields__media-edit-expanded-overlay, fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:focus-within .fields__media-edit-expanded-overlay { opacity: 1; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:not(.has-preview-image) .fields__media-edit-expanded-preview-stack { padding: 8px; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-thumbnail { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-filename { text-align: center; flex: none; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-picker-button-spinner svg { margin: 0; } fieldset.fields__media-edit .fields__media-edit-expanded.is-single { grid-template-columns: 1fr; } fieldset.fields__media-edit .fields__media-edit-expanded.is-single .fields__media-edit-expanded-preview { aspect-ratio: 2/1; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-picker-button { border-radius: 4px; } fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .fields__media-edit-picker-button { border-radius: 2px; } fieldset.fields__media-edit .fields__media-edit-expanded.is-multiple:not(.is-empty) { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } @container (max-width: 500px) { fieldset.fields__media-edit .fields__media-edit-expanded.is-multiple:not(.is-empty) { grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); } } fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields__media-edit-picker-button { padding: 0; } fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields__media-edit-placeholder { display: flex; align-items: center; justify-content: center; aspect-ratio: var(--fields-media-edit-expanded-multiple-aspect-ratio, 3/2); } .fields-controls__author-avatar { flex-shrink: 0; overflow: hidden; width: 24px; height: 24px; align-items: center; justify-content: right; display: flex; } .fields-controls__author-avatar img { width: 16px; height: 16px; -o-object-fit: cover; object-fit: cover; opacity: 0; border-radius: 100%; } @media not (prefers-reduced-motion) { .fields-controls__author-avatar img { transition: opacity 0.1s linear; } } .fields-controls__author-avatar.is-loaded img { opacity: 1; } .fields-controls__author-icon { display: flex; flex-shrink: 0; width: 24px; height: 24px; } .fields-controls__author-icon svg { margin-right: -4px; fill: currentColor; } .fields-controls__author-name { text-overflow: ellipsis; overflow: hidden; } .fields-controls__slug { border: 0; padding: 0; margin: 0; } .fields-controls__slug .fields-controls__slug-external-icon { margin-right: 5ch; } .fields-controls__slug .fields-controls__slug-input input.components-input-control__input { padding-inline-start: 0 !important; } .fields-controls__slug .fields-controls__slug-help-link { word-break: break-word; } .fields-controls__slug .fields-controls__slug-help { display: flex; flex-direction: column; } .fields-controls__slug .fields-controls__slug-help .fields-controls__slug-help-slug { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .fields-controls__featured-image-image, .fields-controls__featured-image-placeholder { width: 100%; height: 100%; display: block; border-radius: 4px; } .fields-controls__featured-image-placeholder { box-shadow: none; background: #f0f0f0; } .fields-controls__parent { border: 0; padding: 0; margin: 0; } .fields-controls__password { border: 0; padding: 0; margin: 0; } .fields-controls__status-icon { height: 24px; width: 24px; } .fields-controls__status-icon svg { fill: currentColor; margin-right: -4px; } .fields-field__title > span:first-child { text-overflow: ellipsis; overflow: hidden; text-decoration: none; white-space: nowrap; display: block; flex-grow: 0; } .fields-field__pattern-title span:first-child { flex: 1; } /** * Colors */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ .media-editor-preview { box-sizing: border-box; display: flex; justify-content: center; align-items: center; min-height: 100%; padding: 32px; position: relative; } .media-editor-preview__spinner { position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); } .media-editor-preview--loading { width: 100%; height: 100%; } .media-editor-preview--image img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; width: auto; height: auto; opacity: 0; } @keyframes __wp-base-styles-fade-in { from { opacity: 0; } to { opacity: 1; } } @media not (prefers-reduced-motion) { .media-editor-preview--image img.loaded { animation: __wp-base-styles-fade-in 0.08s linear 0s; animation-fill-mode: forwards; } } .media-editor-preview--video video { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; width: auto; height: auto; } .media-editor-preview--audio audio { max-width: 100%; } .media-editor-preview--file { text-align: center; } .media-editor-preview__file-info { background: #f0f0f0; padding: 24px; border-radius: 2px; } .media-editor-preview__file-name { font-weight: var(--wpds-typography-font-weight-emphasis, 600); margin-bottom: 8px; } .media-editor-preview__mime-type { color: #757575; font-size: 0.9em; margin-bottom: 16px; } .media-editor-preview__download-link { display: inline-block; margin-top: 8px; } .media-editor-preview--error, .media-editor-preview--empty { color: #757575; text-align: center; } .media-editor-preview__url { font-size: 0.9em; color: #949494; word-break: break-all; margin-top: 8px; } .wp-media-editor-image-editor { position: relative; overflow: hidden; width: 100%; height: 100%; touch-action: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; cursor: grab; } .wp-media-editor-image-editor__canvas { position: absolute; inset: 24px; min-height: 100px; min-width: 100px; } .wp-media-editor-image-editor__canvas:focus { outline: none; } .wp-media-editor-image-editor__stage { position: absolute; inset: 0; } .wp-media-editor-image-editor--dragging { cursor: grabbing; } .wp-media-editor-image-editor__image { position: absolute; top: 0; right: 0; will-change: transform; transform-origin: center center; } .wp-media-editor-image-editor__stencil { position: absolute; pointer-events: none; } .wp-media-editor-image-editor__dimming { position: absolute; pointer-events: none; /* Large shadow spread washes everything outside the crop area toward the canvas grey ($gray-200). Slightly stronger at rest for clear crop framing, lighter during drag so the user can see where they're panning. */ box-shadow: 0 0 0 9999px rgba(224, 224, 224, 0.6); transition: box-shadow 0.15s ease; } .wp-media-editor-image-editor--dragging .wp-media-editor-image-editor__dimming { box-shadow: 0 0 0 9999px rgba(224, 224, 224, 0.4); } .wp-media-editor-image-editor__grid { position: absolute; pointer-events: none; overflow: hidden; transition: opacity 0.15s ease; } .wp-media-editor-image-editor__canvas--grid-interactive .wp-media-editor-image-editor__grid { opacity: 0; transition-delay: 0.1s; } .wp-media-editor-image-editor__canvas--show-grid .wp-media-editor-image-editor__grid { opacity: 1; transition-delay: 0s; } .wp-media-editor-image-editor__canvas--settling .wp-media-editor-image-editor__grid { opacity: 0; transition: none; } .wp-media-editor-image-editor__grid-line { position: absolute; background: rgba(255, 255, 255, 0.4); } .wp-media-editor-image-editor__grid-line--horizontal { right: 0; width: 100%; height: 1px; } .wp-media-editor-image-editor__grid-line--vertical { top: 0; height: 100%; width: 1px; } .wp-media-editor-image-editor__dimensions-tooltip { position: absolute; padding: 2px 6px; background: #fff; color: #1e1e1e; font-size: 11px; line-height: 1.4; font-variant-numeric: tabular-nums; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08); pointer-events: none; white-space: nowrap; z-index: 2; } .wp-media-editor-image-editor__stencil-rect { position: absolute; border: 1px solid #1e1e1e; box-sizing: border-box; pointer-events: none; transition: border-color 0.15s ease, box-shadow 0.15s ease; } .wp-media-editor-image-editor__canvas--focus-visible:focus .wp-media-editor-image-editor__stencil-rect { border-color: var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba)); box-shadow: 0 0 0 1px var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba)); } .wp-media-editor-image-editor__handle { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; padding: 0; font: inherit; cursor: default; position: absolute; width: 12px; height: 12px; background: #fff; border: 1px solid var(--wp-admin-theme-color, #007cba); border-radius: 50%; box-sizing: border-box; pointer-events: auto; transition: background-color 0.15s ease, box-shadow 0.15s ease; } .wp-media-editor-image-editor__handle:focus { outline: none; } .wp-media-editor-image-editor__canvas--focus-visible .wp-media-editor-image-editor__handle:focus { background: var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba)); border-color: transparent; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba)); } .wp-media-editor-image-editor__handle::before { content: ""; position: absolute; top: 50%; right: 50%; width: 44px; height: 44px; transform: translate(50%, -50%); } .wp-media-editor-image-editor__handle { /* Offset by half the handle width (12px / 2 = 6px) to center on crop edge */ } .wp-media-editor-image-editor__handle--n { top: -6px; right: 50%; margin-right: -6px; cursor: ns-resize; } .wp-media-editor-image-editor__handle--s { bottom: -6px; right: 50%; margin-right: -6px; cursor: ns-resize; } .wp-media-editor-image-editor__handle--e { top: 50%; left: -6px; margin-top: -6px; cursor: ew-resize; } .wp-media-editor-image-editor__handle--w { top: 50%; right: -6px; margin-top: -6px; cursor: ew-resize; } .wp-media-editor-image-editor__handle--nw { top: -6px; right: -6px; cursor: nesw-resize; } .wp-media-editor-image-editor__handle--ne { top: -6px; left: -6px; cursor: nwse-resize; } .wp-media-editor-image-editor__handle--sw { bottom: -6px; right: -6px; cursor: nwse-resize; } .wp-media-editor-image-editor__handle--se { bottom: -6px; left: -6px; cursor: nesw-resize; } /** * Breakpoints & Media Queries */ /** * Typography */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ .media-editor { display: flex; flex: 1; flex-direction: column; height: 100%; min-height: 0; } .media-editor .media-editor__loading { height: 100%; display: flex; align-items: center; justify-content: center; } .media-editor .interface-interface-skeleton { position: relative; top: auto; left: auto; bottom: auto; right: auto; height: 100%; max-height: none; flex: 1; flex-direction: column; } .media-editor-modal .media-editor .interface-interface-skeleton.interface-interface-skeleton { top: auto; } .media-editor .interface-interface-skeleton__editor { min-width: 0; flex: 1; } .media-editor .media-editor__content { display: flex; flex: 1; flex-direction: column; min-height: 0; margin: 0 24px; border-radius: 8px; overflow: hidden; } .media-editor .media-editor__canvas-toolbar { display: flex; flex-shrink: 0; justify-content: center; background: #e0e0e0; padding: 8px 16px; } .media-editor .media-editor__canvas-toolbar .media-editor-fine-rotation { flex: 0 1 360px; min-width: 0; } .media-editor .media-editor__canvas-area { display: flex; align-items: center; justify-content: center; background: #e0e0e0; overflow: auto; flex: 1; min-height: 0; } .media-editor .media-editor__canvas-area .media-editor-preview { height: 100%; } .media-editor .media-editor__canvas-area img, .media-editor .media-editor__canvas-area video { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; } .media-editor .media-editor__sidebar { box-sizing: border-box; } .media-editor .media-editor__sidebar *, .media-editor .media-editor__sidebar *::before, .media-editor .media-editor__sidebar *::after { box-sizing: inherit; } @media (min-width: 600px) { .media-editor .media-editor__sidebar { padding-right: 1px; } } .media-editor .media-editor__sidebar-panel { padding-bottom: 24px; } .media-editor .interface-interface-skeleton__sidebar { border-top: 0; box-shadow: none; outline: 1px solid transparent; } .media-editor .media-editor__panel { padding: 16px; } @media (min-width: 600px) { .media-editor .media-editor__panel { padding: 24px 0 0 24px; } } .media-editor .components-panel__header.media-editor__sidebar-header { padding-right: 0; padding-left: 8px; margin-left: 24px; margin-left: 0; } @media (min-width: 600px) { .media-editor .components-panel__header.media-editor__sidebar-header { margin-left: 24px; } } .media-editor .components-panel__header.media-editor__sidebar-header .components-button.has-icon { padding: 0; } @media (min-width: 600px) { .media-editor .components-panel__header.media-editor__sidebar-header .components-button.has-icon { display: flex; } } @media (min-width: 600px) and (max-width: 781px) { .media-editor .interface-interface-skeleton__sidebar:has(.interface-complementary-area__fill) { position: relative !important; } .media-editor .interface-complementary-area__fill, .media-editor .interface-complementary-area { width: 280px !important; } } @media (max-width: 599px) { .media-editor .interface-interface-skeleton__sidebar:has(.interface-complementary-area__fill) { width: 100%; } .media-editor .interface-complementary-area__fill, .media-editor .interface-complementary-area { width: 100% !important; } } .media-editor__snackbar { position: fixed; bottom: var(--wpds-dimension-size-md, 32px); right: 0; left: 0; padding-inline: 16px; box-sizing: border-box; display: flex; flex-direction: column; pointer-events: none; } .media-editor__snackbar .components-snackbar { margin-inline: auto; } .media-editor-form .dataforms-layouts-panel__field-control { text-wrap: pretty; } .media-editor-modal.components-modal__frame .components-modal__content { padding: 0; margin-bottom: 0; display: flex; flex-direction: column; min-height: 0; } .media-editor-modal.components-modal__frame .components-modal__children-container { display: flex; flex: 1; flex-direction: column; min-height: 0; } .media-editor-modal.components-modal__frame .media-editor-modal__footer { flex-shrink: 0; display: flex; gap: 16px; padding: 16px 32px 24px; background: #fff; z-index: 1000001; } .media-editor-modal.components-modal__frame .media-editor-modal__footer.is-wide { flex-direction: row; align-items: center; } .media-editor-modal.components-modal__frame .media-editor-modal__footer.is-wide .media-editor__footer-actions { margin-right: auto; } .media-editor-modal.components-modal__frame .media-editor-modal__footer.is-narrow { flex-direction: column; } .media-editor-modal.components-modal__frame .media-editor-modal__footer.is-narrow > .media-editor-image-controls { align-self: center; } .media-editor-modal__footer-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; } .media-editor-modal__footer-row .media-editor-image-controls, .media-editor-modal__footer-row .media-editor__footer-actions { margin-right: auto; } .media-editor__history-actions .components-button.has-icon:not([aria-disabled=true]) { color: var(--wp-admin-theme-color); } .media-editor-modal { display: flex; flex-direction: column; } .media-editor-modal__snackbar { position: fixed; bottom: var(--wpds-dimension-size-md, 32px); right: 0; left: 0; padding-inline: 16px; box-sizing: border-box; display: flex; flex-direction: column; pointer-events: none; } .media-editor-modal__snackbar .components-snackbar { margin-inline: auto; } .media-editor-modal__snackbar { z-index: 1000001; } .media-editor-canvas { position: relative; width: 100%; height: 100%; } .media-editor-canvas__cropper { width: 100%; height: 100%; opacity: 0; pointer-events: none; } .media-editor-canvas__cropper.is-loaded { opacity: 1; pointer-events: auto; } @keyframes __wp-base-styles-fade-in { from { opacity: 0; } to { opacity: 1; } } @media not (prefers-reduced-motion) { .media-editor-canvas__cropper.is-loaded { animation: __wp-base-styles-fade-in 0.2s linear 0s; animation-fill-mode: forwards; } } .media-editor-canvas__spinner { position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); } .media-editor-canvas__error { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #757575; text-align: center; } .media-editor-image-controls { display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; } .media-editor-image-controls.is-stacked { flex-direction: column; align-items: flex-start; gap: 24px; } .media-editor-image-controls__transforms { display: flex; gap: 48px; } .media-editor-image-controls__group { display: flex; flex-direction: column; gap: 4px; } .media-editor-image-controls__label { font-size: 11px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 1.4; text-transform: uppercase; } .media-editor-image-controls__buttons { display: flex; gap: 8px; padding-inline: 2px 0; } .media-editor-keyboard-shortcuts-modal { min-width: 280px; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__note { margin: 0 0 16px; color: #757575; font-size: 13px; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-list { list-style: none; margin: 0; padding: 0; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut { display: flex; align-items: baseline; padding: 0.6rem 0; border-top: 1px solid #ddd; margin-bottom: 0; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut:last-child { border-bottom: 1px solid #ddd; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-description { flex: 1; margin: 0; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-term { background: none; font-weight: var(--wpds-typography-font-weight-emphasis, 600); margin: 0 1rem 0 0; padding: 0; text-align: left; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-key { padding: 0.25rem 0.5rem; border-radius: 8%; margin: 0 0.2rem 0 0.2rem; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-key:last-child { margin: 0 0.2rem 0 0; } .rotation-ruler { position: relative; min-width: 180px; height: 32px; padding: 0 8px; box-sizing: border-box; color: #1e1e1e; font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; -webkit-user-select: none; -moz-user-select: none; user-select: none; touch-action: none; cursor: ew-resize; container-type: inline-size; } .rotation-ruler[data-disabled] { opacity: 0.5; pointer-events: none; cursor: default; } .rotation-ruler:has(.rotation-ruler__input:focus-visible) { outline: 2px solid var(--wp-admin-theme-color, #3858e9); outline-offset: 2px; border-radius: 4px; } .rotation-ruler__input { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap; } .rotation-ruler__pointer { position: absolute; bottom: 0; right: 50%; width: 2px; height: 18px; background: var(--wp-admin-theme-color, #3858e9); border-radius: 1px; transform: translateX(50%); pointer-events: none; } .rotation-ruler__strip { position: absolute; inset: 0; overflow: hidden; mask-image: linear-gradient(to right, transparent 0, #000 8px, #000 calc(100% - 8px), transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8px, #000 calc(100% - 8px), transparent 100%); } .rotation-ruler__ticks { position: absolute; left: 50%; top: 0; display: block; overflow: visible; } .rotation-ruler__tick { stroke: currentColor; stroke-width: 1; } .rotation-ruler__tick--minor { opacity: 0.35; } .rotation-ruler__tick--mid { opacity: 0.6; } .rotation-ruler__tick--major { opacity: 1; } .rotation-ruler__label { fill: currentColor; font-size: 10px; font-weight: 400; opacity: 0.45; } .rotation-ruler__active-label { position: absolute; top: 0; right: 50%; height: 14px; transform: translateX(50%); font-size: 12px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 14px; color: #1e1e1e; pointer-events: none; } .rotation-ruler__active-label::before { content: ""; position: absolute; top: 0; right: 50%; width: 60px; height: 100%; transform: translateX(50%); background: linear-gradient(to left, transparent 0, #e0e0e0 12px, #e0e0e0 calc(100% - 12px), transparent 100%); } .rotation-ruler__active-label-number { position: relative; display: inline-block; } .rotation-ruler__active-label-sign { position: absolute; top: 0; left: 100%; } .rotation-ruler__active-label-unit { position: absolute; top: 0; right: 100%; } @container (max-width: 220px) { .rotation-ruler__tick--minor { opacity: 0; } } @media (prefers-reduced-motion: reduce) { .rotation-ruler__ticks { transition: none; } } .editor-autocompleters__link { white-space: nowrap; gap: 8px; } .editor-autocompleters__user .editor-autocompleters__no-avatar::before { /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- dashicons don't need a generic family keyword. */ font: normal 20px/1 dashicons; content: "\f110"; margin-left: 5px; vertical-align: middle; } .editor-autocompleters__user .editor-autocompleters__user-avatar { margin-left: 8px; flex-grow: 0; flex-shrink: 0; max-width: none; width: 24px; height: 24px; } .editor-autocompleters__user .editor-autocompleters__user-name { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 200px; flex-shrink: 0; flex-grow: 1; } .editor-autocompleters__user .editor-autocompleters__user-slug { margin-right: 8px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 100px; flex-grow: 0; flex-shrink: 0; } .editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug { color: #757575; } .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) { box-shadow: none; } .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header { display: none; } .editor-collab-sidebar { height: 100%; overflow: hidden; } .editor-collab-sidebar-panel { position: relative; padding: 16px 16px 24px; height: 100%; overflow: hidden; } .editor-collab-sidebar-panel__thread, .editor-collab-sidebar-panel__add-note { position: relative; padding: 16px; border-radius: 8px; border: 1px solid #ddd; background-color: #f0f0f0; overflow: hidden; width: auto; } .editor-collab-sidebar-panel__thread.is-selected, .editor-collab-sidebar-panel__add-note.is-selected { background-color: #fff; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.04), 0 12px 12px rgba(0, 0, 0, 0.03), 0 16px 16px rgba(0, 0, 0, 0.02); z-index: 1; } .editor-collab-sidebar-panel__thread:focus, .editor-collab-sidebar-panel__add-note:focus { outline: var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color); outline-offset: calc(-1 * var(--wp-admin-border-width-focus)); } .editor-collab-sidebar-panel__thread.is-floating, .editor-collab-sidebar-panel__add-note.is-floating { right: 16px; left: 16px; position: absolute; margin-top: 16px; transform: translateY(var(--canvas-scroll, 0)); will-change: transform; max-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px) - 128px); overflow-y: auto; } .editor-collab-sidebar-panel__user-name { font-size: 12px; font-weight: 400; line-height: 16px; text-align: right; color: #757575; text-transform: capitalize; } .editor-collab-sidebar-panel__user-time { font-size: 12px; font-weight: 400; line-height: 16px; text-align: right; color: #757575; } .editor-collab-sidebar-panel__show-more-button { width: -moz-fit-content; width: fit-content; color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); cursor: var(--wpds-cursor-control, pointer); } .editor-collab-sidebar-panel__show-more-button:hover, .editor-collab-sidebar-panel__show-more-button:focus, .editor-collab-sidebar-panel__show-more-button:active { color: var(--wpds-color-foreground-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 52%, black)); } .editor-collab-sidebar-panel__note-content { overflow-wrap: break-word; } .editor-collab-sidebar-panel__note-content p:last-child { margin-bottom: 0; } .editor-collab-sidebar-panel__note-content.is-collapsed { -webkit-line-clamp: 3; line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; } .editor-collab-sidebar-panel__user-avatar { border-radius: 50%; flex-shrink: 0; border-width: var(--wp-admin-border-width-focus); border-style: solid; padding: var(--wp-admin-border-width-focus); background: #fff; } .editor-collab-sidebar-panel__note-actions { margin-right: auto; } .editor-collab-sidebar-panel__note-actions button.has-icon:not(.has-text) { min-width: 24px; padding: 0; width: 24px; height: 24px; flex-shrink: 0; } .editor-collab-sidebar-panel__more-reply-separator::before, .editor-collab-sidebar-panel__more-reply-separator::after, .editor-collab-sidebar-panel__status-separator::before, .editor-collab-sidebar-panel__status-separator::after { content: ""; flex: 1; height: 1px; background-color: #ddd; } .editor-collab-sidebar-panel__more-reply-button { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .editor-collab-sidebar-panel__deleted-block-notice { font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: #757575; } .editor-collab-sidebar-panel__resolution-text { font-style: italic; } .editor-collab-sidebar-panel__note-form [role=textbox] { line-height: 20px; max-height: 418px; overflow-y: auto; white-space: pre-wrap; overflow-wrap: break-word; } .editor-collab-sidebar-panel__note-form [role=textbox] code { font-family: Menlo, Consolas, monaco, monospace; font-size: 0.9em; padding: 0 2px; background: #f0f0f0; border-radius: 2px; } .editor-collab-sidebar-panel__note-form [role=textbox] a { color: var(--wp-admin-theme-color); text-decoration: underline; } .editor-collab-sidebar-panel__skip-to-note, .editor-collab-sidebar-panel__skip-to-block { position: absolute; top: -9999px; left: -9999px; overflow: hidden; clip-path: inset(50%); background: #fff !important; z-index: -1; } .editor-collab-sidebar-panel__skip-to-note:focus, .editor-collab-sidebar-panel__skip-to-block:focus { overflow: visible; clip-path: none; z-index: 1; left: 8px; } .editor-collab-sidebar-panel__skip-to-note:focus { top: 8px; } .editor-collab-sidebar-panel__skip-to-block:focus { top: auto; bottom: 8px; } .editor-note-indicator__avatar { width: 24px; border-radius: 50%; margin-right: -12px; border-width: var(--wp-admin-border-width-focus); border-style: solid; padding: var(--wp-admin-border-width-focus); background: #fff; box-sizing: border-box; } .editor-note-indicator__avatar:first-child { margin-right: 0; } .editor-note-indicator__overflow { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .show-icon-labels .editor-note-indicator { width: auto; } .show-icon-labels .editor-note-indicator div { display: none; } .show-icon-labels .editor-note-indicator::after { content: attr(aria-label); font-size: 12px; } mark.wp-note { border-radius: 1px; transition: background-color 0.1s ease-in-out; } .wp-note-mention { display: inline; padding: 0 var(--wpds-dimension-padding-xs, 4px); border-radius: var(--wpds-border-radius-sm, 2px); background: var(--wpds-color-background-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 9%, white)); color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); font-weight: var(--wpds-typography-font-weight-emphasis, 600); } @media (forced-colors: active) { .wp-note-mention { border: 1px solid; } } .editor-collab-sidebar-panel__mention-suggestion .editor-autocompleters__user-avatar { border-radius: 50%; } .editor-avatar { position: relative; display: inline-flex; align-items: center; border-radius: 9999px; flex-shrink: 0; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 1px 1px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02), 0 3px 3px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.01); } .editor-avatar__image { box-sizing: border-box; position: relative; width: 32px; height: 32px; border-radius: 9999px; border: 0; background-color: var(--wp-admin-theme-color, #3858e9); overflow: hidden; overflow: clip; flex-shrink: 0; font-size: 0; color: #fff; } .is-small > .editor-avatar__image { width: 24px; height: 24px; } .has-avatar-border-color > .editor-avatar__image { border: var(--wp-admin-border-width-focus) solid var(--editor-avatar-outline-color); background-clip: padding-box; } .has-avatar-border-color > .editor-avatar__image::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus, 2px) #fff; pointer-events: none; z-index: 1; } .editor-avatar__img { position: absolute; inset: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: inherit; opacity: 0; } .has-src > .editor-avatar__image > .editor-avatar__img { opacity: 1; } .editor-avatar:not(.has-src) > .editor-avatar__image { display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); border: 0; background-clip: border-box; } .editor-avatar:not(.has-src) > .editor-avatar__image::after { content: none; } .editor-avatar:not(.has-src).has-avatar-border-color > .editor-avatar__image { background-color: var(--editor-avatar-outline-color); } .editor-avatar__name { font-size: 13px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 20px; color: var(--editor-avatar-name-color, #fff); min-width: 0; padding-bottom: 2px; overflow: hidden; opacity: 0; white-space: nowrap; transition: opacity 0.15s cubic-bezier(0.15, 0, 0.15, 1); } .editor-avatar.is-badge { display: inline-grid; grid-template-columns: min-content 0fr; -moz-column-gap: 0; column-gap: 0; padding-inline-end: 0; background-color: var(--wp-admin-theme-color, #3858e9); transition: grid-template-columns 0.3s cubic-bezier(0.15, 0, 0.15, 1), column-gap 0.3s cubic-bezier(0.15, 0, 0.15, 1), padding-inline-end 0.3s cubic-bezier(0.15, 0, 0.15, 1); transition: grid-template-columns 0.3s cubic-bezier(0.15, 0, 0.15, 1), column-gap 0.3s cubic-bezier(0.15, 0, 0.15, 1), padding-inline-end 0.3s cubic-bezier(0.15, 0, 0.15, 1), -moz-column-gap 0.3s cubic-bezier(0.15, 0, 0.15, 1); } .editor-avatar.is-badge:hover { grid-template-columns: min-content 1fr; -moz-column-gap: 4px; column-gap: 4px; padding-inline-end: 8px; transition-timing-function: cubic-bezier(0.85, 0, 0.85, 1); } .editor-avatar.is-badge:hover .editor-avatar__name { opacity: 1; transition-timing-function: cubic-bezier(0.85, 0, 0.85, 1); } .editor-avatar.is-badge.has-avatar-border-color { background-color: var(--editor-avatar-outline-color); } .editor-avatar.is-dimmed > .editor-avatar__image { opacity: 0.5; background-color: #757575; } .editor-avatar.is-dimmed.has-avatar-border-color > .editor-avatar__image { border-color: #757575; } .editor-avatar.is-dimmed .editor-avatar__img { filter: grayscale(1); } .editor-avatar__status-indicator { position: absolute; top: 0; right: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; z-index: 1; color: #1e1e1e; fill: #1e1e1e; } .is-small > .editor-avatar__status-indicator { width: 24px; height: 24px; } .editor-avatar__status-indicator svg { width: 75%; height: 75%; } @media (prefers-reduced-motion: reduce) { .editor-avatar.is-badge, .editor-avatar__name { transition: none; } } .editor-avatar-group { display: flex; align-items: center; } .editor-avatar-group > .editor-avatar + .editor-avatar { margin-inline-start: -8px; } .editor-avatar-group > .editor-avatar { position: relative; } .editor-avatar-group > .editor-avatar:nth-child(1) { z-index: 10; } .editor-avatar-group > .editor-avatar:nth-child(2) { z-index: 9; } .editor-avatar-group > .editor-avatar:nth-child(3) { z-index: 8; } .editor-avatar-group > .editor-avatar:nth-child(4) { z-index: 7; } .editor-avatar-group > .editor-avatar:nth-child(5) { z-index: 6; } .editor-avatar-group > .editor-avatar:nth-child(6) { z-index: 5; } .editor-avatar-group > .editor-avatar:nth-child(7) { z-index: 4; } .editor-avatar-group > .editor-avatar:nth-child(8) { z-index: 3; } .editor-avatar-group > .editor-avatar:nth-child(9) { z-index: 2; } .editor-avatar-group > .editor-avatar:nth-child(10) { z-index: 1; } .editor-avatar-group__overflow { margin-inline-start: 4px; margin-inline-end: 4px; font-size: 12px; line-height: 20px; color: #1e1e1e; white-space: nowrap; } .editor-collaborators-presence__list.components-popover .components-popover__content { border: 1px solid #ddd; border-width: 1px 1px 0 0; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.02); } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-content { min-width: 280px; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header { display: flex; justify-content: space-between; align-items: center; padding: 8px 16px; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-title { font-size: 13px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 20px; display: flex; gap: 4px; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-title span { color: #757575; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-action { padding: 0; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-action button { color: #1e1e1e; height: 32px; width: 32px; padding: 0; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-items { display: flex; flex-direction: column; padding-bottom: 16px; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item { all: unset; box-sizing: border-box; display: flex; align-items: center; padding: 12px 16px; gap: 8px; width: 100%; cursor: var(--wpds-cursor-control, pointer); transition: background-color 0.2s ease; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:hover:not(:disabled) { background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04); } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:active:not(:disabled) { background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08); } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:focus-visible { outline: 2px solid var(--wp-admin-theme-color, #3858e9); outline-offset: -2px; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:disabled { cursor: default; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item-info { display: flex; flex-direction: column; flex: 1; min-width: 0; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item-name { font-size: 13px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 20px; color: #1e1e1e; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .editor-collaborators-presence { display: flex; align-items: center; flex-shrink: 0; height: 32px; background: #f0f0f0; border-radius: 4px; } .editor-collaborators-presence:hover { background-color: #e0e0e0; } .editor-collaborators-presence:has(.is-pressed) { background-color: #e0e0e0; } .editor-header__center .editor-collaborators-presence { margin-left: 8px; } .editor-collaborators-presence__button.editor-collaborators-presence__button.components-button { display: flex; align-items: center; cursor: var(--wpds-cursor-control, pointer); position: relative; padding: 4px; border-radius: 4px; height: 100%; box-sizing: border-box; color: #2f2f2f; background: transparent; } .editor-collaborators-presence__button.editor-collaborators-presence__button.components-button:hover { background: transparent; color: #2f2f2f; } .editor-collaborators-presence__button.editor-collaborators-presence__button.components-button.is-pressed, .editor-collaborators-presence__button.editor-collaborators-presence__button.components-button.is-pressed:hover { background: transparent; color: #2f2f2f; } .editor-collaborators-presence__button.editor-collaborators-presence__button.components-button:focus:not(:active) { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus, 2px) var(--wp-admin-theme-color, #007cba); outline: none; } .editor-collapsible-block-toolbar { overflow: hidden; display: flex; align-items: center; height: 64px; } .editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar { border-bottom: 0; height: 100%; background: transparent; } .editor-collapsible-block-toolbar .block-editor-block-toolbar { height: 100%; padding-top: 17px; } .editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button) { height: 32px; } .editor-collapsible-block-toolbar::after { content: ""; width: 1px; height: 24px; background-color: #ddd; margin-left: 7px; } .editor-collapsible-block-toolbar .components-toolbar-group, .editor-collapsible-block-toolbar .components-toolbar { border-left: none; position: relative; } .editor-collapsible-block-toolbar .components-toolbar-group::after, .editor-collapsible-block-toolbar .components-toolbar::after { content: ""; width: 1px; height: 24px; background-color: #ddd; top: 4px; position: absolute; left: -1px; } .editor-collapsible-block-toolbar .components-toolbar-group .components-toolbar-group.components-toolbar-group::after, .editor-collapsible-block-toolbar .components-toolbar .components-toolbar-group.components-toolbar-group::after { display: none; } .editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button { height: 32px; overflow: visible; } @media (min-width: 600px) { .editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container { height: 40px; position: relative; top: -4px; } } .editor-collapsible-block-toolbar.is-collapsed { display: none; } .editor-block-visibility__disabled-blocks-count { border: 1px solid #ddd; border-width: 1px 0; box-shadow: 32px 0 0 0 #fff, -32px 0 0 0 #fff; padding: 8px; background-color: #fff; text-align: center; position: sticky; top: -5px; z-index: 1; } .editor-block-visibility__disabled-blocks-count ~ .block-editor-block-manager__content .block-editor-block-manager__category-title { top: 31px; } .editor-block-visibility__disabled-blocks-count .is-link { margin-right: 12px; } .editor-blog-title-dropdown__content .components-popover__content { min-width: 320px; padding: 16px; } .editor-document-bar { display: flex; align-items: center; height: 32px; justify-content: space-between; min-width: 0; background: #f0f0f0; border-radius: 4px; width: min(100%, 450px); } .editor-document-bar:hover { background-color: #e0e0e0; } .editor-document-bar .components-button { border-radius: 4px; } @media not (prefers-reduced-motion) { .editor-document-bar .components-button { transition: background-color 0.1s ease-out; } } .editor-document-bar .components-button:hover { background: #e0e0e0; } @media screen and (min-width: 782px) and (max-width: 960px) { .editor-document-bar.has-back-button .editor-document-bar__post-type-label { display: none; } } .editor-document-bar__command { flex-grow: 1; color: var(--wp-block-synced-color); overflow: hidden; } .editor-document-bar__title { overflow: hidden; color: #1e1e1e; margin: 0 auto; max-width: 70%; } .editor-document-bar__title h1 { display: flex; align-items: center; justify-content: center; font-weight: 400; white-space: nowrap; overflow: hidden; } .editor-document-bar__post-title { color: currentColor; flex: 1; overflow: hidden; text-overflow: ellipsis; } .editor-document-bar__post-type-label { flex: 0; color: #2f2f2f; padding-right: 4px; } @media screen and (max-width: 600px) { .editor-document-bar__post-type-label { display: none; } } .editor-document-bar__back.components-button.has-icon.has-text { min-width: 36px; flex-shrink: 0; color: #757575; gap: 0; z-index: 1; position: absolute; } .editor-document-bar__back.components-button.has-icon.has-text:hover { color: #1e1e1e; background-color: transparent; } .editor-document-bar__icon-layout.editor-document-bar__icon-layout { position: absolute; margin-right: 12px; display: none; pointer-events: none; } .editor-document-bar__icon-layout.editor-document-bar__icon-layout svg { fill: #949494; } @media (min-width: 600px) { .editor-document-bar__icon-layout.editor-document-bar__icon-layout { display: flex; } } .document-outline ul { margin: 0; padding: 0; } .document-outline__item { display: flex; margin: 4px 0; } .document-outline__item a { text-decoration: none; } .document-outline__item .document-outline__emdash::before { color: #ddd; margin-left: 4px; } .document-outline__item.is-h2 .document-outline__emdash::before { content: "—"; } .document-outline__item.is-h3 .document-outline__emdash::before { content: "——"; } .document-outline__item.is-h4 .document-outline__emdash::before { content: "———"; } .document-outline__item.is-h5 .document-outline__emdash::before { content: "————"; } .document-outline__item.is-h6 .document-outline__emdash::before { content: "—————"; } .document-outline__button { cursor: var(--wpds-cursor-control, pointer); background: none; border: none; display: flex; align-items: flex-start; margin: 0 -1px 0 0; padding: 2px 1px 2px 5px; color: #1e1e1e; text-align: right; border-radius: 2px; } .document-outline__button[aria-disabled=true], .document-outline__button:disabled { cursor: default; color: #757575; } .document-outline__button:focus { box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; } .document-outline__level { background: #ddd; color: #1e1e1e; border-radius: 3px; font-size: 13px; padding: 1px 6px; margin-left: 4px; } .is-invalid .document-outline__level { background: #f0b849; } .document-outline__item-content { padding: 1px 0; } .editor-document-outline.has-no-headings > svg { margin-top: 28px; } .editor-document-outline.has-no-headings > p { padding-right: 32px; padding-left: 32px; } .editor-document-outline.has-no-headings { text-align: center; color: #757575; } .editor-document-tools { display: inline-flex; align-items: center; } .editor-document-tools .editor-document-tools__left > .editor-history__redo, .editor-document-tools .editor-document-tools__left > .editor-history__undo { display: none; } @media (min-width: 782px) { .editor-document-tools .editor-document-tools__left > .editor-history__redo, .editor-document-tools .editor-document-tools__left > .editor-history__undo { display: inline-flex; } } .editor-document-tools .editor-document-tools__left > .editor-document-tools__inserter-toggle { display: inline-flex; } @media not (prefers-reduced-motion) { .editor-document-tools .editor-document-tools__left > .editor-document-tools__inserter-toggle svg { transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; } } .editor-document-tools .editor-document-tools__left > .editor-document-tools__inserter-toggle.is-pressed svg { transform: rotate(-45deg); } .editor-document-tools .block-editor-list-view { display: none; } @media (min-width: 600px) { .editor-document-tools .block-editor-list-view { display: flex; } } .editor-document-tools .editor-document-tools__left > .components-button.has-icon, .editor-document-tools .editor-document-tools__left > .components-dropdown > .components-button.has-icon { height: 32px; min-width: 32px; padding: 4px; } .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 { background: #1e1e1e; } .editor-document-tools .editor-document-tools__left > .components-button.has-icon:focus:not(:active), .editor-document-tools .editor-document-tools__left > .components-dropdown > .components-button.has-icon:focus:not(:active) { outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); outline-offset: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)); } .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 { display: none; } .editor-document-tools__left { display: inline-flex; align-items: center; gap: 8px; } .editor-document-tools__left:not(:last-child) { margin-inline-end: 8px; } .show-icon-labels .editor-document-tools .editor-document-tools__left > .editor-document-tools__inserter-toggle.has-icon { width: auto; padding: 0 8px; } .show-icon-labels .editor-document-tools__left > * + * { margin-right: 8px; } .editor-editor-interface .entities-saved-states__panel-header { height: 65px; } .editor-editor-interface .interface-interface-skeleton__content { isolation: isolate; } .editor-notices.notices-inline-notices-wrapper, .editor-notices .components-notice-list { gap: 0; } .editor-notices .components-notice { border-top-width: 0; border-inline-width: 0; } .editor-visual-editor { flex: 1 0 auto; } .editor-notices__dismissible, .editor-notices__pinned { position: relative; right: 0; top: 0; left: 0; } .entities-saved-states__panel-header { box-sizing: border-box; background: #fff; padding-right: 16px; padding-left: 16px; height: 64px; border-bottom: 1px solid #ddd; } .entities-saved-states__text-prompt { padding: 16px; padding-bottom: 4px; } .entities-saved-states__text-prompt .entities-saved-states__text-prompt--header { display: block; margin-bottom: 12px; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt { padding: 0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body { padding-right: 0; padding-left: 0; border: 0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body > h2 { margin-right: -16px; margin-left: -16px; margin-bottom: 0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body > h2 button { font-size: 11px; text-transform: uppercase; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper { display: none; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count { margin-top: 0; margin-bottom: 8px; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-footer { margin-top: 16px; } .entities-saved-states__change-control { flex: 1; } .entities-saved-states__changes { font-size: 13px; margin: 4px 24px 0 16px; list-style: disc; } .entities-saved-states__changes li { margin-bottom: 4px; } .editor-error-boundary { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; margin: auto; max-width: 780px; padding: 1em; margin-top: 64px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08), 0 15px 27px rgba(0, 0, 0, 0.07), 0 30px 36px rgba(0, 0, 0, 0.04), 0 50px 43px rgba(0, 0, 0, 0.02); border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; } .editor-global-styles-header__description { padding: 0 16px; } .editor-global-styles-header { margin-bottom: 0 !important; } .editor-global-styles-sidebar { display: flex; flex-direction: column; min-height: 100%; } .editor-global-styles-sidebar__panel { flex: 1; } .editor-global-styles-sidebar .editor-global-styles-sidebar__header-title { margin: 0; } .editor-global-styles-sidebar .editor-global-styles-sidebar__header-actions { flex: 1; } .editor-global-styles-sidebar .block-editor-panel-color-gradient-settings { border: 0; } .editor-global-styles-sidebar .single-column { grid-column: span 1; } .editor-global-styles-sidebar .components-tools-panel .span-columns { grid-column: 1/-1; } .editor-global-styles-sidebar__blocks-group { padding-top: 24px; border-top: 1px solid #e0e0e0; } .editor-global-styles-sidebar__blocks-group-help { padding: 0 16px; } .global-styles-ui-color-palette-panel, .global-styles-ui-gradient-palette-panel { padding: 16px; } .editor-global-styles-sidebar hr { margin: 0; } .show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon { width: auto; } .show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon svg { display: none; } .show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon::after { content: attr(aria-label); font-size: 12px; } .editor-welcome-guide { width: 312px; } .editor-welcome-guide.guide-styles .editor-welcome-guide__image { background: #00a0d2; } .editor-welcome-guide__image { margin: 0 0 16px; } .editor-welcome-guide__image > img { display: block; max-width: 100%; -o-object-fit: cover; object-fit: cover; } .editor-welcome-guide__heading { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 24px; line-height: 1.4; margin: 16px 0 16px 0; padding: 0 32px; } .editor-welcome-guide__text { font-size: 13px; line-height: 1.4; margin: 0 0 16px 0; padding: 0 32px; } .editor-welcome-guide__text img { vertical-align: bottom; } .editor-welcome-guide .components-button:hover svg { fill: #fff; } .editor-header { box-sizing: border-box; } .editor-header *, .editor-header *::before, .editor-header *::after { box-sizing: inherit; } .editor-header { height: 64px; background: #fff; display: grid; grid-auto-flow: row; grid-template: auto/auto minmax(0, max-content) minmax(min-content, 1fr) 64px; } .editor-header:has(> .editor-header__center) { grid-template: auto/auto min-content 1fr min-content 64px; } @media (min-width: 782px) { .editor-header:has(> .editor-header__center) { grid-template: auto/auto minmax(min-content, 2fr) 2.5fr minmax(min-content, 2fr) 64px; } } @media (min-width: 480px) { .editor-header { gap: 16px; } } .editor-header { align-items: center; max-width: 100vw; justify-content: space-between; } @media (min-width: 280px) { .editor-header { flex-wrap: nowrap; } } .editor-header__back-button { margin: 0 8px 0 -8px; } .show-icon-labels .editor-header__back-button { margin-left: 0; } .editor-header__toolbar { grid-column: 1/3; } .editor-header__toolbar > :first-child { margin-inline: 16px 0; } .editor-header__back-button + .editor-header__toolbar { grid-column: 2/3; } @media (min-width: 480px) { .editor-header__back-button + .editor-header__toolbar > :first-child { margin-inline: 0; } } .editor-header__toolbar { display: flex; min-width: 0; align-items: center; clip-path: inset(-2px); } @media (min-width: 480px) { .editor-header__toolbar { clip-path: none; } } .editor-header__toolbar .table-of-contents { display: none; } @media (min-width: 600px) { .editor-header__toolbar .table-of-contents { display: block; } } .editor-header__toolbar .editor-collapsible-block-toolbar { margin-inline: 8px 0; } .editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed ~ .editor-collapsible-block-toolbar__toggle { margin-inline: 8px 0; } .editor-header__center { grid-column: 3/4; display: flex; justify-content: center; align-items: center; min-width: 0; } @media (max-width: 479px) { .editor-header__center > :first-child { margin-inline-start: 8px; } .editor-header__center > :last-child { margin-inline-end: 8px; } } /** * Buttons on the right side */ .editor-header__settings { grid-column: 3/-1; } .editor-header:has(> .editor-header__center) .editor-header__settings { grid-column: 4/-1; } .editor-header__settings { justify-self: end; display: inline-flex; align-items: center; flex-wrap: nowrap; padding-left: 4px; } @media (min-width: 600px) { .editor-header__settings { padding-left: 8px; } } .editor-header__settings { gap: 8px; } /** * Show icon labels. */ .show-icon-labels.interface-pinned-items .components-button.has-icon, .show-icon-labels .editor-header .components-button.has-icon { width: auto; } .show-icon-labels.interface-pinned-items .components-button.has-icon svg, .show-icon-labels .editor-header .components-button.has-icon svg { display: none; } .show-icon-labels.interface-pinned-items .components-button.has-icon::after, .show-icon-labels .editor-header .components-button.has-icon::after { content: attr(aria-label); white-space: nowrap; } .show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true], .show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true] { background-color: transparent; } .show-icon-labels.interface-pinned-items .is-tertiary:active, .show-icon-labels .editor-header .is-tertiary:active { box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); background-color: transparent; } .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg, .show-icon-labels .editor-header .components-button.has-icon.button-toggle svg { display: block; } .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle::after, .show-icon-labels .editor-header .components-button.has-icon.button-toggle::after { content: none; } .show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon, .show-icon-labels .editor-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon { display: block; } .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, .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 { padding-right: 8px; padding-left: 8px; } @media (min-width: 600px) { .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, .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 { padding-right: 12px; padding-left: 12px; } } .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, .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 { content: none; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover { border-right: none; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover::before { content: ""; width: 1px; height: 24px; background-color: #ddd; margin-top: 4px; margin-right: 8px; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container::before { width: calc(100% - 24px); background: #ddd; right: calc(50% + 1px); } .show-icon-labels.interface-pinned-items { padding: 6px 12px 12px; margin-top: 0; margin-bottom: 0; margin-right: -12px; margin-left: -12px; border-bottom: 1px solid #ccc; display: block; } .show-icon-labels.interface-pinned-items > .components-button.has-icon { margin: 0; padding: 6px 8px 6px 6px; width: 14.625rem; justify-content: flex-start; } .show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=true] svg { display: block; max-width: 24px; } .show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=false] { padding-right: 40px; } .show-icon-labels.interface-pinned-items > .components-button.has-icon svg { margin-left: 8px; } @media (min-width: 480px) { .editor-header__post-preview-button { display: none; } } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header { border-bottom: none; } .editor-editor-interface.is-distraction-free .editor-header { background-color: #fff; width: 100%; } @media (min-width: 782px) { .editor-editor-interface.is-distraction-free .editor-header { box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133); position: absolute; } } .editor-editor-interface.is-distraction-free .editor-header > .edit-post-header__settings > .edit-post-header__post-preview-button { visibility: hidden; } .editor-editor-interface.is-distraction-free .editor-header > .editor-header__toolbar .editor-document-tools__document-overview-toggle, .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__settings > .editor-zoom-out-toggle { display: none; } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within { opacity: 1 !important; } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div { transform: translateX(0) translateZ(0) !important; } .editor-editor-interface.is-distraction-free .components-editor-notices__dismissible { position: absolute; z-index: 35; } .components-popover.more-menu-dropdown__content { z-index: 99998; } .editor-inserter-sidebar { box-sizing: border-box; } .editor-inserter-sidebar *, .editor-inserter-sidebar *::before, .editor-inserter-sidebar *::after { box-sizing: inherit; } .editor-inserter-sidebar { height: 100%; display: flex; flex-direction: column; } .editor-inserter-sidebar__content { height: 100%; } .editor-keyboard-shortcut-help-modal__section { margin: 0 0 2rem 0; } .editor-keyboard-shortcut-help-modal__section-title { font-size: 0.9rem; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .editor-keyboard-shortcut-help-modal__shortcut { display: flex; align-items: baseline; padding: 0.6rem 0; border-top: 1px solid #ddd; margin-bottom: 0; } .editor-keyboard-shortcut-help-modal__shortcut:last-child { border-bottom: 1px solid #ddd; } .editor-keyboard-shortcut-help-modal__shortcut:empty { display: none; } .editor-keyboard-shortcut-help-modal__shortcut-term { font-weight: var(--wpds-typography-font-weight-emphasis, 600); margin: 0 1rem 0 0; text-align: left; } .editor-keyboard-shortcut-help-modal__shortcut-description { flex: 1; margin: 0; } .editor-keyboard-shortcut-help-modal__shortcut-key-combination { display: block; background: none; margin: 0; padding: 0; } .editor-keyboard-shortcut-help-modal__shortcut-key-combination + .editor-keyboard-shortcut-help-modal__shortcut-key-combination { margin-top: 10px; } .editor-keyboard-shortcut-help-modal__shortcut-key { padding: 0.25rem 0.5rem; border-radius: 8%; margin: 0 0.2rem 0 0.2rem; } .editor-keyboard-shortcut-help-modal__shortcut-key:last-child { margin: 0 0.2rem 0 0; } .editor-list-view-sidebar { height: 100%; } @media (min-width: 782px) { .editor-list-view-sidebar { width: 350px; } } .editor-list-view-sidebar__list-view-panel-content, .editor-list-view-sidebar__list-view-container > .document-outline { height: 100%; } .editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar, .editor-list-view-sidebar__list-view-container > .document-outline::-webkit-scrollbar { width: 12px; height: 12px; } .editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track, .editor-list-view-sidebar__list-view-container > .document-outline::-webkit-scrollbar-track { background-color: transparent; } .editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb, .editor-list-view-sidebar__list-view-container > .document-outline::-webkit-scrollbar-thumb { background-color: transparent; border-radius: 8px; border: 3px solid transparent; background-clip: padding-box; } .editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb, .editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb, .editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb, .editor-list-view-sidebar__list-view-container > .document-outline:hover::-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:focus-within::-webkit-scrollbar-thumb { background-color: #949494; } .editor-list-view-sidebar__list-view-panel-content, .editor-list-view-sidebar__list-view-container > .document-outline { scrollbar-width: thin; scrollbar-gutter: stable both-edges; scrollbar-color: transparent transparent; } .editor-list-view-sidebar__list-view-panel-content: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-container > .document-outline:hover, .editor-list-view-sidebar__list-view-container > .document-outline:focus, .editor-list-view-sidebar__list-view-container > .document-outline:focus-within { scrollbar-color: #949494 transparent; } .editor-list-view-sidebar__list-view-panel-content, .editor-list-view-sidebar__list-view-container > .document-outline { will-change: transform; } @media (hover: none) { .editor-list-view-sidebar__list-view-panel-content, .editor-list-view-sidebar__list-view-container > .document-outline { scrollbar-color: #949494 transparent; } } .editor-list-view-sidebar__list-view-panel-content, .editor-list-view-sidebar__list-view-container > .document-outline { overflow: auto; scrollbar-gutter: auto; } .editor-list-view-sidebar__list-view-panel-content { padding: 4px; } .editor-list-view-sidebar__list-view-container { display: flex; flex-direction: column; height: 100%; } .editor-list-view-sidebar__list-view-container > .document-outline { padding: 16px; } .editor-list-view-sidebar__tab-panel { height: 100%; } .editor-list-view-sidebar__outline { display: flex; flex-direction: column; gap: 8px; border-bottom: 1px solid #ddd; padding: 16px; } .editor-list-view-sidebar__outline > div > span:first-child { width: 90px; display: inline-block; } .editor-list-view-sidebar__outline > div > span { font-size: 12px; line-height: 1.4; color: #757575; } .editor-post-parent__panel, .editor-post-order__panel { padding-top: 8px; } .editor-post-parent__panel .editor-post-panel__row-control > div, .editor-post-order__panel .editor-post-panel__row-control > div { width: 100%; } .editor-post-parent__panel-dialog .editor-post-parent, .editor-post-parent__panel-dialog .editor-post-order, .editor-post-order__panel-dialog .editor-post-parent, .editor-post-order__panel-dialog .editor-post-order { margin: 8px; } .editor-post-parent__panel-dialog .components-popover__content, .editor-post-order__panel-dialog .components-popover__content { min-width: 320px; } .editor-post-author__panel { padding-top: 8px; } .editor-post-author__panel .editor-post-panel__row-control > div { width: 100%; } .editor-post-author__panel-dialog .editor-post-author { min-width: 248px; margin: 8px; } .editor-action-modal { z-index: 1000001; } .editor-post-card-panel__content { flex-grow: 1; } .editor-post-card-panel__title { width: 100%; } .editor-post-card-panel__title.editor-post-card-panel__title { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: var(--wpds-typography-font-weight-emphasis, 600); font-size: 13px; line-height: 20px; margin: 0; display: flex; align-items: center; flex-wrap: wrap; -moz-column-gap: 8px; column-gap: 8px; row-gap: 4px; word-break: break-word; } .editor-post-card-panel__icon { flex: 0 0 24px; width: 24px; height: 24px; } .editor-post-card-panel__header { display: flex; justify-content: space-between; } .editor-post-card-panel.has-description .editor-post-card-panel__header { margin-bottom: 8px; } .editor-post-card-panel .editor-post-card-panel__title-name { padding: 2px 0; } .editor-post-card-panel .editor-post-card-panel__description { color: #757575; } .editor-post-content-information { color: #757575; } .editor-post-content-information .components-text { color: inherit; } .editor-post-discussion__panel-dialog .editor-post-discussion { min-width: 248px; margin: 8px; } .editor-post-discussion__panel-toggle .components-text { color: inherit; } .editor-post-discussion__panel-dialog .components-popover__content { min-width: 320px; } .editor-post-excerpt__textarea { width: 100%; margin-bottom: 10px; } .editor-post-excerpt__dropdown__content .components-popover__content { min-width: 320px; padding: 16px; } .editor-post-featured-image { padding: 0; } .editor-post-featured-image .hidden { display: none; } .editor-post-featured-image .components-spinner { position: absolute; top: 50%; right: 50%; margin-top: -9px; margin-right: -9px; } .editor-post-featured-image__container { position: relative; } .editor-post-featured-image__container:hover .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image), .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) { opacity: 1; } .editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image { opacity: 1; margin-top: 16px; } .editor-post-featured-image__container .components-drop-zone__content { border-radius: 2px; } .editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner { display: flex; align-items: center; gap: 8px; } .editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon { margin: 0; } .editor-post-featured-image__toggle, .editor-post-featured-image__preview { width: 100%; padding: 0; border-color: #ccc; overflow: hidden; outline-offset: -1px; min-height: 40px; display: flex; justify-content: center; } .editor-post-featured-image__preview { height: auto !important; outline: 1px solid rgba(0, 0, 0, 0.1); background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0); background-position: 0 0, 12px 12px; background-size: 24px 24px; } .editor-post-featured-image__preview .editor-post-featured-image__preview-image { -o-object-fit: cover; object-fit: cover; width: 100%; -o-object-position: 50% 50%; object-position: 50% 50%; aspect-ratio: 2/1; } .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) { bottom: 0; opacity: 0; padding: 8px; position: absolute; } @media not (prefers-reduced-motion) { .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) { transition: opacity 50ms ease-out; } } .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action { backdrop-filter: blur(16px) saturate(180%); background: rgba(255, 255, 255, 0.75); } .editor-post-featured-image__actions .editor-post-featured-image__action { flex-grow: 1; justify-content: center; } [class].editor-post-format__suggestion { margin: 4px 0 0 0; } .editor-post-format__dialog .editor-post-format__dialog-content { min-width: 248px; margin: 8px; } .editor-post-last-edited-panel { color: #757575; } .editor-post-last-edited-panel .components-text { color: inherit; } .editor-post-last-revision__title { width: 100%; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .editor-post-last-revision__title.components-button.has-icon { height: 100%; justify-content: space-between; } .editor-post-last-revision__title.components-button.has-icon:hover, .editor-post-last-revision__title.components-button.has-icon:active { background: #f0f0f0; } .editor-post-last-revision__title.components-button.has-icon:focus { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); border-radius: 0; } .components-panel__body.is-opened.editor-post-last-revision__panel { padding: 0; height: 48px; } .components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button { padding: 16px; } .editor-post-locked-modal__buttons { margin-top: 24px; } .editor-post-locked-modal__avatar { border-radius: 50%; margin-top: 16px; min-width: initial !important; } .editor-post-panel__row { width: 100%; min-height: 32px; justify-content: flex-start !important; align-items: flex-start !important; } .editor-post-panel__row-label { width: 38%; flex-shrink: 0; min-height: 32px; display: flex; align-items: center; padding: 6px 0; line-height: 20px; hyphens: auto; word-break: break-word; } .editor-post-panel__row-control { flex-grow: 1; min-height: 32px; display: flex; align-items: center; } .editor-post-panel__row-control .components-button { max-width: 100%; text-align: right; white-space: normal; text-wrap: balance; text-wrap: pretty; height: auto; min-height: 32px; font-weight: var(--wpds-typography-font-weight-default, 400); } .editor-post-panel__row-control .components-dropdown { max-width: 100%; } .editor-post-panel__section { padding: 16px; } .editor-post-publish-panel__content { min-height: calc(100% - 148px); } .editor-post-publish-panel__content > .components-spinner { display: block; margin: 100px auto 0; } .editor-post-publish-panel__header { background: #fff; padding-right: 16px; padding-left: 16px; height: 65px; border-bottom: 1px solid #ddd; display: flex; align-items: center; align-content: space-between; } .editor-post-publish-panel__header .components-button { width: 100%; justify-content: center; } .editor-post-publish-panel__header .has-icon { margin-right: auto; width: auto; } .components-site-card { display: flex; align-items: center; margin: 16px 0; } .components-site-icon { border: none; border-radius: 2px; margin-left: 12px; flex-shrink: 0; height: 36px; width: 36px; } .components-site-name { display: block; font-size: 14px; } .components-site-home { display: block; color: #757575; font-size: 12px; word-break: break-word; } .editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { flex: 1; } @media (min-width: 480px) { .editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { max-width: 160px; } } .editor-post-publish-panel__header-publish-button { padding-right: 4px; justify-content: center; } .editor-post-publish-panel__header-cancel-button { padding-left: 4px; } .editor-post-publish-panel__header-published { flex-grow: 1; } .editor-post-publish-panel__footer { padding: 16px; } .components-button.editor-post-publish-panel__toggle.is-primary { display: inline-flex; align-items: center; } .components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon { display: none; } .components-button.editor-post-publish-panel__toggle.is-primary .dashicon { margin-left: -4px; } .editor-post-publish-panel__link { font-weight: 400; padding-right: 4px; } .editor-post-publish-panel__prepublish { padding: 16px; } .editor-post-publish-panel__prepublish strong { color: #1e1e1e; } .editor-post-publish-panel__prepublish .components-panel__body { background: #fff; margin-right: -16px; margin-left: -16px; } .editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend { display: none; } .editor-post-publish-panel__prepublish .components-panel__body-title .components-button { align-items: flex-start; text-wrap: balance; text-wrap: pretty; } .post-publish-panel__postpublish .components-panel__body { border-bottom: 1px solid #e0e0e0; border-top: none; word-break: break-word; } .post-publish-panel__postpublish-buttons { display: flex; align-content: space-between; flex-wrap: wrap; gap: 16px; } .post-publish-panel__postpublish-buttons .components-button, .post-publish-panel__postpublish-buttons .components-button.has-icon { justify-content: center; flex: 1; min-width: unset; } .post-publish-panel__postpublish-buttons .components-clipboard-button { width: 100%; } .post-publish-panel__postpublish-post-address-container { display: flex; align-items: flex-end; margin-bottom: 16px; } .post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address { flex: 1; } .post-publish-panel__postpublish-post-address-container input[readonly] { padding: 12px; background: #f0f0f0; border-color: #ccc; overflow: hidden; text-overflow: ellipsis; height: 36px; } .post-publish-panel__postpublish-post-address__copy-button-wrap { flex-shrink: 0; margin-right: 16px; } .post-publish-panel__postpublish-header { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .post-publish-panel__postpublish-subheader { margin: 0 0 8px; } .post-publish-panel__tip { color: #f0b849; } @media screen and (max-width: 782px) { .post-publish-panel__postpublish-post-address__button-wrap .components-button { height: 40px; } } .editor-post-publish-panel { box-sizing: border-box; } .editor-post-publish-panel *, .editor-post-publish-panel *::before, .editor-post-publish-panel *::after { box-sizing: inherit; } .editor-post-publish-panel { position: fixed; z-index: 100001; background: #fff; top: 46px; bottom: 0; left: 0; right: 0; overflow: auto; } @media (min-width: 782px) { .editor-post-publish-panel { z-index: 99998; top: 32px; right: auto; width: 281px; border-right: 1px solid #ddd; } } @media (min-width: 782px) and (not (prefers-reduced-motion)) { .editor-post-publish-panel { transform: translateX(-100%); animation: editor-post-publish-panel__slide-in-animation 0.1s forwards; } } @media (min-width: 782px) { body.is-fullscreen-mode .editor-post-publish-panel { top: var(--wp-admin--admin-bar--height, 0); } [role=region]:focus .editor-post-publish-panel { transform: translateX(0%); } } @keyframes editor-post-publish-panel__slide-in-animation { 100% { transform: translateX(0%); } } .editor-revisions-header__slider { width: 100%; } .editor-revisions-header__slider .components-range-control__tooltip { white-space: nowrap; } .editor-revisions-header__no-revisions { color: #757575; font-size: 13px; } .editor-revisions-canvas__loading { display: flex; align-items: center; justify-content: center; height: 100%; } .editor-revisions-canvas__content { display: flex; height: 100%; } .editor-revisions-canvas__content .editor-visual-editor { flex: 1; min-width: 0; } .revision-diff-markers { position: relative; flex-shrink: 0; width: max(16px, 1rem); background: rgba(0, 0, 0, 0.05); } .revision-diff-markers .revision-diff-marker { position: absolute; width: 100%; min-height: 4px; border: none; padding: 0; cursor: var(--wpds-cursor-control, pointer); transition: opacity 0.1s ease; } .revision-diff-markers .revision-diff-marker.is-added { background: #008a20; } .revision-diff-markers .revision-diff-marker.is-removed { background: repeating-linear-gradient(-45deg, #d63638, #d63638 6px, rgba(214, 54, 56, 0.45) 6px, rgba(214, 54, 56, 0.45) 8px); } .revision-diff-markers .revision-diff-marker.is-modified { background: repeating-linear-gradient(45deg, #9a7000, #9a7000 6px, rgba(154, 112, 0, 0.45) 6px, rgba(154, 112, 0, 0.45) 8px); } .revision-diff-markers .revision-diff-marker:hover { opacity: 0.7; } .revision-diff-markers .revision-diff-marker:focus { outline: 2px solid #1e1e1e; outline-offset: -2px; } .interface-complementary-area:has(.editor-post-revisions-timeline) { display: flex; flex-direction: column; overflow: hidden; } .interface-complementary-area:has(.editor-post-revisions-timeline) .editor-sidebar__panel-tabs { flex-shrink: 0; } .editor-sidebar__panel:has(.editor-post-revisions-timeline) { display: flex; flex-direction: column; flex: 1; min-height: 0; } .editor-sidebar__panel:has(.editor-post-revisions-timeline) [role=tabpanel]:has(.editor-post-revisions-timeline) { display: flex; flex-direction: column; flex: 1; min-height: 0; } .editor-sidebar__panel:has(.editor-post-revisions-timeline) .editor-revision-meta-diff__content { max-height: 80px; overflow-y: auto; } .editor-sidebar__panel:has(.editor-post-revisions-timeline) .editor-post-revisions-timeline { flex: 1; min-height: 0; } .editor-revision-fields-diff__value { word-break: break-word; } .editor-revision-fields-diff__added { background-color: color-mix(in srgb, currentColor 5%, #00a32a 15%); text-decoration: none; } .editor-revision-fields-diff__removed { text-decoration: line-through; color: #d63638; } .editor-post-saved-state { display: flex; align-items: center; width: 28px; padding: 12px 4px; color: #757575; overflow: hidden; white-space: nowrap; } .editor-post-saved-state.is-saving[aria-disabled=true], .editor-post-saved-state.is-saving[aria-disabled=true]:hover, .editor-post-saved-state.is-saved[aria-disabled=true], .editor-post-saved-state.is-saved[aria-disabled=true]:hover { background: transparent; color: #757575; } .editor-post-saved-state svg { display: inline-block; flex: 0 0 auto; fill: currentColor; margin-left: 8px; } @media (min-width: 600px) { .editor-post-saved-state { width: auto; padding: 8px 12px; text-indent: inherit; } .editor-post-saved-state svg { margin-left: 0; } } .editor-post-save-draft.has-text.has-icon svg { margin-left: 0; } .editor-post-schedule__panel-dropdown { width: 100%; } .editor-post-schedule__dialog .components-popover__content { min-width: 320px; padding: 16px; } .editor-post-status { max-width: 100%; } .editor-post-status.is-read-only { padding: 6px 12px; } .editor-post-status .editor-post-status__toggle.editor-post-status__toggle { padding-top: 4px; padding-bottom: 4px; } .editor-change-status__password-fieldset, .editor-change-status__publish-date-wrapper { border-top: 1px solid #e0e0e0; padding-top: 16px; } .editor-change-status__content .components-popover__content { min-width: 320px; padding: 16px; } .editor-change-status__content .editor-change-status__password-legend { padding: 0; margin-bottom: 8px; } .editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help) { margin-top: 4px; } .editor-post-sticky__checkbox-control { border-top: 1px solid #e0e0e0; padding-top: 16px; } .editor-post-sync-status__value { padding: 6px 12px 6px 0; } .editor-post-taxonomies__hierarchical-terms-list { max-height: 14em; overflow: auto; margin-right: -6px; padding-right: 6px; margin-top: -6px; padding-top: 6px; } .editor-post-taxonomies__hierarchical-terms-choice { margin-bottom: 8px; } .editor-post-taxonomies__hierarchical-terms-choice:last-child { margin-bottom: 4px; } .editor-post-taxonomies__hierarchical-terms-subchoices { margin-top: 8px; margin-right: 16px; } .editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label { margin-bottom: 4px; } .editor-post-taxonomies__flat-term-most-used-list { margin: 0; } .editor-post-taxonomies__flat-term-most-used-list li { display: inline-block; margin-left: 8px; } .editor-sync-connection-error-modal { z-index: 1000001; } .editor-sync-connection-error-modal p { margin: 0; } .editor-sync-connection-error-modal__retry-countdown { color: #757575; } .editor-post-template__swap-template-modal { z-index: 1000001; } .editor-post-template__swap-template-modal .editor-post-template__swap-template-search { background: #fff; position: sticky; top: 0; padding: 16px 0; transform: translateY(-4px); margin-bottom: -4px; z-index: 2; } .editor-post-template__create-template-modal { z-index: 1000001; } .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list { -moz-column-count: 2; column-count: 2; -moz-column-gap: 24px; column-gap: 24px; padding-top: 2px; } @media (min-width: 782px) { .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list { -moz-column-count: 3; column-count: 3; } } @media (min-width: 1280px) { .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list { -moz-column-count: 4; column-count: 4; } } .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item { -moz-column-break-inside: avoid; break-inside: avoid-column; } .editor-post-template__dropdown .components-popover__content { min-width: 240px; } .editor-post-template__dropdown .components-button.is-pressed, .editor-post-template__dropdown .components-button.is-pressed:hover { background: inherit; color: inherit; } .editor-post-template__classic-theme-dropdown { padding: 8px; } .editor-template-actions-panel__preview .block-editor-block-preview__container { display: flex; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; } .editor-template-actions-panel__preview .block-editor-block-preview__container::after { outline: 1px solid rgba(0, 0, 0, 0.1); outline-offset: -1px; border-radius: 4px; } @media not (prefers-reduced-motion) { .editor-template-actions-panel__preview .block-editor-block-preview__container::after { transition: outline 0.1s linear; } } .editor-template-actions-panel__preview[role=button] { cursor: var(--wpds-cursor-control, pointer); } .editor-template-actions-panel__preview[role=button]:hover .block-editor-block-preview__container::after { outline-color: rgba(0, 0, 0, 0.3); } .editor-template-actions-panel__preview[role=button]:focus-visible .block-editor-block-preview__container::after { outline-color: var(--wp-admin-theme-color); outline-width: var(--wp-admin-border-width-focus); outline-offset: calc(-1 * var(--wp-admin-border-width-focus)); } .editor-template-actions-panel__action { flex: 1; justify-content: center; } textarea.editor-post-text-editor { border: 1px solid #949494; border-radius: 0; display: block; margin: 0; width: 100%; box-shadow: none; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; line-height: 2.4; min-height: 200px; } @media not (prefers-reduced-motion) { textarea.editor-post-text-editor { transition: border 0.1s ease-out, box-shadow 0.1s linear; } } textarea.editor-post-text-editor { padding: 16px; } @media (min-width: 600px) { textarea.editor-post-text-editor { padding: 24px; } } textarea.editor-post-text-editor { /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px !important; } @media (min-width: 600px) { textarea.editor-post-text-editor { font-size: 15px !important; } } textarea.editor-post-text-editor:focus { border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); position: relative; } textarea.editor-post-text-editor::-moz-placeholder { color: rgba(30, 30, 30, 0.62); } textarea.editor-post-text-editor::placeholder { color: rgba(30, 30, 30, 0.62); } .editor-post-title.is-raw-text { margin-bottom: 24px; margin-top: 2px; max-width: none; } .editor-post-url__panel-dropdown { width: 100%; } .editor-post-url__panel-dialog .editor-post-url { min-width: 248px; margin: 8px; } .editor-post-url__link, .editor-post-url__front-page-link { direction: ltr; word-break: break-word; } .editor-post-url__front-page-link { padding: 6px 12px; border-radius: 2px; color: var(--wp-admin-theme-color); } .editor-post-url__front-page-link:hover { background: color-mix(in srgb, var(--wp-admin-theme-color) 4%, transparent); color: var(--wp-admin-theme-color-darker-20, #183ad6); } .editor-post-url__front-page-link:focus { box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); color: var(--wp-admin-theme-color); outline: 3px solid rgba(0, 0, 0, 0); } .editor-post-url__link-slug { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .editor-post-url__input input.components-input-control__input { padding-inline-start: 0 !important; } .editor-post-url__panel-toggle, .editor-post-parent__panel-toggle { word-break: break-word; } .editor-post-url__intro { margin: 0; } .editor-post-url__permalink { margin-top: 8px; margin-bottom: 0; } .editor-post-url__permalink-visual-label { display: block; } .editor-posts-per-page-dropdown__content .components-popover__content { min-width: 320px; padding: 16px; } .editor-post-trash.components-button { flex-grow: 1; justify-content: center; } .editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text { padding-left: 4px; padding-right: 6px; } .editor-preview-dropdown.is-responsive-editing .editor-preview-dropdown__toggle { color: var(--wp-block-synced-color); } @media (prefers-reduced-motion: no-preference) { .editor-resizable-editor:not(.is-resizing) { transition: width 0.2s ease-out; } } .editor-resizable-editor.is-resizable { overflow: visible; margin: 0 auto; } .editor-resizable-editor__resize-handle { position: absolute; top: 0; bottom: 0; padding: 0; margin: auto 0; width: 12px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: ew-resize; outline: none; background: none; border-radius: 9999px; border: 0; height: 100px; } .editor-resizable-editor__resize-handle::after { position: absolute; top: 16px; right: 4px; left: 0; bottom: 16px; content: ""; width: 4px; background-color: rgba(117, 117, 117, 0.4); border-radius: 9999px; } .editor-resizable-editor__resize-handle.is-left { right: -18px; } .editor-resizable-editor__resize-handle.is-right { left: -18px; } .editor-resizable-editor__resize-handle:hover, .editor-resizable-editor__resize-handle:focus, .editor-resizable-editor__resize-handle:active { opacity: 1; } .editor-resizable-editor__resize-handle:hover::after, .editor-resizable-editor__resize-handle:focus::after, .editor-resizable-editor__resize-handle:active::after { background-color: var(--wp-admin-theme-color); } .editor-layout__toggle-publish-panel, .editor-layout__toggle-sidebar-panel, .editor-layout__toggle-entities-saved-states-panel { z-index: 100000; position: fixed !important; top: -9999em; bottom: auto; right: auto; left: 0; box-sizing: border-box; width: 280px; background-color: #fff; border: 1px dotted #ddd; height: auto !important; padding: 24px; display: flex; justify-content: center; } .interface-interface-skeleton__actions:focus .editor-layout__toggle-entities-saved-states-panel, .interface-interface-skeleton__actions:focus-within .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-publish-panel { top: auto; bottom: 0; } .editor-start-page-options__modal .editor-start-page-options__modal__actions { position: absolute; bottom: 0; width: 100%; height: 72px; background-color: #fff; margin-right: -32px; margin-left: -32px; padding-right: 32px; padding-left: 32px; border-top: 1px solid #ddd; z-index: 1; } .editor-start-page-options__modal .block-editor-block-patterns-list { padding-bottom: 72px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 2; column-count: 2; -moz-column-gap: 24px; column-gap: 24px; } @media (min-width: 782px) { .editor-start-page-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 3; column-count: 3; } } @media (min-width: 1280px) { .editor-start-page-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 4; column-count: 4; } } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item { -moz-column-break-inside: avoid; break-inside: avoid-column; margin-bottom: 24px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container { min-height: 100px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content { width: 100%; } .editor-start-template-options__modal .editor-start-template-options__modal__actions { position: absolute; bottom: 0; width: 100%; height: 92px; background-color: #fff; margin-right: -32px; margin-left: -32px; padding-right: 32px; padding-left: 32px; border-top: 1px solid #ddd; z-index: 1; } .editor-start-template-options__modal .block-editor-block-patterns-list { padding-bottom: 92px; } .editor-start-template-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 2; column-count: 2; -moz-column-gap: 24px; column-gap: 24px; } @media (min-width: 782px) { .editor-start-template-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 3; column-count: 3; } } @media (min-width: 1280px) { .editor-start-template-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 4; column-count: 4; } } .editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item { -moz-column-break-inside: avoid; break-inside: avoid-column; } .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 { display: none; } .components-panel__header.editor-sidebar__panel-tabs { padding-right: 0; padding-left: 8px; } .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon { padding: 0; } @media (min-width: 782px) { .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon { display: flex; } } .editor-post-summary .components-v-stack:empty { display: none; } .editor-sidebar { box-sizing: border-box; } .editor-sidebar *, .editor-sidebar *::before, .editor-sidebar *::after { box-sizing: inherit; } .editor-sidebar__revisions-block-message { padding: 16px; color: #757575; font-size: 13px; } .fields-controls__password { border-top: 1px solid #e0e0e0; padding-top: 16px; } .editor-site-discussion-dropdown__content .components-popover__content { min-width: 320px; padding: 16px; } .editor-style-book { height: 100%; } .editor-style-book.is-button { border-radius: 8px; } .editor-style-book__iframe { display: block; height: 100%; width: 100%; } .editor-style-book__iframe.is-button { border-radius: 8px; } .editor-style-book__iframe.is-focused { outline: calc(2 * var(--wp-admin-border-width-focus)) solid var(--wp-admin-theme-color); outline-offset: calc(-2 * var(--wp-admin-border-width-focus)); } .editor-style-book__tabs { height: 100%; display: flex; flex-direction: column; } .editor-style-book__tablist-container { flex: none; display: flex; width: 100%; padding-left: 56px; background: #fff; } .editor-style-book__tabpanel { flex: 1 0 auto; overflow: auto; } .editor-styles-canvas { height: 100%; padding: 24px; background-color: var(--wp-editor-canvas-background); } .editor-styles-canvas iframe { display: block; width: 100%; height: 100%; } .editor-styles-canvas__section { background: #fff; bottom: 0; right: 0; overflow: hidden; position: absolute; left: 0; top: 0; } @media not (prefers-reduced-motion) { .editor-styles-canvas__section { transition: all 0.3s; } } .editor-styles-canvas__close-button { position: absolute; left: 8px; top: 8px; z-index: 2; background: #fff; } .table-of-contents__popover.components-popover .components-popover__content { min-width: 380px; } .components-popover.table-of-contents__popover { z-index: 99998; } .table-of-contents__popover .components-popover__content { padding: 16px; } @media (min-width: 600px) { .table-of-contents__popover .components-popover__content { max-height: calc(100vh - 120px); overflow-y: auto; } } .table-of-contents__popover hr { margin: 10px -16px 0; } .table-of-contents__wrapper:focus::before { content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); pointer-events: none; } .table-of-contents__counts { display: flex; flex-wrap: wrap; margin: 0; margin-top: -8px; } .table-of-contents__count { flex-basis: 33%; display: flex; flex-direction: column; font-size: 13px; color: #1e1e1e; padding-left: 8px; margin-bottom: 0; margin-top: 8px; } .table-of-contents__count:nth-child(4n) { padding-left: 0; } .table-of-contents__number, .table-of-contents__popover .word-count { font-size: 21px; font-weight: 400; line-height: 30px; color: #1e1e1e; } .table-of-contents__title { display: block; margin-top: 20px; font-size: 15px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .editor-text-editor { box-sizing: border-box; } .editor-text-editor *, .editor-text-editor *::before, .editor-text-editor *::after { box-sizing: inherit; } .editor-text-editor { position: relative; isolation: isolate; width: 100%; background-color: #fff; flex-grow: 1; } .editor-text-editor .editor-post-title:not(.is-raw-text), .editor-text-editor .editor-post-title.is-raw-text textarea { max-width: none; line-height: 1.4; font-family: Menlo, Consolas, monaco, monospace; font-size: 2.5em; font-weight: normal; border: 1px solid #949494; border-radius: 0; padding: 16px; } @media (min-width: 600px) { .editor-text-editor .editor-post-title:not(.is-raw-text), .editor-text-editor .editor-post-title.is-raw-text textarea { padding: 24px; } } .editor-text-editor .editor-post-title:not(.is-raw-text):focus, .editor-text-editor .editor-post-title.is-raw-text textarea:focus { border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .editor-text-editor__body { width: 100%; padding: 0 12px 12px 12px; max-width: 1080px; margin-right: auto; margin-left: auto; } @media (min-width: 960px) { .editor-text-editor__body { padding: 0 24px 24px 24px; } } .editor-text-editor__toolbar { position: sticky; z-index: 1; top: 0; right: 0; left: 0; display: flex; background: rgba(255, 255, 255, 0.8); padding: 4px 12px; } @media (min-width: 600px) { .editor-text-editor__toolbar { padding: 12px; } } @media (min-width: 960px) { .editor-text-editor__toolbar { padding: 12px 24px; } } .editor-text-editor__toolbar h2 { line-height: 40px; margin: 0 0 0 auto; font-size: 13px; color: #1e1e1e; } .editor-upload-progress-snackbar__spinner, .editor-upload-progress-snackbar__check { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; } .editor-upload-progress-snackbar__spinner .components-spinner { margin: 0; } .editor-upload-progress-snackbar__check svg { width: 24px; height: 24px; fill: currentColor; } .editor-visual-editor { position: relative; display: flex; max-height: 100%; background-color: var(--wp-editor-canvas-background); } .editor-visual-editor iframe[name=editor-canvas] { background-color: transparent; } .editor-visual-editor { align-items: center; } @media (prefers-reduced-motion: no-preference) { .editor-visual-editor { transition: padding 0.2s ease-out; } } .editor-visual-editor.has-vertical-padding { padding-top: 24px; padding-bottom: 24px; } .editor-visual-editor.has-horizontal-padding { padding-right: 24px; padding-left: 24px; } .editor-visual-editor { overflow: hidden; } .editor-visual-editor .components-button { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; padding: 6px 12px; } .editor-visual-editor .components-button.is-tertiary, .editor-visual-editor .components-button.has-icon { padding: 6px; } .editor-fields-content-preview { display: flex; flex-direction: column; height: 100%; border-radius: 4px; } .dataviews-view-table .editor-fields-content-preview { width: 96px; flex-grow: 0; } .editor-fields-content-preview .block-editor-block-preview__container, .editor-fields-content-preview .editor-fields-content-preview__empty { margin-top: auto; margin-bottom: auto; } .editor-fields-content-preview__empty { text-align: center; } .editor-push-changes-to-global-styles-control .components-button { justify-content: center; width: 100%; } .editor-push-changes-to-global-styles-modal p { margin-top: 0; } .editor-push-changes-to-global-styles-modal .dataviews-layout__container { overflow-x: hidden; } @media (max-width: 600px) { .editor-push-changes-to-global-styles-modal .dataviews-layout__container { overflow-x: auto; } } .editor-push-changes-to-global-styles-modal .components-modal__content { padding-bottom: 0; } .editor-push-changes-to-global-styles-modal .dataviews-footer { padding-bottom: 24px; } .editor-push-changes-to-global-styles-modal__value { color: #1e1e1e; overflow-wrap: anywhere; } style.min.css 0000644 00000622424 15246350735 0007224 0 ustar 00 @charset "UTF-8";.interface-complementary-area-header{background:#fff;gap:4px;padding-right:8px}.interface-complementary-area-header .interface-complementary-area-header__title{margin:0 auto 0 0}.interface-complementary-area{background:#fff;color:#1e1e1e;height:100%;overflow:auto}@media (min-width:782px){.interface-complementary-area{width:280px}}.interface-complementary-area .components-panel{border:none;position:relative;z-index:0}.interface-complementary-area .components-panel__header{position:sticky;top:0;z-index:1}.interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{top:0}.interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){margin-top:0}.interface-complementary-area h2{font-size:13px}.interface-complementary-area h2,.interface-complementary-area h3{color:#1e1e1e;font-weight:var(--wpds-typography-font-weight-emphasis,600);margin-bottom:1.5em}.interface-complementary-area h3{font-size:11px;text-transform:uppercase}.interface-complementary-area hr{border-bottom:1px solid #f0f0f0;border-top:none;margin:1.5em 0}.interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{box-shadow:none;margin-bottom:1.5em}.interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{margin-bottom:0}.interface-complementary-area .block-editor-skip-to-selected-block:focus{bottom:10px;left:auto;right:10px;top:auto}.interface-complementary-area__fill{height:100%}@media (min-width:782px){body.js.is-fullscreen-mode #adminmenumain{display:none}body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{margin-left:0}}html.interface-interface-skeleton__html-container{position:fixed;width:100%}@media (min-width:782px){html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){position:static;width:auto}}.interface-interface-skeleton{bottom:0;display:flex;flex-direction:row;height:auto;max-height:100%;position:fixed;right:0;top:46px}@media (min-width:783px){.interface-interface-skeleton{top:32px}.is-fullscreen-mode .interface-interface-skeleton{top:var(--wp-admin--admin-bar--height,0)}}.interface-interface-skeleton__editor{display:flex;flex:0 1 100%;flex-direction:column;overflow:hidden}.interface-interface-skeleton{left:0}@media (min-width:783px){.interface-interface-skeleton{left:160px}}@media (min-width:783px){.auto-fold .interface-interface-skeleton{left:36px}}@media (min-width:961px){.auto-fold .interface-interface-skeleton{left:160px}}.folded .interface-interface-skeleton{left:0}@media (min-width:783px){.folded .interface-interface-skeleton{left:36px}}body.is-fullscreen-mode .interface-interface-skeleton{left:0!important}.interface-interface-skeleton__body{display:flex;flex-grow:1;overflow:auto;overscroll-behavior-y:none;position:relative}@media (min-width:782px){.has-footer .interface-interface-skeleton__body{padding-bottom:calc(var(--wpds-dimension-size-md, 32px) + 1px)}}.interface-interface-skeleton__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto;z-index:20}@media (min-width:782px){.interface-interface-skeleton__content{z-index:auto}}.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{background:#fff;bottom:0;color:#1e1e1e;flex-shrink:0;left:0;position:absolute;top:0;width:auto;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{position:relative!important}}.interface-interface-skeleton__sidebar{border-top:1px solid #e0e0e0;overflow:hidden}@media (min-width:782px){.interface-interface-skeleton__sidebar{box-shadow:-1px 0 0 0 rgba(0,0,0,.133);outline:1px solid transparent}}.interface-interface-skeleton__secondary-sidebar{border-top:1px solid #e0e0e0;right:0}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar{box-shadow:1px 0 0 0 rgba(0,0,0,.133);outline:1px solid transparent}}.interface-interface-skeleton__header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);color:#1e1e1e;flex-shrink:0;height:auto;outline:1px solid transparent;z-index:30}.interface-interface-skeleton__footer{background-color:#fff;border-top:1px solid #e0e0e0;bottom:0;color:#1e1e1e;display:none;flex-shrink:0;height:auto;left:0;position:absolute;width:100%;z-index:90}@media (min-width:782px){.interface-interface-skeleton__footer{display:flex}}.interface-interface-skeleton__footer .block-editor-block-breadcrumb{align-items:center;background:#fff;display:flex;font-size:13px;height:var(--wpds-dimension-size-md,32px);padding:0 18px;z-index:30}.interface-interface-skeleton__actions{background:#fff;bottom:auto;color:#1e1e1e;left:auto;position:fixed!important;right:0;top:-9999em;width:100vw;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__actions{width:280px}}.interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{bottom:0;top:auto}.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:46px}@media (min-width:782px){.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{border-left:1px solid #ddd;top:32px}.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{top:var(--wp-admin--admin-bar--height,0)}}.interface-pinned-items{display:flex}.interface-pinned-items .components-button{display:none;margin:0}.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"]{display:flex}.interface-pinned-items .components-button svg{max-height:24px;max-width:24px}@media (min-width:600px){.interface-pinned-items .components-button{display:flex}}.interface-pinned-items{gap:8px}@media (min-width:782px){.font-library-modal.font-library-modal{width:65vw}}.font-library-modal .components-modal__header{border-bottom:none}.font-library-modal .components-modal__content{margin-bottom:90px;padding:0}.font-library-modal .font-library__subtitle{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);text-transform:uppercase}.font-library-modal__tab-panel{height:calc(100% - 50px)}.font-library__tabpanel-layout{display:flex;flex-direction:column;height:100%}.font-library__tabpanel-layout>div{flex-grow:1}.font-library__tabpanel-layout .font-library__loading{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding-top:124px;position:absolute;top:0;width:100%}.font-library__footer,.font-library__tabpanel-layout .components-navigator-screen{padding:24px;width:100%}.font-library__footer{background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;flex-grow:0!important;flex-shrink:0;height:90px;position:absolute}.font-library__page-selection{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);text-transform:uppercase}@media (min-width:600px){.font-library__page-selection .font-library__page-selection-trigger{font-size:11px!important;font-weight:var(--wpds-typography-font-weight-emphasis,600)}}.font-library__fonts-title{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);margin-bottom:0;margin-top:0;text-transform:uppercase}.font-library__fonts-list{list-style:none;margin-bottom:0;margin-top:0;padding:0}.font-library__fonts-list-item{margin-bottom:0}.font-library__font-card{border:1px solid #ddd;box-sizing:border-box;height:auto!important;margin-top:-1px;padding:16px;width:100%}.font-library__font-card:hover{background-color:#f0f0f0}.font-library__font-card:focus{position:relative}.font-library__font-card .font-library__font-card__name{font-weight:700}.font-library__font-card .font-library__font-card__count{color:#757575}.font-library__font-card .font-library__font-variant_demo-image{display:block;height:24px;width:auto}.font-library__font-card .font-library__font-variant_demo-text{flex-shrink:0;white-space:nowrap}@media not (prefers-reduced-motion){.font-library__font-card .font-library__font-variant_demo-text{transition:opacity .3s ease-in-out}}.font-library-modal__tablist-container{background:#fff;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:1}.font-library__upload-area{align-items:center;display:flex;height:256px!important;justify-content:center;width:100%}button.font-library__upload-area{background-color:#f0f0f0}.font-library__local-fonts{margin:24px auto;width:80%}.font-library__local-fonts .font-library__upload-area__text{color:#757575}.font-library__google-fonts-confirm{align-items:center;display:flex;justify-content:center;margin-top:64px}.font-library__google-fonts-confirm p{line-height:1.4}.font-library__google-fonts-confirm h2{font-size:1.2rem;font-weight:400}.font-library__google-fonts-confirm .components-card{padding:16px;width:400px}.font-library__google-fonts-confirm .components-button{justify-content:center;width:100%}.font-library__select-all{padding:16px 16px 16px 17px}.font-library__select-all .components-checkbox-control__label{padding-left:16px}.global-styles-ui-pagination .components-button.is-tertiary{height:32px;justify-content:center;width:32px}.global-styles-ui-screen-revisions__revisions-list{flex-grow:1;list-style:none;margin:0 16px 16px}.global-styles-ui-screen-revisions__revisions-list li{margin-bottom:0}.global-styles-ui-screen-revisions__revision-item{cursor:var(--wpds-cursor-control,pointer);display:flex;flex-direction:column;position:relative}.global-styles-ui-screen-revisions__revision-item[role=option]:active,.global-styles-ui-screen-revisions__revision-item[role=option]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.global-styles-ui-screen-revisions__revision-item:hover{background:rgba(var(--wp-admin-theme-color--rgb),.04)}.global-styles-ui-screen-revisions__revision-item:hover .global-styles-ui-screen-revisions__date{color:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item:after,.global-styles-ui-screen-revisions__revision-item:before{content:"\a";display:block;position:absolute}.global-styles-ui-screen-revisions__revision-item:before{background:#ddd;border:4px solid transparent;border-radius:50%;height:8px;left:17px;top:18px;transform:translate(-50%,-50%);width:8px;z-index:1}.global-styles-ui-screen-revisions__revision-item[aria-selected=true]{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:2px;color:var(--wp-admin-theme-color);outline:3px solid transparent;outline-offset:-2px}.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__date{color:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item[aria-selected=true]:before{background:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__changes>li,.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__meta{color:#1e1e1e}.global-styles-ui-screen-revisions__revision-item:after{border:.5px solid #ddd;height:100%;left:16px;top:0;width:0}.global-styles-ui-screen-revisions__revision-item:first-child:after{top:18px}.global-styles-ui-screen-revisions__revision-item:last-child:after{height:18px}.global-styles-ui-screen-revisions__revision-item-wrapper{display:block;padding:12px 12px 4px 40px}.global-styles-ui-screen-revisions__active-badge,.global-styles-ui-screen-revisions__apply-button.is-primary{align-self:flex-start;margin:0 12px 12px 40px}.global-styles-ui-screen-revisions__changes,.global-styles-ui-screen-revisions__meta{color:#757575;font-size:12px}.global-styles-ui-screen-revisions__description{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.global-styles-ui-screen-revisions__description .global-styles-ui-screen-revisions__date{font-size:12px;font-weight:var(--wpds-typography-font-weight-emphasis,600);text-transform:uppercase}.global-styles-ui-screen-revisions__meta{align-items:flex-start;display:flex;justify-content:start;margin-bottom:4px;text-align:left;width:100%}.global-styles-ui-screen-revisions__meta img{border-radius:100%;height:16px;margin-right:8px;width:16px}.global-styles-ui-screen-revisions__loading{margin:24px auto!important}.global-styles-ui-screen-revisions__changes{line-height:1.4;list-style:disc;margin-left:12px;text-align:left}.global-styles-ui-screen-revisions__changes li{margin-bottom:4px}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination{gap:2px;justify-content:space-between}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .edit-site-pagination__total{height:1px;left:-1000px;margin:-1px;overflow:hidden;position:absolute}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-text{font-size:12px;will-change:opacity}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary{color:#1e1e1e}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary:disabled,.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary[aria-disabled=true]{color:#949494}.global-styles-ui-screen-revisions__footer{background:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;height:56px;min-width:100%;padding:12px;position:sticky;z-index:1}.global-styles-ui-variations_item{box-sizing:border-box;cursor:var(--wpds-cursor-control,pointer)}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview{border-radius:2px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;overflow:hidden;position:relative}@media not (prefers-reduced-motion){.global-styles-ui-variations_item .global-styles-ui-variations_item-preview{transition:outline .1s linear}}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill{height:32px}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill .block-editor-iframe__scale-container{overflow:hidden}.global-styles-ui-variations_item:not(.is-active):hover .global-styles-ui-variations_item-preview{outline-color:rgba(0,0,0,.3)}.global-styles-ui-variations_item.is-active .global-styles-ui-variations_item-preview,.global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview{outline-color:#1e1e1e;outline-offset:1px;outline-width:var(--wp-admin-border-width-focus)}.global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview{outline-color:var(--wp-admin-theme-color)}.global-styles-ui-preview__wrapper{display:block;max-width:100%;width:100%}.global-styles-ui-preview__wrapper.is-hoverable{cursor:var(--wpds-cursor-control,pointer)}.global-styles-ui-typography-preview{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;justify-content:center;margin-bottom:20px;min-height:100px;overflow:hidden}.global-styles-ui-font-size__item{line-break:anywhere;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-styles-ui-font-size__item-value{color:#757575}.global-styles-ui-screen-typography__indicator{align-items:center;border-radius:2px;display:flex!important;font-size:14px;height:24px;justify-content:center;width:24px}.global-styles-ui-block-types-search{margin-bottom:10px;padding:0 16px}.global-styles-ui-screen-typography__font-variants-count{color:#757575}.global-styles-ui-font-families__manage-fonts{justify-content:center}.global-styles-ui-screen .color-block-support-panel{border-top:none;padding-left:0;padding-right:0;padding-top:0;row-gap:12px}.global-styles-ui-header{line-height:1.9!important;margin-bottom:0!important}.global-styles-ui-subtitle{font-size:11px!important;font-weight:var(--wpds-typography-font-weight-emphasis,600)!important;margin-bottom:0!important;text-transform:uppercase}.global-styles-ui-section-title{color:#2f2f2f;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:1.2;margin:0;padding:16px 16px 0}.global-styles-ui-icon-with-current-color{fill:currentColor}.global-styles-ui__color-indicator-wrapper{flex-shrink:0;height:24px}.global-styles-ui__shadows-panel__options-container,.global-styles-ui__typography-panel__options-container{height:24px}.global-styles-ui__block-preview-panel{border:1px solid #ddd;border-radius:2px;overflow:hidden;position:relative;width:100%}.global-styles-ui__shadow-preview-panel{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,8px 8px;background-size:16px 16px;border:1px solid #ddd;border-radius:2px;height:144px;overflow:auto}.global-styles-ui__shadow-preview-panel .global-styles-ui__shadow-preview-block{background-color:#fff;border:1px solid #ddd;border-radius:2px;height:60px;width:60%}.global-styles-ui__shadow-editor__dropdown-content{width:280px}.global-styles-ui__shadow-editor-panel{margin-bottom:4px}.global-styles-ui__shadow-editor__dropdown{position:relative;width:100%}.global-styles-ui__shadow-editor__dropdown-toggle{border-radius:inherit;height:auto;padding-bottom:8px;padding-top:8px;text-align:left;width:100%}.global-styles-ui__shadow-editor__dropdown-toggle.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.global-styles-ui__shadow-editor__remove-button{opacity:0;position:absolute;right:8px;top:8px}.global-styles-ui__shadow-editor__remove-button.global-styles-ui__shadow-editor__remove-button{border:none}.global-styles-ui__shadow-editor__dropdown-toggle:hover+.global-styles-ui__shadow-editor__remove-button,.global-styles-ui__shadow-editor__remove-button:focus,.global-styles-ui__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.global-styles-ui__shadow-editor__remove-button{opacity:1}}.global-styles-ui-screen-css{display:flex;flex:1 1 auto;flex-direction:column;margin:16px}.global-styles-ui-screen-css .block-editor-global-styles-advanced-panel{flex:1 1 auto}.global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input,.global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field{display:flex;flex:1 1 auto;flex-direction:column}.global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input textarea{flex:1 1 auto}.global-styles-ui-screen-css-help-link{display:inline-block;margin-top:8px}.global-styles-ui-screen-variations{border-top:1px solid #ddd;margin-top:16px}.global-styles-ui-screen-variations>*{margin:24px 16px}.global-styles-ui-sidebar__navigator-provider{height:100%}.global-styles-ui-sidebar__navigator-screen{display:flex;flex-direction:column;height:100%}.global-styles-ui-color-palette__tablist-container{border-bottom:1px solid #ddd}.global-styles-ui-color-palette__tablist{margin-bottom:-1px}.global-styles-ui-sidebar__navigator-screen .single-column{grid-column:span 1}.global-styles-ui-screen-root.global-styles-ui-screen-root,.global-styles-ui-screen-style-variations.global-styles-ui-screen-style-variations{background:unset;color:inherit}.global-styles-ui-sidebar__panel .block-editor-block-icon svg{fill:currentColor}.global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile,.global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile .global-styles-ui-screen-root__active-style-tile-preview{border-radius:2px}.global-styles-ui-screen-root__active-style-tile-preview{clip-path:border-box}.dataviews-picker-wrapper,.dataviews-wrapper{background-color:var(--wp-dataviews-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;flex-grow:1;font-size:var(--wpds-typography-font-size-md,13px);height:100%;line-height:var(--wpds-typography-line-height-sm,20px);min-height:0;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{background-color:inherit;box-sizing:border-box;flex-shrink:0;left:0;padding:var(--wpds-dimension-padding-lg,16px) var(--wpds-dimension-padding-2xl,24px);position:sticky}@media not (prefers-reduced-motion){.dataviews-filters__container,.dataviews__view-actions{transition:padding .1s ease-out}}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 var(--wpds-dimension-padding-2xl,24px)}@media not (prefers-reduced-motion){.dataviews-loading,.dataviews-no-results{transition:padding .1s ease-out}}.dataviews-no-results.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-no-results.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}@keyframes dataviews-pulse{0%,to{opacity:1}50%{opacity:.5}}.dataviews-loading-more{text-align:center}.dataviews-loading-more[aria-hidden=true]{visibility:hidden}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:var(--wpds-dimension-padding-md,12px) var(--wpds-dimension-padding-2xl,24px)}}.dataviews-title-field{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);font-size:var(--wpds-typography-font-size-md,13px);font-weight:var(--wpds-typography-font-weight-emphasis,600);text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field a{color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e);display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dataviews-title-field a:hover{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-title-field a:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.dataviews-title-field button.components-button.is-link{color:var(--wpds-color-foreground-interactive-neutral-active,#1e1e1e);display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field button.components-button.is-link:hover{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-title-field--clickable{color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e);cursor:var(--wpds-cursor-control,pointer)}.dataviews-title-field--clickable:hover{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-title-field--clickable:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.dataviews__view-actions--infinite-scroll{background-color:#fff;position:sticky;top:0;z-index:2}.components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){overflow:hidden;padding:var(--wpds-dimension-padding-sm,8px) 0 0}.dataviews-bulk-actions-footer__item-count{color:var(--wpds-color-foreground-content-neutral,#1e1e1e)}.dataviews-bulk-actions-footer__container{margin-right:auto;min-height:var(--wpds-dimension-size-md,32px)}.dataviews-layout__container{background-color:inherit;display:flex;flex:1;flex-direction:column;min-height:0;overflow:auto}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:var(--wpds-typography-font-size-md,13px);line-height:var(--wpds-typography-line-height-sm,20px)}.dataviews-filters__summary-popover .components-popover__content{border-radius:var(--wpds-border-radius-md,4px);max-width:250px;min-width:230px;width:100%}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:var(--wpds-dimension-padding-sm,8px) var(--wpds-dimension-padding-lg,16px)}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){border-bottom:1px solid var(--wpds-color-stroke-surface-neutral,#dbdbdb)}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:var(--wpds-color-foreground-content-neutral-weak,#707070);flex-shrink:0;max-width:calc(100% - 55px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{overflow:hidden;white-space:nowrap;width:100%}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;border:var(--wpds-border-width-xs,1px) solid var(--wpds-color-stroke-interactive-neutral,#8d8d8d);border-radius:var(--wpds-border-radius-lg,8px);box-sizing:border-box;color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e);cursor:var(--wpds-cursor-control,pointer);display:flex;min-height:var(--wpds-dimension-size-md,32px);padding:var(--wpds-dimension-padding-xs,4px) var(--wpds-dimension-padding-md,12px);position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{cursor:default}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:calc(var(--wpds-dimension-size-sm, 24px) + var(--wpds-dimension-padding-xs, 4px))}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background-color:var(--wpds-color-background-interactive-neutral-weak-active,#ededed);border-color:var(--wpds-color-stroke-interactive-neutral-active,#6e6e6e);color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:var(--wpds-color-background-interactive-brand-weak,transparent);border-color:var(--wpds-color-stroke-interactive-brand,var(--wp-admin-theme-color,#3858e9));color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff));border-color:var(--wpds-color-stroke-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 85%,#000));color:var(--wpds-color-foreground-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 52%,#000))}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:transparent;border:0;border-radius:var(--wpds-border-radius-md,4px);cursor:var(--wpds-cursor-control,pointer);display:flex;height:var(--wpds-dimension-size-sm,24px);justify-content:center;padding:0;position:absolute;right:var(--wpds-dimension-padding-xs,4px);top:50%;transform:translateY(-50%);width:var(--wpds-dimension-size-sm,24px)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:var(--wpds-color-foreground-interactive-neutral,#1e1e1e)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:var(--wpds-color-background-interactive-neutral-weak-active,#ededed)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:var(--wpds-color-foreground-interactive-neutral-active,#1e1e1e)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff))}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid var(--wpds-color-stroke-surface-neutral,#dbdbdb);max-height:184px;overflow:auto;padding:var(--wpds-dimension-padding-xs,4px)}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.dataviews-filters__search-widget-listbox{overflow:auto;padding:var(--wpds-dimension-padding-xs,4px)}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:var(--wpds-border-radius-sm,2px);box-sizing:border-box;color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e);cursor:default;display:flex;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:var(--wpds-typography-font-weight-default,400);gap:var(--wpds-dimension-gap-md,12px);line-height:20px;min-height:var(--wpds-dimension-size-md,32px);padding:var(--wpds-dimension-padding-xs,4px) var(--wpds-dimension-padding-md,12px)}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff));color:var(--wpds-color-foreground-interactive-neutral-active,#1e1e1e)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{background:var(--wpds-color-background-surface-neutral-strong,#fff);border-color:var(--wpds-color-stroke-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 85%,#000))}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wpds-color-background-interactive-brand-strong-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 93%,#000));border-color:var(--wpds-color-stroke-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 85%,#000))}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{background:var(--wpds-color-background-surface-neutral-strong,#fff);border-color:var(--wpds-color-stroke-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 85%,#000))}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wpds-color-background-interactive-brand-strong-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 93%,#000));border-color:var(--wpds-color-stroke-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 85%,#000))}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:var(--wpds-color-foreground-interactive-neutral-weak-active,#1e1e1e)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:var(--wpds-color-foreground-interactive-neutral-weak,#707070);display:block;font-size:var(--wpds-typography-font-size-sm,12px);line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{border:1px solid #1e1e1e;border-radius:50%;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{height:16px;max-width:16px;min-width:16px;width:16px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{background:var(--wp-admin-theme-color);border:none}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{margin:0;padding:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wpds-color-background-interactive-brand-strong,var(--wp-admin-theme-color,#3858e9));border-color:var(--wpds-color-stroke-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{background-color:var(--wpds-color-foreground-interactive-brand-strong,#fff);border:4px solid var(--wpds-color-foreground-interactive-brand-strong,#fff);border-radius:50%;box-sizing:inherit;content:"";height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:24px;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;flex-shrink:0;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder{color:rgba(30,30,30,.62)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::placeholder{color:rgba(30,30,30,.62)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{float:none;font-size:21px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{background:var(--wpds-color-background-interactive-neutral-weak,transparent);color:var(--wpds-color-foreground-content-neutral,#1e1e1e);height:var(--checkbox-size);margin:0;padding:0;position:relative;width:var(--checkbox-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:16px}}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:border-color .1s ease-in-out}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wpds-color-background-interactive-brand-strong,var(--wp-admin-theme-color,#3858e9));border-color:var(--wpds-color-stroke-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:var(--checkbox-size);fill:var(--wpds-color-foreground-interactive-neutral-strong,#f0f0f0);height:var(--checkmark-size);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--checkmark-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:calc(var(--checkbox-size) + 4px)}}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:var(--wpds-dimension-padding-sm,8px);position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:rgba(30,30,30,.62)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:rgba(30,30,30,.62)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{display:block;font-size:16px;height:var(--wpds-dimension-size-md,32px);margin-left:0;margin-right:0;padding:0 var(--wpds-dimension-padding-sm,8px) 0 var(--wpds-dimension-size-md,32px);width:100%}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:var(--wpds-typography-font-size-md,13px)}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:var(--wpds-color-background-surface-neutral-strong,#fff);box-shadow:inset 0 0 0 var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:var(--wpds-color-foreground-content-neutral-weak,#707070)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:var(--wpds-color-foreground-content-neutral-weak,#707070)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;bottom:0;display:flex;inset-inline-start:var(--wpds-dimension-gap-md,12px);justify-content:center;position:absolute;top:0;width:var(--wpds-dimension-size-sm,24px)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){transform:scaleX(-1)}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:var(--wpds-color-background-interactive-brand-strong,var(--wp-admin-theme-color,#3858e9));border-radius:var(--wpds-border-radius-lg,8px);box-sizing:border-box;color:var(--wpds-color-foreground-interactive-neutral-strong,#f0f0f0);font-size:11px;height:var(--wpds-dimension-size-2xs,16px);line-height:var(--wpds-typography-line-height-xs,16px);min-width:var(--wpds-dimension-size-2xs,16px);outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wpds-color-background-surface-neutral-strong,#fff);padding:0 var(--wpds-dimension-padding-xs,4px);position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%)}.dataviews-search{width:-moz-fit-content;width:fit-content}.dataviews-filters__user-input-widget{padding:var(--wpds-dimension-padding-lg,16px)}.dataviews-filters__user-input-widget .components-input-control__prefix{padding-left:var(--wpds-dimension-padding-sm,8px)}.dataviews-filters__search-widget-no-elements{align-items:center;display:flex;justify-content:center;padding:var(--wpds-dimension-padding-lg,16px)}.dataviews-footer{background-color:inherit;border-top:var(--wpds-border-width-xs,1px) solid var(--wpds-color-stroke-surface-neutral-weak,#f0f0f0);bottom:0;flex-shrink:0;left:0;padding:var(--wpds-dimension-padding-md,12px) var(--wpds-dimension-padding-2xl,24px);position:sticky}@media not (prefers-reduced-motion){.dataviews-footer{transition:padding .1s ease-out}}.dataviews-footer{z-index:1}.dataviews-footer .is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-footer .is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}@container (max-width: 560px){.dataviews-footer__content{flex-direction:column!important}.dataviews-footer__content .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer__content .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer__content .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);text-transform:uppercase}@media (min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:var(--wpds-typography-font-weight-emphasis,600)}}.dataviews-action-modal{z-index:1000001}.dataviews-item-actions .components-button:not(.dataviews-all-actions-button){padding:0 var(--wpds-dimension-padding-xs,4px)}.dataviews-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox{flex-shrink:0;line-height:0}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:var(--wpds-typography-font-size-md,13px);line-height:var(--wpds-typography-line-height-sm,20px);width:320px}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{height:100%;overflow-y:scroll}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{width:auto}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:var(--wpds-typography-line-height-md,24px)}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-view-config__sort-controls>*{flex:1}.dataviews-view-config__label{text-wrap:nowrap}.dataviews-view-config__toggle-wrapper{display:inline-flex;position:relative}.dataviews-view-config__modified-indicator{background:var(--wpds-color-background-interactive-brand-strong,var(--wp-admin-theme-color,#3858e9));border-radius:50%;height:var(--wpds-dimension-gap-xs,4px);pointer-events:none;position:absolute;right:var(--wpds-dimension-gap-xs,4px);top:var(--wpds-dimension-gap-xs,4px);width:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-grid-items{container-type:inline-size;display:grid;gap:var(--wpds-dimension-gap-xl,24px);grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-template-rows:max-content;margin-bottom:auto;padding:0 var(--wpds-dimension-padding-2xl,24px) var(--wpds-dimension-padding-2xl,24px)}@media not (prefers-reduced-motion){.dataviews-view-grid-items{transition:padding .1s ease-out}}.dataviews-view-grid-items.has-compact-density{gap:var(--wpds-dimension-gap-lg,16px)}.dataviews-view-grid-items.has-comfortable-density{gap:var(--wpds-dimension-gap-2xl,32px)}.dataviews-view-grid{container-type:inline-size;display:flex;flex-direction:column;gap:var(--wpds-dimension-gap-xl,24px);margin-bottom:auto;padding:0 var(--wpds-dimension-padding-2xl,24px) var(--wpds-dimension-padding-2xl,24px)}@media not (prefers-reduced-motion){.dataviews-view-grid{transition:padding .1s ease-out}}.dataviews-view-grid.has-compact-density,.dataviews-view-grid.has-compact-density .dataviews-view-grid__row{gap:var(--wpds-dimension-gap-lg,16px)}.dataviews-view-grid.has-comfortable-density,.dataviews-view-grid.has-comfortable-density .dataviews-view-grid__row{gap:var(--wpds-dimension-gap-2xl,32px)}.dataviews-view-grid .dataviews-view-grid__row{display:grid;gap:var(--wpds-dimension-gap-xl,24px)}.dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell{border-radius:var(--wpds-border-radius-md,4px);position:relative}.dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell[data-focus-visible]:after{border-radius:var(--wpds-border-radius-md,4px);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));content:"";height:100%;left:0;outline:2px solid transparent;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__card,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card{height:100%;isolation:isolate;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:var(--wpds-dimension-padding-sm,8px) 0 var(--wpds-dimension-padding-xs,4px)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field{align-content:center;min-height:var(--wpds-dimension-size-sm,24px);overflow:hidden;text-align:start}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{width:-moz-fit-content;width:fit-content}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:var(--wpds-color-foreground-content-neutral,#1e1e1e)}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) var(--wpds-color-stroke-interactive-brand,var(--wp-admin-theme-color,#3858e9)),inset 0 0 0 var(--wpds-border-width-sm,2px) var(--wpds-color-background-surface-neutral-strong,#fff)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-grid .dataviews-view-grid__media,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media{aspect-ratio:1/1;background-color:var(--wpds-color-background-surface-neutral-strong,#fff);border-radius:var(--wpds-border-radius-md,4px);overflow:hidden;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media.dataviews-view-grid__media--placeholder,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media.dataviews-view-grid__media--placeholder{aspect-ratio:3/1}.dataviews-view-grid .dataviews-view-grid__media img,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media:after{border-radius:var(--wpds-border-radius-md,4px);box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) rgba(0,0,0,.1);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__media .dataviews-view-grid__media-placeholder,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media .dataviews-view-grid__media-placeholder{background:var(--wpds-color-background-surface-neutral,#fcfcfc);border-radius:var(--wpds-border-radius-md,4px);box-shadow:none;display:block;height:100%;width:100%}.dataviews-view-grid .dataviews-view-grid__fields,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty),.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields:not(:empty){padding:0 0 var(--wpds-dimension-padding-md,12px)}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty),.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:var(--wpds-typography-line-height-sm,20px);min-height:var(--wpds-dimension-size-sm,24px);padding-top:calc((var(--wpds-dimension-size-sm, 24px) - var(--wpds-typography-line-height-sm, 20px))/2)}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:center;min-height:var(--wpds-dimension-size-sm,24px)}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:var(--wpds-color-foreground-content-neutral-weak,#707070);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))),.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty),.dataviews-view-grid-infinite-scroll .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:var(--wpds-dimension-padding-md,12px)}.dataviews-view-grid-infinite-scroll.is-refreshing,.dataviews-view-grid.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-grid-infinite-scroll.is-refreshing,.dataviews-view-grid.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{left:var(--wpds-dimension-padding-sm,8px);opacity:0;position:absolute;top:-9999em;z-index:1}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-selection-checkbox{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:1;top:var(--wpds-dimension-padding-sm,8px)}}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{opacity:1;top:var(--wpds-dimension-padding-sm,8px)}.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:0;position:absolute;right:var(--wpds-dimension-padding-xs,4px);top:var(--wpds-dimension-padding-xs,4px);z-index:1}.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{background-color:var(--wpds-color-background-surface-neutral-strong,#fff)}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-view-grid__media-actions{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:1;top:var(--wpds-dimension-padding-xs,4px)}}.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{opacity:1}.dataviews-view-grid__media--clickable{cursor:var(--wpds-cursor-control,pointer)}.dataviews-view-grid__group-header{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);container-type:inline-size;font-size:var(--wpds-typography-font-size-lg,15px);font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 var(--wpds-dimension-gap-sm,8px) 0;padding:0 var(--wpds-dimension-padding-2xl,24px)}div.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{border-top:1px solid var(--wpds-color-stroke-surface-neutral-weak,#f0f0f0);margin:0}.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{box-sizing:border-box;padding:var(--wpds-dimension-padding-lg,16px) var(--wpds-dimension-padding-2xl,24px);position:relative}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{display:flex;flex:0 0 auto;gap:var(--wpds-dimension-gap-xs,4px);white-space:nowrap;width:-moz-max-content;width:max-content}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{position:relative;z-index:1}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{height:var(--wpds-dimension-size-sm,24px)}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex:0;overflow:hidden;width:0}.dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}@media (hover:none){.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}}.dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{border-top:1px solid var(--wpds-color-stroke-surface-brand,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 40%,#fff))}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{background-color:var(--wpds-color-background-interactive-brand-weak,transparent);color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__field{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff));color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e)}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field{color:var(--wpds-color-foreground-interactive-neutral-active,#1e1e1e)}.dataviews-view-list .dataviews-view-list__item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:var(--wpds-cursor-control,pointer);inset:0;padding:0;position:absolute;scroll-margin:var(--wpds-dimension-gap-sm,8px) 0;z-index:1}.dataviews-view-list .dataviews-view-list__item:focus-visible{outline:none}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:var(--wpds-border-radius-sm,2px);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));content:"";inset:var(--wp-admin-border-width-focus);outline:2px solid transparent;position:absolute}.dataviews-view-list .dataviews-view-list__title-field{flex:1;line-height:var(--wpds-typography-line-height-md,24px);min-height:var(--wpds-dimension-size-sm,24px);overflow:hidden}.dataviews-view-list .dataviews-view-list__title-field:has(a,button){z-index:1}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:var(--wpds-color-background-surface-neutral-strong,#fff);border-radius:var(--wpds-border-radius-md,4px);flex-shrink:0;height:48px;overflow:hidden;position:relative;width:48px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:var(--wpds-border-radius-md,4px);box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) rgba(0,0,0,.1);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-list .dataviews-view-list__field-wrapper{flex-grow:1;min-height:48px;min-width:0}.dataviews-view-list .dataviews-view-list__field{color:var(--wpds-color-foreground-interactive-neutral-weak,#707070)}.dataviews-view-list .dataviews-view-list__fields{display:flex;flex-wrap:wrap;font-size:12px;gap:var(--wpds-dimension-gap-md,12px);row-gap:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:var(--wpds-typography-line-height-sm,20px);min-height:var(--wpds-dimension-size-sm,24px)}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__item-wrapper{padding:var(--wpds-dimension-padding-sm,8px) var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__title-field{line-height:var(--wpds-typography-line-height-xs,16px);min-height:var(--wpds-dimension-size-2xs,16px)}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__media-wrapper{height:var(--wpds-dimension-size-md,32px);width:var(--wpds-dimension-size-md,32px)}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__field-wrapper{min-height:var(--wpds-dimension-size-md,32px)}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields{gap:var(--wpds-dimension-gap-sm,8px);row-gap:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value{line-height:var(--wpds-typography-line-height-xs,16px);min-height:var(--wpds-dimension-size-2xs,16px)}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__item-wrapper{padding:var(--wpds-dimension-padding-2xl,24px) var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__title-field{line-height:var(--wpds-typography-line-height-xl,32px);min-height:var(--wpds-dimension-size-md,32px)}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__media-wrapper{height:64px;width:64px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__field-wrapper{min-height:64px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields{gap:var(--wpds-dimension-gap-lg,16px);row-gap:var(--wpds-dimension-gap-sm,8px)}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value{line-height:var(--wpds-typography-line-height-md,24px);min-height:var(--wpds-dimension-size-md,32px)}.dataviews-view-list.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-list.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-list__group-header{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);font-size:var(--wpds-typography-font-size-lg,15px);font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 var(--wpds-dimension-gap-lg,16px) 0;padding:0 var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-table{background-color:inherit;border-collapse:collapse;border-color:inherit;color:var(--wpds-color-foreground-content-neutral-weak,#707070);margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);font-size:var(--wpds-typography-font-size-md,13px);font-weight:400;text-align:left}.dataviews-view-table td,.dataviews-view-table th{padding:var(--wpds-dimension-padding-md,12px)}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:right}.dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{background-color:var(--wp-dataviews-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));position:sticky;right:0}.dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{background-color:var(--wpds-color-background-surface-neutral,#fcfcfc);bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:1px}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{max-width:auto;min-width:auto}.dataviews-view-table tr{background-color:inherit;border-top:1px solid var(--wpds-color-stroke-surface-neutral-weak,#f0f0f0)}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}@media (hover:none){.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff));color:var(--wpds-color-foreground-content-neutral,#1e1e1e)}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid var(--wpds-color-stroke-surface-brand,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 40%,#fff))}.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff))}.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}.dataviews-view-table.has-bulk-actions tr:focus-within .dataviews-view-table__actions-column--sticky,.dataviews-view-table.has-bulk-actions tr:hover .dataviews-view-table__actions-column--sticky{background-color:var(--wp-dataviews-color-background,var(--wpds-color-background-surface-neutral-strong,#fff))}.dataviews-view-table.has-bulk-actions tr.is-selected .dataviews-view-table__actions-column--sticky,.dataviews-view-table.has-bulk-actions tr.is-selected:hover .dataviews-view-table__actions-column--sticky{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff))}.dataviews-view-table thead{background-color:inherit;inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead.dataviews-view-table__thead--stuck:after{background-color:var(--wpds-color-stroke-surface-neutral-weak,#f0f0f0);bottom:0;content:"";display:block;height:1px;left:0;position:absolute;right:0}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:inherit;font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);padding-bottom:var(--wpds-dimension-padding-sm,8px);padding-top:var(--wpds-dimension-padding-sm,8px);text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button){padding-left:var(--wpds-dimension-padding-xs,4px);padding-right:var(--wpds-dimension-padding-xs,4px)}.dataviews-view-table thead th:has(.dataviews-view-table-header-button) .dataviews-view-table-header-button{gap:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):first-child{padding-left:var(--wpds-dimension-padding-lg,16px)}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):last-child{padding-right:var(--wpds-dimension-padding-lg,16px)}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:var(--wpds-dimension-size-md,32px);white-space:nowrap}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{font-variant-numeric:tabular-nums;justify-content:flex-end}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{justify-content:center}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);padding:var(--wpds-dimension-padding-xs,4px) var(--wpds-dimension-padding-sm,8px);text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e)}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-left:var(--wpds-dimension-padding-xs,4px)}.dataviews-view-table .dataviews-view-table__actions-column{white-space:nowrap;width:auto}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:0}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:last-child){padding-right:0}.dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{padding:var(--wpds-dimension-padding-xs,4px) var(--wpds-dimension-padding-sm,8px)}.dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{padding:var(--wpds-dimension-padding-lg,16px) var(--wpds-dimension-padding-md,12px)}.dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-column-primary__media{background-color:var(--wpds-color-background-surface-neutral-strong,#fff);border-radius:var(--wpds-border-radius-md,4px);flex-shrink:0;max-width:60px;min-height:var(--wpds-dimension-size-md,32px);min-width:var(--wpds-dimension-size-md,32px);overflow:hidden;position:relative}.dataviews-column-primary__media img{height:var(--wpds-dimension-size-md,32px);-o-object-fit:cover;object-fit:cover;width:var(--wpds-dimension-size-md,32px)}.dataviews-column-primary__media:after{border-radius:var(--wpds-border-radius-md,4px);box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) rgba(0,0,0,.1);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){max-width:80ch;min-width:15ch}.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);font-weight:var(--wpds-typography-font-weight-emphasis,600);padding:var(--wpds-dimension-padding-md,12px) var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-first-data):not(.dataviews-view-table__col-expand){width:1%}.dataviews-view-table.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-table.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-picker-grid.has-compact-density .dataviews-view-grid-items{gap:var(--wpds-dimension-gap-lg,16px)}.dataviews-view-picker-grid.has-comfortable-density .dataviews-view-grid-items{gap:var(--wpds-dimension-gap-2xl,32px)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card{height:100%;isolation:isolate;justify-content:flex-start;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{padding:var(--wpds-dimension-padding-sm,8px) 0 var(--wpds-dimension-padding-xs,4px)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{align-content:center;min-height:var(--wpds-dimension-size-sm,24px);overflow:hidden;text-align:start}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{width:-moz-fit-content;width:fit-content}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{color:var(--wpds-color-foreground-content-neutral,#1e1e1e)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) var(--wpds-color-stroke-interactive-brand,var(--wp-admin-theme-color,#3858e9)),inset 0 0 0 var(--wpds-border-width-sm,2px) var(--wpds-color-background-surface-neutral-strong,#fff)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-picker-grid:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-grid:focus-visible [data-active-item=true]{outline:2px solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-picker-grid .dataviews-selection-checkbox{top:var(--wpds-dimension-padding-sm,8px)!important}.dataviews-view-picker-grid .dataviews-selection-checkbox input{pointer-events:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__media{aspect-ratio:1/1;background-color:var(--wpds-color-background-surface-neutral-strong,#fff);border-radius:var(--wpds-border-radius-md,4px);min-height:0;position:relative;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{border-radius:var(--wpds-border-radius-md,4px);box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) rgba(0,0,0,.1);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){padding:0 0 var(--wpds-dimension-padding-md,12px)}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){line-height:var(--wpds-typography-line-height-sm,20px);min-height:var(--wpds-dimension-size-sm,24px);padding-top:calc((var(--wpds-dimension-size-sm, 24px) - var(--wpds-typography-line-height-sm, 20px))/2)}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{align-items:center;min-height:var(--wpds-dimension-size-sm,24px)}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{color:var(--wpds-color-foreground-content-neutral-weak,#707070);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){display:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){padding-bottom:var(--wpds-dimension-padding-md,12px)}.dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{display:none}.dataviews-view-picker-grid__card .dataviews-selection-checkbox{left:var(--wpds-dimension-padding-sm,8px);position:absolute;top:-9999em;z-index:1}@media (hover:none){.dataviews-view-picker-grid__card .dataviews-selection-checkbox{top:var(--wpds-dimension-padding-sm,8px)}}.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{top:var(--wpds-dimension-padding-sm,8px)}.dataviews-view-picker-grid__media--clickable{cursor:var(--wpds-cursor-control,pointer)}.dataviews-view-picker-grid-group__header{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);font-size:var(--wpds-typography-font-size-lg,15px);font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 var(--wpds-dimension-gap-sm,8px) 0;padding:0 48px}.dataviews-view-picker-table{background-color:inherit}.dataviews-view-picker-table .dataviews-view-table__checkbox-column{width:48px}.dataviews-view-picker-table tbody:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-table tbody:focus-visible [data-active-item=true]{outline:2px solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input{opacity:1;pointer-events:none}.dataviews-view-picker-table .dataviews-view-table__row{cursor:var(--wpds-cursor-control,pointer)}.dataviews-view-picker-table .dataviews-view-table__row.is-hovered,.dataviews-view-picker-table .dataviews-view-table__row.is-selected,.dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff))}.dataviews-view-activity{margin:0 0 auto;padding:0 var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-activity .dataviews-view-activity__group-header{color:var(--wpds-color-foreground-content-neutral-weak,#707070);font-size:var(--wpds-typography-font-size-lg,15px);font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 var(--wpds-dimension-gap-sm,8px) 0;padding:0}.dataviews-view-activity .dataviews-view-activity__item-actions{min-width:var(--wpds-dimension-size-sm,24px)}.dataviews-view-activity .dataviews-view-activity__item-content{flex-grow:1}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-description,.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields,.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title{min-height:var(--wpds-dimension-size-2xs,16px)}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title{align-items:center;display:flex;flex:1;overflow:hidden;position:relative}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable{cursor:var(--wpds-cursor-control,pointer)}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable:focus-visible{border-radius:var(--wpds-border-radius-sm,2px);outline:var(--wp-admin-border-width-focus) solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline-offset:var(--wp-admin-border-width-focus)}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions{display:flex;flex:0 0 auto;width:-moz-max-content;width:max-content}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions .components-button{position:relative;z-index:1}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields{color:var(--wpds-color-foreground-content-neutral-weak,#707070);display:flex;flex-wrap:wrap;gap:var(--wpds-dimension-gap-md,12px);row-gap:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields:empty{display:none}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field:has(.dataviews-view-activity__item-field-value:empty){display:none}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field-value{align-items:center;display:flex}.dataviews-view-activity .dataviews-view-activity__item-type{align-self:stretch;flex-shrink:0}.dataviews-view-activity .dataviews-view-activity__item-type:after{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);content:"";flex:1 1 auto;margin:0 auto;width:1px}.dataviews-view-activity .dataviews-view-activity__item-type:before{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);content:"";flex:0 0 auto;margin:0 auto;width:1px}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type{width:var(--wpds-dimension-padding-md,12px)}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type:before{height:var(--wpds-dimension-size-3xs,12px)}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type-icon{height:calc(var(--wpds-dimension-size-3xs, 12px) - 1px);width:calc(var(--wpds-dimension-size-3xs, 12px) - 1px)}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-content{margin:var(--wpds-dimension-gap-md,12px) 0}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type{width:var(--wpds-dimension-size-sm,24px)}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type:before{height:var(--wpds-dimension-size-3xs,12px)}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type-icon{height:calc(var(--wpds-dimension-size-sm, 24px) + 1px);width:calc(var(--wpds-dimension-size-sm, 24px) + 1px)}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-content{margin:var(--wpds-dimension-gap-md,12px) 0;padding-top:var(--wpds-dimension-padding-sm,8px)}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type{width:var(--wpds-dimension-size-md,32px)}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type:before{height:var(--wpds-dimension-size-4xs,8px)}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type-icon{height:calc(var(--wpds-dimension-size-md, 32px) + 1px);width:calc(var(--wpds-dimension-size-md, 32px) + 1px)}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-content{margin:var(--wpds-dimension-gap-sm,8px) 0 var(--wpds-dimension-gap-lg,16px);padding-top:var(--wpds-dimension-padding-md,12px)}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-bullet,.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-bullet{height:calc(var(--wpds-dimension-size-4xs, 8px) + 1px);position:relative;top:50%;transform:translateY(-50%);width:calc(var(--wpds-dimension-size-4xs, 8px) + 1px)}.dataviews-view-activity .dataviews-view-activity__item:first-child .dataviews-view-activity__item-type:before{visibility:hidden}.dataviews-view-activity .dataviews-view-activity__group:last-of-type>.dataviews-view-activity__item:last-of-type .dataviews-view-activity__item-type:after,.dataviews-view-activity>.dataviews-view-activity__item:last-child .dataviews-view-activity__item-type:after{background:linear-gradient(to bottom,var(--wpds-color-stroke-surface-neutral,#dbdbdb) 0,color-mix(in srgb,var(--wpds-color-stroke-surface-neutral,#dbdbdb) 20%,transparent) 60%,transparent 100%)}.dataviews-view-activity .dataviews-view-activity__item-type-icon{background-color:var(--wpds-color-background-surface-neutral-strong,#fff);flex-shrink:0;overflow:hidden}.dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet,.dataviews-view-activity .dataviews-view-activity__item-type-icon img,.dataviews-view-activity .dataviews-view-activity__item-type-icon svg{border-radius:50%;box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) var(--wpds-color-stroke-surface-neutral,#dbdbdb);box-sizing:border-box;display:block;height:100%;margin:0 auto;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-activity .dataviews-view-activity__item-type-icon svg{padding:var(--wpds-dimension-padding-xs,4px)}.dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);content:""}.dataviews-view-activity.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-activity.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-activity+.dataviews-pagination{justify-content:space-between}.dataviews-view-picker-activity{flex-grow:1;margin:0;padding:0}.dataviews-view-picker-activity:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-activity:focus-visible .dataviews-view-picker-activity__item[data-active-item=true]{outline:2px solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline-offset:-2px}.dataviews-view-picker-activity .dataviews-view-picker-activity__item{border-radius:var(--wpds-border-radius-sm,2px);cursor:var(--wpds-cursor-control,pointer);padding-inline:var(--wpds-dimension-padding-2xl,24px);transition:background-color .1s ease}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-selected,.dataviews-view-picker-activity .dataviews-view-picker-activity__item:hover{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff))}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-selected{outline:3px solid transparent;outline-offset:-2px}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type{width:var(--wpds-dimension-padding-md,12px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type:before{height:var(--wpds-dimension-size-3xs,12px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type-icon{height:calc(var(--wpds-dimension-size-3xs, 12px) - 1px);width:calc(var(--wpds-dimension-size-3xs, 12px) - 1px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-content{margin:var(--wpds-dimension-gap-md,12px) 0}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type{width:var(--wpds-dimension-size-sm,24px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type:before{height:var(--wpds-dimension-size-3xs,12px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type-icon{height:calc(var(--wpds-dimension-size-sm, 24px) + 1px);width:calc(var(--wpds-dimension-size-sm, 24px) + 1px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-content{margin:var(--wpds-dimension-gap-md,12px) 0;padding-top:var(--wpds-dimension-padding-sm,8px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type{width:var(--wpds-dimension-size-md,32px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type:before{height:var(--wpds-dimension-size-4xs,8px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type-icon{height:calc(var(--wpds-dimension-size-md, 32px) + 1px);width:calc(var(--wpds-dimension-size-md, 32px) + 1px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-content{margin:var(--wpds-dimension-gap-sm,8px) 0 var(--wpds-dimension-gap-lg,16px);padding-top:var(--wpds-dimension-padding-md,12px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-bullet,.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-bullet{height:calc(var(--wpds-dimension-size-4xs, 8px) + 1px);position:relative;top:50%;transform:translateY(-50%);width:calc(var(--wpds-dimension-size-4xs, 8px) + 1px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content{flex-grow:1}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-description,.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields,.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-title{min-height:var(--wpds-dimension-size-2xs,16px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-title{align-items:center;display:flex;flex:1;overflow:hidden;position:relative}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-description:empty{display:none}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields{color:var(--wpds-color-foreground-content-neutral-weak,#707070);display:flex;flex-wrap:wrap;gap:var(--wpds-dimension-gap-md,12px);row-gap:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields:empty{display:none}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields .dataviews-view-picker-activity__item-field:has(.dataviews-view-picker-activity__item-field-value:empty){display:none}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields .dataviews-view-picker-activity__item-field-value{align-items:center;display:flex}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type{align-self:stretch;flex-shrink:0}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type:after{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);content:"";flex:1 1 auto;margin:0 auto;width:1px}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type:before{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);content:"";flex:0 0 auto;margin:0 auto;width:1px}.dataviews-view-picker-activity .dataviews-view-picker-activity__item:first-child .dataviews-view-picker-activity__item-type:before{visibility:hidden}.dataviews-view-picker-activity .dataviews-view-picker-activity-group:last-of-type>.dataviews-view-picker-activity__item:last-of-type .dataviews-view-picker-activity__item-type:after,.dataviews-view-picker-activity>.dataviews-view-picker-activity__item:last-child .dataviews-view-picker-activity__item-type:after{background:linear-gradient(to bottom,var(--wpds-color-stroke-surface-neutral,#dbdbdb) 0,color-mix(in srgb,var(--wpds-color-stroke-surface-neutral,#dbdbdb) 20%,transparent) 60%,transparent 100%)}.dataviews-view-picker-activity .dataviews-view-picker-activity-group__header{color:var(--wpds-color-foreground-content-neutral-weak,#707070);font-size:var(--wpds-typography-font-size-lg,15px);font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 var(--wpds-dimension-gap-sm,8px) 0;padding:0;padding-inline-start:var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon{background-color:transparent;flex-shrink:0;overflow:hidden}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon .dataviews-view-picker-activity__item-bullet,.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon img,.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon svg{border-radius:50%;box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) var(--wpds-color-stroke-surface-neutral,#dbdbdb);box-sizing:border-box;display:block;height:100%;margin:0 auto;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon svg{padding:var(--wpds-dimension-padding-xs,4px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon .dataviews-view-picker-activity__item-bullet{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb)}.dataviews-picker-footer__bulk-selection{align-self:flex-start;height:var(--wpds-dimension-size-md,32px)}.dataviews-picker-footer__actions{align-self:flex-end}.dataviews-controls__richtext [data-rich-text-placeholder]:after{color:color-mix(in srgb,currentColor,transparent 38%);content:attr(data-rich-text-placeholder)}.dataviews-controls__datetime{border:none;padding:0}.dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{flex:1 1 50%}.dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.dataviews-controls__date-range-inputs>*{min-width:0}.dataviews-controls__color-picker-dropdown{display:flex}.dataviews-controls__date-preset{border:1px solid var(--wpds-color-stroke-surface-neutral,#dbdbdb)}.dataviews-controls__date-preset:active{background-color:var(--wpds-color-background-interactive-neutral-strong-active,#1e1e1e)}.dataforms-layouts-panel__field-trigger{align-items:flex-start;border-radius:var(--wpds-border-radius-sm,2px);color:inherit;cursor:var(--wpds-cursor-control,pointer);display:flex;isolation:isolate;min-height:var(--wpds-dimension-size-sm,24px);position:relative;width:100%}.dataforms-layouts-panel__field-trigger--label-side{flex-direction:row;gap:var(--wpds-dimension-gap-sm,8px)}.dataforms-layouts-panel__field-trigger--label-top{display:grid;grid-template-columns:1fr auto}.dataforms-layouts-panel__field-trigger--label-none{align-items:center}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-trigger-icon{opacity:1}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-label{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataforms-layouts-panel__field-trigger.is-disabled{cursor:default}.dataforms-layouts-panel__field-trigger.is-disabled .dataforms-layouts-panel__field-control{color:var(--wpds-color-foreground-content-neutral-weak,#707070);font-weight:var(--wpds-typography-font-weight-default,400)}.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon{fill:currentColor;opacity:1}.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:focus-visible,.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:hover{fill:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataforms-layouts-panel__field-trigger-icon{border-radius:var(--wpds-border-radius-xs,1px);color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9));flex:0 0 auto;opacity:0;padding:0}.dataforms-layouts-panel__field-trigger-icon:focus-visible{opacity:1;outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataforms-layouts-panel__field-dropdown-anchor,.dataforms-layouts-panel__field-dropdown-anchor .components-dropdown{width:100%}.dataforms-layouts-panel__field-label{align-items:center;color:var(--wpds-color-foreground-content-neutral-weak,#707070);display:flex;flex-shrink:0;hyphens:auto;line-height:var(--wpds-typography-line-height-sm,20px);min-height:var(--wpds-dimension-size-sm,24px);width:38%}.dataforms-layouts-panel__field-label .components-base-control__label{display:inline;line-height:inherit;margin-bottom:0}.dataforms-layouts-panel__field-label-error-content,.dataforms-layouts-panel__field-label.has-error{color:var(--wpds-color-foreground-content-error-weak,#cc1818)}.dataforms-layouts-panel__field-label-error-content{align-items:center;cursor:help;display:inline-flex;flex-direction:row;gap:var(--wpds-dimension-gap-xs,4px);position:relative;z-index:1}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:var(--wpds-typography-line-height-md,24px);margin-inline:calc(var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px))*-1);min-height:var(--wpds-dimension-size-sm,24px);min-width:0;overflow:clip;padding-inline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px));word-break:break-word}.dataforms-layouts-panel__field-control>*{min-width:0}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-label{width:100%}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-control{grid-column:1/-1}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-trigger-icon{grid-column:2;grid-row:1}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:var(--wpds-dimension-padding-lg,16px)}.dataforms-layouts-panel__dropdown-header{margin-bottom:var(--wpds-dimension-gap-lg,16px)}.dataforms-layouts-panel__modal-footer{margin-top:var(--wpds-dimension-gap-lg,16px)}.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{z-index:159990}.dataforms-layouts-panel__summary-button:empty{min-width:160px}.dataforms-layouts-regular__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:var(--wpds-dimension-size-md,32px);width:100%}.dataforms-layouts-regular__field .components-base-control__label,.dataforms-layouts-regular__field .components-form-token-field__label,.dataforms-layouts-regular__field .components-input-control__label{color:var(--wpds-color-foreground-content-neutral,#1e1e1e)}.dataforms-layouts-regular__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:var(--wpds-typography-line-height-sm,20px);min-height:var(--wpds-dimension-size-md,32px);width:38%}.dataforms-layouts-regular__field-label--label-position-side{align-self:center}.dataforms-layouts-regular__field-label .components-base-control__label{margin-bottom:0}.dataforms-layouts-regular__field-control{align-items:center;display:flex;flex-grow:1;min-height:var(--wpds-dimension-size-md,32px)}.dataforms-layouts-card__field{width:100%}.dataforms-layouts-card__field-header-content{min-height:24px}.dataforms-layouts-card__field-header-content-description{display:contents}.dataforms-layouts-card__field-description{color:var(--wpds-color-foreground-content-neutral-weak,#707070);display:block;font-size:var(--wpds-typography-font-size-md,13px);margin-bottom:var(--wpds-dimension-gap-lg,16px)}.dataforms-layouts-card__field-summary{align-items:center;display:flex;flex-direction:row;gap:var(--wpds-dimension-gap-lg,16px)}.dataforms-layouts-details__summary-content{display:inline-flex;min-height:var(--wpds-dimension-size-sm,24px)}.dataforms-layouts-details__content{padding-top:var(--wpds-dimension-padding-md,12px)}.dataforms-layouts-row__field-control{width:100%}.dataforms-layouts__wrapper{font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:var(--wpds-typography-font-weight-default,400);line-height:20px}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.fields-create-template-part-modal{z-index:1000001}.fields-create-template-part-modal__area-fieldset{border:0;margin:0;padding:0}.fields-create-template-part-modal__area-radio-group{border:1px solid #949494;border-radius:2px}.fields-create-template-part-modal__area-radio-wrapper{grid-gap:4px 8px;align-items:center;color:#1e1e1e;display:grid;grid-template-columns:min-content 1fr min-content;padding:12px;position:relative}.fields-create-template-part-modal__area-radio-wrapper+.fields-create-template-part-modal__area-radio-wrapper{border-top:1px solid #949494}.fields-create-template-part-modal__area-radio-wrapper input[type=radio]{opacity:0;position:absolute}.fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:checked){z-index:1}.fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:not(:checked)):hover{color:var(--wp-admin-theme-color)}.fields-create-template-part-modal__area-radio-wrapper>:not(.fields-create-template-part-modal__area-radio-label){pointer-events:none}.fields-create-template-part-modal__area-radio-label:before{content:"";inset:0;position:absolute}input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-label:before{cursor:var(--wpds-cursor-control,pointer)}input[type=radio]:focus-visible~.fields-create-template-part-modal__area-radio-label:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:4px solid transparent}.fields-create-template-part-modal__area-radio-checkmark,.fields-create-template-part-modal__area-radio-icon{fill:currentColor}input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-checkmark{opacity:0}.fields-create-template-part-modal__area-radio-description{text-wrap:pretty;color:#757575;font-size:12px;grid-column:2/3;line-height:normal;margin:0}input[type=radio]:not(:checked):hover~.fields-create-template-part-modal__area-radio-description{color:inherit}fieldset.fields__media-edit{border:0;margin:0;padding:0;width:100%}fieldset.fields__media-edit .components-base-control__label{color:#1e1e1e}fieldset.fields__media-edit .fields__media-edit-description{font-size:12px;line-height:1.5}fieldset.fields__media-edit{container-type:inline-size}fieldset.fields__media-edit .fields__media-edit-compact-group{border:1px dashed #949494;border-radius:4px;overflow:hidden}fieldset.fields__media-edit .fields__media-edit-compact-group.is-single{border-radius:2px}fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-picker-button{border:0;border-radius:0}fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-picker-button:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-compact:not(:last-child){border-bottom:1px solid #f0f0f0}fieldset.fields__media-edit .fields__media-edit-compact .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}fieldset.fields__media-edit .fields__media-edit-compact .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}fieldset.fields__media-edit .fields__media-edit-compact{min-width:0;position:relative}fieldset.fields__media-edit .fields__media-edit-compact:focus-within .fields__media-edit-compact-movers,fieldset.fields__media-edit .fields__media-edit-compact:hover .fields__media-edit-compact-movers{opacity:1}fieldset.fields__media-edit .fields__media-edit-compact .fields__media-edit-compact-movers{background:#fff;border-radius:2px;opacity:0;pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:1}fieldset.fields__media-edit .fields__media-edit-compact .fields__media-edit-compact-movers *{pointer-events:auto}fieldset.fields__media-edit .fields__media-edit-picker-button:has(.fields__media-edit-placeholder):not(.fields__media-edit-expanded *) .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}fieldset.fields__media-edit .fields__media-edit-picker-button:has(.fields__media-edit-placeholder):not(.fields__media-edit-expanded *) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}fieldset.fields__media-edit .fields__media-edit-picker-button{align-items:center;border:1px dashed #949494;border-radius:2px;cursor:var(--wpds-cursor-control,pointer);display:flex;gap:8px;min-height:40px;min-width:0;padding:4px 8px;position:relative}fieldset.fields__media-edit .fields__media-edit-picker-button:not(.has-attachment){border-color:var(--wp-admin-theme-color);color:var(--wp-admin-theme-color)}fieldset.fields__media-edit .fields__media-edit-picker-button:not(.has-attachment):hover{background-color:color-mix(in srgb,var(--wp-admin-theme-color,#3858e9) 4%,transparent);border-color:var(--wp-admin-theme-color-darker-20);color:var(--wp-admin-theme-color-darker-20)}fieldset.fields__media-edit .fields__media-edit-picker-button:hover{color:var(--wp-admin-theme-color)}fieldset.fields__media-edit .fields__media-edit-picker-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}fieldset.fields__media-edit .fields__media-edit-picker-button[aria-disabled=true]{cursor:default;opacity:.6}fieldset.fields__media-edit .fields__media-edit-picker-button .fields__media-edit-picker-button-spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}fieldset.fields__media-edit .fields__media-edit-filename,fieldset.fields__media-edit .fields__media-edit-placeholder{flex:1;min-width:0;width:100%}fieldset.fields__media-edit .fields__media-edit-placeholder{text-align:center}fieldset.fields__media-edit .fields__media-edit-thumbnail{aspect-ratio:1/1;border-radius:2px;flex-shrink:0;width:24px}fieldset.fields__media-edit .fields__media-edit-expanded{display:grid;gap:8px}fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-preview{align-items:center;aspect-ratio:var(--fields-media-edit-expanded-multiple-aspect-ratio,3/2);border-radius:2px;display:flex;justify-content:center;overflow:hidden;padding:4px;position:relative;width:100%}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-preview .fields__media-edit-expanded-preview-stack{height:100%;width:100%}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-overlay{bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-overlay *{pointer-events:auto}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-actions{background:#fff;border-radius:2px;position:absolute;right:4px;top:4px}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item{border-radius:4px;min-width:0;position:relative}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:focus-within .fields__media-edit-expanded-overlay,fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:hover .fields__media-edit-expanded-overlay{opacity:1}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:not(.has-preview-image) .fields__media-edit-expanded-preview-stack{padding:8px}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-thumbnail{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-filename{flex:none;text-align:center}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-picker-button-spinner svg{margin:0}fieldset.fields__media-edit .fields__media-edit-expanded.is-single{grid-template-columns:1fr}fieldset.fields__media-edit .fields__media-edit-expanded.is-single .fields__media-edit-expanded-preview{aspect-ratio:2/1}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-picker-button{border-radius:4px}fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .fields__media-edit-picker-button{border-radius:2px}fieldset.fields__media-edit .fields__media-edit-expanded.is-multiple:not(.is-empty){grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}@container (max-width: 500px){fieldset.fields__media-edit .fields__media-edit-expanded.is-multiple:not(.is-empty){grid-template-columns:repeat(auto-fill,minmax(105px,1fr))}}fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields__media-edit-picker-button{padding:0}fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields__media-edit-placeholder{align-items:center;aspect-ratio:var(--fields-media-edit-expanded-multiple-aspect-ratio,3/2);display:flex;justify-content:center}.fields-controls__author-avatar{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:left;overflow:hidden;width:24px}.fields-controls__author-avatar img{border-radius:100%;height:16px;-o-object-fit:cover;object-fit:cover;opacity:0;width:16px}@media not (prefers-reduced-motion){.fields-controls__author-avatar img{transition:opacity .1s linear}}.fields-controls__author-avatar.is-loaded img{opacity:1}.fields-controls__author-icon{display:flex;flex-shrink:0;height:24px;width:24px}.fields-controls__author-icon svg{fill:currentColor;margin-left:-4px}.fields-controls__author-name{overflow:hidden;text-overflow:ellipsis}.fields-controls__slug{border:0;margin:0;padding:0}.fields-controls__slug .fields-controls__slug-external-icon{margin-left:5ch}.fields-controls__slug .fields-controls__slug-input input.components-input-control__input{padding-inline-start:0!important}.fields-controls__slug .fields-controls__slug-help-link{word-break:break-word}.fields-controls__slug .fields-controls__slug-help{display:flex;flex-direction:column}.fields-controls__slug .fields-controls__slug-help .fields-controls__slug-help-slug{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.fields-controls__featured-image-image,.fields-controls__featured-image-placeholder{border-radius:4px;display:block;height:100%;width:100%}.fields-controls__featured-image-placeholder{background:#f0f0f0;box-shadow:none}.fields-controls__parent,.fields-controls__password{border:0;margin:0;padding:0}.fields-controls__status-icon{height:24px;width:24px}.fields-controls__status-icon svg{fill:currentColor;margin-left:-4px}.fields-field__title>span:first-child{display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.fields-field__pattern-title span:first-child{flex:1}.media-editor-preview{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:100%;padding:32px;position:relative}.media-editor-preview__spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.media-editor-preview--loading{height:100%;width:100%}.media-editor-preview--image img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;opacity:0;width:auto}@media not (prefers-reduced-motion){.media-editor-preview--image img.loaded{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.media-editor-preview--video video{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.media-editor-preview--audio audio{max-width:100%}.media-editor-preview--file{text-align:center}.media-editor-preview__file-info{background:#f0f0f0;border-radius:2px;padding:24px}.media-editor-preview__file-name{font-weight:var(--wpds-typography-font-weight-emphasis,600);margin-bottom:8px}.media-editor-preview__mime-type{color:#757575;font-size:.9em;margin-bottom:16px}.media-editor-preview__download-link{display:inline-block;margin-top:8px}.media-editor-preview--empty,.media-editor-preview--error{color:#757575;text-align:center}.media-editor-preview__url{color:#949494;font-size:.9em;margin-top:8px;word-break:break-all}.wp-media-editor-image-editor{cursor:grab;height:100%;overflow:hidden;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.wp-media-editor-image-editor__canvas{inset:24px;min-height:100px;min-width:100px;position:absolute}.wp-media-editor-image-editor__canvas:focus{outline:none}.wp-media-editor-image-editor__stage{inset:0;position:absolute}.wp-media-editor-image-editor--dragging{cursor:grabbing}.wp-media-editor-image-editor__image{left:0;position:absolute;top:0;transform-origin:center center;will-change:transform}.wp-media-editor-image-editor__stencil{pointer-events:none;position:absolute}.wp-media-editor-image-editor__dimming{box-shadow:0 0 0 9999px hsla(0,0%,88%,.6);pointer-events:none;position:absolute;transition:box-shadow .15s ease}.wp-media-editor-image-editor--dragging .wp-media-editor-image-editor__dimming{box-shadow:0 0 0 9999px hsla(0,0%,88%,.4)}.wp-media-editor-image-editor__grid{overflow:hidden;pointer-events:none;position:absolute;transition:opacity .15s ease}.wp-media-editor-image-editor__canvas--grid-interactive .wp-media-editor-image-editor__grid{opacity:0;transition-delay:.1s}.wp-media-editor-image-editor__canvas--show-grid .wp-media-editor-image-editor__grid{opacity:1;transition-delay:0s}.wp-media-editor-image-editor__canvas--settling .wp-media-editor-image-editor__grid{opacity:0;transition:none}.wp-media-editor-image-editor__grid-line{background:hsla(0,0%,100%,.4);position:absolute}.wp-media-editor-image-editor__grid-line--horizontal{height:1px;left:0;width:100%}.wp-media-editor-image-editor__grid-line--vertical{height:100%;top:0;width:1px}.wp-media-editor-image-editor__dimensions-tooltip{background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.08);color:#1e1e1e;font-size:11px;font-variant-numeric:tabular-nums;line-height:1.4;padding:2px 6px;pointer-events:none;position:absolute;white-space:nowrap;z-index:2}.wp-media-editor-image-editor__stencil-rect{border:1px solid #1e1e1e;box-sizing:border-box;pointer-events:none;position:absolute;transition:border-color .15s ease,box-shadow .15s ease}.wp-media-editor-image-editor__canvas--focus-visible:focus .wp-media-editor-image-editor__stencil-rect{border-color:var(--wp-image-editor-focus-color,var(--wp-admin-theme-color,#007cba));box-shadow:0 0 0 1px var(--wp-image-editor-focus-color,var(--wp-admin-theme-color,#007cba))}.wp-media-editor-image-editor__handle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--wp-admin-theme-color,#007cba);border-radius:50%;box-sizing:border-box;cursor:default;font:inherit;height:12px;margin:0;padding:0;pointer-events:auto;position:absolute;transition:background-color .15s ease,box-shadow .15s ease;width:12px}.wp-media-editor-image-editor__handle:focus{outline:none}.wp-media-editor-image-editor__canvas--focus-visible .wp-media-editor-image-editor__handle:focus{background:var(--wp-image-editor-focus-color,var(--wp-admin-theme-color,#007cba));border-color:transparent;box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-image-editor-focus-color,var(--wp-admin-theme-color,#007cba))}.wp-media-editor-image-editor__handle:before{content:"";height:44px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:44px}.wp-media-editor-image-editor__handle--n{cursor:ns-resize;left:50%;margin-left:-6px;top:-6px}.wp-media-editor-image-editor__handle--s{bottom:-6px;cursor:ns-resize;left:50%;margin-left:-6px}.wp-media-editor-image-editor__handle--e{cursor:ew-resize;margin-top:-6px;right:-6px;top:50%}.wp-media-editor-image-editor__handle--w{cursor:ew-resize;left:-6px;margin-top:-6px;top:50%}.wp-media-editor-image-editor__handle--nw{cursor:nwse-resize;left:-6px;top:-6px}.wp-media-editor-image-editor__handle--ne{cursor:nesw-resize;right:-6px;top:-6px}.wp-media-editor-image-editor__handle--sw{bottom:-6px;cursor:nesw-resize;left:-6px}.wp-media-editor-image-editor__handle--se{bottom:-6px;cursor:nwse-resize;right:-6px}.media-editor{display:flex;flex:1;flex-direction:column;height:100%;min-height:0}.media-editor .media-editor__loading{align-items:center;display:flex;height:100%;justify-content:center}.media-editor .interface-interface-skeleton{bottom:auto;flex:1;flex-direction:column;height:100%;left:auto;max-height:none;position:relative;right:auto;top:auto}.media-editor-modal .media-editor .interface-interface-skeleton.interface-interface-skeleton{top:auto}.media-editor .interface-interface-skeleton__editor{flex:1;min-width:0}.media-editor .media-editor__content{border-radius:8px;display:flex;flex:1;flex-direction:column;margin:0 24px;min-height:0;overflow:hidden}.media-editor .media-editor__canvas-toolbar{background:#e0e0e0;display:flex;flex-shrink:0;justify-content:center;padding:8px 16px}.media-editor .media-editor__canvas-toolbar .media-editor-fine-rotation{flex:0 1 360px;min-width:0}.media-editor .media-editor__canvas-area{align-items:center;background:#e0e0e0;display:flex;flex:1;justify-content:center;min-height:0;overflow:auto}.media-editor .media-editor__canvas-area .media-editor-preview{height:100%}.media-editor .media-editor__canvas-area img,.media-editor .media-editor__canvas-area video{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.media-editor .media-editor__sidebar{box-sizing:border-box}.media-editor .media-editor__sidebar *,.media-editor .media-editor__sidebar :after,.media-editor .media-editor__sidebar :before{box-sizing:inherit}@media (min-width:600px){.media-editor .media-editor__sidebar{padding-left:1px}}.media-editor .media-editor__sidebar-panel{padding-bottom:24px}.media-editor .interface-interface-skeleton__sidebar{border-top:0;box-shadow:none;outline:1px solid transparent}.media-editor .media-editor__panel{padding:16px}@media (min-width:600px){.media-editor .media-editor__panel{padding:24px 24px 0 0}}.media-editor .components-panel__header.media-editor__sidebar-header{margin-right:0;padding-left:0;padding-right:8px}@media (min-width:600px){.media-editor .components-panel__header.media-editor__sidebar-header{margin-right:24px}}.media-editor .components-panel__header.media-editor__sidebar-header .components-button.has-icon{padding:0}@media (min-width:600px){.media-editor .components-panel__header.media-editor__sidebar-header .components-button.has-icon{display:flex}}@media (min-width:600px) and (max-width:781px){.media-editor .interface-interface-skeleton__sidebar:has(.interface-complementary-area__fill){position:relative!important}.media-editor .interface-complementary-area,.media-editor .interface-complementary-area__fill{width:280px!important}}@media (max-width:599px){.media-editor .interface-interface-skeleton__sidebar:has(.interface-complementary-area__fill){width:100%}.media-editor .interface-complementary-area,.media-editor .interface-complementary-area__fill{width:100%!important}}.media-editor__snackbar{bottom:var(--wpds-dimension-size-md,32px);box-sizing:border-box;display:flex;flex-direction:column;left:0;padding-inline:16px;pointer-events:none;position:fixed;right:0}.media-editor__snackbar .components-snackbar{margin-inline:auto}.media-editor-form .dataforms-layouts-panel__field-control{text-wrap:pretty}.media-editor-modal.components-modal__frame .components-modal__content{display:flex;flex-direction:column;margin-bottom:0;min-height:0;padding:0}.media-editor-modal.components-modal__frame .components-modal__children-container{display:flex;flex:1;flex-direction:column;min-height:0}.media-editor-modal.components-modal__frame .media-editor-modal__footer{background:#fff;display:flex;flex-shrink:0;gap:16px;padding:16px 32px 24px;z-index:1000001}.media-editor-modal.components-modal__frame .media-editor-modal__footer.is-wide{align-items:center;flex-direction:row}.media-editor-modal.components-modal__frame .media-editor-modal__footer.is-wide .media-editor__footer-actions{margin-left:auto}.media-editor-modal.components-modal__frame .media-editor-modal__footer.is-narrow{flex-direction:column}.media-editor-modal.components-modal__frame .media-editor-modal__footer.is-narrow>.media-editor-image-controls{align-self:center}.media-editor-modal__footer-row{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.media-editor-modal__footer-row .media-editor-image-controls,.media-editor-modal__footer-row .media-editor__footer-actions{margin-left:auto}.media-editor__history-actions .components-button.has-icon:not([aria-disabled=true]){color:var(--wp-admin-theme-color)}.media-editor-modal,.media-editor-modal__snackbar{display:flex;flex-direction:column}.media-editor-modal__snackbar{bottom:var(--wpds-dimension-size-md,32px);box-sizing:border-box;left:0;padding-inline:16px;pointer-events:none;position:fixed;right:0}.media-editor-modal__snackbar .components-snackbar{margin-inline:auto}.media-editor-modal__snackbar{z-index:1000001}.media-editor-canvas{height:100%;position:relative;width:100%}.media-editor-canvas__cropper{height:100%;opacity:0;pointer-events:none;width:100%}.media-editor-canvas__cropper.is-loaded{opacity:1;pointer-events:auto}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.media-editor-canvas__cropper.is-loaded{animation:__wp-base-styles-fade-in .2s linear 0s;animation-fill-mode:forwards}}.media-editor-canvas__spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.media-editor-canvas__error{align-items:center;color:#757575;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.media-editor-image-controls{align-items:center;display:flex;flex-wrap:nowrap;gap:8px}.media-editor-image-controls.is-stacked{align-items:flex-start;flex-direction:column;gap:24px}.media-editor-image-controls__transforms{display:flex;gap:48px}.media-editor-image-controls__group{display:flex;flex-direction:column;gap:4px}.media-editor-image-controls__label{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:1.4;text-transform:uppercase}.media-editor-image-controls__buttons{display:flex;gap:8px;padding-inline:2px 0}.media-editor-keyboard-shortcuts-modal{min-width:280px}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__note{color:#757575;font-size:13px;margin:0 0 16px}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-list{list-style:none;margin:0;padding:0}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut:last-child{border-bottom:1px solid #ddd}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-description{flex:1;margin:0}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-term{background:none;font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 0 1rem;padding:0;text-align:right}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-key:last-child{margin:0 0 0 .2rem}.rotation-ruler{box-sizing:border-box;color:#1e1e1e;container-type:inline-size;cursor:ew-resize;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:32px;min-width:180px;padding:0 8px;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rotation-ruler[data-disabled]{cursor:default;opacity:.5;pointer-events:none}.rotation-ruler:has(.rotation-ruler__input:focus-visible){border-radius:4px;outline:2px solid var(--wp-admin-theme-color,#3858e9);outline-offset:2px}.rotation-ruler__input{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.rotation-ruler__pointer{background:var(--wp-admin-theme-color,#3858e9);border-radius:1px;bottom:0;height:18px;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:2px}.rotation-ruler__strip{inset:0;mask-image:linear-gradient(90deg,transparent 0,#000 8px,#000 calc(100% - 8px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8px,#000 calc(100% - 8px),transparent);overflow:hidden;position:absolute}.rotation-ruler__ticks{display:block;left:50%;overflow:visible;position:absolute;top:0}.rotation-ruler__tick{stroke:currentColor;stroke-width:1}.rotation-ruler__tick--minor{opacity:.35}.rotation-ruler__tick--mid{opacity:.6}.rotation-ruler__tick--major{opacity:1}.rotation-ruler__label{fill:currentColor;font-size:10px;font-weight:400;opacity:.45}.rotation-ruler__active-label{color:#1e1e1e;font-size:12px;font-weight:var(--wpds-typography-font-weight-emphasis,600);height:14px;left:50%;line-height:14px;pointer-events:none;position:absolute;top:0;transform:translateX(-50%)}.rotation-ruler__active-label:before{background:linear-gradient(90deg,transparent 0,#e0e0e0 12px,#e0e0e0 calc(100% - 12px),transparent);content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:60px}.rotation-ruler__active-label-number{display:inline-block;position:relative}.rotation-ruler__active-label-sign{position:absolute;right:100%;top:0}.rotation-ruler__active-label-unit{left:100%;position:absolute;top:0}@container (max-width: 220px){.rotation-ruler__tick--minor{opacity:0}}@media (prefers-reduced-motion:reduce){.rotation-ruler__ticks{transition:none}}.editor-autocompleters__link{gap:8px;white-space:nowrap}.editor-autocompleters__user .editor-autocompleters__no-avatar:before{content:"\f110";font:normal 20px/1 dashicons;margin-right:5px;vertical-align:middle}.editor-autocompleters__user .editor-autocompleters__user-avatar{flex-grow:0;flex-shrink:0;height:24px;margin-right:8px;max-width:none;width:24px}.editor-autocompleters__user .editor-autocompleters__user-name{flex-grow:1;flex-shrink:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user .editor-autocompleters__user-slug{flex-grow:0;flex-shrink:0;margin-left:8px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug{color:#757575}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){box-shadow:none}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{display:none}.editor-collab-sidebar{height:100%;overflow:hidden}.editor-collab-sidebar-panel{height:100%;overflow:hidden;padding:16px 16px 24px;position:relative}.editor-collab-sidebar-panel__add-note,.editor-collab-sidebar-panel__thread{background-color:#f0f0f0;border:1px solid #ddd;border-radius:8px;overflow:hidden;padding:16px;position:relative;width:auto}.editor-collab-sidebar-panel__add-note.is-selected,.editor-collab-sidebar-panel__thread.is-selected{background-color:#fff;box-shadow:0 2px 3px rgba(0,0,0,.05),0 4px 5px rgba(0,0,0,.04),0 12px 12px rgba(0,0,0,.03),0 16px 16px rgba(0,0,0,.02);z-index:1}.editor-collab-sidebar-panel__add-note:focus,.editor-collab-sidebar-panel__thread:focus{outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1)}.editor-collab-sidebar-panel__add-note.is-floating,.editor-collab-sidebar-panel__thread.is-floating{left:16px;margin-top:16px;max-height:calc(100dvh - var(--wp-admin--admin-bar--height, 0px) - 128px);overflow-y:auto;position:absolute;right:16px;transform:translateY(var(--canvas-scroll,0));will-change:transform}.editor-collab-sidebar-panel__user-name{text-transform:capitalize}.editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{color:#757575;font-size:12px;font-weight:400;line-height:16px;text-align:left}.editor-collab-sidebar-panel__show-more-button{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9));cursor:var(--wpds-cursor-control,pointer);width:-moz-fit-content;width:fit-content}.editor-collab-sidebar-panel__show-more-button:active,.editor-collab-sidebar-panel__show-more-button:focus,.editor-collab-sidebar-panel__show-more-button:hover{color:var(--wpds-color-foreground-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 52%,#000))}.editor-collab-sidebar-panel__note-content{overflow-wrap:break-word}.editor-collab-sidebar-panel__note-content p:last-child{margin-bottom:0}.editor-collab-sidebar-panel__note-content.is-collapsed{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.editor-collab-sidebar-panel__user-avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);flex-shrink:0;padding:var(--wp-admin-border-width-focus)}.editor-collab-sidebar-panel__note-actions{margin-left:auto}.editor-collab-sidebar-panel__note-actions button.has-icon:not(.has-text){flex-shrink:0;height:24px;min-width:24px;padding:0;width:24px}.editor-collab-sidebar-panel__more-reply-separator:after,.editor-collab-sidebar-panel__more-reply-separator:before,.editor-collab-sidebar-panel__status-separator:after,.editor-collab-sidebar-panel__status-separator:before{background-color:#ddd;content:"";flex:1;height:1px}.editor-collab-sidebar-panel__deleted-block-notice,.editor-collab-sidebar-panel__more-reply-button{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.editor-collab-sidebar-panel__deleted-block-notice{color:#757575}.editor-collab-sidebar-panel__resolution-text{font-style:italic}.editor-collab-sidebar-panel__note-form [role=textbox]{line-height:20px;max-height:418px;overflow-wrap:break-word;overflow-y:auto;white-space:pre-wrap}.editor-collab-sidebar-panel__note-form [role=textbox] code{background:#f0f0f0;border-radius:2px;font-family:Menlo,Consolas,monaco,monospace;font-size:.9em;padding:0 2px}.editor-collab-sidebar-panel__note-form [role=textbox] a{color:var(--wp-admin-theme-color);text-decoration:underline}.editor-collab-sidebar-panel__skip-to-block,.editor-collab-sidebar-panel__skip-to-note{background:#fff!important;clip-path:inset(50%);overflow:hidden;position:absolute;right:-9999px;top:-9999px;z-index:-1}.editor-collab-sidebar-panel__skip-to-block:focus,.editor-collab-sidebar-panel__skip-to-note:focus{clip-path:none;overflow:visible;right:8px;z-index:1}.editor-collab-sidebar-panel__skip-to-note:focus{top:8px}.editor-collab-sidebar-panel__skip-to-block:focus{bottom:8px;top:auto}.editor-note-indicator__avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);box-sizing:border-box;margin-left:-12px;padding:var(--wp-admin-border-width-focus);width:24px}.editor-note-indicator__avatar:first-child{margin-left:0}.editor-note-indicator__overflow{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.show-icon-labels .editor-note-indicator{width:auto}.show-icon-labels .editor-note-indicator div{display:none}.show-icon-labels .editor-note-indicator:after{content:attr(aria-label);font-size:12px}mark.wp-note{border-radius:1px;transition:background-color .1s ease-in-out}.wp-note-mention{background:var(--wpds-color-background-surface-brand,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 9%,#fff));border-radius:var(--wpds-border-radius-sm,2px);color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9));display:inline;font-weight:var(--wpds-typography-font-weight-emphasis,600);padding:0 var(--wpds-dimension-padding-xs,4px)}@media (forced-colors:active){.wp-note-mention{border:1px solid}}.editor-collab-sidebar-panel__mention-suggestion .editor-autocompleters__user-avatar{border-radius:50%}.editor-avatar{align-items:center;box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 1px 1px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.02),0 4px 4px rgba(0,0,0,.01);display:inline-flex}.editor-avatar,.editor-avatar__image{border-radius:9999px;flex-shrink:0;position:relative}.editor-avatar__image{background-color:var(--wp-admin-theme-color,#3858e9);border:0;box-sizing:border-box;color:#fff;font-size:0;height:32px;overflow:hidden;overflow:clip;width:32px}.is-small>.editor-avatar__image{height:24px;width:24px}.has-avatar-border-color>.editor-avatar__image{background-clip:padding-box;border:var(--wp-admin-border-width-focus) solid var(--editor-avatar-outline-color)}.has-avatar-border-color>.editor-avatar__image:after{border-radius:inherit;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus,2px) #fff;content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.editor-avatar__img{border-radius:inherit;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;opacity:0;position:absolute;width:100%}.has-src>.editor-avatar__image>.editor-avatar__img{opacity:1}.editor-avatar:not(.has-src)>.editor-avatar__image{align-items:center;background-clip:border-box;border:0;display:flex;font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);justify-content:center}.editor-avatar:not(.has-src)>.editor-avatar__image:after{content:none}.editor-avatar:not(.has-src).has-avatar-border-color>.editor-avatar__image{background-color:var(--editor-avatar-outline-color)}.editor-avatar__name{color:var(--editor-avatar-name-color,#fff);font-size:13px;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:20px;min-width:0;opacity:0;overflow:hidden;padding-bottom:2px;transition:opacity .15s cubic-bezier(.15,0,.15,1);white-space:nowrap}.editor-avatar.is-badge{background-color:var(--wp-admin-theme-color,#3858e9);-moz-column-gap:0;column-gap:0;display:inline-grid;grid-template-columns:min-content 0fr;padding-inline-end:0;transition:grid-template-columns .3s cubic-bezier(.15,0,.15,1),column-gap .3s cubic-bezier(.15,0,.15,1),padding-inline-end .3s cubic-bezier(.15,0,.15,1);transition:grid-template-columns .3s cubic-bezier(.15,0,.15,1),column-gap .3s cubic-bezier(.15,0,.15,1),padding-inline-end .3s cubic-bezier(.15,0,.15,1),-moz-column-gap .3s cubic-bezier(.15,0,.15,1)}.editor-avatar.is-badge:hover{-moz-column-gap:4px;column-gap:4px;grid-template-columns:min-content 1fr;padding-inline-end:8px;transition-timing-function:cubic-bezier(.85,0,.85,1)}.editor-avatar.is-badge:hover .editor-avatar__name{opacity:1;transition-timing-function:cubic-bezier(.85,0,.85,1)}.editor-avatar.is-badge.has-avatar-border-color{background-color:var(--editor-avatar-outline-color)}.editor-avatar.is-dimmed>.editor-avatar__image{background-color:#757575;opacity:.5}.editor-avatar.is-dimmed.has-avatar-border-color>.editor-avatar__image{border-color:#757575}.editor-avatar.is-dimmed .editor-avatar__img{filter:grayscale(1)}.editor-avatar__status-indicator{fill:#1e1e1e;align-items:center;color:#1e1e1e;display:flex;height:32px;justify-content:center;left:0;position:absolute;top:0;width:32px;z-index:1}.is-small>.editor-avatar__status-indicator{height:24px;width:24px}.editor-avatar__status-indicator svg{height:75%;width:75%}@media (prefers-reduced-motion:reduce){.editor-avatar.is-badge,.editor-avatar__name{transition:none}}.editor-avatar-group{align-items:center;display:flex}.editor-avatar-group>.editor-avatar+.editor-avatar{margin-inline-start:-8px}.editor-avatar-group>.editor-avatar{position:relative}.editor-avatar-group>.editor-avatar:first-child{z-index:10}.editor-avatar-group>.editor-avatar:nth-child(2){z-index:9}.editor-avatar-group>.editor-avatar:nth-child(3){z-index:8}.editor-avatar-group>.editor-avatar:nth-child(4){z-index:7}.editor-avatar-group>.editor-avatar:nth-child(5){z-index:6}.editor-avatar-group>.editor-avatar:nth-child(6){z-index:5}.editor-avatar-group>.editor-avatar:nth-child(7){z-index:4}.editor-avatar-group>.editor-avatar:nth-child(8){z-index:3}.editor-avatar-group>.editor-avatar:nth-child(9){z-index:2}.editor-avatar-group>.editor-avatar:nth-child(10){z-index:1}.editor-avatar-group__overflow{color:#1e1e1e;font-size:12px;line-height:20px;margin-inline-end:4px;margin-inline-start:4px;white-space:nowrap}.editor-collaborators-presence__list.components-popover .components-popover__content{background:#fff;border:1px solid #ddd;border-radius:8px;border-width:1px 0 0 1px;box-shadow:0 1px 2px rgba(0,0,0,.05),0 2px 3px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.03),0 8px 8px rgba(0,0,0,.02)}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-content{min-width:280px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header{align-items:center;display:flex;justify-content:space-between;padding:8px 16px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-title{display:flex;font-size:13px;font-weight:var(--wpds-typography-font-weight-emphasis,600);gap:4px;line-height:20px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-title span{color:#757575}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-action{padding:0}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-action button{color:#1e1e1e;height:32px;padding:0;width:32px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-items{display:flex;flex-direction:column;padding-bottom:16px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item{all:unset;align-items:center;box-sizing:border-box;cursor:var(--wpds-cursor-control,pointer);display:flex;gap:8px;padding:12px 16px;transition:background-color .2s ease;width:100%}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:hover:not(:disabled){background-color:rgba(var(--wp-admin-theme-color--rgb),.04)}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:active:not(:disabled){background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:focus-visible{outline:2px solid var(--wp-admin-theme-color,#3858e9);outline-offset:-2px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:disabled{cursor:default}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item-info{display:flex;flex:1;flex-direction:column;min-width:0}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item-name{color:#1e1e1e;font-size:13px;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-collaborators-presence{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;flex-shrink:0;height:32px}.editor-collaborators-presence:hover{background-color:#e0e0e0}.editor-collaborators-presence:has(.is-pressed){background-color:#e0e0e0}.editor-header__center .editor-collaborators-presence{margin-right:8px}.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button{align-items:center;background:transparent;border-radius:4px;box-sizing:border-box;color:#2f2f2f;cursor:var(--wpds-cursor-control,pointer);display:flex;height:100%;padding:4px;position:relative}.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button.is-pressed,.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button.is-pressed:hover,.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button:hover{background:transparent;color:#2f2f2f}.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button:focus:not(:active){box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus,2px) var(--wp-admin-theme-color,#007cba);outline:none}.editor-collapsible-block-toolbar{align-items:center;display:flex;height:64px;overflow:hidden}.editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar{background:transparent;border-bottom:0;height:100%}.editor-collapsible-block-toolbar .block-editor-block-toolbar{height:100%;padding-top:17px}.editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){height:32px}.editor-collapsible-block-toolbar:after{background-color:#ddd;content:"";height:24px;margin-right:7px;width:1px}.editor-collapsible-block-toolbar .components-toolbar,.editor-collapsible-block-toolbar .components-toolbar-group{border-right:none;position:relative}.editor-collapsible-block-toolbar .components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar:after{background-color:#ddd;content:"";height:24px;position:absolute;right:-1px;top:4px;width:1px}.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{display:none}.editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{height:32px;overflow:visible}@media (min-width:600px){.editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{height:40px;position:relative;top:-4px}}.editor-collapsible-block-toolbar.is-collapsed{display:none}.editor-block-visibility__disabled-blocks-count{background-color:#fff;border:1px solid #ddd;border-width:1px 0;box-shadow:-32px 0 0 0 #fff,32px 0 0 0 #fff;padding:8px;position:sticky;text-align:center;top:-5px;z-index:1}.editor-block-visibility__disabled-blocks-count~.block-editor-block-manager__content .block-editor-block-manager__category-title{top:31px}.editor-block-visibility__disabled-blocks-count .is-link{margin-left:12px}.editor-blog-title-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-document-bar{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;height:32px;justify-content:space-between;min-width:0;width:min(100%,450px)}.editor-document-bar:hover{background-color:#e0e0e0}.editor-document-bar .components-button{border-radius:4px}@media not (prefers-reduced-motion){.editor-document-bar .components-button{transition:background-color .1s ease-out}}.editor-document-bar .components-button:hover{background:#e0e0e0}@media screen and (min-width:782px) and (max-width:960px){.editor-document-bar.has-back-button .editor-document-bar__post-type-label{display:none}}.editor-document-bar__command{color:var(--wp-block-synced-color);flex-grow:1;overflow:hidden}.editor-document-bar__title{color:#1e1e1e;margin:0 auto;max-width:70%;overflow:hidden}.editor-document-bar__title h1{align-items:center;display:flex;font-weight:400;justify-content:center;overflow:hidden;white-space:nowrap}.editor-document-bar__post-title{color:currentColor;flex:1;overflow:hidden;text-overflow:ellipsis}.editor-document-bar__post-type-label{color:#2f2f2f;flex:0;padding-left:4px}@media screen and (max-width:600px){.editor-document-bar__post-type-label{display:none}}.editor-document-bar__back.components-button.has-icon.has-text{color:#757575;flex-shrink:0;gap:0;min-width:36px;position:absolute;z-index:1}.editor-document-bar__back.components-button.has-icon.has-text:hover{background-color:transparent;color:#1e1e1e}.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:none;margin-left:12px;pointer-events:none;position:absolute}.editor-document-bar__icon-layout.editor-document-bar__icon-layout svg{fill:#949494}@media (min-width:600px){.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:flex}}.document-outline ul{margin:0;padding:0}.document-outline__item{display:flex;margin:4px 0}.document-outline__item a{text-decoration:none}.document-outline__item .document-outline__emdash:before{color:#ddd;margin-right:4px}.document-outline__item.is-h2 .document-outline__emdash:before{content:"—"}.document-outline__item.is-h3 .document-outline__emdash:before{content:"——"}.document-outline__item.is-h4 .document-outline__emdash:before{content:"———"}.document-outline__item.is-h5 .document-outline__emdash:before{content:"————"}.document-outline__item.is-h6 .document-outline__emdash:before{content:"—————"}.document-outline__button{align-items:flex-start;background:none;border:none;border-radius:2px;color:#1e1e1e;cursor:var(--wpds-cursor-control,pointer);display:flex;margin:0 0 0 -1px;padding:2px 5px 2px 1px;text-align:left}.document-outline__button:disabled,.document-outline__button[aria-disabled=true]{color:#757575;cursor:default}.document-outline__button:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.document-outline__level{background:#ddd;border-radius:3px;color:#1e1e1e;font-size:13px;margin-right:4px;padding:1px 6px}.is-invalid .document-outline__level{background:#f0b849}.document-outline__item-content{padding:1px 0}.editor-document-outline.has-no-headings>svg{margin-top:28px}.editor-document-outline.has-no-headings>p{padding-left:32px;padding-right:32px}.editor-document-outline.has-no-headings{color:#757575;text-align:center}.editor-document-tools{align-items:center;display:inline-flex}.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:none}@media (min-width:782px){.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:inline-flex}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{display:inline-flex}@media not (prefers-reduced-motion){.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{transition:transform .2s cubic-bezier(.165,.84,.44,1)}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{transform:rotate(45deg)}.editor-document-tools .block-editor-list-view{display:none}@media (min-width:600px){.editor-document-tools .block-editor-list-view{display:flex}}.editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{height:32px;min-width:32px;padding:4px}.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{background:#1e1e1e}.editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:active),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:active){outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline-offset:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px))}.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{display:none}.editor-document-tools__left{align-items:center;display:inline-flex;gap:8px}.editor-document-tools__left:not(:last-child){margin-inline-end:8px}.show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{padding:0 8px;width:auto}.show-icon-labels .editor-document-tools__left>*+*{margin-left:8px}.editor-editor-interface .entities-saved-states__panel-header{height:65px}.editor-editor-interface .interface-interface-skeleton__content{isolation:isolate}.editor-notices .components-notice-list,.editor-notices.notices-inline-notices-wrapper{gap:0}.editor-notices .components-notice{border-inline-width:0;border-top-width:0}.editor-visual-editor{flex:1 0 auto}.editor-notices__dismissible,.editor-notices__pinned{left:0;position:relative;right:0;top:0}.entities-saved-states__panel-header{background:#fff;border-bottom:1px solid #ddd;box-sizing:border-box;height:64px;padding-left:16px;padding-right:16px}.entities-saved-states__text-prompt{padding:16px 16px 4px}.entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{display:block;margin-bottom:12px}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{padding:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body{border:0;padding-left:0;padding-right:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{margin-bottom:0;margin-left:-16px;margin-right:-16px}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{font-size:11px;text-transform:uppercase}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{display:none}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{margin-bottom:8px;margin-top:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{margin-top:16px}.entities-saved-states__change-control{flex:1}.entities-saved-states__changes{font-size:13px;list-style:disc;margin:4px 16px 0 24px}.entities-saved-states__changes li{margin-bottom:4px}.editor-error-boundary{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 5px 15px rgba(0,0,0,.08),0 15px 27px rgba(0,0,0,.07),0 30px 36px rgba(0,0,0,.04),0 50px 43px rgba(0,0,0,.02);font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:64px auto auto;max-width:780px;padding:1em}.editor-global-styles-header__description{padding:0 16px}.editor-global-styles-header{margin-bottom:0!important}.editor-global-styles-sidebar{display:flex;flex-direction:column;min-height:100%}.editor-global-styles-sidebar__panel{flex:1}.editor-global-styles-sidebar .editor-global-styles-sidebar__header-title{margin:0}.editor-global-styles-sidebar .editor-global-styles-sidebar__header-actions{flex:1}.editor-global-styles-sidebar .block-editor-panel-color-gradient-settings{border:0}.editor-global-styles-sidebar .single-column{grid-column:span 1}.editor-global-styles-sidebar .components-tools-panel .span-columns{grid-column:1/-1}.editor-global-styles-sidebar__blocks-group{border-top:1px solid #e0e0e0;padding-top:24px}.editor-global-styles-sidebar__blocks-group-help{padding:0 16px}.global-styles-ui-color-palette-panel,.global-styles-ui-gradient-palette-panel{padding:16px}.editor-global-styles-sidebar hr{margin:0}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon{width:auto}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon svg{display:none}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.editor-welcome-guide{width:312px}.editor-welcome-guide.guide-styles .editor-welcome-guide__image{background:#00a0d2}.editor-welcome-guide__image{margin:0 0 16px}.editor-welcome-guide__image>img{display:block;max-width:100%;-o-object-fit:cover;object-fit:cover}.editor-welcome-guide__heading{font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:24px;line-height:1.4;margin:16px 0;padding:0 32px}.editor-welcome-guide__text{font-size:13px;line-height:1.4;margin:0 0 16px;padding:0 32px}.editor-welcome-guide__text img{vertical-align:bottom}.editor-welcome-guide .components-button:hover svg{fill:#fff}.editor-header{box-sizing:border-box}.editor-header *,.editor-header :after,.editor-header :before{box-sizing:inherit}.editor-header{background:#fff;display:grid;grid-auto-flow:row;grid-template:auto/auto minmax(0,max-content) minmax(min-content,1fr) 64px;height:64px}.editor-header:has(>.editor-header__center){grid-template:auto/auto min-content 1fr min-content 64px}@media (min-width:782px){.editor-header:has(>.editor-header__center){grid-template:auto/auto minmax(min-content,2fr) 2.5fr minmax(min-content,2fr) 64px}}@media (min-width:480px){.editor-header{gap:16px}}.editor-header{align-items:center;justify-content:space-between;max-width:100vw}@media (min-width:280px){.editor-header{flex-wrap:nowrap}}.editor-header__back-button{margin:0 -8px 0 8px}.show-icon-labels .editor-header__back-button{margin-right:0}.editor-header__toolbar{grid-column:1/3}.editor-header__toolbar>:first-child{margin-inline:16px 0}.editor-header__back-button+.editor-header__toolbar{grid-column:2/3}@media (min-width:480px){.editor-header__back-button+.editor-header__toolbar>:first-child{margin-inline:0}}.editor-header__toolbar{align-items:center;clip-path:inset(-2px);display:flex;min-width:0}@media (min-width:480px){.editor-header__toolbar{clip-path:none}}.editor-header__toolbar .table-of-contents{display:none}@media (min-width:600px){.editor-header__toolbar .table-of-contents{display:block}}.editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{margin-inline:8px 0}.editor-header__center{align-items:center;display:flex;grid-column:3/4;justify-content:center;min-width:0}@media (max-width:479px){.editor-header__center>:first-child{margin-inline-start:8px}.editor-header__center>:last-child{margin-inline-end:8px}}.editor-header__settings{grid-column:3/-1}.editor-header:has(>.editor-header__center) .editor-header__settings{grid-column:4/-1}.editor-header__settings{align-items:center;display:inline-flex;flex-wrap:nowrap;justify-self:end;padding-right:4px}@media (min-width:600px){.editor-header__settings{padding-right:8px}}.editor-header__settings{gap:8px}.show-icon-labels .editor-header .components-button.has-icon,.show-icon-labels.interface-pinned-items .components-button.has-icon{width:auto}.show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{display:none}.show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{content:attr(aria-label);white-space:nowrap}.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]{background-color:transparent}.show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{background-color:transparent;box-shadow:0 0 0 1.5px var(--wp-admin-theme-color)}.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{display:block}.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{content:none}.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{display:block}.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{padding-left:8px;padding-right:8px}@media (min-width:600px){.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{padding-left:12px;padding-right:12px}}.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{content:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover{border-left:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover:before{background-color:#ddd;content:"";height:24px;margin-left:8px;margin-top:4px;width:1px}.show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container:before{background:#ddd;left:calc(50% + 1px);width:calc(100% - 24px)}.show-icon-labels.interface-pinned-items{border-bottom:1px solid #ccc;display:block;margin:0 -12px;padding:6px 12px 12px}.show-icon-labels.interface-pinned-items>.components-button.has-icon{justify-content:flex-start;margin:0;padding:6px 6px 6px 8px;width:14.625rem}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=true] svg{display:block;max-width:24px}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=false]{padding-left:40px}.show-icon-labels.interface-pinned-items>.components-button.has-icon svg{margin-right:8px}@media (min-width:480px){.editor-header__post-preview-button{display:none}}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{border-bottom:none}.editor-editor-interface.is-distraction-free .editor-header{background-color:#fff;width:100%}@media (min-width:782px){.editor-editor-interface.is-distraction-free .editor-header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);position:absolute}}.editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{visibility:hidden}.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{display:none}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{opacity:1!important}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div{transform:translateX(0) translateZ(0)!important}.editor-editor-interface.is-distraction-free .components-editor-notices__dismissible{position:absolute;z-index:35}.components-popover.more-menu-dropdown__content{z-index:99998}.editor-inserter-sidebar{box-sizing:border-box}.editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{box-sizing:inherit}.editor-inserter-sidebar{display:flex;flex-direction:column;height:100%}.editor-inserter-sidebar__content{height:100%}.editor-keyboard-shortcut-help-modal__section{margin:0 0 2rem}.editor-keyboard-shortcut-help-modal__section-title{font-size:.9rem;font-weight:var(--wpds-typography-font-weight-emphasis,600)}.editor-keyboard-shortcut-help-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.editor-keyboard-shortcut-help-modal__shortcut:last-child{border-bottom:1px solid #ddd}.editor-keyboard-shortcut-help-modal__shortcut:empty{display:none}.editor-keyboard-shortcut-help-modal__shortcut-term{font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 0 1rem;text-align:right}.editor-keyboard-shortcut-help-modal__shortcut-description{flex:1;margin:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination{background:none;display:block;margin:0;padding:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination+.editor-keyboard-shortcut-help-modal__shortcut-key-combination{margin-top:10px}.editor-keyboard-shortcut-help-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.editor-keyboard-shortcut-help-modal__shortcut-key:last-child{margin:0 0 0 .2rem}.editor-list-view-sidebar{height:100%}@media (min-width:782px){.editor-list-view-sidebar{width:350px}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{height:100%}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{height:12px;width:12px}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{background-color:transparent}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:transparent;border:3px solid transparent;border-radius:8px}.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{background-color:#949494}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:transparent transparent;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.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{scrollbar-color:#949494 transparent}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{will-change:transform}@media (hover:none){.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:#949494 transparent}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{overflow:auto;scrollbar-gutter:auto}.editor-list-view-sidebar__list-view-panel-content{padding:4px}.editor-list-view-sidebar__list-view-container{display:flex;flex-direction:column;height:100%}.editor-list-view-sidebar__list-view-container>.document-outline{padding:16px}.editor-list-view-sidebar__tab-panel{height:100%}.editor-list-view-sidebar__outline{border-bottom:1px solid #ddd;display:flex;flex-direction:column;gap:8px;padding:16px}.editor-list-view-sidebar__outline>div>span:first-child{display:inline-block;width:90px}.editor-list-view-sidebar__outline>div>span{color:#757575;font-size:12px;line-height:1.4}.editor-post-order__panel,.editor-post-parent__panel{padding-top:8px}.editor-post-order__panel .editor-post-panel__row-control>div,.editor-post-parent__panel .editor-post-panel__row-control>div{width:100%}.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{margin:8px}.editor-post-order__panel-dialog .components-popover__content,.editor-post-parent__panel-dialog .components-popover__content{min-width:320px}.editor-post-author__panel{padding-top:8px}.editor-post-author__panel .editor-post-panel__row-control>div{width:100%}.editor-post-author__panel-dialog .editor-post-author{margin:8px;min-width:248px}.editor-action-modal{z-index:1000001}.editor-post-card-panel__content{flex-grow:1}.editor-post-card-panel__title{width:100%}.editor-post-card-panel__title.editor-post-card-panel__title{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;flex-wrap:wrap;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:20px;margin:0;row-gap:4px;word-break:break-word}.editor-post-card-panel__icon{flex:0 0 24px;height:24px;width:24px}.editor-post-card-panel__header{display:flex;justify-content:space-between}.editor-post-card-panel.has-description .editor-post-card-panel__header{margin-bottom:8px}.editor-post-card-panel .editor-post-card-panel__title-name{padding:2px 0}.editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{color:#757575}.editor-post-content-information .components-text{color:inherit}.editor-post-discussion__panel-dialog .editor-post-discussion{margin:8px;min-width:248px}.editor-post-discussion__panel-toggle .components-text{color:inherit}.editor-post-discussion__panel-dialog .components-popover__content{min-width:320px}.editor-post-excerpt__textarea{margin-bottom:10px;width:100%}.editor-post-excerpt__dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-featured-image{padding:0}.editor-post-featured-image .hidden{display:none}.editor-post-featured-image .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.editor-post-featured-image__container{position:relative}.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){opacity:1}.editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image{margin-top:16px;opacity:1}.editor-post-featured-image__container .components-drop-zone__content{border-radius:2px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}.editor-post-featured-image__preview,.editor-post-featured-image__toggle{border-color:#ccc;display:flex;justify-content:center;min-height:40px;outline-offset:-1px;overflow:hidden;padding:0;width:100%}.editor-post-featured-image__preview{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px;height:auto!important;outline:1px solid rgba(0,0,0,.1)}.editor-post-featured-image__preview .editor-post-featured-image__preview-image{aspect-ratio:2/1;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){bottom:0;opacity:0;padding:8px;position:absolute}@media not (prefers-reduced-motion){.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){transition:opacity 50ms ease-out}}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{backdrop-filter:blur(16px) saturate(180%);background:hsla(0,0%,100%,.75)}.editor-post-featured-image__actions .editor-post-featured-image__action{flex-grow:1;justify-content:center}[class].editor-post-format__suggestion{margin:4px 0 0}.editor-post-format__dialog .editor-post-format__dialog-content{margin:8px;min-width:248px}.editor-post-last-edited-panel{color:#757575}.editor-post-last-edited-panel .components-text{color:inherit}.editor-post-last-revision__title{font-weight:var(--wpds-typography-font-weight-emphasis,600);width:100%}.editor-post-last-revision__title.components-button.has-icon{height:100%;justify-content:space-between}.editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{background:#f0f0f0}.editor-post-last-revision__title.components-button.has-icon:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-panel__body.is-opened.editor-post-last-revision__panel{height:48px;padding:0}.components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{padding:16px}.editor-post-locked-modal__buttons{margin-top:24px}.editor-post-locked-modal__avatar{border-radius:50%;margin-top:16px;min-width:auto!important}.editor-post-panel__row{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.editor-post-panel__row-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%;word-break:break-word}.editor-post-panel__row-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.editor-post-panel__row-control .components-button{text-wrap:balance;text-wrap:pretty;font-weight:var(--wpds-typography-font-weight-default,400);height:auto;max-width:100%;min-height:32px;text-align:left;white-space:normal}.editor-post-panel__row-control .components-dropdown{max-width:100%}.editor-post-panel__section{padding:16px}.editor-post-publish-panel__content{min-height:calc(100% - 148px)}.editor-post-publish-panel__content>.components-spinner{display:block;margin:100px auto 0}.editor-post-publish-panel__header{align-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;height:65px;padding-left:16px;padding-right:16px}.editor-post-publish-panel__header .components-button{justify-content:center;width:100%}.editor-post-publish-panel__header .has-icon{margin-left:auto;width:auto}.components-site-card{align-items:center;display:flex;margin:16px 0}.components-site-icon{border:none;border-radius:2px;flex-shrink:0;height:36px;margin-right:12px;width:36px}.components-site-name{display:block;font-size:14px}.components-site-home{color:#757575;display:block;font-size:12px;word-break:break-word}.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{flex:1}@media (min-width:480px){.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{max-width:160px}}.editor-post-publish-panel__header-publish-button{justify-content:center;padding-left:4px}.editor-post-publish-panel__header-cancel-button{padding-right:4px}.editor-post-publish-panel__header-published{flex-grow:1}.editor-post-publish-panel__footer{padding:16px}.components-button.editor-post-publish-panel__toggle.is-primary{align-items:center;display:inline-flex}.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon{display:none}.components-button.editor-post-publish-panel__toggle.is-primary .dashicon{margin-right:-4px}.editor-post-publish-panel__link{font-weight:400;padding-left:4px}.editor-post-publish-panel__prepublish{padding:16px}.editor-post-publish-panel__prepublish strong{color:#1e1e1e}.editor-post-publish-panel__prepublish .components-panel__body{background:#fff;margin-left:-16px;margin-right:-16px}.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend{display:none}.editor-post-publish-panel__prepublish .components-panel__body-title .components-button{text-wrap:balance;text-wrap:pretty;align-items:flex-start}.post-publish-panel__postpublish .components-panel__body{border-bottom:1px solid #e0e0e0;border-top:none;word-break:break-word}.post-publish-panel__postpublish-buttons{align-content:space-between;display:flex;flex-wrap:wrap;gap:16px}.post-publish-panel__postpublish-buttons .components-button,.post-publish-panel__postpublish-buttons .components-button.has-icon{flex:1;justify-content:center;min-width:unset}.post-publish-panel__postpublish-buttons .components-clipboard-button{width:100%}.post-publish-panel__postpublish-post-address-container{align-items:flex-end;display:flex;margin-bottom:16px}.post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address{flex:1}.post-publish-panel__postpublish-post-address-container input[readonly]{background:#f0f0f0;border-color:#ccc;height:36px;overflow:hidden;padding:12px;text-overflow:ellipsis}.post-publish-panel__postpublish-post-address__copy-button-wrap{flex-shrink:0;margin-left:16px}.post-publish-panel__postpublish-header{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.post-publish-panel__postpublish-subheader{margin:0 0 8px}.post-publish-panel__tip{color:#f0b849}@media screen and (max-width:782px){.post-publish-panel__postpublish-post-address__button-wrap .components-button{height:40px}}.editor-post-publish-panel{box-sizing:border-box}.editor-post-publish-panel *,.editor-post-publish-panel :after,.editor-post-publish-panel :before{box-sizing:inherit}.editor-post-publish-panel{background:#fff;bottom:0;left:0;overflow:auto;position:fixed;right:0;top:46px;z-index:100001}@media (min-width:782px){.editor-post-publish-panel{border-left:1px solid #ddd;left:auto;top:32px;width:281px;z-index:99998}}@media (min-width:782px) and (not (prefers-reduced-motion)){.editor-post-publish-panel{animation:editor-post-publish-panel__slide-in-animation .1s forwards;transform:translateX(100%)}}@media (min-width:782px){body.is-fullscreen-mode .editor-post-publish-panel{top:var(--wp-admin--admin-bar--height,0)}[role=region]:focus .editor-post-publish-panel{transform:translateX(0)}}@keyframes editor-post-publish-panel__slide-in-animation{to{transform:translateX(0)}}.editor-revisions-header__slider{width:100%}.editor-revisions-header__slider .components-range-control__tooltip{white-space:nowrap}.editor-revisions-header__no-revisions{color:#757575;font-size:13px}.editor-revisions-canvas__loading{align-items:center;display:flex;height:100%;justify-content:center}.editor-revisions-canvas__content{display:flex;height:100%}.editor-revisions-canvas__content .editor-visual-editor{flex:1;min-width:0}.revision-diff-markers{background:rgba(0,0,0,.05);flex-shrink:0;position:relative;width:max(16px,1rem)}.revision-diff-markers .revision-diff-marker{border:none;cursor:var(--wpds-cursor-control,pointer);min-height:4px;padding:0;position:absolute;transition:opacity .1s ease;width:100%}.revision-diff-markers .revision-diff-marker.is-added{background:#008a20}.revision-diff-markers .revision-diff-marker.is-removed{background:repeating-linear-gradient(45deg,#d63638,#d63638 6px,rgba(214,54,56,.45) 0,rgba(214,54,56,.45) 8px)}.revision-diff-markers .revision-diff-marker.is-modified{background:repeating-linear-gradient(-45deg,#9a7000,#9a7000 6px,rgba(154,112,0,.45) 0,rgba(154,112,0,.45) 8px)}.revision-diff-markers .revision-diff-marker:hover{opacity:.7}.revision-diff-markers .revision-diff-marker:focus{outline:2px solid #1e1e1e;outline-offset:-2px}.interface-complementary-area:has(.editor-post-revisions-timeline){display:flex;flex-direction:column;overflow:hidden}.interface-complementary-area:has(.editor-post-revisions-timeline) .editor-sidebar__panel-tabs{flex-shrink:0}.editor-sidebar__panel:has(.editor-post-revisions-timeline){display:flex;flex:1;flex-direction:column;min-height:0}.editor-sidebar__panel:has(.editor-post-revisions-timeline) [role=tabpanel]:has(.editor-post-revisions-timeline){display:flex;flex:1;flex-direction:column;min-height:0}.editor-sidebar__panel:has(.editor-post-revisions-timeline) .editor-revision-meta-diff__content{max-height:80px;overflow-y:auto}.editor-sidebar__panel:has(.editor-post-revisions-timeline) .editor-post-revisions-timeline{flex:1;min-height:0}.editor-revision-fields-diff__value{word-break:break-word}.editor-revision-fields-diff__added{background-color:color-mix(in srgb,currentColor 5%,#00a32a 15%);text-decoration:none}.editor-revision-fields-diff__removed{color:#d63638;text-decoration:line-through}.editor-post-saved-state{align-items:center;color:#757575;display:flex;overflow:hidden;padding:12px 4px;white-space:nowrap;width:28px}.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{background:transparent;color:#757575}.editor-post-saved-state svg{fill:currentColor;display:inline-block;flex:0 0 auto;margin-right:8px}@media (min-width:600px){.editor-post-saved-state{padding:8px 12px;text-indent:inherit;width:auto}.editor-post-saved-state svg{margin-right:0}}.editor-post-save-draft.has-text.has-icon svg{margin-right:0}.editor-post-schedule__panel-dropdown{width:100%}.editor-post-schedule__dialog .components-popover__content{min-width:320px;padding:16px}.editor-post-status{max-width:100%}.editor-post-status.is-read-only{padding:6px 12px}.editor-post-status .editor-post-status__toggle.editor-post-status__toggle{padding-bottom:4px;padding-top:4px}.editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{border-top:1px solid #e0e0e0;padding-top:16px}.editor-change-status__content .components-popover__content{min-width:320px;padding:16px}.editor-change-status__content .editor-change-status__password-legend{margin-bottom:8px;padding:0}.editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){margin-top:4px}.editor-post-sticky__checkbox-control{border-top:1px solid #e0e0e0;padding-top:16px}.editor-post-sync-status__value{padding:6px 0 6px 12px}.editor-post-taxonomies__hierarchical-terms-list{margin-left:-6px;margin-top:-6px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px}.editor-post-taxonomies__hierarchical-terms-choice{margin-bottom:8px}.editor-post-taxonomies__hierarchical-terms-choice:last-child{margin-bottom:4px}.editor-post-taxonomies__hierarchical-terms-subchoices{margin-left:16px;margin-top:8px}.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label{margin-bottom:4px}.editor-post-taxonomies__flat-term-most-used-list{margin:0}.editor-post-taxonomies__flat-term-most-used-list li{display:inline-block;margin-right:8px}.editor-sync-connection-error-modal{z-index:1000001}.editor-sync-connection-error-modal p{margin:0}.editor-sync-connection-error-modal__retry-countdown{color:#757575}.editor-post-template__swap-template-modal{z-index:1000001}.editor-post-template__swap-template-modal .editor-post-template__swap-template-search{background:#fff;margin-bottom:-4px;padding:16px 0;position:sticky;top:0;transform:translateY(-4px);z-index:2}.editor-post-template__create-template-modal{z-index:1000001}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{-moz-column-count:2;column-count:2;-moz-column-gap:24px;column-gap:24px;padding-top:2px}@media (min-width:782px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{-moz-column-count:3;column-count:3}}@media (min-width:1280px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{-moz-column-count:4;column-count:4}}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{-moz-column-break-inside:avoid;break-inside:avoid-column}.editor-post-template__dropdown .components-popover__content{min-width:240px}.editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{background:inherit;color:inherit}.editor-post-template__classic-theme-dropdown{padding:8px}.editor-template-actions-panel__preview .block-editor-block-preview__container{aspect-ratio:4/3;border-radius:4px;display:flex;overflow:hidden}.editor-template-actions-panel__preview .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px}@media not (prefers-reduced-motion){.editor-template-actions-panel__preview .block-editor-block-preview__container:after{transition:outline .1s linear}}.editor-template-actions-panel__preview[role=button]{cursor:var(--wpds-cursor-control,pointer)}.editor-template-actions-panel__preview[role=button]:hover .block-editor-block-preview__container:after{outline-color:rgba(0,0,0,.3)}.editor-template-actions-panel__preview[role=button]:focus-visible .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.editor-template-actions-panel__action{flex:1;justify-content:center}textarea.editor-post-text-editor{border:1px solid #949494;border-radius:0;box-shadow:none;display:block;font-family:Menlo,Consolas,monaco,monospace;line-height:2.4;margin:0;min-height:200px;overflow:hidden;resize:none;width:100%}@media not (prefers-reduced-motion){textarea.editor-post-text-editor{transition:border .1s ease-out,box-shadow .1s linear}}textarea.editor-post-text-editor{padding:16px}@media (min-width:600px){textarea.editor-post-text-editor{padding:24px}}textarea.editor-post-text-editor{font-size:16px!important}@media (min-width:600px){textarea.editor-post-text-editor{font-size:15px!important}}textarea.editor-post-text-editor:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);position:relative}textarea.editor-post-text-editor::-moz-placeholder{color:rgba(30,30,30,.62)}textarea.editor-post-text-editor::placeholder{color:rgba(30,30,30,.62)}.editor-post-title.is-raw-text{margin-bottom:24px;margin-top:2px;max-width:none}.editor-post-url__panel-dropdown{width:100%}.editor-post-url__panel-dialog .editor-post-url{margin:8px;min-width:248px}.editor-post-url__front-page-link,.editor-post-url__link{direction:ltr;word-break:break-word}.editor-post-url__front-page-link{border-radius:2px;color:var(--wp-admin-theme-color);padding:6px 12px}.editor-post-url__front-page-link:hover{background:color-mix(in srgb,var(--wp-admin-theme-color) 4%,transparent);color:var(--wp-admin-theme-color-darker-20,#183ad6)}.editor-post-url__front-page-link:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);color:var(--wp-admin-theme-color);outline:3px solid transparent}.editor-post-url__link-slug{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.editor-post-url__input input.components-input-control__input{padding-inline-start:0!important}.editor-post-parent__panel-toggle,.editor-post-url__panel-toggle{word-break:break-word}.editor-post-url__intro{margin:0}.editor-post-url__permalink{margin-bottom:0;margin-top:8px}.editor-post-url__permalink-visual-label{display:block}.editor-posts-per-page-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-trash.components-button{flex-grow:1;justify-content:center}.editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{padding-left:6px;padding-right:4px}.editor-preview-dropdown.is-responsive-editing .editor-preview-dropdown__toggle{color:var(--wp-block-synced-color)}@media (prefers-reduced-motion:no-preference){.editor-resizable-editor:not(.is-resizing){transition:width .2s ease-out}}.editor-resizable-editor.is-resizable{margin:0 auto;overflow:visible}.editor-resizable-editor__resize-handle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:9999px;bottom:0;cursor:ew-resize;height:100px;margin:auto 0;outline:none;padding:0;position:absolute;top:0;width:12px}.editor-resizable-editor__resize-handle:after{background-color:hsla(0,0%,46%,.4);border-radius:9999px;bottom:16px;content:"";left:4px;position:absolute;right:0;top:16px;width:4px}.editor-resizable-editor__resize-handle.is-left{left:-18px}.editor-resizable-editor__resize-handle.is-right{right:-18px}.editor-resizable-editor__resize-handle:active,.editor-resizable-editor__resize-handle:focus,.editor-resizable-editor__resize-handle:hover{opacity:1}.editor-resizable-editor__resize-handle:active:after,.editor-resizable-editor__resize-handle:focus:after,.editor-resizable-editor__resize-handle:hover:after{background-color:var(--wp-admin-theme-color)}.editor-layout__toggle-entities-saved-states-panel,.editor-layout__toggle-publish-panel,.editor-layout__toggle-sidebar-panel{background-color:#fff;border:1px dotted #ddd;bottom:auto;box-sizing:border-box;display:flex;height:auto!important;justify-content:center;left:auto;padding:24px;position:fixed!important;right:0;top:-9999em;width:280px;z-index:100000}.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{bottom:0;top:auto}.editor-start-page-options__modal .editor-start-page-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:72px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-page-options__modal .block-editor-block-patterns-list{padding-bottom:72px}.editor-start-page-options__modal-content .block-editor-block-patterns-list{-moz-column-count:2;column-count:2;-moz-column-gap:24px;column-gap:24px}@media (min-width:782px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{-moz-column-count:3;column-count:3}}@media (min-width:1280px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{-moz-column-count:4;column-count:4}}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{-moz-column-break-inside:avoid;break-inside:avoid-column;margin-bottom:24px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{min-height:100px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content{width:100%}.editor-start-template-options__modal .editor-start-template-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:92px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-template-options__modal .block-editor-block-patterns-list{padding-bottom:92px}.editor-start-template-options__modal-content .block-editor-block-patterns-list{-moz-column-count:2;column-count:2;-moz-column-gap:24px;column-gap:24px}@media (min-width:782px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{-moz-column-count:3;column-count:3}}@media (min-width:1280px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{-moz-column-count:4;column-count:4}}.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{-moz-column-break-inside:avoid;break-inside:avoid-column}.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{display:none}.components-panel__header.editor-sidebar__panel-tabs{padding-left:0;padding-right:8px}.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{padding:0}@media (min-width:782px){.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{display:flex}}.editor-post-summary .components-v-stack:empty{display:none}.editor-sidebar{box-sizing:border-box}.editor-sidebar *,.editor-sidebar :after,.editor-sidebar :before{box-sizing:inherit}.editor-sidebar__revisions-block-message{color:#757575;font-size:13px;padding:16px}.fields-controls__password{border-top:1px solid #e0e0e0;padding-top:16px}.editor-site-discussion-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-style-book{height:100%}.editor-style-book.is-button{border-radius:8px}.editor-style-book__iframe{display:block;height:100%;width:100%}.editor-style-book__iframe.is-button{border-radius:8px}.editor-style-book__iframe.is-focused{outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2)}.editor-style-book__tabs{display:flex;flex-direction:column;height:100%}.editor-style-book__tablist-container{background:#fff;display:flex;flex:none;padding-right:56px;width:100%}.editor-style-book__tabpanel{flex:1 0 auto;overflow:auto}.editor-styles-canvas{background-color:var(--wp-editor-canvas-background);height:100%;padding:24px}.editor-styles-canvas iframe{display:block;height:100%;width:100%}.editor-styles-canvas__section{background:#fff;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.editor-styles-canvas__section{transition:all .3s}}.editor-styles-canvas__close-button{background:#fff;position:absolute;right:8px;top:8px;z-index:2}.table-of-contents__popover.components-popover .components-popover__content{min-width:380px}.components-popover.table-of-contents__popover{z-index:99998}.table-of-contents__popover .components-popover__content{padding:16px}@media (min-width:600px){.table-of-contents__popover .components-popover__content{max-height:calc(100vh - 120px);overflow-y:auto}}.table-of-contents__popover hr{margin:10px -16px 0}.table-of-contents__wrapper:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0}.table-of-contents__counts{display:flex;flex-wrap:wrap;margin:-8px 0 0}.table-of-contents__count{color:#1e1e1e;display:flex;flex-basis:33%;flex-direction:column;font-size:13px;margin-bottom:0;margin-top:8px;padding-right:8px}.table-of-contents__count:nth-child(4n){padding-right:0}.table-of-contents__number,.table-of-contents__popover .word-count{color:#1e1e1e;font-size:21px;font-weight:400;line-height:30px}.table-of-contents__title{display:block;font-size:15px;font-weight:var(--wpds-typography-font-weight-emphasis,600);margin-top:20px}.editor-text-editor{box-sizing:border-box}.editor-text-editor *,.editor-text-editor :after,.editor-text-editor :before{box-sizing:inherit}.editor-text-editor{background-color:#fff;flex-grow:1;isolation:isolate;position:relative;width:100%}.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){border:1px solid #949494;border-radius:0;font-family:Menlo,Consolas,monaco,monospace;font-size:2.5em;font-weight:400;line-height:1.4;max-width:none;padding:16px}@media (min-width:600px){.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){padding:24px}}.editor-text-editor .editor-post-title.is-raw-text textarea:focus,.editor-text-editor .editor-post-title:not(.is-raw-text):focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.editor-text-editor__body{margin-left:auto;margin-right:auto;max-width:1080px;padding:0 12px 12px;width:100%}@media (min-width:960px){.editor-text-editor__body{padding:0 24px 24px}}.editor-text-editor__toolbar{background:hsla(0,0%,100%,.8);display:flex;left:0;padding:4px 12px;position:sticky;right:0;top:0;z-index:1}@media (min-width:600px){.editor-text-editor__toolbar{padding:12px}}@media (min-width:960px){.editor-text-editor__toolbar{padding:12px 24px}}.editor-text-editor__toolbar h2{color:#1e1e1e;font-size:13px;line-height:40px;margin:0 auto 0 0}.editor-upload-progress-snackbar__check,.editor-upload-progress-snackbar__spinner{align-items:center;display:inline-flex;height:24px;justify-content:center;width:24px}.editor-upload-progress-snackbar__spinner .components-spinner{margin:0}.editor-upload-progress-snackbar__check svg{fill:currentColor;height:24px;width:24px}.editor-visual-editor{background-color:var(--wp-editor-canvas-background);display:flex;max-height:100%;position:relative}.editor-visual-editor iframe[name=editor-canvas]{background-color:transparent}.editor-visual-editor{align-items:center}@media (prefers-reduced-motion:no-preference){.editor-visual-editor{transition:padding .2s ease-out}}.editor-visual-editor.has-vertical-padding{padding-bottom:24px;padding-top:24px}.editor-visual-editor.has-horizontal-padding{padding-left:24px;padding-right:24px}.editor-visual-editor{overflow:hidden}.editor-visual-editor .components-button{font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:6px 12px}.editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{padding:6px}.editor-fields-content-preview{border-radius:4px;display:flex;flex-direction:column;height:100%}.dataviews-view-table .editor-fields-content-preview{flex-grow:0;width:96px}.editor-fields-content-preview .block-editor-block-preview__container,.editor-fields-content-preview .editor-fields-content-preview__empty{margin-bottom:auto;margin-top:auto}.editor-fields-content-preview__empty{text-align:center}.editor-push-changes-to-global-styles-control .components-button{justify-content:center;width:100%}.editor-push-changes-to-global-styles-modal p{margin-top:0}.editor-push-changes-to-global-styles-modal .dataviews-layout__container{overflow-x:hidden}@media (max-width:600px){.editor-push-changes-to-global-styles-modal .dataviews-layout__container{overflow-x:auto}}.editor-push-changes-to-global-styles-modal .components-modal__content{padding-bottom:0}.editor-push-changes-to-global-styles-modal .dataviews-footer{padding-bottom:24px}.editor-push-changes-to-global-styles-modal__value{color:#1e1e1e;overflow-wrap:anywhere} style.css 0000644 00000741612 15246350735 0006443 0 ustar 00 @charset "UTF-8"; /** * Typography */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Colors */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ :root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122, 0, 223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0, 124, 186; --wp-admin-theme-color-darker-10: rgb(0, 107, 160.5); --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0, 90, 135; --wp-admin-border-width-focus: 2px; } @media (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } } /** * Colors */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ .interface-complementary-area-header { background: #fff; padding-right: 8px; gap: 4px; } .interface-complementary-area-header .interface-complementary-area-header__title { margin: 0 auto 0 0; } /** * Typography */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ .interface-complementary-area { background: #fff; color: #1e1e1e; height: 100%; overflow: auto; } @media (min-width: 782px) { .interface-complementary-area { width: 280px; } } .interface-complementary-area .components-panel { border: none; position: relative; z-index: 0; } .interface-complementary-area .components-panel__header { position: sticky; top: 0; z-index: 1; } .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs { top: 0; } .interface-complementary-area p:not(.components-base-control__help, .components-form-token-field__help) { margin-top: 0; } .interface-complementary-area h2 { font-size: 13px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: #1e1e1e; margin-bottom: 1.5em; } .interface-complementary-area h3 { font-size: 11px; text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: #1e1e1e; margin-bottom: 1.5em; } .interface-complementary-area hr { border-top: none; border-bottom: 1px solid #f0f0f0; margin: 1.5em 0; } .interface-complementary-area div.components-toolbar-group, .interface-complementary-area div.components-toolbar { box-shadow: none; margin-bottom: 1.5em; } .interface-complementary-area div.components-toolbar-group:last-child, .interface-complementary-area div.components-toolbar:last-child { margin-bottom: 0; } .interface-complementary-area .block-editor-skip-to-selected-block:focus { top: auto; right: 10px; bottom: 10px; left: auto; } .interface-complementary-area__fill { height: 100%; } @media (min-width: 782px) { body.js.is-fullscreen-mode #adminmenumain { display: none; } body.js.is-fullscreen-mode #wpcontent, body.js.is-fullscreen-mode #wpfooter { margin-left: 0; } } html.interface-interface-skeleton__html-container { position: fixed; width: 100%; } @media (min-width: 782px) { html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)) { position: initial; width: initial; } } .interface-interface-skeleton { display: flex; flex-direction: row; height: auto; max-height: 100%; position: fixed; top: 46px; left: 0; right: 0; bottom: 0; } @media (min-width: 783px) { .interface-interface-skeleton { top: 32px; } .is-fullscreen-mode .interface-interface-skeleton { top: var(--wp-admin--admin-bar--height, 0); } } .interface-interface-skeleton__editor { display: flex; flex-direction: column; flex: 0 1 100%; overflow: hidden; } .interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */ left: 0; } @media (min-width: 783px) { .interface-interface-skeleton { left: 160px; } } .auto-fold .interface-interface-skeleton { /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */ } @media (min-width: 783px) { .auto-fold .interface-interface-skeleton { left: 36px; } } @media (min-width: 961px) { .auto-fold .interface-interface-skeleton { left: 160px; } } /* Sidebar manually collapsed. */ .folded .interface-interface-skeleton { left: 0; } @media (min-width: 783px) { .folded .interface-interface-skeleton { left: 36px; } } body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; } .interface-interface-skeleton__body { position: relative; flex-grow: 1; display: flex; overflow: auto; overscroll-behavior-y: none; } @media (min-width: 782px) { .has-footer .interface-interface-skeleton__body { padding-bottom: calc(var(--wpds-dimension-size-md, 32px) + 1px); } } .interface-interface-skeleton__content { flex-grow: 1; display: flex; flex-direction: column; overflow: auto; z-index: 20; } @media (min-width: 782px) { .interface-interface-skeleton__content { z-index: auto; } } .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { flex-shrink: 0; position: absolute; z-index: 100000; top: 0; left: 0; bottom: 0; background: #fff; color: #1e1e1e; width: auto; } @media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { position: relative !important; } } .interface-interface-skeleton__sidebar { border-top: 1px solid #e0e0e0; overflow: hidden; } @media (min-width: 782px) { .interface-interface-skeleton__sidebar { box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.133); outline: 1px solid transparent; } } .interface-interface-skeleton__secondary-sidebar { border-top: 1px solid #e0e0e0; right: 0; } @media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar { box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.133); outline: 1px solid transparent; } } .interface-interface-skeleton__header { flex-shrink: 0; height: auto; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133); z-index: 30; color: #1e1e1e; outline: 1px solid transparent; } .interface-interface-skeleton__footer { height: auto; flex-shrink: 0; border-top: 1px solid #e0e0e0; color: #1e1e1e; position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; z-index: 90; display: none; } @media (min-width: 782px) { .interface-interface-skeleton__footer { display: flex; } } .interface-interface-skeleton__footer .block-editor-block-breadcrumb { z-index: 30; display: flex; background: #fff; height: var(--wpds-dimension-size-md, 32px); align-items: center; font-size: 13px; padding: 0 18px; } .interface-interface-skeleton__actions { z-index: 100000; position: fixed !important; top: -9999em; bottom: auto; left: auto; right: 0; color: #1e1e1e; background: #fff; width: 100vw; } @media (min-width: 782px) { .interface-interface-skeleton__actions { width: 280px; } } .interface-interface-skeleton__actions:focus, .interface-interface-skeleton__actions:focus-within { top: auto; bottom: 0; } .is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within { top: 46px; } @media (min-width: 782px) { .is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within { border-left: 1px solid #ddd; top: 32px; } .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 { top: var(--wp-admin--admin-bar--height, 0); } } .interface-pinned-items { display: flex; } .interface-pinned-items .components-button { display: none; margin: 0; } .interface-pinned-items .components-button[aria-controls="edit-post:document"], .interface-pinned-items .components-button[aria-controls="edit-post:block"], .interface-pinned-items .components-button[aria-controls="edit-site:template"], .interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"] { display: flex; } .interface-pinned-items .components-button svg { max-width: 24px; max-height: 24px; } @media (min-width: 600px) { .interface-pinned-items .components-button { display: flex; } } .interface-pinned-items { gap: 8px; } /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Colors */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ /** * Typography */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ @media (min-width: 782px) { .font-library-modal.font-library-modal { width: 65vw; } } .font-library-modal .components-modal__header { border-bottom: none; } .font-library-modal .components-modal__content { padding: 0; margin-bottom: 90px; } .font-library-modal .font-library__subtitle { text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600); font-size: 11px; } .font-library-modal__tab-panel { height: calc(100% - 50px); } .font-library__tabpanel-layout { height: 100%; display: flex; flex-direction: column; } .font-library__tabpanel-layout > div { flex-grow: 1; } .font-library__tabpanel-layout .font-library__loading { width: 100%; height: 100%; display: flex; position: absolute; left: 0; top: 0; align-items: center; justify-content: center; padding-top: 124px; box-sizing: border-box; } .font-library__tabpanel-layout .components-navigator-screen { padding: 24px; width: 100%; } .font-library__footer { position: absolute; width: 100%; bottom: 0; border-top: 1px solid #ddd; padding: 24px; background-color: #fff; box-sizing: border-box; flex-grow: 0 !important; flex-shrink: 0; height: 90px; } .font-library__page-selection { font-size: 11px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); text-transform: uppercase; } @media (min-width: 600px) { .font-library__page-selection .font-library__page-selection-trigger { font-size: 11px !important; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } } .font-library__fonts-title { text-transform: uppercase; font-size: 11px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); margin-top: 0; margin-bottom: 0; } .font-library__fonts-list { list-style: none; padding: 0; margin-top: 0; margin-bottom: 0; } .font-library__fonts-list-item { margin-bottom: 0; } .font-library__font-card { box-sizing: border-box; border: 1px solid #ddd; width: 100%; height: auto !important; padding: 16px; margin-top: -1px; /* To collapse the margin with the previous element */ } .font-library__font-card:hover { background-color: #f0f0f0; } .font-library__font-card:focus { position: relative; } .font-library__font-card .font-library__font-card__name { font-weight: bold; } .font-library__font-card .font-library__font-card__count { color: #757575; } .font-library__font-card .font-library__font-variant_demo-image { display: block; height: 24px; width: auto; } .font-library__font-card .font-library__font-variant_demo-text { white-space: nowrap; flex-shrink: 0; } @media not (prefers-reduced-motion) { .font-library__font-card .font-library__font-variant_demo-text { transition: opacity 0.3s ease-in-out; } } .font-library-modal__tablist-container { position: sticky; top: 0; border-bottom: 1px solid #ddd; background: #fff; z-index: 1; } .font-library__upload-area { align-items: center; display: flex; justify-content: center; height: 256px !important; width: 100%; } button.font-library__upload-area { background-color: #f0f0f0; } .font-library__local-fonts { margin: 24px auto; width: 80%; } .font-library__local-fonts .font-library__upload-area__text { color: #757575; } .font-library__google-fonts-confirm { display: flex; justify-content: center; align-items: center; margin-top: 64px; } .font-library__google-fonts-confirm p { line-height: 1.4; } .font-library__google-fonts-confirm h2 { font-size: 1.2rem; font-weight: 400; } .font-library__google-fonts-confirm .components-card { padding: 16px; width: 400px; } .font-library__google-fonts-confirm .components-button { width: 100%; justify-content: center; } .font-library__select-all { padding: 16px 16px 16px 17px; } .font-library__select-all .components-checkbox-control__label { padding-left: 16px; } .global-styles-ui-pagination .components-button.is-tertiary { width: 32px; height: 32px; justify-content: center; } .global-styles-ui-screen-revisions__revisions-list { list-style: none; margin: 0 16px 16px 16px; flex-grow: 1; } .global-styles-ui-screen-revisions__revisions-list li { margin-bottom: 0; } .global-styles-ui-screen-revisions__revision-item { position: relative; cursor: var(--wpds-cursor-control, pointer); display: flex; flex-direction: column; } .global-styles-ui-screen-revisions__revision-item[role=option]:active, .global-styles-ui-screen-revisions__revision-item[role=option]:focus { box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; } .global-styles-ui-screen-revisions__revision-item:hover { background: rgba(var(--wp-admin-theme-color--rgb), 0.04); } .global-styles-ui-screen-revisions__revision-item:hover .global-styles-ui-screen-revisions__date { color: var(--wp-admin-theme-color); } .global-styles-ui-screen-revisions__revision-item::before, .global-styles-ui-screen-revisions__revision-item::after { position: absolute; content: "\a"; display: block; } .global-styles-ui-screen-revisions__revision-item::before { background: #ddd; border-radius: 50%; height: 8px; width: 8px; top: 18px; left: 17px; transform: translate(-50%, -50%); z-index: 1; border: 4px solid transparent; } .global-styles-ui-screen-revisions__revision-item[aria-selected=true] { border-radius: 2px; outline: 3px solid transparent; outline-offset: -2px; color: var(--wp-admin-theme-color); background: rgba(var(--wp-admin-theme-color--rgb), 0.04); } .global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__date { color: var(--wp-admin-theme-color); } .global-styles-ui-screen-revisions__revision-item[aria-selected=true]::before { background: var(--wp-admin-theme-color); } .global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__changes > li, .global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__meta { color: #1e1e1e; } .global-styles-ui-screen-revisions__revision-item::after { height: 100%; left: 16px; top: 0; width: 0; border: 0.5px solid #ddd; } .global-styles-ui-screen-revisions__revision-item:first-child::after { top: 18px; } .global-styles-ui-screen-revisions__revision-item:last-child::after { height: 18px; } .global-styles-ui-screen-revisions__revision-item-wrapper { display: block; padding: 12px 12px 4px 40px; } .global-styles-ui-screen-revisions__apply-button.is-primary, .global-styles-ui-screen-revisions__active-badge { align-self: flex-start; margin: 0 12px 12px 40px; } .global-styles-ui-screen-revisions__changes, .global-styles-ui-screen-revisions__meta { color: #757575; font-size: 12px; } .global-styles-ui-screen-revisions__description { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; } .global-styles-ui-screen-revisions__description .global-styles-ui-screen-revisions__date { text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600); font-size: 12px; } .global-styles-ui-screen-revisions__meta { display: flex; justify-content: start; width: 100%; align-items: flex-start; text-align: left; margin-bottom: 4px; } .global-styles-ui-screen-revisions__meta img { width: 16px; height: 16px; border-radius: 100%; margin-right: 8px; } .global-styles-ui-screen-revisions__loading { margin: 24px auto !important; } .global-styles-ui-screen-revisions__changes { text-align: left; line-height: 1.4; margin-left: 12px; list-style: disc; } .global-styles-ui-screen-revisions__changes li { margin-bottom: 4px; } .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination { justify-content: space-between; gap: 2px; } .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .edit-site-pagination__total { position: absolute; left: -1000px; height: 1px; margin: -1px; overflow: hidden; } .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-text { font-size: 12px; will-change: opacity; } .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary { color: #1e1e1e; } .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary:disabled, .global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary[aria-disabled=true] { color: #949494; } .global-styles-ui-screen-revisions__footer { height: 56px; z-index: 1; position: sticky; min-width: 100%; bottom: 0; background: #fff; padding: 12px; border-top: 1px solid #ddd; box-sizing: border-box; } .global-styles-ui-variations_item { box-sizing: border-box; cursor: var(--wpds-cursor-control, pointer); } .global-styles-ui-variations_item .global-styles-ui-variations_item-preview { border-radius: 2px; outline: 1px solid rgba(0, 0, 0, 0.1); outline-offset: -1px; overflow: hidden; position: relative; } @media not (prefers-reduced-motion) { .global-styles-ui-variations_item .global-styles-ui-variations_item-preview { transition: outline 0.1s linear; } } .global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill { height: 32px; } .global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill .block-editor-iframe__scale-container { overflow: hidden; } .global-styles-ui-variations_item:not(.is-active):hover .global-styles-ui-variations_item-preview { outline-color: rgba(0, 0, 0, 0.3); } .global-styles-ui-variations_item.is-active .global-styles-ui-variations_item-preview, .global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview { outline-color: #1e1e1e; outline-offset: 1px; outline-width: var(--wp-admin-border-width-focus); } .global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview { outline-color: var(--wp-admin-theme-color); } .global-styles-ui-preview__wrapper { max-width: 100%; display: block; width: 100%; } .global-styles-ui-preview__wrapper.is-hoverable { cursor: var(--wpds-cursor-control, pointer); } .global-styles-ui-typography-preview { display: flex; align-items: center; justify-content: center; min-height: 100px; margin-bottom: 20px; background: #f0f0f0; border-radius: 2px; overflow: hidden; } .global-styles-ui-font-size__item { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-break: anywhere; } .global-styles-ui-font-size__item-value { color: #757575; } .global-styles-ui-screen-typography__indicator { height: 24px; width: 24px; font-size: 14px; display: flex !important; align-items: center; justify-content: center; border-radius: 2px; } .global-styles-ui-block-types-search { margin-bottom: 10px; padding: 0 16px; } .global-styles-ui-screen-typography__font-variants-count { color: #757575; } .global-styles-ui-font-families__manage-fonts { justify-content: center; } .global-styles-ui-screen .color-block-support-panel { padding-left: 0; padding-right: 0; padding-top: 0; border-top: none; row-gap: 12px; } .global-styles-ui-header { margin-bottom: 0 !important; line-height: 1.9 !important; } .global-styles-ui-subtitle { margin-bottom: 0 !important; text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600) !important; font-size: 11px !important; } .global-styles-ui-section-title { color: #2f2f2f; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 1.2; padding: 16px 16px 0; margin: 0; } .global-styles-ui-icon-with-current-color { fill: currentColor; } .global-styles-ui__color-indicator-wrapper { height: 24px; flex-shrink: 0; } .global-styles-ui__shadows-panel__options-container, .global-styles-ui__typography-panel__options-container { height: 24px; } .global-styles-ui__block-preview-panel { position: relative; width: 100%; border: #ddd 1px solid; border-radius: 2px; overflow: hidden; } .global-styles-ui__shadow-preview-panel { height: 144px; border: #ddd 1px solid; border-radius: 2px; overflow: auto; /*rtl:begin:ignore*/ background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0); background-position: 0 0, 8px 8px; /*rtl:end:ignore*/ background-size: 16px 16px; } .global-styles-ui__shadow-preview-panel .global-styles-ui__shadow-preview-block { border: #ddd 1px solid; border-radius: 2px; background-color: #fff; width: 60%; height: 60px; } .global-styles-ui__shadow-editor__dropdown-content { width: 280px; } .global-styles-ui__shadow-editor-panel { margin-bottom: 4px; } .global-styles-ui__shadow-editor__dropdown { width: 100%; position: relative; } .global-styles-ui__shadow-editor__dropdown-toggle { width: 100%; height: auto; padding-top: 8px; padding-bottom: 8px; text-align: left; border-radius: inherit; } .global-styles-ui__shadow-editor__dropdown-toggle.is-open { background: #f0f0f0; color: var(--wp-admin-theme-color); } .global-styles-ui__shadow-editor__remove-button { position: absolute; right: 8px; top: 8px; opacity: 0; } .global-styles-ui__shadow-editor__remove-button.global-styles-ui__shadow-editor__remove-button { border: none; } .global-styles-ui__shadow-editor__dropdown-toggle:hover + .global-styles-ui__shadow-editor__remove-button, .global-styles-ui__shadow-editor__remove-button:focus, .global-styles-ui__shadow-editor__remove-button:hover { opacity: 1; } @media (hover: none) { .global-styles-ui__shadow-editor__remove-button { opacity: 1; } } .global-styles-ui-screen-css { flex: 1 1 auto; display: flex; flex-direction: column; margin: 16px; } .global-styles-ui-screen-css .block-editor-global-styles-advanced-panel { flex: 1 1 auto; } .global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input { flex: 1 1 auto; display: flex; flex-direction: column; } .global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field { flex: 1 1 auto; display: flex; flex-direction: column; } .global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input textarea { flex: 1 1 auto; } .global-styles-ui-screen-css-help-link { display: inline-block; margin-top: 8px; } .global-styles-ui-screen-variations { margin-top: 16px; border-top: 1px solid #ddd; } .global-styles-ui-screen-variations > * { margin: 24px 16px; } .global-styles-ui-sidebar__navigator-provider { height: 100%; } .global-styles-ui-sidebar__navigator-screen { display: flex; flex-direction: column; height: 100%; } .global-styles-ui-color-palette__tablist-container { border-bottom: 1px solid #ddd; } .global-styles-ui-color-palette__tablist { margin-bottom: -1px; } .global-styles-ui-sidebar__navigator-screen .single-column { grid-column: span 1; } .global-styles-ui-screen-root.global-styles-ui-screen-root, .global-styles-ui-screen-style-variations.global-styles-ui-screen-style-variations { background: unset; color: inherit; } .global-styles-ui-sidebar__panel .block-editor-block-icon svg { fill: currentColor; } .global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile, .global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile .global-styles-ui-screen-root__active-style-tile-preview { border-radius: 2px; } .global-styles-ui-screen-root__active-style-tile-preview { clip-path: border-box; } .global-styles-ui-color-palette-panel, .global-styles-ui-gradient-palette-panel { padding: 16px; } /** * Typography */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Colors */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ .dataviews-wrapper, .dataviews-picker-wrapper { height: 100%; flex-grow: 1; min-height: 0; box-sizing: border-box; scroll-padding-bottom: 64px; container: dataviews-wrapper/inline-size; display: flex; flex-direction: column; font-size: var(--wpds-typography-font-size-md, 13px); line-height: var(--wpds-typography-line-height-sm, 20px); background-color: var(--wp-dataviews-color-background, var(--wpds-color-background-surface-neutral-strong, #fff)); } .dataviews__view-actions, .dataviews-filters__container { box-sizing: border-box; padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px); flex-shrink: 0; position: sticky; left: 0; background-color: inherit; } @media not (prefers-reduced-motion) { .dataviews__view-actions, .dataviews-filters__container { transition: padding ease-out 0.1s; } } .dataviews-no-results, .dataviews-loading { padding: 0 var(--wpds-dimension-padding-2xl, 24px); flex-grow: 1; display: flex; align-items: center; justify-content: center; } @media not (prefers-reduced-motion) { .dataviews-no-results, .dataviews-loading { transition: padding ease-out 0.1s; } } .dataviews-no-results.is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-no-results.is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } @keyframes dataviews-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } .dataviews-loading-more { text-align: center; } .dataviews-loading-more[aria-hidden=true] { visibility: hidden; } @container (max-width: 430px) { .dataviews__view-actions, .dataviews-filters__container { padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px); } } .dataviews-title-field { font-size: var(--wpds-typography-font-size-md, 13px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); text-overflow: ellipsis; white-space: nowrap; width: 100%; } .dataviews-title-field a { text-decoration: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; flex-grow: 0; color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-title-field a:hover { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-title-field a:focus { color: var(--wp-admin-theme-color--rgb); box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); border-radius: 2px; } .dataviews-title-field button.components-button.is-link { text-decoration: none; font-weight: inherit; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; width: 100%; color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e); } .dataviews-title-field button.components-button.is-link:hover { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-title-field--clickable { cursor: var(--wpds-cursor-control, pointer); color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-title-field--clickable:hover { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-title-field--clickable:focus { color: var(--wp-admin-theme-color--rgb); box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba); border-radius: 2px; } .dataviews__view-actions--infinite-scroll { position: sticky; top: 0; z-index: 2; background-color: #fff; } /** * When DataViews are placed within cards, apply a consistent top padding. */ .components-card__body:has(> .dataviews-wrapper), .components-card__body:has(> .dataviews-picker-wrapper) { padding: var(--wpds-dimension-padding-sm, 8px) 0 0; overflow: hidden; } .dataviews-bulk-actions-footer__item-count { color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } .dataviews-bulk-actions-footer__container { margin-right: auto; min-height: var(--wpds-dimension-size-md, 32px); } .dataviews-layout__container { flex: 1; min-height: 0; overflow: auto; display: flex; flex-direction: column; background-color: inherit; } .dataviews-filters__button { position: relative; } .dataviews-filters__container { padding-top: 0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true], .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover { opacity: 0; } .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus { opacity: 1; } .dataviews-filters__summary-popover { font-size: var(--wpds-typography-font-size-md, 13px); line-height: var(--wpds-typography-line-height-sm, 20px); } .dataviews-filters__summary-popover .components-popover__content { width: 100%; min-width: 230px; max-width: 250px; border-radius: var(--wpds-border-radius-md, 4px); } .dataviews-filters__summary-popover.components-dropdown__content .components-popover__content { padding: 0; } .dataviews-filters__summary-operators-container { padding: var(--wpds-dimension-padding-sm, 8px) var(--wpds-dimension-padding-lg, 16px); } .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-listbox), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-no-elements), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__user-input-widget) { border-bottom: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-filters__summary-operators-container:empty { display: none; } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name { color: var(--wpds-color-foreground-content-neutral-weak, #707070); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex-shrink: 0; /* Prevents this element from shrinking */ max-width: calc(100% - 55px); } .dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select { width: 100%; white-space: nowrap; overflow: hidden; } .dataviews-filters__summary-chip-container { position: relative; white-space: pre-wrap; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip { border-radius: var(--wpds-border-radius-lg, 8px); border: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-interactive-neutral, #8d8d8d); cursor: var(--wpds-cursor-control, pointer); padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-md, 12px); min-height: var(--wpds-dimension-size-md, 32px); color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); position: relative; display: flex; align-items: center; box-sizing: border-box; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable { cursor: default; } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset { padding-inline-end: calc(var(--wpds-dimension-size-sm, 24px) + var(--wpds-dimension-padding-xs, 4px)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable), .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true] { color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); border-color: var(--wpds-color-stroke-interactive-neutral-active, #6e6e6e); background-color: var(--wpds-color-background-interactive-neutral-weak-active, #ededed); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); background: var(--wpds-color-background-interactive-brand-weak, rgba(0, 0, 0, 0)); border-color: var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values.is-not-clickable), .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true] { color: var(--wpds-color-foreground-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 52%, black)); background: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible { outline: none; box-shadow: 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove { width: var(--wpds-dimension-size-sm, 24px); height: var(--wpds-dimension-size-sm, 24px); border-radius: var(--wpds-border-radius-md, 4px); border: 0; padding: 0; position: absolute; right: var(--wpds-dimension-padding-xs, 4px); top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; background: transparent; cursor: var(--wpds-cursor-control, pointer); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg { fill: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus { background: var(--wpds-color-background-interactive-neutral-weak-active, #ededed); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg { fill: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg { fill: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover { background: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible { outline: none; box-shadow: 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__search-widget-filter-combobox-list { max-height: 184px; padding: var(--wpds-dimension-padding-xs, 4px); overflow: auto; border-top: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value] { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .dataviews-filters__search-widget-listbox { padding: var(--wpds-dimension-padding-xs, 4px); overflow: auto; } .dataviews-filters__search-widget-listitem { display: flex; align-items: center; gap: var(--wpds-dimension-gap-md, 12px); border-radius: var(--wpds-border-radius-sm, 2px); box-sizing: border-box; padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-md, 12px); cursor: default; min-height: var(--wpds-dimension-size-md, 32px); font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: var(--wpds-typography-font-weight-default, 400); font-size: 13px; line-height: 20px; color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-filters__search-widget-listitem:last-child { margin-block-end: 0; } .dataviews-filters__search-widget-listitem:hover, .dataviews-filters__search-widget-listitem[data-active-item], .dataviews-filters__search-widget-listitem:focus { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e); } .dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection { border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black)); background: var(--wpds-color-background-surface-neutral-strong, #fff); } .dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected { border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black)); background: var(--wpds-color-background-interactive-brand-strong-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 93%, black)); } .dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection { border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black)); background: var(--wpds-color-background-surface-neutral-strong, #fff); } .dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected { border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black)); background: var(--wpds-color-background-interactive-brand-strong-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 93%, black)); } .dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description { color: var(--wpds-color-foreground-interactive-neutral-weak-active, #1e1e1e); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-value { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description { display: block; overflow: hidden; text-overflow: ellipsis; font-size: var(--wpds-typography-font-size-sm, 12px); line-height: 16px; color: var(--wpds-color-foreground-interactive-neutral-weak, #707070); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection { border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 50%; width: 24px; height: 24px; min-width: 24px; max-width: 24px; position: relative; } @media not (prefers-reduced-motion) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection { transition: box-shadow 0.1s linear; } } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection { height: 16px; width: 16px; min-width: 16px; max-width: 16px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked::before { box-sizing: inherit; width: 12px; height: 12px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; background-color: #fff; border: 4px solid #fff; } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked::before { width: 8px; height: 8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked { background: var(--wp-admin-theme-color); border: none; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection { margin: 0; padding: 0; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected { background: var(--wpds-color-background-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9)); border-color: var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before { content: ""; border-radius: 50%; box-sizing: inherit; width: 12px; height: 12px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; background-color: var(--wpds-color-foreground-interactive-brand-strong, #fff); border: 4px solid var(--wpds-color-foreground-interactive-brand-strong, #fff); } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before { width: 8px; height: 8px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { --checkbox-size: 24px; flex-shrink: 0; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 2px; font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; box-shadow: 0 0 0 transparent; border-radius: 2px; border: 1px solid #949494; } @media not (prefers-reduced-motion) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { transition: box-shadow 0.1s linear; } } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus { border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder { color: rgba(30, 30, 30, 0.62); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::placeholder { color: rgba(30, 30, 30, 0.62); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked { background: var(--wp-admin-theme-color); border-color: var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::before, .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before { margin: -3px -5px; color: #fff; } @media (min-width: 782px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::before, .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before { margin: -4px 0 0 -5px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed] { background: var(--wp-admin-theme-color); border-color: var(--wp-admin-theme-color); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before { content: "\f460"; float: left; display: inline-block; vertical-align: middle; width: 16px; /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- dashicons don't need a generic family keyword. */ font: normal 30px/1 dashicons; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @media (min-width: 782px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before { float: none; font-size: 21px; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true], .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled { background: #f0f0f0; border-color: #ddd; cursor: default; opacity: 1; } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { position: relative; background: var(--wpds-color-background-interactive-neutral-weak, rgba(0, 0, 0, 0)); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); margin: 0; padding: 0; width: var(--checkbox-size); height: var(--checkbox-size); } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { --checkbox-size: 16px; } } @media not (prefers-reduced-motion) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection { transition: 0.1s border-color ease-in-out; } } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected { background: var(--wpds-color-background-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9)); border-color: var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg { --checkmark-size: var(--checkbox-size); fill: var(--wpds-color-foreground-interactive-neutral-strong, #f0f0f0); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: var(--checkmark-size); height: var(--checkmark-size); } @media (min-width: 600px) { .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg { --checkmark-size: calc(var(--checkbox-size) + 4px); } } .dataviews-filters__search-widget-filter-combobox__wrapper { position: relative; padding: var(--wpds-dimension-padding-sm, 8px); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; box-shadow: 0 0 0 transparent; border-radius: 2px; border: 1px solid #949494; } @media not (prefers-reduced-motion) { .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input { transition: box-shadow 0.1s linear; } } @media (min-width: 600px) { .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus { border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder { color: rgba(30, 30, 30, 0.62); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder { color: rgba(30, 30, 30, 0.62); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input { display: block; padding: 0 var(--wpds-dimension-padding-sm, 8px) 0 var(--wpds-dimension-size-md, 32px); width: 100%; height: var(--wpds-dimension-size-md, 32px); margin-left: 0; margin-right: 0; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; } @media (min-width: 600px) { .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input { font-size: var(--wpds-typography-font-size-md, 13px); } } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus { background: var(--wpds-color-background-surface-neutral-strong, #fff); box-shadow: inset 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder { color: var(--wpds-color-foreground-content-neutral-weak, #707070); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder { color: var(--wpds-color-foreground-content-neutral-weak, #707070); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration { -webkit-appearance: none; } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon { position: absolute; inset-inline-start: var(--wpds-dimension-gap-md, 12px); top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: var(--wpds-dimension-size-sm, 24px); } .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr) { transform: scaleX(-1); } .dataviews-filters__container-visibility-toggle { position: relative; flex-shrink: 0; } .dataviews-filters-toggle__count { position: absolute; top: 0; right: 0; transform: translate(50%, -50%); background: var(--wpds-color-background-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9)); height: var(--wpds-dimension-size-2xs, 16px); min-width: var(--wpds-dimension-size-2xs, 16px); line-height: var(--wpds-typography-line-height-xs, 16px); padding: 0 var(--wpds-dimension-padding-xs, 4px); text-align: center; border-radius: var(--wpds-border-radius-lg, 8px); font-size: 11px; outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-background-surface-neutral-strong, #fff); color: var(--wpds-color-foreground-interactive-neutral-strong, #f0f0f0); box-sizing: border-box; } .dataviews-search { width: -moz-fit-content; width: fit-content; } .dataviews-filters__user-input-widget { padding: var(--wpds-dimension-padding-lg, 16px); } .dataviews-filters__user-input-widget .components-input-control__prefix { padding-left: var(--wpds-dimension-padding-sm, 8px); } .dataviews-filters__search-widget-no-elements { display: flex; align-items: center; justify-content: center; padding: var(--wpds-dimension-padding-lg, 16px); } .dataviews-footer { position: sticky; bottom: 0; left: 0; background-color: inherit; padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px); border-top: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #f0f0f0); flex-shrink: 0; } @media not (prefers-reduced-motion) { .dataviews-footer { transition: padding ease-out 0.1s; } } .dataviews-footer { z-index: 1; } .dataviews-footer .is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-footer .is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } @container (max-width: 560px) { .dataviews-footer__content { flex-direction: column !important; } .dataviews-footer__content .dataviews-bulk-actions-footer__container { width: 100%; } .dataviews-footer__content .dataviews-bulk-actions-footer__item-count { flex-grow: 1; } .dataviews-footer__content .dataviews-pagination { width: 100%; justify-content: space-between; } } .dataviews-pagination__page-select { font-size: 11px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); text-transform: uppercase; } @media (min-width: 600px) { .dataviews-pagination__page-select .components-select-control__input { font-size: 11px !important; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } } .dataviews-action-modal { z-index: 1000001; } .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) { padding: 0 var(--wpds-dimension-padding-xs, 4px); } .dataviews-selection-checkbox { --checkbox-input-size: 24px; } @media (min-width: 600px) { .dataviews-selection-checkbox { --checkbox-input-size: 16px; } } .dataviews-selection-checkbox { line-height: 0; flex-shrink: 0; } .dataviews-selection-checkbox .components-checkbox-control__input-container { margin: 0; } .dataviews-view-config { width: 320px; container-type: inline-size; font-size: var(--wpds-typography-font-size-md, 13px); line-height: var(--wpds-typography-line-height-sm, 20px); } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper { overflow-y: scroll; height: 100%; } .dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config { width: auto; } .dataviews-view-config__sort-direction .components-toggle-group-control-option-base { text-transform: uppercase; } .dataviews-settings-section__title.dataviews-settings-section__title { line-height: var(--wpds-typography-line-height-md, 24px); font-size: 15px; } .dataviews-settings-section__sidebar { grid-column: span 4; } .dataviews-settings-section__content, .dataviews-settings-section__content > * { grid-column: span 8; } .dataviews-settings-section__content .is-divided-in-two { display: contents; } .dataviews-settings-section__content .is-divided-in-two > * { grid-column: span 4; } .dataviews-settings-section:has(.dataviews-settings-section__content:empty) { display: none; } @container (max-width: 500px) { .dataviews-settings-section.dataviews-settings-section { grid-template-columns: repeat(2, 1fr); } .dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar { grid-column: span 2; } .dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content { grid-column: span 2; } } .dataviews-view-config__sort-controls > * { flex: 1; } .dataviews-view-config__label { text-wrap: nowrap; } .dataviews-view-config__toggle-wrapper { position: relative; display: inline-flex; } .dataviews-view-config__modified-indicator { position: absolute; top: var(--wpds-dimension-gap-xs, 4px); right: var(--wpds-dimension-gap-xs, 4px); width: var(--wpds-dimension-gap-xs, 4px); height: var(--wpds-dimension-gap-xs, 4px); background: var(--wpds-color-background-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9)); border-radius: 50%; pointer-events: none; } .dataviews-view-grid-items { margin-bottom: auto; display: grid; gap: var(--wpds-dimension-gap-xl, 24px); grid-template-rows: max-content; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); padding: 0 var(--wpds-dimension-padding-2xl, 24px) var(--wpds-dimension-padding-2xl, 24px); container-type: inline-size; } @media not (prefers-reduced-motion) { .dataviews-view-grid-items { transition: padding ease-out 0.1s; } } .dataviews-view-grid-items.has-compact-density { gap: var(--wpds-dimension-gap-lg, 16px); } .dataviews-view-grid-items.has-comfortable-density { gap: var(--wpds-dimension-gap-2xl, 32px); } .dataviews-view-grid { padding: 0 var(--wpds-dimension-padding-2xl, 24px) var(--wpds-dimension-padding-2xl, 24px); display: flex; flex-direction: column; gap: var(--wpds-dimension-gap-xl, 24px); container-type: inline-size; margin-bottom: auto; } @media not (prefers-reduced-motion) { .dataviews-view-grid { transition: padding ease-out 0.1s; } } .dataviews-view-grid.has-compact-density { gap: var(--wpds-dimension-gap-lg, 16px); } .dataviews-view-grid.has-compact-density .dataviews-view-grid__row { gap: var(--wpds-dimension-gap-lg, 16px); } .dataviews-view-grid.has-comfortable-density { gap: var(--wpds-dimension-gap-2xl, 32px); } .dataviews-view-grid.has-comfortable-density .dataviews-view-grid__row { gap: var(--wpds-dimension-gap-2xl, 32px); } .dataviews-view-grid .dataviews-view-grid__row { display: grid; gap: var(--wpds-dimension-gap-xl, 24px); } .dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell { border-radius: var(--wpds-border-radius-md, 4px); position: relative; } .dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell[data-focus-visible]::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); border-radius: var(--wpds-border-radius-md, 4px); pointer-events: none; outline: 2px solid transparent; } .dataviews-view-grid .dataviews-view-grid__card, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card { height: 100%; justify-content: flex-start; position: relative; isolation: isolate; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-actions { padding: var(--wpds-dimension-padding-sm, 8px) 0 var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field { min-height: var(--wpds-dimension-size-sm, 24px); overflow: hidden; align-content: center; text-align: start; } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable { width: -moz-fit-content; width: fit-content; } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value { color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after { box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)), inset 0 0 0 var(--wpds-border-width-sm, 2px) var(--wpds-color-background-surface-neutral-strong, #fff); } .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__media:focus::after { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-view-grid .dataviews-view-grid__media, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media { width: 100%; aspect-ratio: 1/1; background-color: var(--wpds-color-background-surface-neutral-strong, #fff); border-radius: var(--wpds-border-radius-md, 4px); overflow: hidden; position: relative; } .dataviews-view-grid .dataviews-view-grid__media.dataviews-view-grid__media--placeholder, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media.dataviews-view-grid__media--placeholder { aspect-ratio: 3/1; } .dataviews-view-grid .dataviews-view-grid__media img, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; } .dataviews-view-grid .dataviews-view-grid__media::after, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1); border-radius: var(--wpds-border-radius-md, 4px); pointer-events: none; } .dataviews-view-grid .dataviews-view-grid__media .dataviews-view-grid__media-placeholder, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media .dataviews-view-grid__media-placeholder { width: 100%; height: 100%; display: block; border-radius: var(--wpds-border-radius-md, 4px); box-shadow: none; background: var(--wpds-color-background-surface-neutral, #fcfcfc); } .dataviews-view-grid .dataviews-view-grid__fields, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields { position: relative; font-size: 12px; line-height: 16px; } .dataviews-view-grid .dataviews-view-grid__fields:not(:empty), .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields:not(:empty) { padding: 0 0 var(--wpds-dimension-padding-md, 12px); } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty), .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty) { min-height: var(--wpds-dimension-size-sm, 24px); line-height: var(--wpds-typography-line-height-sm, 20px); padding-top: calc((var(--wpds-dimension-size-sm, 24px) - var(--wpds-typography-line-height-sm, 20px)) / 2); } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field { min-height: var(--wpds-dimension-size-sm, 24px); align-items: center; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name { width: 35%; color: var(--wpds-color-foreground-content-neutral-weak, #707070); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value, .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value { width: 65%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))), .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))) { display: none; } .dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty), .dataviews-view-grid-infinite-scroll .dataviews-view-grid__badge-fields:not(:empty) { padding-bottom: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-grid.is-refreshing, .dataviews-view-grid-infinite-scroll.is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-view-grid.is-refreshing, .dataviews-view-grid-infinite-scroll.is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } .dataviews-view-grid__field-value:empty, .dataviews-view-grid__field:empty { display: none; } .dataviews-view-grid__card .dataviews-selection-checkbox { position: absolute; top: -9999em; left: var(--wpds-dimension-padding-sm, 8px); z-index: 1; opacity: 0; } @media not (prefers-reduced-motion) { .dataviews-view-grid__card .dataviews-selection-checkbox { transition: opacity 0.1s linear; } } @media (hover: none) { .dataviews-view-grid__card .dataviews-selection-checkbox { opacity: 1; top: var(--wpds-dimension-padding-sm, 8px); } } .dataviews-view-grid__card:hover .dataviews-selection-checkbox, .dataviews-view-grid__card:focus-within .dataviews-selection-checkbox, .dataviews-view-grid__card.is-selected .dataviews-selection-checkbox { opacity: 1; top: var(--wpds-dimension-padding-sm, 8px); } .dataviews-view-grid__card .dataviews-view-grid__media-actions { position: absolute; z-index: 1; top: var(--wpds-dimension-padding-xs, 4px); opacity: 0; right: var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button { background-color: var(--wpds-color-background-surface-neutral-strong, #fff); } @media not (prefers-reduced-motion) { .dataviews-view-grid__card .dataviews-view-grid__media-actions { transition: opacity 0.1s linear; } } @media (hover: none) { .dataviews-view-grid__card .dataviews-view-grid__media-actions { opacity: 1; top: var(--wpds-dimension-padding-xs, 4px); } } .dataviews-view-grid__card:hover .dataviews-view-grid__media-actions, .dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions, .dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]) { opacity: 1; } .dataviews-view-grid__media--clickable { cursor: var(--wpds-cursor-control, pointer); } .dataviews-view-grid__group-header { font-size: var(--wpds-typography-font-size-lg, 15px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0; padding: 0 var(--wpds-dimension-padding-2xl, 24px); container-type: inline-size; } div.dataviews-view-list { list-style-type: none; } .dataviews-view-list { margin: 0 0 auto; } .dataviews-view-list div[role=row], .dataviews-view-list div[role=article] { margin: 0; border-top: 1px solid var(--wpds-color-stroke-surface-neutral-weak, #f0f0f0); } .dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper, .dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper { position: relative; padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px); box-sizing: border-box; } .dataviews-view-list div[role=row] .dataviews-view-list__item-actions, .dataviews-view-list div[role=article] .dataviews-view-list__item-actions { display: flex; width: -moz-max-content; width: max-content; flex: 0 0 auto; gap: var(--wpds-dimension-gap-xs, 4px); white-space: nowrap; } .dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button, .dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button { position: relative; z-index: 1; } .dataviews-view-list div[role=row] .dataviews-view-list__item-actions > div, .dataviews-view-list div[role=article] .dataviews-view-list__item-actions > div { height: var(--wpds-dimension-size-sm, 24px); } .dataviews-view-list div[role=row] .dataviews-view-list__item-actions > :not(:last-child), .dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) { flex: 0; overflow: hidden; width: 0; } .dataviews-view-list div[role=row]:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions > :not(:last-child), .dataviews-view-list div[role=article]:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions > :not(:last-child) { flex-basis: min-content; width: auto; overflow: unset; } @media (hover: none) { .dataviews-view-list div[role=row] .dataviews-view-list__item-actions > :not(:last-child), .dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) { flex-basis: min-content; width: auto; overflow: unset; } } .dataviews-view-list div[role=row].is-selected.is-selected, .dataviews-view-list div[role=article].is-selected.is-selected { border-top: 1px solid var(--wpds-color-stroke-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 40%, white)); } .dataviews-view-list div[role=row].is-selected.is-selected + div[role=row], .dataviews-view-list div[role=row].is-selected.is-selected + div[role=article], .dataviews-view-list div[role=article].is-selected.is-selected + div[role=row], .dataviews-view-list div[role=article].is-selected.is-selected + div[role=article] { border-top: 1px solid var(--wpds-color-stroke-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 40%, white)); } .dataviews-view-list div[role=row]:not(.is-selected):hover, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered, .dataviews-view-list div[role=row]:not(.is-selected):focus-within, .dataviews-view-list div[role=article]:not(.is-selected):hover, .dataviews-view-list div[role=article]:not(.is-selected).is-hovered, .dataviews-view-list div[role=article]:not(.is-selected):focus-within { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); background-color: var(--wpds-color-background-interactive-brand-weak, rgba(0, 0, 0, 0)); } .dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-title-field, .dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__field, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-title-field, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__field, .dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-title-field, .dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__field, .dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-title-field, .dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__field, .dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-title-field, .dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__field, .dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-title-field, .dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__field { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper, .dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper, .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper, .dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field, .dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field, .dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field, .dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field, .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field, .dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field, .dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field, .dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field { color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e); } .dataviews-view-list .dataviews-view-list__item { position: absolute; z-index: 1; inset: 0; scroll-margin: var(--wpds-dimension-gap-sm, 8px) 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; background: none; padding: 0; cursor: var(--wpds-cursor-control, pointer); } .dataviews-view-list .dataviews-view-list__item:focus-visible { outline: none; } .dataviews-view-list .dataviews-view-list__item:focus-visible::before { position: absolute; content: ""; inset: var(--wp-admin-border-width-focus); box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); border-radius: var(--wpds-border-radius-sm, 2px); outline: 2px solid transparent; } .dataviews-view-list .dataviews-view-list__title-field { flex: 1; min-height: var(--wpds-dimension-size-sm, 24px); line-height: var(--wpds-typography-line-height-md, 24px); overflow: hidden; } .dataviews-view-list .dataviews-view-list__title-field:has(a, button) { z-index: 1; } .dataviews-view-list .dataviews-view-list__media-wrapper { width: 48px; height: 48px; overflow: hidden; position: relative; flex-shrink: 0; background-color: var(--wpds-color-background-surface-neutral-strong, #fff); border-radius: var(--wpds-border-radius-md, 4px); } .dataviews-view-list .dataviews-view-list__media-wrapper img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .dataviews-view-list .dataviews-view-list__media-wrapper::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1); border-radius: var(--wpds-border-radius-md, 4px); } .dataviews-view-list .dataviews-view-list__field-wrapper { min-height: 48px; flex-grow: 1; min-width: 0; } .dataviews-view-list .dataviews-view-list__field { color: var(--wpds-color-foreground-interactive-neutral-weak, #707070); } .dataviews-view-list .dataviews-view-list__fields { display: flex; gap: var(--wpds-dimension-gap-md, 12px); row-gap: var(--wpds-dimension-gap-xs, 4px); flex-wrap: wrap; font-size: 12px; } .dataviews-view-list .dataviews-view-list__fields:empty { display: none; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty) { display: none; } .dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value { min-height: var(--wpds-dimension-size-sm, 24px); line-height: var(--wpds-typography-line-height-sm, 20px); display: flex; align-items: center; } .dataviews-view-list + .dataviews-pagination { justify-content: space-between; } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__item-wrapper { padding: var(--wpds-dimension-padding-sm, 8px) var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__title-field { min-height: var(--wpds-dimension-size-2xs, 16px); line-height: var(--wpds-typography-line-height-xs, 16px); } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__media-wrapper { width: var(--wpds-dimension-size-md, 32px); height: var(--wpds-dimension-size-md, 32px); } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__field-wrapper { min-height: var(--wpds-dimension-size-md, 32px); } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields { gap: var(--wpds-dimension-gap-sm, 8px); row-gap: var(--wpds-dimension-gap-xs, 4px); } .dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value { min-height: var(--wpds-dimension-size-2xs, 16px); line-height: var(--wpds-typography-line-height-xs, 16px); } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__item-wrapper { padding: var(--wpds-dimension-padding-2xl, 24px) var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__title-field { min-height: var(--wpds-dimension-size-md, 32px); line-height: var(--wpds-typography-line-height-xl, 32px); } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__media-wrapper { width: 64px; height: 64px; } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__field-wrapper { min-height: 64px; } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields { gap: var(--wpds-dimension-gap-lg, 16px); row-gap: var(--wpds-dimension-gap-sm, 8px); } .dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value { min-height: var(--wpds-dimension-size-md, 32px); line-height: var(--wpds-typography-line-height-md, 24px); } .dataviews-view-list.is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-view-list.is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } .dataviews-view-list__group-header { font-size: var(--wpds-typography-font-size-lg, 15px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); margin: 0 0 var(--wpds-dimension-gap-lg, 16px) 0; padding: 0 var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-table { width: 100%; text-indent: 0; border-color: inherit; border-collapse: collapse; position: relative; color: var(--wpds-color-foreground-content-neutral-weak, #707070); margin-bottom: auto; background-color: inherit; } .dataviews-view-table th { text-align: left; color: var(--wpds-color-foreground-content-neutral, #1e1e1e); font-weight: normal; font-size: var(--wpds-typography-font-size-md, 13px); } .dataviews-view-table td, .dataviews-view-table th { padding: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-table td.dataviews-view-table__actions-column, .dataviews-view-table th.dataviews-view-table__actions-column { text-align: right; } .dataviews-view-table td.dataviews-view-table__actions-column--sticky, .dataviews-view-table th.dataviews-view-table__actions-column--sticky { position: sticky; right: 0; background-color: var(--wp-dataviews-color-background, var(--wpds-color-background-surface-neutral-strong, #fff)); } .dataviews-view-table td.dataviews-view-table__actions-column--stuck::after, .dataviews-view-table th.dataviews-view-table__actions-column--stuck::after { display: block; content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background-color: var(--wpds-color-background-surface-neutral, #fcfcfc); } .dataviews-view-table td.dataviews-view-table__checkbox-column, .dataviews-view-table th.dataviews-view-table__checkbox-column { padding-right: 0; } .dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper, .dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper { max-width: auto; min-width: auto; } .dataviews-view-table tr { border-top: 1px solid var(--wpds-color-stroke-surface-neutral-weak, #f0f0f0); background-color: inherit; } .dataviews-view-table tr td:first-child, .dataviews-view-table tr th:first-child { padding-left: var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-table tr td:last-child, .dataviews-view-table tr th:last-child { padding-right: var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-table tr:last-child { border-bottom: 0; } .dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) { opacity: 0; } @media (hover: none) { .dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) { opacity: 1; } } .dataviews-view-table tr.is-selected { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } .dataviews-view-table tr.is-selected, .dataviews-view-table tr.is-selected + tr { border-top: 1px solid var(--wpds-color-stroke-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 40%, white)); } .dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) { opacity: 1; } .dataviews-view-table.has-bulk-actions tr:focus-within .dataviews-view-table__actions-column--sticky, .dataviews-view-table.has-bulk-actions tr:hover .dataviews-view-table__actions-column--sticky { background-color: var(--wp-dataviews-color-background, var(--wpds-color-background-surface-neutral-strong, #fff)); } .dataviews-view-table.has-bulk-actions tr.is-selected .dataviews-view-table__actions-column--sticky, .dataviews-view-table.has-bulk-actions tr.is-selected:hover .dataviews-view-table__actions-column--sticky { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-table thead { position: sticky; inset-block-start: 0; z-index: 1; background-color: inherit; } .dataviews-view-table thead.dataviews-view-table__thead--stuck::after { display: block; content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: var(--wpds-color-stroke-surface-neutral-weak, #f0f0f0); } .dataviews-view-table thead tr { border: 0; } .dataviews-view-table thead th { background-color: inherit; padding-top: var(--wpds-dimension-padding-sm, 8px); padding-bottom: var(--wpds-dimension-padding-sm, 8px); font-size: 11px; text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .dataviews-view-table thead th:has(.dataviews-view-table-header-button) { padding-left: var(--wpds-dimension-padding-xs, 4px); padding-right: var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-table thead th:has(.dataviews-view-table-header-button) .dataviews-view-table-header-button { gap: var(--wpds-dimension-gap-xs, 4px); } .dataviews-view-table thead th:has(.dataviews-view-table-header-button):first-child { padding-left: var(--wpds-dimension-padding-lg, 16px); } .dataviews-view-table thead th:has(.dataviews-view-table-header-button):last-child { padding-right: var(--wpds-dimension-padding-lg, 16px); } .dataviews-view-table tbody td { vertical-align: top; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper { min-height: var(--wpds-dimension-size-md, 32px); display: flex; align-items: center; white-space: nowrap; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end { justify-content: flex-end; font-variant-numeric: tabular-nums; } .dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center { justify-content: center; } .dataviews-view-table tbody .components-v-stack > .dataviews-view-table__cell-content-wrapper:not(:first-child) { min-height: 0; } .dataviews-view-table .dataviews-view-table-header-button { padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-sm, 8px); font-size: 11px; text-transform: uppercase; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .dataviews-view-table .dataviews-view-table-header-button:not(:hover) { color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e); } .dataviews-view-table .dataviews-view-table-header-button span { speak: none; } .dataviews-view-table .dataviews-view-table-header-button span:empty { display: none; } .dataviews-view-table .dataviews-view-table-header { padding-left: var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-table .dataviews-view-table__actions-column { width: auto; white-space: nowrap; } .dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child) { padding-left: 0; } .dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:last-child) { padding-right: 0; } .dataviews-view-table.has-compact-density td, .dataviews-view-table.has-compact-density th { padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-sm, 8px); } .dataviews-view-table.has-comfortable-density td, .dataviews-view-table.has-comfortable-density th { padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-md, 12px); } .dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column, .dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column, .dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column, .dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column { padding-right: 0; } .dataviews-view-table-selection-checkbox { --checkbox-input-size: 24px; } @media (min-width: 600px) { .dataviews-view-table-selection-checkbox { --checkbox-input-size: 16px; } } .dataviews-column-primary__media { max-width: 60px; min-width: var(--wpds-dimension-size-md, 32px); min-height: var(--wpds-dimension-size-md, 32px); overflow: hidden; position: relative; flex-shrink: 0; background-color: var(--wpds-color-background-surface-neutral-strong, #fff); border-radius: var(--wpds-border-radius-md, 4px); } .dataviews-column-primary__media img { width: var(--wpds-dimension-size-md, 32px); height: var(--wpds-dimension-size-md, 32px); -o-object-fit: cover; object-fit: cover; } .dataviews-column-primary__media::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1); border-radius: var(--wpds-border-radius-md, 4px); } .dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media), .dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media) { min-width: 15ch; max-width: 80ch; } .dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell { font-weight: var(--wpds-typography-font-weight-emphasis, 600); padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } /* Column width intents via colgroup: make non-primary columns shrink-to-fit */ .dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-first-data):not(.dataviews-view-table__col-expand) { width: 1%; } .dataviews-view-table.is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-view-table.is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } .dataviews-view-picker-grid.has-compact-density .dataviews-view-grid-items { gap: var(--wpds-dimension-gap-lg, 16px); } .dataviews-view-picker-grid.has-comfortable-density .dataviews-view-grid-items { gap: var(--wpds-dimension-gap-2xl, 32px); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card { height: 100%; justify-content: flex-start; position: relative; isolation: isolate; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions { padding: var(--wpds-dimension-padding-sm, 8px) 0 var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field { min-height: var(--wpds-dimension-size-sm, 24px); overflow: hidden; align-content: center; text-align: start; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable { width: -moz-fit-content; width: fit-content; } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value { color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media::after { box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)), inset 0 0 0 var(--wpds-border-width-sm, 2px) var(--wpds-color-background-surface-neutral-strong, #fff); } .dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus::after { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-view-picker-grid:focus-visible[aria-activedescendant] { outline: none; } .dataviews-view-picker-grid:focus-visible [data-active-item=true] { outline: 2px solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-view-picker-grid .dataviews-selection-checkbox { top: var(--wpds-dimension-padding-sm, 8px) !important; } .dataviews-view-picker-grid .dataviews-selection-checkbox input { pointer-events: none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media { width: 100%; aspect-ratio: 1/1; min-height: 0; background-color: var(--wpds-color-background-surface-neutral-strong, #fff); border-radius: var(--wpds-border-radius-md, 4px); position: relative; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; } .dataviews-view-picker-grid .dataviews-view-picker-grid__media::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1); border-radius: var(--wpds-border-radius-md, 4px); pointer-events: none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields { position: relative; font-size: 12px; line-height: 16px; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty) { padding: 0 0 var(--wpds-dimension-padding-md, 12px); } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty) { min-height: var(--wpds-dimension-size-sm, 24px); line-height: var(--wpds-typography-line-height-sm, 20px); padding-top: calc((var(--wpds-dimension-size-sm, 24px) - var(--wpds-typography-line-height-sm, 20px)) / 2); } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field { min-height: var(--wpds-dimension-size-sm, 24px); align-items: center; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name { width: 35%; color: var(--wpds-color-foreground-content-neutral-weak, #707070); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value { width: 65%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))) { display: none; } .dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty) { padding-bottom: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-picker-grid__field-value:empty, .dataviews-view-picker-grid__field:empty { display: none; } .dataviews-view-picker-grid__card .dataviews-selection-checkbox { position: absolute; top: -9999em; left: var(--wpds-dimension-padding-sm, 8px); z-index: 1; } @media (hover: none) { .dataviews-view-picker-grid__card .dataviews-selection-checkbox { top: var(--wpds-dimension-padding-sm, 8px); } } .dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox, .dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox, .dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox { top: var(--wpds-dimension-padding-sm, 8px); } .dataviews-view-picker-grid__media--clickable { cursor: var(--wpds-cursor-control, pointer); } .dataviews-view-picker-grid-group__header { font-size: var(--wpds-typography-font-size-lg, 15px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral, #1e1e1e); margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0; padding: 0 48px; } .dataviews-view-picker-table { background-color: inherit; } .dataviews-view-picker-table .dataviews-view-table__checkbox-column { width: 48px; } .dataviews-view-picker-table tbody:focus-visible[aria-activedescendant] { outline: none; } .dataviews-view-picker-table tbody:focus-visible [data-active-item=true] { outline: 2px solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input { pointer-events: none; opacity: 1; } .dataviews-view-picker-table .dataviews-view-table__row { cursor: var(--wpds-cursor-control, pointer); } .dataviews-view-picker-table .dataviews-view-table__row.is-selected { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-picker-table .dataviews-view-table__row.is-hovered { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-activity { margin: 0 0 auto; padding: 0 var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-activity .dataviews-view-activity__group-header { font-size: var(--wpds-typography-font-size-lg, 15px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral-weak, #707070); margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0; padding: 0; } .dataviews-view-activity .dataviews-view-activity__item-actions { min-width: var(--wpds-dimension-size-sm, 24px); } .dataviews-view-activity .dataviews-view-activity__item-content { flex-grow: 1; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title, .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-description, .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields { min-height: var(--wpds-dimension-size-2xs, 16px); } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title { position: relative; display: flex; align-items: center; flex: 1; overflow: hidden; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable { cursor: var(--wpds-cursor-control, pointer); } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable:focus-visible { outline: var(--wp-admin-border-width-focus) solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); outline-offset: var(--wp-admin-border-width-focus); border-radius: var(--wpds-border-radius-sm, 2px); } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions { display: flex; width: -moz-max-content; width: max-content; flex: 0 0 auto; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions .components-button { position: relative; z-index: 1; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields { color: var(--wpds-color-foreground-content-neutral-weak, #707070); display: flex; gap: var(--wpds-dimension-gap-md, 12px); row-gap: var(--wpds-dimension-gap-xs, 4px); flex-wrap: wrap; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields:empty { display: none; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field:has(.dataviews-view-activity__item-field-value:empty) { display: none; } .dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field-value { display: flex; align-items: center; } .dataviews-view-activity .dataviews-view-activity__item-type { align-self: stretch; flex-shrink: 0; } .dataviews-view-activity .dataviews-view-activity__item-type::after { content: ""; flex: 1 1 auto; width: 1px; margin: 0 auto; background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-activity .dataviews-view-activity__item-type::before { content: ""; flex: 0 0 auto; width: 1px; margin: 0 auto; background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type { width: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type::before { height: var(--wpds-dimension-size-3xs, 12px); } .dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type-icon { width: calc(var(--wpds-dimension-size-3xs, 12px) - 1px); height: calc(var(--wpds-dimension-size-3xs, 12px) - 1px); } .dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-content { margin: var(--wpds-dimension-gap-md, 12px) 0; } .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type { width: var(--wpds-dimension-size-sm, 24px); } .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type::before { height: var(--wpds-dimension-size-3xs, 12px); } .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type-icon { width: calc(var(--wpds-dimension-size-sm, 24px) + 1px); height: calc(var(--wpds-dimension-size-sm, 24px) + 1px); } .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-content { margin: var(--wpds-dimension-gap-md, 12px) 0; padding-top: var(--wpds-dimension-padding-sm, 8px); } .dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type { width: var(--wpds-dimension-size-md, 32px); } .dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type::before { height: var(--wpds-dimension-size-4xs, 8px); } .dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type-icon { width: calc(var(--wpds-dimension-size-md, 32px) + 1px); height: calc(var(--wpds-dimension-size-md, 32px) + 1px); } .dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-content { margin: var(--wpds-dimension-gap-sm, 8px) 0 var(--wpds-dimension-gap-lg, 16px); padding-top: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-bullet, .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-bullet { width: calc(var(--wpds-dimension-size-4xs, 8px) + 1px); height: calc(var(--wpds-dimension-size-4xs, 8px) + 1px); position: relative; top: 50%; transform: translateY(-50%); } .dataviews-view-activity .dataviews-view-activity__item:first-child .dataviews-view-activity__item-type::before { visibility: hidden; } .dataviews-view-activity .dataviews-view-activity__group:last-of-type > .dataviews-view-activity__item:last-of-type .dataviews-view-activity__item-type::after, .dataviews-view-activity > .dataviews-view-activity__item:last-child .dataviews-view-activity__item-type::after { background: linear-gradient(to bottom, var(--wpds-color-stroke-surface-neutral, #dbdbdb) 0%, color-mix(in srgb, var(--wpds-color-stroke-surface-neutral, #dbdbdb) 20%, transparent) 60%, transparent 100%); } .dataviews-view-activity .dataviews-view-activity__item-type-icon { overflow: hidden; flex-shrink: 0; background-color: var(--wpds-color-background-surface-neutral-strong, #fff); } .dataviews-view-activity .dataviews-view-activity__item-type-icon img, .dataviews-view-activity .dataviews-view-activity__item-type-icon svg, .dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet { display: block; width: 100%; height: 100%; margin: 0 auto; -o-object-fit: cover; object-fit: cover; border-radius: 50%; box-sizing: border-box; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-activity .dataviews-view-activity__item-type-icon svg { padding: var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet { content: ""; background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-activity.is-refreshing { opacity: 0.5; pointer-events: none; } @media not (prefers-reduced-motion) { .dataviews-view-activity.is-refreshing { opacity: 1; animation: dataviews-pulse 1s ease-in-out infinite; } } .dataviews-view-activity + .dataviews-pagination { justify-content: space-between; } .dataviews-view-picker-activity { margin: 0; padding: 0; flex-grow: 1; } .dataviews-view-picker-activity:focus-visible[aria-activedescendant] { outline: none; } .dataviews-view-picker-activity:focus-visible .dataviews-view-picker-activity__item[data-active-item=true] { outline: 2px solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); outline-offset: -2px; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item { cursor: var(--wpds-cursor-control, pointer); border-radius: var(--wpds-border-radius-sm, 2px); padding-inline: var(--wpds-dimension-padding-2xl, 24px); transition: background-color 0.1s ease; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-selected, .dataviews-view-picker-activity .dataviews-view-picker-activity__item:hover { background-color: var(--wpds-color-background-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-selected { outline: 3px solid transparent; outline-offset: -2px; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type { width: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type::before { height: var(--wpds-dimension-size-3xs, 12px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type-icon { width: calc(var(--wpds-dimension-size-3xs, 12px) - 1px); height: calc(var(--wpds-dimension-size-3xs, 12px) - 1px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-content { margin: var(--wpds-dimension-gap-md, 12px) 0; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type { width: var(--wpds-dimension-size-sm, 24px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type::before { height: var(--wpds-dimension-size-3xs, 12px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type-icon { width: calc(var(--wpds-dimension-size-sm, 24px) + 1px); height: calc(var(--wpds-dimension-size-sm, 24px) + 1px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-content { margin: var(--wpds-dimension-gap-md, 12px) 0; padding-top: var(--wpds-dimension-padding-sm, 8px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type { width: var(--wpds-dimension-size-md, 32px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type::before { height: var(--wpds-dimension-size-4xs, 8px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type-icon { width: calc(var(--wpds-dimension-size-md, 32px) + 1px); height: calc(var(--wpds-dimension-size-md, 32px) + 1px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-content { margin: var(--wpds-dimension-gap-sm, 8px) 0 var(--wpds-dimension-gap-lg, 16px); padding-top: var(--wpds-dimension-padding-md, 12px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-bullet, .dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-bullet { width: calc(var(--wpds-dimension-size-4xs, 8px) + 1px); height: calc(var(--wpds-dimension-size-4xs, 8px) + 1px); position: relative; top: 50%; transform: translateY(-50%); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content { flex-grow: 1; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-title, .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-description, .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields { min-height: var(--wpds-dimension-size-2xs, 16px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-title { position: relative; display: flex; align-items: center; flex: 1; overflow: hidden; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-description:empty { display: none; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields { color: var(--wpds-color-foreground-content-neutral-weak, #707070); display: flex; gap: var(--wpds-dimension-gap-md, 12px); row-gap: var(--wpds-dimension-gap-xs, 4px); flex-wrap: wrap; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields:empty { display: none; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields .dataviews-view-picker-activity__item-field:has(.dataviews-view-picker-activity__item-field-value:empty) { display: none; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields .dataviews-view-picker-activity__item-field-value { display: flex; align-items: center; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type { align-self: stretch; flex-shrink: 0; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type::after { content: ""; flex: 1 1 auto; width: 1px; margin: 0 auto; background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type::before { content: ""; flex: 0 0 auto; width: 1px; margin: 0 auto; background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item:first-child .dataviews-view-picker-activity__item-type::before { visibility: hidden; } .dataviews-view-picker-activity .dataviews-view-picker-activity-group:last-of-type > .dataviews-view-picker-activity__item:last-of-type .dataviews-view-picker-activity__item-type::after, .dataviews-view-picker-activity > .dataviews-view-picker-activity__item:last-child .dataviews-view-picker-activity__item-type::after { background: linear-gradient(to bottom, var(--wpds-color-stroke-surface-neutral, #dbdbdb) 0%, color-mix(in srgb, var(--wpds-color-stroke-surface-neutral, #dbdbdb) 20%, transparent) 60%, transparent 100%); } .dataviews-view-picker-activity .dataviews-view-picker-activity-group__header { font-size: var(--wpds-typography-font-size-lg, 15px); font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: var(--wpds-color-foreground-content-neutral-weak, #707070); margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0; padding: 0; padding-inline-start: var(--wpds-dimension-padding-2xl, 24px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon { overflow: hidden; flex-shrink: 0; background-color: transparent; } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon img, .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon svg, .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon .dataviews-view-picker-activity__item-bullet { display: block; width: 100%; height: 100%; margin: 0 auto; -o-object-fit: cover; object-fit: cover; border-radius: 50%; box-sizing: border-box; box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon svg { padding: var(--wpds-dimension-padding-xs, 4px); } .dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon .dataviews-view-picker-activity__item-bullet { background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-picker-footer__bulk-selection { align-self: flex-start; height: var(--wpds-dimension-size-md, 32px); } .dataviews-picker-footer__actions { align-self: flex-end; } .dataviews-controls__richtext [data-rich-text-placeholder]::after { content: attr(data-rich-text-placeholder); color: color-mix(in srgb, currentColor, transparent 38%); } .dataviews-controls__datetime { border: none; padding: 0; } .dataviews-controls__relative-date-number, .dataviews-controls__relative-date-unit { flex: 1 1 50%; } .dataviews-controls__date input[type=date]::-webkit-inner-spin-button, .dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator { display: none; -webkit-appearance: none; } .dataviews-controls__date-range-inputs > * { min-width: 0; } .dataviews-controls__color-picker-dropdown { display: flex; } .dataviews-controls__date-preset { border: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb); } .dataviews-controls__date-preset:active { background-color: var(--wpds-color-background-interactive-neutral-strong-active, #1e1e1e); } .dataforms-layouts-panel__field-trigger { position: relative; color: inherit; display: flex; width: 100%; min-height: var(--wpds-dimension-size-sm, 24px); cursor: var(--wpds-cursor-control, pointer); align-items: flex-start; border-radius: var(--wpds-border-radius-sm, 2px); isolation: isolate; } .dataforms-layouts-panel__field-trigger--label-side { flex-direction: row; gap: var(--wpds-dimension-gap-sm, 8px); } .dataforms-layouts-panel__field-trigger--label-top { display: grid; grid-template-columns: 1fr auto; } .dataforms-layouts-panel__field-trigger--label-none { align-items: center; } .dataforms-layouts-panel__field-trigger:not(.is-disabled):hover { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-trigger-icon { opacity: 1; } .dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-label { color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataforms-layouts-panel__field-trigger.is-disabled { cursor: default; } .dataforms-layouts-panel__field-trigger.is-disabled .dataforms-layouts-panel__field-control { color: var(--wpds-color-foreground-content-neutral-weak, #707070); font-weight: var(--wpds-typography-font-weight-default, 400); } .dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon { opacity: 1; fill: currentColor; } .dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:hover, .dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:focus-visible { fill: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); } .dataforms-layouts-panel__field-trigger-icon { padding: 0; color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); flex: 0 0 auto; opacity: 0; border-radius: var(--wpds-border-radius-xs, 1px); } .dataforms-layouts-panel__field-trigger-icon:focus-visible { opacity: 1; outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); } .dataforms-layouts-panel__field-dropdown-anchor { width: 100%; } .dataforms-layouts-panel__field-dropdown-anchor .components-dropdown { width: 100%; } .dataforms-layouts-panel__field-label { width: 38%; flex-shrink: 0; min-height: var(--wpds-dimension-size-sm, 24px); display: flex; align-items: center; line-height: var(--wpds-typography-line-height-sm, 20px); hyphens: auto; color: var(--wpds-color-foreground-content-neutral-weak, #707070); } .dataforms-layouts-panel__field-label .components-base-control__label { display: inline; margin-bottom: 0; line-height: inherit; } .dataforms-layouts-panel__field-label.has-error { color: var(--wpds-color-foreground-content-error-weak, #cc1818); } .dataforms-layouts-panel__field-label-error-content { position: relative; z-index: 1; cursor: help; color: var(--wpds-color-foreground-content-error-weak, #cc1818); display: inline-flex; flex-direction: row; align-items: center; gap: var(--wpds-dimension-gap-xs, 4px); } .dataforms-layouts-panel__field-control { flex-grow: 1; min-width: 0; min-height: var(--wpds-dimension-size-sm, 24px); line-height: var(--wpds-typography-line-height-md, 24px); display: flex; align-items: center; overflow: clip; padding-inline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)); margin-inline: calc(-1 * var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px))); word-break: break-word; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .dataforms-layouts-panel__field-control > * { min-width: 0; } .dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-label { width: 100%; } .dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-control { grid-column: 1/-1; } .dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-trigger-icon { grid-row: 1; grid-column: 2; } .dataforms-layouts-panel__field-dropdown .components-popover__content { min-width: 320px; padding: var(--wpds-dimension-padding-lg, 16px); } .dataforms-layouts-panel__dropdown-header { margin-bottom: var(--wpds-dimension-gap-lg, 16px); } .dataforms-layouts-panel__modal-footer { margin-top: var(--wpds-dimension-gap-lg, 16px); } .components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown { z-index: 159990; } .dataforms-layouts-panel__summary-button:empty { min-width: 160px; } .dataforms-layouts-regular__field { width: 100%; min-height: var(--wpds-dimension-size-md, 32px); justify-content: flex-start !important; align-items: flex-start !important; } .dataforms-layouts-regular__field .components-base-control__label, .dataforms-layouts-regular__field .components-input-control__label, .dataforms-layouts-regular__field .components-form-token-field__label { color: var(--wpds-color-foreground-content-neutral, #1e1e1e); } .dataforms-layouts-regular__field-label { width: 38%; flex-shrink: 0; min-height: var(--wpds-dimension-size-md, 32px); display: flex; align-items: center; line-height: var(--wpds-typography-line-height-sm, 20px); hyphens: auto; } .dataforms-layouts-regular__field-label--label-position-side { align-self: center; } .dataforms-layouts-regular__field-label .components-base-control__label { margin-bottom: 0; } .dataforms-layouts-regular__field-control { flex-grow: 1; min-height: var(--wpds-dimension-size-md, 32px); display: flex; align-items: center; } .dataforms-layouts-card__field { width: 100%; } .dataforms-layouts-card__field-header-content { min-height: 24px; } .dataforms-layouts-card__field-header-content-description { display: contents; } .dataforms-layouts-card__field-description { color: var(--wpds-color-foreground-content-neutral-weak, #707070); display: block; font-size: var(--wpds-typography-font-size-md, 13px); margin-bottom: var(--wpds-dimension-gap-lg, 16px); } .dataforms-layouts-card__field-summary { display: flex; flex-direction: row; gap: var(--wpds-dimension-gap-lg, 16px); align-items: center; } .dataforms-layouts-details__summary-content { display: inline-flex; min-height: var(--wpds-dimension-size-sm, 24px); } .dataforms-layouts-details__content { padding-top: var(--wpds-dimension-padding-md, 12px); } .dataforms-layouts-row__field-control { width: 100%; } .dataforms-layouts__wrapper { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: var(--wpds-typography-font-weight-default, 400); font-size: 13px; line-height: 20px; } /** * Typography */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Colors */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ /** * Breakpoints & Media Queries */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ :root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122, 0, 223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0, 124, 186; --wp-admin-theme-color-darker-10: rgb(0, 107, 160.5); --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0, 90, 135; --wp-admin-border-width-focus: 2px; } @media (min-resolution: 192dpi) { :root { --wp-admin-border-width-focus: 1.5px; } } .fields-create-template-part-modal { z-index: 1000001; } .fields-create-template-part-modal__area-fieldset { border: 0; padding: 0; margin: 0; } .fields-create-template-part-modal__area-radio-group { border: 1px solid #949494; border-radius: 2px; } .fields-create-template-part-modal__area-radio-wrapper { position: relative; padding: 12px; display: grid; align-items: center; grid-template-columns: min-content 1fr min-content; grid-gap: 4px 8px; color: #1e1e1e; } .fields-create-template-part-modal__area-radio-wrapper + .fields-create-template-part-modal__area-radio-wrapper { border-top: 1px solid #949494; } .fields-create-template-part-modal__area-radio-wrapper input[type=radio] { position: absolute; opacity: 0; } .fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:checked) { z-index: 1; } .fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:not(:checked)):hover { color: var(--wp-admin-theme-color); } .fields-create-template-part-modal__area-radio-wrapper > *:not(.fields-create-template-part-modal__area-radio-label) { pointer-events: none; } .fields-create-template-part-modal__area-radio-label::before { content: ""; position: absolute; inset: 0; } input[type=radio]:not(:checked) ~ .fields-create-template-part-modal__area-radio-label::before { cursor: var(--wpds-cursor-control, pointer); } input[type=radio]:focus-visible ~ .fields-create-template-part-modal__area-radio-label::before { outline: 4px solid transparent; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .fields-create-template-part-modal__area-radio-icon, .fields-create-template-part-modal__area-radio-checkmark { fill: currentColor; } input[type=radio]:not(:checked) ~ .fields-create-template-part-modal__area-radio-checkmark { opacity: 0; } .fields-create-template-part-modal__area-radio-description { grid-column: 2/3; margin: 0; color: #757575; font-size: 12px; line-height: normal; text-wrap: pretty; } input[type=radio]:not(:checked):hover ~ .fields-create-template-part-modal__area-radio-description { color: inherit; } fieldset.fields__media-edit { border: 0; padding: 0; margin: 0; width: 100%; } fieldset.fields__media-edit .components-base-control__label { color: #1e1e1e; } fieldset.fields__media-edit .fields__media-edit-description { font-size: 12px; line-height: 1.5; } fieldset.fields__media-edit { container-type: inline-size; } fieldset.fields__media-edit .fields__media-edit-compact-group { border: 1px dashed #949494; border-radius: 4px; overflow: hidden; } fieldset.fields__media-edit .fields__media-edit-compact-group.is-single { border-radius: 2px; } fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-picker-button { border: 0; border-radius: 0; } fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-picker-button:focus-visible { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-compact:not(:last-child) { border-bottom: 1px solid #f0f0f0; } fieldset.fields__media-edit .fields__media-edit-compact .components-drop-zone .components-drop-zone__content-inner { display: flex; align-items: center; gap: 8px; } fieldset.fields__media-edit .fields__media-edit-compact .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon { margin: 0; } fieldset.fields__media-edit .fields__media-edit-compact { position: relative; min-width: 0; } fieldset.fields__media-edit .fields__media-edit-compact:hover .fields__media-edit-compact-movers, fieldset.fields__media-edit .fields__media-edit-compact:focus-within .fields__media-edit-compact-movers { opacity: 1; } fieldset.fields__media-edit .fields__media-edit-compact .fields__media-edit-compact-movers { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); opacity: 0; pointer-events: none; z-index: 1; border-radius: 2px; background: #fff; } fieldset.fields__media-edit .fields__media-edit-compact .fields__media-edit-compact-movers * { pointer-events: auto; } fieldset.fields__media-edit .fields__media-edit-picker-button:has(.fields__media-edit-placeholder):not(.fields__media-edit-expanded *) .components-drop-zone .components-drop-zone__content-inner { display: flex; align-items: center; gap: 8px; } fieldset.fields__media-edit .fields__media-edit-picker-button:has(.fields__media-edit-placeholder):not(.fields__media-edit-expanded *) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon { margin: 0; } fieldset.fields__media-edit .fields__media-edit-picker-button { position: relative; display: flex; align-items: center; gap: 8px; border: 1px dashed #949494; border-radius: 2px; padding: 4px 8px; min-height: 40px; cursor: var(--wpds-cursor-control, pointer); min-width: 0; } fieldset.fields__media-edit .fields__media-edit-picker-button:not(.has-attachment) { border-color: var(--wp-admin-theme-color); color: var(--wp-admin-theme-color); } fieldset.fields__media-edit .fields__media-edit-picker-button:not(.has-attachment):hover { background-color: color-mix(in srgb, var(--wp-admin-theme-color, #3858e9) 4%, transparent); color: var(--wp-admin-theme-color-darker-20); border-color: var(--wp-admin-theme-color-darker-20); } fieldset.fields__media-edit .fields__media-edit-picker-button:hover { color: var(--wp-admin-theme-color); } fieldset.fields__media-edit .fields__media-edit-picker-button:focus-visible { box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: none; } fieldset.fields__media-edit .fields__media-edit-picker-button[aria-disabled=true] { opacity: 0.6; cursor: default; } fieldset.fields__media-edit .fields__media-edit-picker-button .fields__media-edit-picker-button-spinner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; } fieldset.fields__media-edit .fields__media-edit-filename, fieldset.fields__media-edit .fields__media-edit-placeholder { flex: 1; width: 100%; min-width: 0; } fieldset.fields__media-edit .fields__media-edit-placeholder { text-align: center; } fieldset.fields__media-edit .fields__media-edit-thumbnail { width: 24px; aspect-ratio: 1/1; flex-shrink: 0; border-radius: 2px; } fieldset.fields__media-edit .fields__media-edit-expanded { display: grid; gap: 8px; } fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .components-drop-zone .components-drop-zone__content-inner { display: flex; align-items: center; gap: 8px; } fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon { margin: 0; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-preview { position: relative; width: 100%; aspect-ratio: var(--fields-media-edit-expanded-multiple-aspect-ratio, 3/2); border-radius: 2px; padding: 4px; overflow: hidden; display: flex; align-items: center; justify-content: center; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-preview .fields__media-edit-expanded-preview-stack { width: 100%; height: 100%; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; pointer-events: none; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-overlay * { pointer-events: auto; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-actions { position: absolute; top: 4px; right: 4px; border-radius: 2px; background: #fff; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item { position: relative; min-width: 0; border-radius: 4px; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:hover .fields__media-edit-expanded-overlay, fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:focus-within .fields__media-edit-expanded-overlay { opacity: 1; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:not(.has-preview-image) .fields__media-edit-expanded-preview-stack { padding: 8px; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-thumbnail { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-filename { text-align: center; flex: none; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-picker-button-spinner svg { margin: 0; } fieldset.fields__media-edit .fields__media-edit-expanded.is-single { grid-template-columns: 1fr; } fieldset.fields__media-edit .fields__media-edit-expanded.is-single .fields__media-edit-expanded-preview { aspect-ratio: 2/1; } fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-picker-button { border-radius: 4px; } fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .fields__media-edit-picker-button { border-radius: 2px; } fieldset.fields__media-edit .fields__media-edit-expanded.is-multiple:not(.is-empty) { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } @container (max-width: 500px) { fieldset.fields__media-edit .fields__media-edit-expanded.is-multiple:not(.is-empty) { grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)); } } fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields__media-edit-picker-button { padding: 0; } fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields__media-edit-placeholder { display: flex; align-items: center; justify-content: center; aspect-ratio: var(--fields-media-edit-expanded-multiple-aspect-ratio, 3/2); } .fields-controls__author-avatar { flex-shrink: 0; overflow: hidden; width: 24px; height: 24px; align-items: center; justify-content: left; display: flex; } .fields-controls__author-avatar img { width: 16px; height: 16px; -o-object-fit: cover; object-fit: cover; opacity: 0; border-radius: 100%; } @media not (prefers-reduced-motion) { .fields-controls__author-avatar img { transition: opacity 0.1s linear; } } .fields-controls__author-avatar.is-loaded img { opacity: 1; } .fields-controls__author-icon { display: flex; flex-shrink: 0; width: 24px; height: 24px; } .fields-controls__author-icon svg { margin-left: -4px; fill: currentColor; } .fields-controls__author-name { text-overflow: ellipsis; overflow: hidden; } .fields-controls__slug { border: 0; padding: 0; margin: 0; } .fields-controls__slug .fields-controls__slug-external-icon { margin-left: 5ch; } .fields-controls__slug .fields-controls__slug-input input.components-input-control__input { padding-inline-start: 0 !important; } .fields-controls__slug .fields-controls__slug-help-link { word-break: break-word; } .fields-controls__slug .fields-controls__slug-help { display: flex; flex-direction: column; } .fields-controls__slug .fields-controls__slug-help .fields-controls__slug-help-slug { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .fields-controls__featured-image-image, .fields-controls__featured-image-placeholder { width: 100%; height: 100%; display: block; border-radius: 4px; } .fields-controls__featured-image-placeholder { box-shadow: none; background: #f0f0f0; } .fields-controls__parent { border: 0; padding: 0; margin: 0; } .fields-controls__password { border: 0; padding: 0; margin: 0; } .fields-controls__status-icon { height: 24px; width: 24px; } .fields-controls__status-icon svg { fill: currentColor; margin-left: -4px; } .fields-field__title > span:first-child { text-overflow: ellipsis; overflow: hidden; text-decoration: none; white-space: nowrap; display: block; flex-grow: 0; } .fields-field__pattern-title span:first-child { flex: 1; } /** * Colors */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block visuals. It's purely for UI. */ /** * Fonts & basic variables. */ /** * Typography */ /** * Grid System. * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */ /** * Radius scale. */ /** * Elevation scale. */ /** * Dimensions. */ /** * Mobile specific styles */ /** * Editor styles. */ /** * Block & Editor UI. */ /** * Block paddings. */ /** * React Native specific. * These variables do not appear to be used anywhere else. */ .media-editor-preview { box-sizing: border-box; display: flex; justify-content: center; align-items: center; min-height: 100%; padding: 32px; position: relative; } .media-editor-preview__spinner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .media-editor-preview--loading { width: 100%; height: 100%; } .media-editor-preview--image img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; width: auto; height: auto; opacity: 0; } @keyframes __wp-base-styles-fade-in { from { opacity: 0; } to { opacity: 1; } } @media not (prefers-reduced-motion) { .media-editor-preview--image img.loaded { animation: __wp-base-styles-fade-in 0.08s linear 0s; animation-fill-mode: forwards; } } .media-editor-preview--video video { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; width: auto; height: auto; } .media-editor-preview--audio audio { max-width: 100%; } .media-editor-preview--file { text-align: center; } .media-editor-preview__file-info { background: #f0f0f0; padding: 24px; border-radius: 2px; } .media-editor-preview__file-name { font-weight: var(--wpds-typography-font-weight-emphasis, 600); margin-bottom: 8px; } .media-editor-preview__mime-type { color: #757575; font-size: 0.9em; margin-bottom: 16px; } .media-editor-preview__download-link { display: inline-block; margin-top: 8px; } .media-editor-preview--error, .media-editor-preview--empty { color: #757575; text-align: center; } .media-editor-preview__url { font-size: 0.9em; color: #949494; word-break: break-all; margin-top: 8px; } .wp-media-editor-image-editor { position: relative; overflow: hidden; width: 100%; height: 100%; touch-action: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; cursor: grab; } .wp-media-editor-image-editor__canvas { position: absolute; inset: 24px; min-height: 100px; min-width: 100px; } .wp-media-editor-image-editor__canvas:focus { outline: none; } .wp-media-editor-image-editor__stage { position: absolute; inset: 0; } .wp-media-editor-image-editor--dragging { cursor: grabbing; } .wp-media-editor-image-editor__image { position: absolute; top: 0; left: 0; will-change: transform; transform-origin: center center; } .wp-media-editor-image-editor__stencil { position: absolute; pointer-events: none; } .wp-media-editor-image-editor__dimming { position: absolute; pointer-events: none; /* Large shadow spread washes everything outside the crop area toward the canvas grey ($gray-200). Slightly stronger at rest for clear crop framing, lighter during drag so the user can see where they're panning. */ box-shadow: 0 0 0 9999px rgba(224, 224, 224, 0.6); transition: box-shadow 0.15s ease; } .wp-media-editor-image-editor--dragging .wp-media-editor-image-editor__dimming { box-shadow: 0 0 0 9999px rgba(224, 224, 224, 0.4); } .wp-media-editor-image-editor__grid { position: absolute; pointer-events: none; overflow: hidden; transition: opacity 0.15s ease; } .wp-media-editor-image-editor__canvas--grid-interactive .wp-media-editor-image-editor__grid { opacity: 0; transition-delay: 0.1s; } .wp-media-editor-image-editor__canvas--show-grid .wp-media-editor-image-editor__grid { opacity: 1; transition-delay: 0s; } .wp-media-editor-image-editor__canvas--settling .wp-media-editor-image-editor__grid { opacity: 0; transition: none; } .wp-media-editor-image-editor__grid-line { position: absolute; background: rgba(255, 255, 255, 0.4); } .wp-media-editor-image-editor__grid-line--horizontal { left: 0; width: 100%; height: 1px; } .wp-media-editor-image-editor__grid-line--vertical { top: 0; height: 100%; width: 1px; } .wp-media-editor-image-editor__dimensions-tooltip { position: absolute; padding: 2px 6px; background: #fff; color: #1e1e1e; font-size: 11px; line-height: 1.4; font-variant-numeric: tabular-nums; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08); pointer-events: none; white-space: nowrap; z-index: 2; } .wp-media-editor-image-editor__stencil-rect { position: absolute; border: 1px solid #1e1e1e; box-sizing: border-box; pointer-events: none; transition: border-color 0.15s ease, box-shadow 0.15s ease; } .wp-media-editor-image-editor__canvas--focus-visible:focus .wp-media-editor-image-editor__stencil-rect { border-color: var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba)); box-shadow: 0 0 0 1px var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba)); } .wp-media-editor-image-editor__handle { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; padding: 0; font: inherit; cursor: default; position: absolute; width: 12px; height: 12px; background: #fff; border: 1px solid var(--wp-admin-theme-color, #007cba); border-radius: 50%; box-sizing: border-box; pointer-events: auto; transition: background-color 0.15s ease, box-shadow 0.15s ease; } .wp-media-editor-image-editor__handle:focus { outline: none; } .wp-media-editor-image-editor__canvas--focus-visible .wp-media-editor-image-editor__handle:focus { background: var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba)); border-color: transparent; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba)); } .wp-media-editor-image-editor__handle::before { content: ""; position: absolute; top: 50%; left: 50%; width: 44px; height: 44px; transform: translate(-50%, -50%); } .wp-media-editor-image-editor__handle { /* Offset by half the handle width (12px / 2 = 6px) to center on crop edge */ } .wp-media-editor-image-editor__handle--n { top: -6px; left: 50%; margin-left: -6px; cursor: ns-resize; } .wp-media-editor-image-editor__handle--s { bottom: -6px; left: 50%; margin-left: -6px; cursor: ns-resize; } .wp-media-editor-image-editor__handle--e { top: 50%; right: -6px; margin-top: -6px; cursor: ew-resize; } .wp-media-editor-image-editor__handle--w { top: 50%; left: -6px; margin-top: -6px; cursor: ew-resize; } .wp-media-editor-image-editor__handle--nw { top: -6px; left: -6px; cursor: nwse-resize; } .wp-media-editor-image-editor__handle--ne { top: -6px; right: -6px; cursor: nesw-resize; } .wp-media-editor-image-editor__handle--sw { bottom: -6px; left: -6px; cursor: nesw-resize; } .wp-media-editor-image-editor__handle--se { bottom: -6px; right: -6px; cursor: nwse-resize; } /** * Breakpoints & Media Queries */ /** * Typography */ /** * Converts a hex value into the rgb equivalent. * * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ /** * Breakpoint mixins */ /** * Focus styles. */ /** * Standard focus rings for the WordPress Design System. * * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, * e.g. `&:focus { @include outset-ring__focus(); }`. */ /** * Applies editor left position to the selector passed as argument */ /** * Styles that are reused verbatim in a few places */ /** * Allows users to opt-out of animations via OS-level preferences. */ /** * Reset default styles for JavaScript UI based pages. * This is a WP-admin agnostic reset */ /** * Reset the WP Admin page styles for Gutenberg-like pages. */ /** * Creates a checkerboard pattern background to indicate transparency. * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. */ .media-editor { display: flex; flex: 1; flex-direction: column; height: 100%; min-height: 0; } .media-editor .media-editor__loading { height: 100%; display: flex; align-items: center; justify-content: center; } .media-editor .interface-interface-skeleton { position: relative; top: auto; right: auto; bottom: auto; left: auto; height: 100%; max-height: none; flex: 1; flex-direction: column; } .media-editor-modal .media-editor .interface-interface-skeleton.interface-interface-skeleton { top: auto; } .media-editor .interface-interface-skeleton__editor { min-width: 0; flex: 1; } .media-editor .media-editor__content { display: flex; flex: 1; flex-direction: column; min-height: 0; margin: 0 24px; border-radius: 8px; overflow: hidden; } .media-editor .media-editor__canvas-toolbar { display: flex; flex-shrink: 0; justify-content: center; background: #e0e0e0; padding: 8px 16px; } .media-editor .media-editor__canvas-toolbar .media-editor-fine-rotation { flex: 0 1 360px; min-width: 0; } .media-editor .media-editor__canvas-area { display: flex; align-items: center; justify-content: center; background: #e0e0e0; overflow: auto; flex: 1; min-height: 0; } .media-editor .media-editor__canvas-area .media-editor-preview { height: 100%; } .media-editor .media-editor__canvas-area img, .media-editor .media-editor__canvas-area video { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; } .media-editor .media-editor__sidebar { box-sizing: border-box; } .media-editor .media-editor__sidebar *, .media-editor .media-editor__sidebar *::before, .media-editor .media-editor__sidebar *::after { box-sizing: inherit; } @media (min-width: 600px) { .media-editor .media-editor__sidebar { padding-left: 1px; } } .media-editor .media-editor__sidebar-panel { padding-bottom: 24px; } .media-editor .interface-interface-skeleton__sidebar { border-top: 0; box-shadow: none; outline: 1px solid transparent; } .media-editor .media-editor__panel { padding: 16px; } @media (min-width: 600px) { .media-editor .media-editor__panel { padding: 24px 24px 0 0; } } .media-editor .components-panel__header.media-editor__sidebar-header { padding-left: 0; padding-right: 8px; margin-right: 24px; margin-right: 0; } @media (min-width: 600px) { .media-editor .components-panel__header.media-editor__sidebar-header { margin-right: 24px; } } .media-editor .components-panel__header.media-editor__sidebar-header .components-button.has-icon { padding: 0; } @media (min-width: 600px) { .media-editor .components-panel__header.media-editor__sidebar-header .components-button.has-icon { display: flex; } } @media (min-width: 600px) and (max-width: 781px) { .media-editor .interface-interface-skeleton__sidebar:has(.interface-complementary-area__fill) { position: relative !important; } .media-editor .interface-complementary-area__fill, .media-editor .interface-complementary-area { width: 280px !important; } } @media (max-width: 599px) { .media-editor .interface-interface-skeleton__sidebar:has(.interface-complementary-area__fill) { width: 100%; } .media-editor .interface-complementary-area__fill, .media-editor .interface-complementary-area { width: 100% !important; } } .media-editor__snackbar { position: fixed; bottom: var(--wpds-dimension-size-md, 32px); left: 0; right: 0; padding-inline: 16px; box-sizing: border-box; display: flex; flex-direction: column; pointer-events: none; } .media-editor__snackbar .components-snackbar { margin-inline: auto; } .media-editor-form .dataforms-layouts-panel__field-control { text-wrap: pretty; } .media-editor-modal.components-modal__frame .components-modal__content { padding: 0; margin-bottom: 0; display: flex; flex-direction: column; min-height: 0; } .media-editor-modal.components-modal__frame .components-modal__children-container { display: flex; flex: 1; flex-direction: column; min-height: 0; } .media-editor-modal.components-modal__frame .media-editor-modal__footer { flex-shrink: 0; display: flex; gap: 16px; padding: 16px 32px 24px; background: #fff; z-index: 1000001; } .media-editor-modal.components-modal__frame .media-editor-modal__footer.is-wide { flex-direction: row; align-items: center; } .media-editor-modal.components-modal__frame .media-editor-modal__footer.is-wide .media-editor__footer-actions { margin-left: auto; } .media-editor-modal.components-modal__frame .media-editor-modal__footer.is-narrow { flex-direction: column; } .media-editor-modal.components-modal__frame .media-editor-modal__footer.is-narrow > .media-editor-image-controls { align-self: center; } .media-editor-modal__footer-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; } .media-editor-modal__footer-row .media-editor-image-controls, .media-editor-modal__footer-row .media-editor__footer-actions { margin-left: auto; } .media-editor__history-actions .components-button.has-icon:not([aria-disabled=true]) { color: var(--wp-admin-theme-color); } .media-editor-modal { display: flex; flex-direction: column; } .media-editor-modal__snackbar { position: fixed; bottom: var(--wpds-dimension-size-md, 32px); left: 0; right: 0; padding-inline: 16px; box-sizing: border-box; display: flex; flex-direction: column; pointer-events: none; } .media-editor-modal__snackbar .components-snackbar { margin-inline: auto; } .media-editor-modal__snackbar { z-index: 1000001; } .media-editor-canvas { position: relative; width: 100%; height: 100%; } .media-editor-canvas__cropper { width: 100%; height: 100%; opacity: 0; pointer-events: none; } .media-editor-canvas__cropper.is-loaded { opacity: 1; pointer-events: auto; } @keyframes __wp-base-styles-fade-in { from { opacity: 0; } to { opacity: 1; } } @media not (prefers-reduced-motion) { .media-editor-canvas__cropper.is-loaded { animation: __wp-base-styles-fade-in 0.2s linear 0s; animation-fill-mode: forwards; } } .media-editor-canvas__spinner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .media-editor-canvas__error { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #757575; text-align: center; } .media-editor-image-controls { display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; } .media-editor-image-controls.is-stacked { flex-direction: column; align-items: flex-start; gap: 24px; } .media-editor-image-controls__transforms { display: flex; gap: 48px; } .media-editor-image-controls__group { display: flex; flex-direction: column; gap: 4px; } .media-editor-image-controls__label { font-size: 11px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 1.4; text-transform: uppercase; } .media-editor-image-controls__buttons { display: flex; gap: 8px; padding-inline: 2px 0; } .media-editor-keyboard-shortcuts-modal { min-width: 280px; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__note { margin: 0 0 16px; color: #757575; font-size: 13px; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-list { list-style: none; margin: 0; padding: 0; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut { display: flex; align-items: baseline; padding: 0.6rem 0; border-top: 1px solid #ddd; margin-bottom: 0; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut:last-child { border-bottom: 1px solid #ddd; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-description { flex: 1; margin: 0; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-term { background: none; font-weight: var(--wpds-typography-font-weight-emphasis, 600); margin: 0 0 0 1rem; padding: 0; text-align: right; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-key { padding: 0.25rem 0.5rem; border-radius: 8%; margin: 0 0.2rem 0 0.2rem; } .media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-key:last-child { margin: 0 0 0 0.2rem; } .rotation-ruler { position: relative; min-width: 180px; height: 32px; padding: 0 8px; box-sizing: border-box; color: #1e1e1e; font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; -webkit-user-select: none; -moz-user-select: none; user-select: none; touch-action: none; cursor: ew-resize; container-type: inline-size; } .rotation-ruler[data-disabled] { opacity: 0.5; pointer-events: none; cursor: default; } .rotation-ruler:has(.rotation-ruler__input:focus-visible) { outline: 2px solid var(--wp-admin-theme-color, #3858e9); outline-offset: 2px; border-radius: 4px; } .rotation-ruler__input { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap; } .rotation-ruler__pointer { position: absolute; bottom: 0; left: 50%; width: 2px; height: 18px; background: var(--wp-admin-theme-color, #3858e9); border-radius: 1px; transform: translateX(-50%); pointer-events: none; } .rotation-ruler__strip { position: absolute; inset: 0; overflow: hidden; mask-image: linear-gradient(to right, transparent 0, #000 8px, #000 calc(100% - 8px), transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8px, #000 calc(100% - 8px), transparent 100%); } .rotation-ruler__ticks { position: absolute; /*rtl:ignore*/ left: 50%; top: 0; display: block; overflow: visible; } .rotation-ruler__tick { stroke: currentColor; stroke-width: 1; } .rotation-ruler__tick--minor { opacity: 0.35; } .rotation-ruler__tick--mid { opacity: 0.6; } .rotation-ruler__tick--major { opacity: 1; } .rotation-ruler__label { fill: currentColor; font-size: 10px; font-weight: 400; opacity: 0.45; } .rotation-ruler__active-label { position: absolute; top: 0; left: 50%; height: 14px; transform: translateX(-50%); font-size: 12px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 14px; color: #1e1e1e; pointer-events: none; } .rotation-ruler__active-label::before { content: ""; position: absolute; top: 0; left: 50%; width: 60px; height: 100%; transform: translateX(-50%); background: linear-gradient(to right, transparent 0, #e0e0e0 12px, #e0e0e0 calc(100% - 12px), transparent 100%); } .rotation-ruler__active-label-number { position: relative; display: inline-block; } .rotation-ruler__active-label-sign { position: absolute; top: 0; right: 100%; } .rotation-ruler__active-label-unit { position: absolute; top: 0; left: 100%; } @container (max-width: 220px) { .rotation-ruler__tick--minor { opacity: 0; } } @media (prefers-reduced-motion: reduce) { .rotation-ruler__ticks { transition: none; } } .editor-autocompleters__link { white-space: nowrap; gap: 8px; } .editor-autocompleters__user .editor-autocompleters__no-avatar::before { /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- dashicons don't need a generic family keyword. */ font: normal 20px/1 dashicons; content: "\f110"; margin-right: 5px; vertical-align: middle; } .editor-autocompleters__user .editor-autocompleters__user-avatar { margin-right: 8px; flex-grow: 0; flex-shrink: 0; max-width: none; width: 24px; height: 24px; } .editor-autocompleters__user .editor-autocompleters__user-name { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 200px; flex-shrink: 0; flex-grow: 1; } .editor-autocompleters__user .editor-autocompleters__user-slug { margin-left: 8px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 100px; flex-grow: 0; flex-shrink: 0; } .editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug { color: #757575; } .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) { box-shadow: none; } .interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header { display: none; } .editor-collab-sidebar { height: 100%; overflow: hidden; } .editor-collab-sidebar-panel { position: relative; padding: 16px 16px 24px; height: 100%; overflow: hidden; } .editor-collab-sidebar-panel__thread, .editor-collab-sidebar-panel__add-note { position: relative; padding: 16px; border-radius: 8px; border: 1px solid #ddd; background-color: #f0f0f0; overflow: hidden; width: auto; } .editor-collab-sidebar-panel__thread.is-selected, .editor-collab-sidebar-panel__add-note.is-selected { background-color: #fff; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.04), 0 12px 12px rgba(0, 0, 0, 0.03), 0 16px 16px rgba(0, 0, 0, 0.02); z-index: 1; } .editor-collab-sidebar-panel__thread:focus, .editor-collab-sidebar-panel__add-note:focus { outline: var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color); outline-offset: calc(-1 * var(--wp-admin-border-width-focus)); } .editor-collab-sidebar-panel__thread.is-floating, .editor-collab-sidebar-panel__add-note.is-floating { left: 16px; right: 16px; position: absolute; margin-top: 16px; transform: translateY(var(--canvas-scroll, 0)); will-change: transform; max-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px) - 128px); overflow-y: auto; } .editor-collab-sidebar-panel__user-name { font-size: 12px; font-weight: 400; line-height: 16px; text-align: left; color: #757575; text-transform: capitalize; } .editor-collab-sidebar-panel__user-time { font-size: 12px; font-weight: 400; line-height: 16px; text-align: left; color: #757575; } .editor-collab-sidebar-panel__show-more-button { width: -moz-fit-content; width: fit-content; color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); cursor: var(--wpds-cursor-control, pointer); } .editor-collab-sidebar-panel__show-more-button:hover, .editor-collab-sidebar-panel__show-more-button:focus, .editor-collab-sidebar-panel__show-more-button:active { color: var(--wpds-color-foreground-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 52%, black)); } .editor-collab-sidebar-panel__note-content { overflow-wrap: break-word; } .editor-collab-sidebar-panel__note-content p:last-child { margin-bottom: 0; } .editor-collab-sidebar-panel__note-content.is-collapsed { -webkit-line-clamp: 3; line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; } .editor-collab-sidebar-panel__user-avatar { border-radius: 50%; flex-shrink: 0; border-width: var(--wp-admin-border-width-focus); border-style: solid; padding: var(--wp-admin-border-width-focus); background: #fff; } .editor-collab-sidebar-panel__note-actions { margin-left: auto; } .editor-collab-sidebar-panel__note-actions button.has-icon:not(.has-text) { min-width: 24px; padding: 0; width: 24px; height: 24px; flex-shrink: 0; } .editor-collab-sidebar-panel__more-reply-separator::before, .editor-collab-sidebar-panel__more-reply-separator::after, .editor-collab-sidebar-panel__status-separator::before, .editor-collab-sidebar-panel__status-separator::after { content: ""; flex: 1; height: 1px; background-color: #ddd; } .editor-collab-sidebar-panel__more-reply-button { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .editor-collab-sidebar-panel__deleted-block-notice { font-weight: var(--wpds-typography-font-weight-emphasis, 600); color: #757575; } .editor-collab-sidebar-panel__resolution-text { font-style: italic; } .editor-collab-sidebar-panel__note-form [role=textbox] { line-height: 20px; max-height: 418px; overflow-y: auto; white-space: pre-wrap; overflow-wrap: break-word; } .editor-collab-sidebar-panel__note-form [role=textbox] code { font-family: Menlo, Consolas, monaco, monospace; font-size: 0.9em; padding: 0 2px; background: #f0f0f0; border-radius: 2px; } .editor-collab-sidebar-panel__note-form [role=textbox] a { color: var(--wp-admin-theme-color); text-decoration: underline; } .editor-collab-sidebar-panel__skip-to-note, .editor-collab-sidebar-panel__skip-to-block { position: absolute; top: -9999px; right: -9999px; overflow: hidden; clip-path: inset(50%); background: #fff !important; z-index: -1; } .editor-collab-sidebar-panel__skip-to-note:focus, .editor-collab-sidebar-panel__skip-to-block:focus { overflow: visible; clip-path: none; z-index: 1; right: 8px; } .editor-collab-sidebar-panel__skip-to-note:focus { top: 8px; } .editor-collab-sidebar-panel__skip-to-block:focus { top: auto; bottom: 8px; } .editor-note-indicator__avatar { width: 24px; border-radius: 50%; margin-left: -12px; border-width: var(--wp-admin-border-width-focus); border-style: solid; padding: var(--wp-admin-border-width-focus); background: #fff; box-sizing: border-box; } .editor-note-indicator__avatar:first-child { margin-left: 0; } .editor-note-indicator__overflow { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .show-icon-labels .editor-note-indicator { width: auto; } .show-icon-labels .editor-note-indicator div { display: none; } .show-icon-labels .editor-note-indicator::after { content: attr(aria-label); font-size: 12px; } mark.wp-note { border-radius: 1px; transition: background-color 0.1s ease-in-out; } .wp-note-mention { display: inline; padding: 0 var(--wpds-dimension-padding-xs, 4px); border-radius: var(--wpds-border-radius-sm, 2px); background: var(--wpds-color-background-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 9%, white)); color: var(--wpds-color-foreground-interactive-brand, var(--wp-admin-theme-color, #3858e9)); font-weight: var(--wpds-typography-font-weight-emphasis, 600); } @media (forced-colors: active) { .wp-note-mention { border: 1px solid; } } .editor-collab-sidebar-panel__mention-suggestion .editor-autocompleters__user-avatar { border-radius: 50%; } .editor-avatar { position: relative; display: inline-flex; align-items: center; border-radius: 9999px; flex-shrink: 0; box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 1px 1px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02), 0 3px 3px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.01); } .editor-avatar__image { box-sizing: border-box; position: relative; width: 32px; height: 32px; border-radius: 9999px; border: 0; background-color: var(--wp-admin-theme-color, #3858e9); overflow: hidden; overflow: clip; flex-shrink: 0; font-size: 0; color: #fff; } .is-small > .editor-avatar__image { width: 24px; height: 24px; } .has-avatar-border-color > .editor-avatar__image { border: var(--wp-admin-border-width-focus) solid var(--editor-avatar-outline-color); background-clip: padding-box; } .has-avatar-border-color > .editor-avatar__image::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus, 2px) #fff; pointer-events: none; z-index: 1; } .editor-avatar__img { position: absolute; inset: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: inherit; opacity: 0; } .has-src > .editor-avatar__image > .editor-avatar__img { opacity: 1; } .editor-avatar:not(.has-src) > .editor-avatar__image { display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); border: 0; background-clip: border-box; } .editor-avatar:not(.has-src) > .editor-avatar__image::after { content: none; } .editor-avatar:not(.has-src).has-avatar-border-color > .editor-avatar__image { background-color: var(--editor-avatar-outline-color); } .editor-avatar__name { font-size: 13px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 20px; color: var(--editor-avatar-name-color, #fff); min-width: 0; padding-bottom: 2px; overflow: hidden; opacity: 0; white-space: nowrap; transition: opacity 0.15s cubic-bezier(0.15, 0, 0.15, 1); } .editor-avatar.is-badge { display: inline-grid; grid-template-columns: min-content 0fr; -moz-column-gap: 0; column-gap: 0; padding-inline-end: 0; background-color: var(--wp-admin-theme-color, #3858e9); transition: grid-template-columns 0.3s cubic-bezier(0.15, 0, 0.15, 1), column-gap 0.3s cubic-bezier(0.15, 0, 0.15, 1), padding-inline-end 0.3s cubic-bezier(0.15, 0, 0.15, 1); transition: grid-template-columns 0.3s cubic-bezier(0.15, 0, 0.15, 1), column-gap 0.3s cubic-bezier(0.15, 0, 0.15, 1), padding-inline-end 0.3s cubic-bezier(0.15, 0, 0.15, 1), -moz-column-gap 0.3s cubic-bezier(0.15, 0, 0.15, 1); } .editor-avatar.is-badge:hover { grid-template-columns: min-content 1fr; -moz-column-gap: 4px; column-gap: 4px; padding-inline-end: 8px; transition-timing-function: cubic-bezier(0.85, 0, 0.85, 1); } .editor-avatar.is-badge:hover .editor-avatar__name { opacity: 1; transition-timing-function: cubic-bezier(0.85, 0, 0.85, 1); } .editor-avatar.is-badge.has-avatar-border-color { background-color: var(--editor-avatar-outline-color); } .editor-avatar.is-dimmed > .editor-avatar__image { opacity: 0.5; background-color: #757575; } .editor-avatar.is-dimmed.has-avatar-border-color > .editor-avatar__image { border-color: #757575; } .editor-avatar.is-dimmed .editor-avatar__img { filter: grayscale(1); } .editor-avatar__status-indicator { position: absolute; top: 0; left: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; z-index: 1; color: #1e1e1e; fill: #1e1e1e; } .is-small > .editor-avatar__status-indicator { width: 24px; height: 24px; } .editor-avatar__status-indicator svg { width: 75%; height: 75%; } @media (prefers-reduced-motion: reduce) { .editor-avatar.is-badge, .editor-avatar__name { transition: none; } } .editor-avatar-group { display: flex; align-items: center; } .editor-avatar-group > .editor-avatar + .editor-avatar { margin-inline-start: -8px; } .editor-avatar-group > .editor-avatar { position: relative; } .editor-avatar-group > .editor-avatar:nth-child(1) { z-index: 10; } .editor-avatar-group > .editor-avatar:nth-child(2) { z-index: 9; } .editor-avatar-group > .editor-avatar:nth-child(3) { z-index: 8; } .editor-avatar-group > .editor-avatar:nth-child(4) { z-index: 7; } .editor-avatar-group > .editor-avatar:nth-child(5) { z-index: 6; } .editor-avatar-group > .editor-avatar:nth-child(6) { z-index: 5; } .editor-avatar-group > .editor-avatar:nth-child(7) { z-index: 4; } .editor-avatar-group > .editor-avatar:nth-child(8) { z-index: 3; } .editor-avatar-group > .editor-avatar:nth-child(9) { z-index: 2; } .editor-avatar-group > .editor-avatar:nth-child(10) { z-index: 1; } .editor-avatar-group__overflow { margin-inline-start: 4px; margin-inline-end: 4px; font-size: 12px; line-height: 20px; color: #1e1e1e; white-space: nowrap; } .editor-collaborators-presence__list.components-popover .components-popover__content { border: 1px solid #ddd; border-width: 1px 0 0 1px; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.02); } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-content { min-width: 280px; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header { display: flex; justify-content: space-between; align-items: center; padding: 8px 16px; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-title { font-size: 13px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 20px; display: flex; gap: 4px; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-title span { color: #757575; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-action { padding: 0; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-action button { color: #1e1e1e; height: 32px; width: 32px; padding: 0; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-items { display: flex; flex-direction: column; padding-bottom: 16px; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item { all: unset; box-sizing: border-box; display: flex; align-items: center; padding: 12px 16px; gap: 8px; width: 100%; cursor: var(--wpds-cursor-control, pointer); transition: background-color 0.2s ease; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:hover:not(:disabled) { background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04); } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:active:not(:disabled) { background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08); } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:focus-visible { outline: 2px solid var(--wp-admin-theme-color, #3858e9); outline-offset: -2px; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:disabled { cursor: default; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item-info { display: flex; flex-direction: column; flex: 1; min-width: 0; } .editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item-name { font-size: 13px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); line-height: 20px; color: #1e1e1e; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .editor-collaborators-presence { display: flex; align-items: center; flex-shrink: 0; height: 32px; background: #f0f0f0; border-radius: 4px; } .editor-collaborators-presence:hover { background-color: #e0e0e0; } .editor-collaborators-presence:has(.is-pressed) { background-color: #e0e0e0; } .editor-header__center .editor-collaborators-presence { margin-right: 8px; } .editor-collaborators-presence__button.editor-collaborators-presence__button.components-button { display: flex; align-items: center; cursor: var(--wpds-cursor-control, pointer); position: relative; padding: 4px; border-radius: 4px; height: 100%; box-sizing: border-box; color: #2f2f2f; background: transparent; } .editor-collaborators-presence__button.editor-collaborators-presence__button.components-button:hover { background: transparent; color: #2f2f2f; } .editor-collaborators-presence__button.editor-collaborators-presence__button.components-button.is-pressed, .editor-collaborators-presence__button.editor-collaborators-presence__button.components-button.is-pressed:hover { background: transparent; color: #2f2f2f; } .editor-collaborators-presence__button.editor-collaborators-presence__button.components-button:focus:not(:active) { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus, 2px) var(--wp-admin-theme-color, #007cba); outline: none; } .editor-collapsible-block-toolbar { overflow: hidden; display: flex; align-items: center; height: 64px; } .editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar { border-bottom: 0; height: 100%; background: transparent; } .editor-collapsible-block-toolbar .block-editor-block-toolbar { height: 100%; padding-top: 17px; } .editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button) { height: 32px; } .editor-collapsible-block-toolbar::after { content: ""; width: 1px; height: 24px; background-color: #ddd; margin-right: 7px; } .editor-collapsible-block-toolbar .components-toolbar-group, .editor-collapsible-block-toolbar .components-toolbar { border-right: none; position: relative; } .editor-collapsible-block-toolbar .components-toolbar-group::after, .editor-collapsible-block-toolbar .components-toolbar::after { content: ""; width: 1px; height: 24px; background-color: #ddd; top: 4px; position: absolute; right: -1px; } .editor-collapsible-block-toolbar .components-toolbar-group .components-toolbar-group.components-toolbar-group::after, .editor-collapsible-block-toolbar .components-toolbar .components-toolbar-group.components-toolbar-group::after { display: none; } .editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button { height: 32px; overflow: visible; } @media (min-width: 600px) { .editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container { height: 40px; position: relative; top: -4px; } } .editor-collapsible-block-toolbar.is-collapsed { display: none; } .editor-block-visibility__disabled-blocks-count { border: 1px solid #ddd; border-width: 1px 0; box-shadow: -32px 0 0 0 #fff, 32px 0 0 0 #fff; padding: 8px; background-color: #fff; text-align: center; position: sticky; top: -5px; z-index: 1; } .editor-block-visibility__disabled-blocks-count ~ .block-editor-block-manager__content .block-editor-block-manager__category-title { top: 31px; } .editor-block-visibility__disabled-blocks-count .is-link { margin-left: 12px; } .editor-blog-title-dropdown__content .components-popover__content { min-width: 320px; padding: 16px; } .editor-document-bar { display: flex; align-items: center; height: 32px; justify-content: space-between; min-width: 0; background: #f0f0f0; border-radius: 4px; width: min(100%, 450px); } .editor-document-bar:hover { background-color: #e0e0e0; } .editor-document-bar .components-button { border-radius: 4px; } @media not (prefers-reduced-motion) { .editor-document-bar .components-button { transition: background-color 0.1s ease-out; } } .editor-document-bar .components-button:hover { background: #e0e0e0; } @media screen and (min-width: 782px) and (max-width: 960px) { .editor-document-bar.has-back-button .editor-document-bar__post-type-label { display: none; } } .editor-document-bar__command { flex-grow: 1; color: var(--wp-block-synced-color); overflow: hidden; } .editor-document-bar__title { overflow: hidden; color: #1e1e1e; margin: 0 auto; max-width: 70%; } .editor-document-bar__title h1 { display: flex; align-items: center; justify-content: center; font-weight: 400; white-space: nowrap; overflow: hidden; } .editor-document-bar__post-title { color: currentColor; flex: 1; overflow: hidden; text-overflow: ellipsis; } .editor-document-bar__post-type-label { flex: 0; color: #2f2f2f; padding-left: 4px; } @media screen and (max-width: 600px) { .editor-document-bar__post-type-label { display: none; } } .editor-document-bar__back.components-button.has-icon.has-text { min-width: 36px; flex-shrink: 0; color: #757575; gap: 0; z-index: 1; position: absolute; } .editor-document-bar__back.components-button.has-icon.has-text:hover { color: #1e1e1e; background-color: transparent; } .editor-document-bar__icon-layout.editor-document-bar__icon-layout { position: absolute; margin-left: 12px; display: none; pointer-events: none; } .editor-document-bar__icon-layout.editor-document-bar__icon-layout svg { fill: #949494; } @media (min-width: 600px) { .editor-document-bar__icon-layout.editor-document-bar__icon-layout { display: flex; } } .document-outline ul { margin: 0; padding: 0; } .document-outline__item { display: flex; margin: 4px 0; } .document-outline__item a { text-decoration: none; } .document-outline__item .document-outline__emdash::before { color: #ddd; margin-right: 4px; } .document-outline__item.is-h2 .document-outline__emdash::before { content: "—"; } .document-outline__item.is-h3 .document-outline__emdash::before { content: "——"; } .document-outline__item.is-h4 .document-outline__emdash::before { content: "———"; } .document-outline__item.is-h5 .document-outline__emdash::before { content: "————"; } .document-outline__item.is-h6 .document-outline__emdash::before { content: "—————"; } .document-outline__button { cursor: var(--wpds-cursor-control, pointer); background: none; border: none; display: flex; align-items: flex-start; margin: 0 0 0 -1px; padding: 2px 5px 2px 1px; color: #1e1e1e; text-align: left; border-radius: 2px; } .document-outline__button[aria-disabled=true], .document-outline__button:disabled { cursor: default; color: #757575; } .document-outline__button:focus { box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; } .document-outline__level { background: #ddd; color: #1e1e1e; border-radius: 3px; font-size: 13px; padding: 1px 6px; margin-right: 4px; } .is-invalid .document-outline__level { background: #f0b849; } .document-outline__item-content { padding: 1px 0; } .editor-document-outline.has-no-headings > svg { margin-top: 28px; } .editor-document-outline.has-no-headings > p { padding-left: 32px; padding-right: 32px; } .editor-document-outline.has-no-headings { text-align: center; color: #757575; } .editor-document-tools { display: inline-flex; align-items: center; } .editor-document-tools .editor-document-tools__left > .editor-history__redo, .editor-document-tools .editor-document-tools__left > .editor-history__undo { display: none; } @media (min-width: 782px) { .editor-document-tools .editor-document-tools__left > .editor-history__redo, .editor-document-tools .editor-document-tools__left > .editor-history__undo { display: inline-flex; } } .editor-document-tools .editor-document-tools__left > .editor-document-tools__inserter-toggle { display: inline-flex; } @media not (prefers-reduced-motion) { .editor-document-tools .editor-document-tools__left > .editor-document-tools__inserter-toggle svg { transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; } } .editor-document-tools .editor-document-tools__left > .editor-document-tools__inserter-toggle.is-pressed svg { transform: rotate(45deg); } .editor-document-tools .block-editor-list-view { display: none; } @media (min-width: 600px) { .editor-document-tools .block-editor-list-view { display: flex; } } .editor-document-tools .editor-document-tools__left > .components-button.has-icon, .editor-document-tools .editor-document-tools__left > .components-dropdown > .components-button.has-icon { height: 32px; min-width: 32px; padding: 4px; } .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 { background: #1e1e1e; } .editor-document-tools .editor-document-tools__left > .components-button.has-icon:focus:not(:active), .editor-document-tools .editor-document-tools__left > .components-dropdown > .components-button.has-icon:focus:not(:active) { outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9)); outline-offset: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)); } .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 { display: none; } .editor-document-tools__left { display: inline-flex; align-items: center; gap: 8px; } .editor-document-tools__left:not(:last-child) { margin-inline-end: 8px; } .show-icon-labels .editor-document-tools .editor-document-tools__left > .editor-document-tools__inserter-toggle.has-icon { width: auto; padding: 0 8px; } .show-icon-labels .editor-document-tools__left > * + * { margin-left: 8px; } .editor-editor-interface .entities-saved-states__panel-header { height: 65px; } .editor-editor-interface .interface-interface-skeleton__content { isolation: isolate; } .editor-notices.notices-inline-notices-wrapper, .editor-notices .components-notice-list { gap: 0; } .editor-notices .components-notice { border-top-width: 0; border-inline-width: 0; } .editor-visual-editor { flex: 1 0 auto; } .editor-notices__dismissible, .editor-notices__pinned { position: relative; left: 0; top: 0; right: 0; } .entities-saved-states__panel-header { box-sizing: border-box; background: #fff; padding-left: 16px; padding-right: 16px; height: 64px; border-bottom: 1px solid #ddd; } .entities-saved-states__text-prompt { padding: 16px; padding-bottom: 4px; } .entities-saved-states__text-prompt .entities-saved-states__text-prompt--header { display: block; margin-bottom: 12px; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt { padding: 0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body { padding-left: 0; padding-right: 0; border: 0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body > h2 { margin-left: -16px; margin-right: -16px; margin-bottom: 0; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-body > h2 button { font-size: 11px; text-transform: uppercase; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper { display: none; } .entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count { margin-top: 0; margin-bottom: 8px; } .entities-saved-states__panel.is-inline .entities-saved-states__panel-footer { margin-top: 16px; } .entities-saved-states__change-control { flex: 1; } .entities-saved-states__changes { font-size: 13px; margin: 4px 16px 0 24px; list-style: disc; } .entities-saved-states__changes li { margin-bottom: 4px; } .editor-error-boundary { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; margin: auto; max-width: 780px; padding: 1em; margin-top: 64px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08), 0 15px 27px rgba(0, 0, 0, 0.07), 0 30px 36px rgba(0, 0, 0, 0.04), 0 50px 43px rgba(0, 0, 0, 0.02); border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; } .editor-global-styles-header__description { padding: 0 16px; } .editor-global-styles-header { margin-bottom: 0 !important; } .editor-global-styles-sidebar { display: flex; flex-direction: column; min-height: 100%; } .editor-global-styles-sidebar__panel { flex: 1; } .editor-global-styles-sidebar .editor-global-styles-sidebar__header-title { margin: 0; } .editor-global-styles-sidebar .editor-global-styles-sidebar__header-actions { flex: 1; } .editor-global-styles-sidebar .block-editor-panel-color-gradient-settings { border: 0; } .editor-global-styles-sidebar .single-column { grid-column: span 1; } .editor-global-styles-sidebar .components-tools-panel .span-columns { grid-column: 1/-1; } .editor-global-styles-sidebar__blocks-group { padding-top: 24px; border-top: 1px solid #e0e0e0; } .editor-global-styles-sidebar__blocks-group-help { padding: 0 16px; } .global-styles-ui-color-palette-panel, .global-styles-ui-gradient-palette-panel { padding: 16px; } .editor-global-styles-sidebar hr { margin: 0; } .show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon { width: auto; } .show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon svg { display: none; } .show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon::after { content: attr(aria-label); font-size: 12px; } .editor-welcome-guide { width: 312px; } .editor-welcome-guide.guide-styles .editor-welcome-guide__image { background: #00a0d2; } .editor-welcome-guide__image { margin: 0 0 16px; } .editor-welcome-guide__image > img { display: block; max-width: 100%; -o-object-fit: cover; object-fit: cover; } .editor-welcome-guide__heading { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 24px; line-height: 1.4; margin: 16px 0 16px 0; padding: 0 32px; } .editor-welcome-guide__text { font-size: 13px; line-height: 1.4; margin: 0 0 16px 0; padding: 0 32px; } .editor-welcome-guide__text img { vertical-align: bottom; } .editor-welcome-guide .components-button:hover svg { fill: #fff; } .editor-header { box-sizing: border-box; } .editor-header *, .editor-header *::before, .editor-header *::after { box-sizing: inherit; } .editor-header { height: 64px; background: #fff; display: grid; grid-auto-flow: row; grid-template: auto/auto minmax(0, max-content) minmax(min-content, 1fr) 64px; } .editor-header:has(> .editor-header__center) { grid-template: auto/auto min-content 1fr min-content 64px; } @media (min-width: 782px) { .editor-header:has(> .editor-header__center) { grid-template: auto/auto minmax(min-content, 2fr) 2.5fr minmax(min-content, 2fr) 64px; } } @media (min-width: 480px) { .editor-header { gap: 16px; } } .editor-header { align-items: center; max-width: 100vw; justify-content: space-between; } @media (min-width: 280px) { .editor-header { flex-wrap: nowrap; } } .editor-header__back-button { margin: 0 -8px 0 8px; } .show-icon-labels .editor-header__back-button { margin-right: 0; } .editor-header__toolbar { grid-column: 1/3; } .editor-header__toolbar > :first-child { margin-inline: 16px 0; } .editor-header__back-button + .editor-header__toolbar { grid-column: 2/3; } @media (min-width: 480px) { .editor-header__back-button + .editor-header__toolbar > :first-child { margin-inline: 0; } } .editor-header__toolbar { display: flex; min-width: 0; align-items: center; clip-path: inset(-2px); } @media (min-width: 480px) { .editor-header__toolbar { clip-path: none; } } .editor-header__toolbar .table-of-contents { display: none; } @media (min-width: 600px) { .editor-header__toolbar .table-of-contents { display: block; } } .editor-header__toolbar .editor-collapsible-block-toolbar { margin-inline: 8px 0; } .editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed ~ .editor-collapsible-block-toolbar__toggle { margin-inline: 8px 0; } .editor-header__center { grid-column: 3/4; display: flex; justify-content: center; align-items: center; min-width: 0; } @media (max-width: 479px) { .editor-header__center > :first-child { margin-inline-start: 8px; } .editor-header__center > :last-child { margin-inline-end: 8px; } } /** * Buttons on the right side */ .editor-header__settings { grid-column: 3/-1; } .editor-header:has(> .editor-header__center) .editor-header__settings { grid-column: 4/-1; } .editor-header__settings { justify-self: end; display: inline-flex; align-items: center; flex-wrap: nowrap; padding-right: 4px; } @media (min-width: 600px) { .editor-header__settings { padding-right: 8px; } } .editor-header__settings { gap: 8px; } /** * Show icon labels. */ .show-icon-labels.interface-pinned-items .components-button.has-icon, .show-icon-labels .editor-header .components-button.has-icon { width: auto; } .show-icon-labels.interface-pinned-items .components-button.has-icon svg, .show-icon-labels .editor-header .components-button.has-icon svg { display: none; } .show-icon-labels.interface-pinned-items .components-button.has-icon::after, .show-icon-labels .editor-header .components-button.has-icon::after { content: attr(aria-label); white-space: nowrap; } .show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true], .show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true] { background-color: transparent; } .show-icon-labels.interface-pinned-items .is-tertiary:active, .show-icon-labels .editor-header .is-tertiary:active { box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); background-color: transparent; } .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg, .show-icon-labels .editor-header .components-button.has-icon.button-toggle svg { display: block; } .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle::after, .show-icon-labels .editor-header .components-button.has-icon.button-toggle::after { content: none; } .show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon, .show-icon-labels .editor-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon { display: block; } .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, .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 { padding-left: 8px; padding-right: 8px; } @media (min-width: 600px) { .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, .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 { padding-left: 12px; padding-right: 12px; } } .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, .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 { content: none; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover { border-left: none; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover::before { content: ""; width: 1px; height: 24px; background-color: #ddd; margin-top: 4px; margin-left: 8px; } .show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container::before { width: calc(100% - 24px); background: #ddd; left: calc(50% + 1px); } .show-icon-labels.interface-pinned-items { padding: 6px 12px 12px; margin-top: 0; margin-bottom: 0; margin-left: -12px; margin-right: -12px; border-bottom: 1px solid #ccc; display: block; } .show-icon-labels.interface-pinned-items > .components-button.has-icon { margin: 0; padding: 6px 6px 6px 8px; width: 14.625rem; justify-content: flex-start; } .show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=true] svg { display: block; max-width: 24px; } .show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=false] { padding-left: 40px; } .show-icon-labels.interface-pinned-items > .components-button.has-icon svg { margin-right: 8px; } @media (min-width: 480px) { .editor-header__post-preview-button { display: none; } } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header { border-bottom: none; } .editor-editor-interface.is-distraction-free .editor-header { background-color: #fff; width: 100%; } @media (min-width: 782px) { .editor-editor-interface.is-distraction-free .editor-header { box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133); position: absolute; } } .editor-editor-interface.is-distraction-free .editor-header > .edit-post-header__settings > .edit-post-header__post-preview-button { visibility: hidden; } .editor-editor-interface.is-distraction-free .editor-header > .editor-header__toolbar .editor-document-tools__document-overview-toggle, .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__settings > .editor-zoom-out-toggle { display: none; } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within { opacity: 1 !important; } .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div { transform: translateX(0) translateZ(0) !important; } .editor-editor-interface.is-distraction-free .components-editor-notices__dismissible { position: absolute; z-index: 35; } .components-popover.more-menu-dropdown__content { z-index: 99998; } .editor-inserter-sidebar { box-sizing: border-box; } .editor-inserter-sidebar *, .editor-inserter-sidebar *::before, .editor-inserter-sidebar *::after { box-sizing: inherit; } .editor-inserter-sidebar { height: 100%; display: flex; flex-direction: column; } .editor-inserter-sidebar__content { height: 100%; } .editor-keyboard-shortcut-help-modal__section { margin: 0 0 2rem 0; } .editor-keyboard-shortcut-help-modal__section-title { font-size: 0.9rem; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .editor-keyboard-shortcut-help-modal__shortcut { display: flex; align-items: baseline; padding: 0.6rem 0; border-top: 1px solid #ddd; margin-bottom: 0; } .editor-keyboard-shortcut-help-modal__shortcut:last-child { border-bottom: 1px solid #ddd; } .editor-keyboard-shortcut-help-modal__shortcut:empty { display: none; } .editor-keyboard-shortcut-help-modal__shortcut-term { font-weight: var(--wpds-typography-font-weight-emphasis, 600); margin: 0 0 0 1rem; text-align: right; } .editor-keyboard-shortcut-help-modal__shortcut-description { flex: 1; margin: 0; } .editor-keyboard-shortcut-help-modal__shortcut-key-combination { display: block; background: none; margin: 0; padding: 0; } .editor-keyboard-shortcut-help-modal__shortcut-key-combination + .editor-keyboard-shortcut-help-modal__shortcut-key-combination { margin-top: 10px; } .editor-keyboard-shortcut-help-modal__shortcut-key { padding: 0.25rem 0.5rem; border-radius: 8%; margin: 0 0.2rem 0 0.2rem; } .editor-keyboard-shortcut-help-modal__shortcut-key:last-child { margin: 0 0 0 0.2rem; } .editor-list-view-sidebar { height: 100%; } @media (min-width: 782px) { .editor-list-view-sidebar { width: 350px; } } .editor-list-view-sidebar__list-view-panel-content, .editor-list-view-sidebar__list-view-container > .document-outline { height: 100%; } .editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar, .editor-list-view-sidebar__list-view-container > .document-outline::-webkit-scrollbar { width: 12px; height: 12px; } .editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track, .editor-list-view-sidebar__list-view-container > .document-outline::-webkit-scrollbar-track { background-color: transparent; } .editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb, .editor-list-view-sidebar__list-view-container > .document-outline::-webkit-scrollbar-thumb { background-color: transparent; border-radius: 8px; border: 3px solid transparent; background-clip: padding-box; } .editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb, .editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb, .editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb, .editor-list-view-sidebar__list-view-container > .document-outline:hover::-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:focus-within::-webkit-scrollbar-thumb { background-color: #949494; } .editor-list-view-sidebar__list-view-panel-content, .editor-list-view-sidebar__list-view-container > .document-outline { scrollbar-width: thin; scrollbar-gutter: stable both-edges; scrollbar-color: transparent transparent; } .editor-list-view-sidebar__list-view-panel-content: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-container > .document-outline:hover, .editor-list-view-sidebar__list-view-container > .document-outline:focus, .editor-list-view-sidebar__list-view-container > .document-outline:focus-within { scrollbar-color: #949494 transparent; } .editor-list-view-sidebar__list-view-panel-content, .editor-list-view-sidebar__list-view-container > .document-outline { will-change: transform; } @media (hover: none) { .editor-list-view-sidebar__list-view-panel-content, .editor-list-view-sidebar__list-view-container > .document-outline { scrollbar-color: #949494 transparent; } } .editor-list-view-sidebar__list-view-panel-content, .editor-list-view-sidebar__list-view-container > .document-outline { overflow: auto; scrollbar-gutter: auto; } .editor-list-view-sidebar__list-view-panel-content { padding: 4px; } .editor-list-view-sidebar__list-view-container { display: flex; flex-direction: column; height: 100%; } .editor-list-view-sidebar__list-view-container > .document-outline { padding: 16px; } .editor-list-view-sidebar__tab-panel { height: 100%; } .editor-list-view-sidebar__outline { display: flex; flex-direction: column; gap: 8px; border-bottom: 1px solid #ddd; padding: 16px; } .editor-list-view-sidebar__outline > div > span:first-child { width: 90px; display: inline-block; } .editor-list-view-sidebar__outline > div > span { font-size: 12px; line-height: 1.4; color: #757575; } .editor-post-parent__panel, .editor-post-order__panel { padding-top: 8px; } .editor-post-parent__panel .editor-post-panel__row-control > div, .editor-post-order__panel .editor-post-panel__row-control > div { width: 100%; } .editor-post-parent__panel-dialog .editor-post-parent, .editor-post-parent__panel-dialog .editor-post-order, .editor-post-order__panel-dialog .editor-post-parent, .editor-post-order__panel-dialog .editor-post-order { margin: 8px; } .editor-post-parent__panel-dialog .components-popover__content, .editor-post-order__panel-dialog .components-popover__content { min-width: 320px; } .editor-post-author__panel { padding-top: 8px; } .editor-post-author__panel .editor-post-panel__row-control > div { width: 100%; } .editor-post-author__panel-dialog .editor-post-author { min-width: 248px; margin: 8px; } .editor-action-modal { z-index: 1000001; } .editor-post-card-panel__content { flex-grow: 1; } .editor-post-card-panel__title { width: 100%; } .editor-post-card-panel__title.editor-post-card-panel__title { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: var(--wpds-typography-font-weight-emphasis, 600); font-size: 13px; line-height: 20px; margin: 0; display: flex; align-items: center; flex-wrap: wrap; -moz-column-gap: 8px; column-gap: 8px; row-gap: 4px; word-break: break-word; } .editor-post-card-panel__icon { flex: 0 0 24px; width: 24px; height: 24px; } .editor-post-card-panel__header { display: flex; justify-content: space-between; } .editor-post-card-panel.has-description .editor-post-card-panel__header { margin-bottom: 8px; } .editor-post-card-panel .editor-post-card-panel__title-name { padding: 2px 0; } .editor-post-card-panel .editor-post-card-panel__description { color: #757575; } .editor-post-content-information { color: #757575; } .editor-post-content-information .components-text { color: inherit; } .editor-post-discussion__panel-dialog .editor-post-discussion { min-width: 248px; margin: 8px; } .editor-post-discussion__panel-toggle .components-text { color: inherit; } .editor-post-discussion__panel-dialog .components-popover__content { min-width: 320px; } .editor-post-excerpt__textarea { width: 100%; margin-bottom: 10px; } .editor-post-excerpt__dropdown__content .components-popover__content { min-width: 320px; padding: 16px; } .editor-post-featured-image { padding: 0; } .editor-post-featured-image .hidden { display: none; } .editor-post-featured-image .components-spinner { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: -9px; } .editor-post-featured-image__container { position: relative; } .editor-post-featured-image__container:hover .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image), .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) { opacity: 1; } .editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image { opacity: 1; margin-top: 16px; } .editor-post-featured-image__container .components-drop-zone__content { border-radius: 2px; } .editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner { display: flex; align-items: center; gap: 8px; } .editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon { margin: 0; } .editor-post-featured-image__toggle, .editor-post-featured-image__preview { width: 100%; padding: 0; border-color: #ccc; overflow: hidden; outline-offset: -1px; min-height: 40px; display: flex; justify-content: center; } .editor-post-featured-image__preview { height: auto !important; outline: 1px solid rgba(0, 0, 0, 0.1); /*rtl:begin:ignore*/ background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0); background-position: 0 0, 12px 12px; /*rtl:end:ignore*/ background-size: 24px 24px; } .editor-post-featured-image__preview .editor-post-featured-image__preview-image { -o-object-fit: cover; object-fit: cover; width: 100%; -o-object-position: 50% 50%; object-position: 50% 50%; aspect-ratio: 2/1; } .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) { bottom: 0; opacity: 0; padding: 8px; position: absolute; } @media not (prefers-reduced-motion) { .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) { transition: opacity 50ms ease-out; } } .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action { backdrop-filter: blur(16px) saturate(180%); background: rgba(255, 255, 255, 0.75); } .editor-post-featured-image__actions .editor-post-featured-image__action { flex-grow: 1; justify-content: center; } [class].editor-post-format__suggestion { margin: 4px 0 0 0; } .editor-post-format__dialog .editor-post-format__dialog-content { min-width: 248px; margin: 8px; } .editor-post-last-edited-panel { color: #757575; } .editor-post-last-edited-panel .components-text { color: inherit; } .editor-post-last-revision__title { width: 100%; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .editor-post-last-revision__title.components-button.has-icon { height: 100%; justify-content: space-between; } .editor-post-last-revision__title.components-button.has-icon:hover, .editor-post-last-revision__title.components-button.has-icon:active { background: #f0f0f0; } .editor-post-last-revision__title.components-button.has-icon:focus { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); border-radius: 0; } .components-panel__body.is-opened.editor-post-last-revision__panel { padding: 0; height: 48px; } .components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button { padding: 16px; } .editor-post-locked-modal__buttons { margin-top: 24px; } .editor-post-locked-modal__avatar { border-radius: 50%; margin-top: 16px; min-width: initial !important; } .editor-post-panel__row { width: 100%; min-height: 32px; justify-content: flex-start !important; align-items: flex-start !important; } .editor-post-panel__row-label { width: 38%; flex-shrink: 0; min-height: 32px; display: flex; align-items: center; padding: 6px 0; line-height: 20px; hyphens: auto; word-break: break-word; } .editor-post-panel__row-control { flex-grow: 1; min-height: 32px; display: flex; align-items: center; } .editor-post-panel__row-control .components-button { max-width: 100%; text-align: left; white-space: normal; text-wrap: balance; text-wrap: pretty; height: auto; min-height: 32px; font-weight: var(--wpds-typography-font-weight-default, 400); } .editor-post-panel__row-control .components-dropdown { max-width: 100%; } .editor-post-panel__section { padding: 16px; } .editor-post-publish-panel__content { min-height: calc(100% - 148px); } .editor-post-publish-panel__content > .components-spinner { display: block; margin: 100px auto 0; } .editor-post-publish-panel__header { background: #fff; padding-left: 16px; padding-right: 16px; height: 65px; border-bottom: 1px solid #ddd; display: flex; align-items: center; align-content: space-between; } .editor-post-publish-panel__header .components-button { width: 100%; justify-content: center; } .editor-post-publish-panel__header .has-icon { margin-left: auto; width: auto; } .components-site-card { display: flex; align-items: center; margin: 16px 0; } .components-site-icon { border: none; border-radius: 2px; margin-right: 12px; flex-shrink: 0; height: 36px; width: 36px; } .components-site-name { display: block; font-size: 14px; } .components-site-home { display: block; color: #757575; font-size: 12px; word-break: break-word; } .editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { flex: 1; } @media (min-width: 480px) { .editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { max-width: 160px; } } .editor-post-publish-panel__header-publish-button { padding-left: 4px; justify-content: center; } .editor-post-publish-panel__header-cancel-button { padding-right: 4px; } .editor-post-publish-panel__header-published { flex-grow: 1; } .editor-post-publish-panel__footer { padding: 16px; } .components-button.editor-post-publish-panel__toggle.is-primary { display: inline-flex; align-items: center; } .components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon { display: none; } .components-button.editor-post-publish-panel__toggle.is-primary .dashicon { margin-right: -4px; } .editor-post-publish-panel__link { font-weight: 400; padding-left: 4px; } .editor-post-publish-panel__prepublish { padding: 16px; } .editor-post-publish-panel__prepublish strong { color: #1e1e1e; } .editor-post-publish-panel__prepublish .components-panel__body { background: #fff; margin-left: -16px; margin-right: -16px; } .editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend { display: none; } .editor-post-publish-panel__prepublish .components-panel__body-title .components-button { align-items: flex-start; text-wrap: balance; text-wrap: pretty; } .post-publish-panel__postpublish .components-panel__body { border-bottom: 1px solid #e0e0e0; border-top: none; word-break: break-word; } .post-publish-panel__postpublish-buttons { display: flex; align-content: space-between; flex-wrap: wrap; gap: 16px; } .post-publish-panel__postpublish-buttons .components-button, .post-publish-panel__postpublish-buttons .components-button.has-icon { justify-content: center; flex: 1; min-width: unset; } .post-publish-panel__postpublish-buttons .components-clipboard-button { width: 100%; } .post-publish-panel__postpublish-post-address-container { display: flex; align-items: flex-end; margin-bottom: 16px; } .post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address { flex: 1; } .post-publish-panel__postpublish-post-address-container input[readonly] { padding: 12px; background: #f0f0f0; border-color: #ccc; overflow: hidden; text-overflow: ellipsis; height: 36px; } .post-publish-panel__postpublish-post-address__copy-button-wrap { flex-shrink: 0; margin-left: 16px; } .post-publish-panel__postpublish-header { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .post-publish-panel__postpublish-subheader { margin: 0 0 8px; } .post-publish-panel__tip { color: #f0b849; } @media screen and (max-width: 782px) { .post-publish-panel__postpublish-post-address__button-wrap .components-button { height: 40px; } } .editor-post-publish-panel { box-sizing: border-box; } .editor-post-publish-panel *, .editor-post-publish-panel *::before, .editor-post-publish-panel *::after { box-sizing: inherit; } .editor-post-publish-panel { position: fixed; z-index: 100001; background: #fff; top: 46px; bottom: 0; right: 0; left: 0; overflow: auto; } @media (min-width: 782px) { .editor-post-publish-panel { z-index: 99998; top: 32px; left: auto; width: 281px; border-left: 1px solid #ddd; } } @media (min-width: 782px) and (not (prefers-reduced-motion)) { .editor-post-publish-panel { transform: translateX(100%); animation: editor-post-publish-panel__slide-in-animation 0.1s forwards; } } @media (min-width: 782px) { body.is-fullscreen-mode .editor-post-publish-panel { top: var(--wp-admin--admin-bar--height, 0); } [role=region]:focus .editor-post-publish-panel { transform: translateX(0%); } } @keyframes editor-post-publish-panel__slide-in-animation { 100% { transform: translateX(0%); } } .editor-revisions-header__slider { width: 100%; } .editor-revisions-header__slider .components-range-control__tooltip { white-space: nowrap; } .editor-revisions-header__no-revisions { color: #757575; font-size: 13px; } .editor-revisions-canvas__loading { display: flex; align-items: center; justify-content: center; height: 100%; } .editor-revisions-canvas__content { display: flex; height: 100%; } .editor-revisions-canvas__content .editor-visual-editor { flex: 1; min-width: 0; } .revision-diff-markers { position: relative; flex-shrink: 0; width: max(16px, 1rem); background: rgba(0, 0, 0, 0.05); } .revision-diff-markers .revision-diff-marker { position: absolute; width: 100%; min-height: 4px; border: none; padding: 0; cursor: var(--wpds-cursor-control, pointer); transition: opacity 0.1s ease; } .revision-diff-markers .revision-diff-marker.is-added { background: #008a20; } .revision-diff-markers .revision-diff-marker.is-removed { background: repeating-linear-gradient(45deg, #d63638, #d63638 6px, rgba(214, 54, 56, 0.45) 6px, rgba(214, 54, 56, 0.45) 8px); } .revision-diff-markers .revision-diff-marker.is-modified { background: repeating-linear-gradient(-45deg, #9a7000, #9a7000 6px, rgba(154, 112, 0, 0.45) 6px, rgba(154, 112, 0, 0.45) 8px); } .revision-diff-markers .revision-diff-marker:hover { opacity: 0.7; } .revision-diff-markers .revision-diff-marker:focus { outline: 2px solid #1e1e1e; outline-offset: -2px; } .interface-complementary-area:has(.editor-post-revisions-timeline) { display: flex; flex-direction: column; overflow: hidden; } .interface-complementary-area:has(.editor-post-revisions-timeline) .editor-sidebar__panel-tabs { flex-shrink: 0; } .editor-sidebar__panel:has(.editor-post-revisions-timeline) { display: flex; flex-direction: column; flex: 1; min-height: 0; } .editor-sidebar__panel:has(.editor-post-revisions-timeline) [role=tabpanel]:has(.editor-post-revisions-timeline) { display: flex; flex-direction: column; flex: 1; min-height: 0; } .editor-sidebar__panel:has(.editor-post-revisions-timeline) .editor-revision-meta-diff__content { max-height: 80px; overflow-y: auto; } .editor-sidebar__panel:has(.editor-post-revisions-timeline) .editor-post-revisions-timeline { flex: 1; min-height: 0; } .editor-revision-fields-diff__value { word-break: break-word; } .editor-revision-fields-diff__added { background-color: color-mix(in srgb, currentColor 5%, #00a32a 15%); text-decoration: none; } .editor-revision-fields-diff__removed { text-decoration: line-through; color: #d63638; } .editor-post-saved-state { display: flex; align-items: center; width: 28px; padding: 12px 4px; color: #757575; overflow: hidden; white-space: nowrap; } .editor-post-saved-state.is-saving[aria-disabled=true], .editor-post-saved-state.is-saving[aria-disabled=true]:hover, .editor-post-saved-state.is-saved[aria-disabled=true], .editor-post-saved-state.is-saved[aria-disabled=true]:hover { background: transparent; color: #757575; } .editor-post-saved-state svg { display: inline-block; flex: 0 0 auto; fill: currentColor; margin-right: 8px; } @media (min-width: 600px) { .editor-post-saved-state { width: auto; padding: 8px 12px; text-indent: inherit; } .editor-post-saved-state svg { margin-right: 0; } } .editor-post-save-draft.has-text.has-icon svg { margin-right: 0; } .editor-post-schedule__panel-dropdown { width: 100%; } .editor-post-schedule__dialog .components-popover__content { min-width: 320px; padding: 16px; } .editor-post-status { max-width: 100%; } .editor-post-status.is-read-only { padding: 6px 12px; } .editor-post-status .editor-post-status__toggle.editor-post-status__toggle { padding-top: 4px; padding-bottom: 4px; } .editor-change-status__password-fieldset, .editor-change-status__publish-date-wrapper { border-top: 1px solid #e0e0e0; padding-top: 16px; } .editor-change-status__content .components-popover__content { min-width: 320px; padding: 16px; } .editor-change-status__content .editor-change-status__password-legend { padding: 0; margin-bottom: 8px; } .editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help) { margin-top: 4px; } .editor-post-sticky__checkbox-control { border-top: 1px solid #e0e0e0; padding-top: 16px; } .editor-post-sync-status__value { padding: 6px 0 6px 12px; } .editor-post-taxonomies__hierarchical-terms-list { max-height: 14em; overflow: auto; margin-left: -6px; padding-left: 6px; margin-top: -6px; padding-top: 6px; } .editor-post-taxonomies__hierarchical-terms-choice { margin-bottom: 8px; } .editor-post-taxonomies__hierarchical-terms-choice:last-child { margin-bottom: 4px; } .editor-post-taxonomies__hierarchical-terms-subchoices { margin-top: 8px; margin-left: 16px; } .editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label { margin-bottom: 4px; } .editor-post-taxonomies__flat-term-most-used-list { margin: 0; } .editor-post-taxonomies__flat-term-most-used-list li { display: inline-block; margin-right: 8px; } .editor-sync-connection-error-modal { z-index: 1000001; } .editor-sync-connection-error-modal p { margin: 0; } .editor-sync-connection-error-modal__retry-countdown { color: #757575; } .editor-post-template__swap-template-modal { z-index: 1000001; } .editor-post-template__swap-template-modal .editor-post-template__swap-template-search { background: #fff; position: sticky; top: 0; padding: 16px 0; transform: translateY(-4px); margin-bottom: -4px; z-index: 2; } .editor-post-template__create-template-modal { z-index: 1000001; } .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list { -moz-column-count: 2; column-count: 2; -moz-column-gap: 24px; column-gap: 24px; padding-top: 2px; } @media (min-width: 782px) { .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list { -moz-column-count: 3; column-count: 3; } } @media (min-width: 1280px) { .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list { -moz-column-count: 4; column-count: 4; } } .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item { -moz-column-break-inside: avoid; break-inside: avoid-column; } .editor-post-template__dropdown .components-popover__content { min-width: 240px; } .editor-post-template__dropdown .components-button.is-pressed, .editor-post-template__dropdown .components-button.is-pressed:hover { background: inherit; color: inherit; } .editor-post-template__classic-theme-dropdown { padding: 8px; } .editor-template-actions-panel__preview .block-editor-block-preview__container { display: flex; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; } .editor-template-actions-panel__preview .block-editor-block-preview__container::after { outline: 1px solid rgba(0, 0, 0, 0.1); outline-offset: -1px; border-radius: 4px; } @media not (prefers-reduced-motion) { .editor-template-actions-panel__preview .block-editor-block-preview__container::after { transition: outline 0.1s linear; } } .editor-template-actions-panel__preview[role=button] { cursor: var(--wpds-cursor-control, pointer); } .editor-template-actions-panel__preview[role=button]:hover .block-editor-block-preview__container::after { outline-color: rgba(0, 0, 0, 0.3); } .editor-template-actions-panel__preview[role=button]:focus-visible .block-editor-block-preview__container::after { outline-color: var(--wp-admin-theme-color); outline-width: var(--wp-admin-border-width-focus); outline-offset: calc(-1 * var(--wp-admin-border-width-focus)); } .editor-template-actions-panel__action { flex: 1; justify-content: center; } textarea.editor-post-text-editor { border: 1px solid #949494; border-radius: 0; display: block; margin: 0; width: 100%; box-shadow: none; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; line-height: 2.4; min-height: 200px; } @media not (prefers-reduced-motion) { textarea.editor-post-text-editor { transition: border 0.1s ease-out, box-shadow 0.1s linear; } } textarea.editor-post-text-editor { padding: 16px; } @media (min-width: 600px) { textarea.editor-post-text-editor { padding: 24px; } } textarea.editor-post-text-editor { /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px !important; } @media (min-width: 600px) { textarea.editor-post-text-editor { font-size: 15px !important; } } textarea.editor-post-text-editor:focus { border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); position: relative; } textarea.editor-post-text-editor::-moz-placeholder { color: rgba(30, 30, 30, 0.62); } textarea.editor-post-text-editor::placeholder { color: rgba(30, 30, 30, 0.62); } .editor-post-title.is-raw-text { margin-bottom: 24px; margin-top: 2px; max-width: none; } .editor-post-url__panel-dropdown { width: 100%; } .editor-post-url__panel-dialog .editor-post-url { min-width: 248px; margin: 8px; } /* rtl:begin:ignore */ .editor-post-url__link, .editor-post-url__front-page-link { direction: ltr; word-break: break-word; } /* rtl:end:ignore */ .editor-post-url__front-page-link { padding: 6px 12px; border-radius: 2px; color: var(--wp-admin-theme-color); } .editor-post-url__front-page-link:hover { background: color-mix(in srgb, var(--wp-admin-theme-color) 4%, transparent); color: var(--wp-admin-theme-color-darker-20, #183ad6); } .editor-post-url__front-page-link:focus { box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); color: var(--wp-admin-theme-color); outline: 3px solid rgba(0, 0, 0, 0); } .editor-post-url__link-slug { font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .editor-post-url__input input.components-input-control__input { padding-inline-start: 0 !important; } .editor-post-url__panel-toggle, .editor-post-parent__panel-toggle { word-break: break-word; } .editor-post-url__intro { margin: 0; } .editor-post-url__permalink { margin-top: 8px; margin-bottom: 0; } .editor-post-url__permalink-visual-label { display: block; } .editor-posts-per-page-dropdown__content .components-popover__content { min-width: 320px; padding: 16px; } .editor-post-trash.components-button { flex-grow: 1; justify-content: center; } .editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text { padding-right: 4px; padding-left: 6px; } .editor-preview-dropdown.is-responsive-editing .editor-preview-dropdown__toggle { color: var(--wp-block-synced-color); } @media (prefers-reduced-motion: no-preference) { .editor-resizable-editor:not(.is-resizing) { transition: width 0.2s ease-out; } } .editor-resizable-editor.is-resizable { overflow: visible; margin: 0 auto; } .editor-resizable-editor__resize-handle { position: absolute; top: 0; bottom: 0; padding: 0; margin: auto 0; width: 12px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: ew-resize; outline: none; background: none; border-radius: 9999px; border: 0; height: 100px; } .editor-resizable-editor__resize-handle::after { position: absolute; top: 16px; left: 4px; right: 0; bottom: 16px; content: ""; width: 4px; background-color: rgba(117, 117, 117, 0.4); border-radius: 9999px; } .editor-resizable-editor__resize-handle.is-left { left: -18px; } .editor-resizable-editor__resize-handle.is-right { right: -18px; } .editor-resizable-editor__resize-handle:hover, .editor-resizable-editor__resize-handle:focus, .editor-resizable-editor__resize-handle:active { opacity: 1; } .editor-resizable-editor__resize-handle:hover::after, .editor-resizable-editor__resize-handle:focus::after, .editor-resizable-editor__resize-handle:active::after { background-color: var(--wp-admin-theme-color); } .editor-layout__toggle-publish-panel, .editor-layout__toggle-sidebar-panel, .editor-layout__toggle-entities-saved-states-panel { z-index: 100000; position: fixed !important; top: -9999em; bottom: auto; left: auto; right: 0; box-sizing: border-box; width: 280px; background-color: #fff; border: 1px dotted #ddd; height: auto !important; padding: 24px; display: flex; justify-content: center; } .interface-interface-skeleton__actions:focus .editor-layout__toggle-entities-saved-states-panel, .interface-interface-skeleton__actions:focus-within .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-publish-panel { top: auto; bottom: 0; } .editor-start-page-options__modal .editor-start-page-options__modal__actions { position: absolute; bottom: 0; width: 100%; height: 72px; background-color: #fff; margin-left: -32px; margin-right: -32px; padding-left: 32px; padding-right: 32px; border-top: 1px solid #ddd; z-index: 1; } .editor-start-page-options__modal .block-editor-block-patterns-list { padding-bottom: 72px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 2; column-count: 2; -moz-column-gap: 24px; column-gap: 24px; } @media (min-width: 782px) { .editor-start-page-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 3; column-count: 3; } } @media (min-width: 1280px) { .editor-start-page-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 4; column-count: 4; } } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item { -moz-column-break-inside: avoid; break-inside: avoid-column; margin-bottom: 24px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container { min-height: 100px; } .editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content { width: 100%; } .editor-start-template-options__modal .editor-start-template-options__modal__actions { position: absolute; bottom: 0; width: 100%; height: 92px; background-color: #fff; margin-left: -32px; margin-right: -32px; padding-left: 32px; padding-right: 32px; border-top: 1px solid #ddd; z-index: 1; } .editor-start-template-options__modal .block-editor-block-patterns-list { padding-bottom: 92px; } .editor-start-template-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 2; column-count: 2; -moz-column-gap: 24px; column-gap: 24px; } @media (min-width: 782px) { .editor-start-template-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 3; column-count: 3; } } @media (min-width: 1280px) { .editor-start-template-options__modal-content .block-editor-block-patterns-list { -moz-column-count: 4; column-count: 4; } } .editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item { -moz-column-break-inside: avoid; break-inside: avoid-column; } .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 { display: none; } .components-panel__header.editor-sidebar__panel-tabs { padding-left: 0; padding-right: 8px; } .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon { padding: 0; } @media (min-width: 782px) { .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon { display: flex; } } .editor-post-summary .components-v-stack:empty { display: none; } .editor-sidebar { box-sizing: border-box; } .editor-sidebar *, .editor-sidebar *::before, .editor-sidebar *::after { box-sizing: inherit; } .editor-sidebar__revisions-block-message { padding: 16px; color: #757575; font-size: 13px; } .fields-controls__password { border-top: 1px solid #e0e0e0; padding-top: 16px; } .editor-site-discussion-dropdown__content .components-popover__content { min-width: 320px; padding: 16px; } .editor-style-book { height: 100%; } .editor-style-book.is-button { border-radius: 8px; } .editor-style-book__iframe { display: block; height: 100%; width: 100%; } .editor-style-book__iframe.is-button { border-radius: 8px; } .editor-style-book__iframe.is-focused { outline: calc(2 * var(--wp-admin-border-width-focus)) solid var(--wp-admin-theme-color); outline-offset: calc(-2 * var(--wp-admin-border-width-focus)); } .editor-style-book__tabs { height: 100%; display: flex; flex-direction: column; } .editor-style-book__tablist-container { flex: none; display: flex; width: 100%; padding-right: 56px; background: #fff; } .editor-style-book__tabpanel { flex: 1 0 auto; overflow: auto; } .editor-styles-canvas { height: 100%; padding: 24px; background-color: var(--wp-editor-canvas-background); } .editor-styles-canvas iframe { display: block; width: 100%; height: 100%; } .editor-styles-canvas__section { background: #fff; bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; } @media not (prefers-reduced-motion) { .editor-styles-canvas__section { transition: all 0.3s; } } .editor-styles-canvas__close-button { position: absolute; right: 8px; top: 8px; z-index: 2; background: #fff; } .table-of-contents__popover.components-popover .components-popover__content { min-width: 380px; } .components-popover.table-of-contents__popover { z-index: 99998; } .table-of-contents__popover .components-popover__content { padding: 16px; } @media (min-width: 600px) { .table-of-contents__popover .components-popover__content { max-height: calc(100vh - 120px); overflow-y: auto; } } .table-of-contents__popover hr { margin: 10px -16px 0; } .table-of-contents__wrapper:focus::before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); pointer-events: none; } .table-of-contents__counts { display: flex; flex-wrap: wrap; margin: 0; margin-top: -8px; } .table-of-contents__count { flex-basis: 33%; display: flex; flex-direction: column; font-size: 13px; color: #1e1e1e; padding-right: 8px; margin-bottom: 0; margin-top: 8px; } .table-of-contents__count:nth-child(4n) { padding-right: 0; } .table-of-contents__number, .table-of-contents__popover .word-count { font-size: 21px; font-weight: 400; line-height: 30px; color: #1e1e1e; } .table-of-contents__title { display: block; margin-top: 20px; font-size: 15px; font-weight: var(--wpds-typography-font-weight-emphasis, 600); } .editor-text-editor { box-sizing: border-box; } .editor-text-editor *, .editor-text-editor *::before, .editor-text-editor *::after { box-sizing: inherit; } .editor-text-editor { position: relative; isolation: isolate; width: 100%; background-color: #fff; flex-grow: 1; } .editor-text-editor .editor-post-title:not(.is-raw-text), .editor-text-editor .editor-post-title.is-raw-text textarea { max-width: none; line-height: 1.4; font-family: Menlo, Consolas, monaco, monospace; font-size: 2.5em; font-weight: normal; border: 1px solid #949494; border-radius: 0; padding: 16px; } @media (min-width: 600px) { .editor-text-editor .editor-post-title:not(.is-raw-text), .editor-text-editor .editor-post-title.is-raw-text textarea { padding: 24px; } } .editor-text-editor .editor-post-title:not(.is-raw-text):focus, .editor-text-editor .editor-post-title.is-raw-text textarea:focus { border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .editor-text-editor__body { width: 100%; padding: 0 12px 12px 12px; max-width: 1080px; margin-left: auto; margin-right: auto; } @media (min-width: 960px) { .editor-text-editor__body { padding: 0 24px 24px 24px; } } .editor-text-editor__toolbar { position: sticky; z-index: 1; top: 0; left: 0; right: 0; display: flex; background: rgba(255, 255, 255, 0.8); padding: 4px 12px; } @media (min-width: 600px) { .editor-text-editor__toolbar { padding: 12px; } } @media (min-width: 960px) { .editor-text-editor__toolbar { padding: 12px 24px; } } .editor-text-editor__toolbar h2 { line-height: 40px; margin: 0 auto 0 0; font-size: 13px; color: #1e1e1e; } .editor-upload-progress-snackbar__spinner, .editor-upload-progress-snackbar__check { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; } .editor-upload-progress-snackbar__spinner .components-spinner { margin: 0; } .editor-upload-progress-snackbar__check svg { width: 24px; height: 24px; fill: currentColor; } .editor-visual-editor { position: relative; display: flex; max-height: 100%; background-color: var(--wp-editor-canvas-background); } .editor-visual-editor iframe[name=editor-canvas] { background-color: transparent; } .editor-visual-editor { align-items: center; } @media (prefers-reduced-motion: no-preference) { .editor-visual-editor { transition: padding 0.2s ease-out; } } .editor-visual-editor.has-vertical-padding { padding-top: 24px; padding-bottom: 24px; } .editor-visual-editor.has-horizontal-padding { padding-left: 24px; padding-right: 24px; } .editor-visual-editor { overflow: hidden; } .editor-visual-editor .components-button { font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; padding: 6px 12px; } .editor-visual-editor .components-button.is-tertiary, .editor-visual-editor .components-button.has-icon { padding: 6px; } .editor-fields-content-preview { display: flex; flex-direction: column; height: 100%; border-radius: 4px; } .dataviews-view-table .editor-fields-content-preview { width: 96px; flex-grow: 0; } .editor-fields-content-preview .block-editor-block-preview__container, .editor-fields-content-preview .editor-fields-content-preview__empty { margin-top: auto; margin-bottom: auto; } .editor-fields-content-preview__empty { text-align: center; } .editor-push-changes-to-global-styles-control .components-button { justify-content: center; width: 100%; } .editor-push-changes-to-global-styles-modal p { margin-top: 0; } .editor-push-changes-to-global-styles-modal .dataviews-layout__container { overflow-x: hidden; } @media (max-width: 600px) { .editor-push-changes-to-global-styles-modal .dataviews-layout__container { overflow-x: auto; } } .editor-push-changes-to-global-styles-modal .components-modal__content { padding-bottom: 0; } .editor-push-changes-to-global-styles-modal .dataviews-footer { padding-bottom: 24px; } .editor-push-changes-to-global-styles-modal__value { color: #1e1e1e; overflow-wrap: anywhere; } style-rtl.min.css 0000644 00000622462 15246350735 0010025 0 ustar 00 @charset "UTF-8";.interface-complementary-area-header{background:#fff;gap:4px;padding-left:8px}.interface-complementary-area-header .interface-complementary-area-header__title{margin:0 0 0 auto}.interface-complementary-area{background:#fff;color:#1e1e1e;height:100%;overflow:auto}@media (min-width:782px){.interface-complementary-area{width:280px}}.interface-complementary-area .components-panel{border:none;position:relative;z-index:0}.interface-complementary-area .components-panel__header{position:sticky;top:0;z-index:1}.interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{top:0}.interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){margin-top:0}.interface-complementary-area h2{font-size:13px}.interface-complementary-area h2,.interface-complementary-area h3{color:#1e1e1e;font-weight:var(--wpds-typography-font-weight-emphasis,600);margin-bottom:1.5em}.interface-complementary-area h3{font-size:11px;text-transform:uppercase}.interface-complementary-area hr{border-bottom:1px solid #f0f0f0;border-top:none;margin:1.5em 0}.interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{box-shadow:none;margin-bottom:1.5em}.interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{margin-bottom:0}.interface-complementary-area .block-editor-skip-to-selected-block:focus{bottom:10px;left:10px;right:auto;top:auto}.interface-complementary-area__fill{height:100%}@media (min-width:782px){body.js.is-fullscreen-mode #adminmenumain{display:none}body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{margin-right:0}}html.interface-interface-skeleton__html-container{position:fixed;width:100%}@media (min-width:782px){html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){position:static;width:auto}}.interface-interface-skeleton{bottom:0;display:flex;flex-direction:row;height:auto;left:0;max-height:100%;position:fixed;top:46px}@media (min-width:783px){.interface-interface-skeleton{top:32px}.is-fullscreen-mode .interface-interface-skeleton{top:var(--wp-admin--admin-bar--height,0)}}.interface-interface-skeleton__editor{display:flex;flex:0 1 100%;flex-direction:column;overflow:hidden}.interface-interface-skeleton{right:0}@media (min-width:783px){.interface-interface-skeleton{right:160px}}@media (min-width:783px){.auto-fold .interface-interface-skeleton{right:36px}}@media (min-width:961px){.auto-fold .interface-interface-skeleton{right:160px}}.folded .interface-interface-skeleton{right:0}@media (min-width:783px){.folded .interface-interface-skeleton{right:36px}}body.is-fullscreen-mode .interface-interface-skeleton{right:0!important}.interface-interface-skeleton__body{display:flex;flex-grow:1;overflow:auto;overscroll-behavior-y:none;position:relative}@media (min-width:782px){.has-footer .interface-interface-skeleton__body{padding-bottom:calc(var(--wpds-dimension-size-md, 32px) + 1px)}}.interface-interface-skeleton__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto;z-index:20}@media (min-width:782px){.interface-interface-skeleton__content{z-index:auto}}.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{background:#fff;bottom:0;color:#1e1e1e;flex-shrink:0;position:absolute;right:0;top:0;width:auto;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{position:relative!important}}.interface-interface-skeleton__sidebar{border-top:1px solid #e0e0e0;overflow:hidden}@media (min-width:782px){.interface-interface-skeleton__sidebar{box-shadow:1px 0 0 0 rgba(0,0,0,.133);outline:1px solid transparent}}.interface-interface-skeleton__secondary-sidebar{border-top:1px solid #e0e0e0;left:0}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar{box-shadow:-1px 0 0 0 rgba(0,0,0,.133);outline:1px solid transparent}}.interface-interface-skeleton__header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);color:#1e1e1e;flex-shrink:0;height:auto;outline:1px solid transparent;z-index:30}.interface-interface-skeleton__footer{background-color:#fff;border-top:1px solid #e0e0e0;bottom:0;color:#1e1e1e;display:none;flex-shrink:0;height:auto;position:absolute;right:0;width:100%;z-index:90}@media (min-width:782px){.interface-interface-skeleton__footer{display:flex}}.interface-interface-skeleton__footer .block-editor-block-breadcrumb{align-items:center;background:#fff;display:flex;font-size:13px;height:var(--wpds-dimension-size-md,32px);padding:0 18px;z-index:30}.interface-interface-skeleton__actions{background:#fff;bottom:auto;color:#1e1e1e;left:0;position:fixed!important;right:auto;top:-9999em;width:100vw;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__actions{width:280px}}.interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{bottom:0;top:auto}.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:46px}@media (min-width:782px){.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{border-right:1px solid #ddd;top:32px}.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{top:var(--wp-admin--admin-bar--height,0)}}.interface-pinned-items{display:flex}.interface-pinned-items .components-button{display:none;margin:0}.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"]{display:flex}.interface-pinned-items .components-button svg{max-height:24px;max-width:24px}@media (min-width:600px){.interface-pinned-items .components-button{display:flex}}.interface-pinned-items{gap:8px}@media (min-width:782px){.font-library-modal.font-library-modal{width:65vw}}.font-library-modal .components-modal__header{border-bottom:none}.font-library-modal .components-modal__content{margin-bottom:90px;padding:0}.font-library-modal .font-library__subtitle{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);text-transform:uppercase}.font-library-modal__tab-panel{height:calc(100% - 50px)}.font-library__tabpanel-layout{display:flex;flex-direction:column;height:100%}.font-library__tabpanel-layout>div{flex-grow:1}.font-library__tabpanel-layout .font-library__loading{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding-top:124px;position:absolute;right:0;top:0;width:100%}.font-library__footer,.font-library__tabpanel-layout .components-navigator-screen{padding:24px;width:100%}.font-library__footer{background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;flex-grow:0!important;flex-shrink:0;height:90px;position:absolute}.font-library__page-selection{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);text-transform:uppercase}@media (min-width:600px){.font-library__page-selection .font-library__page-selection-trigger{font-size:11px!important;font-weight:var(--wpds-typography-font-weight-emphasis,600)}}.font-library__fonts-title{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);margin-bottom:0;margin-top:0;text-transform:uppercase}.font-library__fonts-list{list-style:none;margin-bottom:0;margin-top:0;padding:0}.font-library__fonts-list-item{margin-bottom:0}.font-library__font-card{border:1px solid #ddd;box-sizing:border-box;height:auto!important;margin-top:-1px;padding:16px;width:100%}.font-library__font-card:hover{background-color:#f0f0f0}.font-library__font-card:focus{position:relative}.font-library__font-card .font-library__font-card__name{font-weight:700}.font-library__font-card .font-library__font-card__count{color:#757575}.font-library__font-card .font-library__font-variant_demo-image{display:block;height:24px;width:auto}.font-library__font-card .font-library__font-variant_demo-text{flex-shrink:0;white-space:nowrap}@media not (prefers-reduced-motion){.font-library__font-card .font-library__font-variant_demo-text{transition:opacity .3s ease-in-out}}.font-library-modal__tablist-container{background:#fff;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:1}.font-library__upload-area{align-items:center;display:flex;height:256px!important;justify-content:center;width:100%}button.font-library__upload-area{background-color:#f0f0f0}.font-library__local-fonts{margin:24px auto;width:80%}.font-library__local-fonts .font-library__upload-area__text{color:#757575}.font-library__google-fonts-confirm{align-items:center;display:flex;justify-content:center;margin-top:64px}.font-library__google-fonts-confirm p{line-height:1.4}.font-library__google-fonts-confirm h2{font-size:1.2rem;font-weight:400}.font-library__google-fonts-confirm .components-card{padding:16px;width:400px}.font-library__google-fonts-confirm .components-button{justify-content:center;width:100%}.font-library__select-all{padding:16px 17px 16px 16px}.font-library__select-all .components-checkbox-control__label{padding-right:16px}.global-styles-ui-pagination .components-button.is-tertiary{height:32px;justify-content:center;width:32px}.global-styles-ui-screen-revisions__revisions-list{flex-grow:1;list-style:none;margin:0 16px 16px}.global-styles-ui-screen-revisions__revisions-list li{margin-bottom:0}.global-styles-ui-screen-revisions__revision-item{cursor:var(--wpds-cursor-control,pointer);display:flex;flex-direction:column;position:relative}.global-styles-ui-screen-revisions__revision-item[role=option]:active,.global-styles-ui-screen-revisions__revision-item[role=option]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.global-styles-ui-screen-revisions__revision-item:hover{background:rgba(var(--wp-admin-theme-color--rgb),.04)}.global-styles-ui-screen-revisions__revision-item:hover .global-styles-ui-screen-revisions__date{color:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item:after,.global-styles-ui-screen-revisions__revision-item:before{content:"\a";display:block;position:absolute}.global-styles-ui-screen-revisions__revision-item:before{background:#ddd;border:4px solid transparent;border-radius:50%;height:8px;right:17px;top:18px;transform:translate(50%,-50%);width:8px;z-index:1}.global-styles-ui-screen-revisions__revision-item[aria-selected=true]{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:2px;color:var(--wp-admin-theme-color);outline:3px solid transparent;outline-offset:-2px}.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__date{color:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item[aria-selected=true]:before{background:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__changes>li,.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__meta{color:#1e1e1e}.global-styles-ui-screen-revisions__revision-item:after{border:.5px solid #ddd;height:100%;right:16px;top:0;width:0}.global-styles-ui-screen-revisions__revision-item:first-child:after{top:18px}.global-styles-ui-screen-revisions__revision-item:last-child:after{height:18px}.global-styles-ui-screen-revisions__revision-item-wrapper{display:block;padding:12px 40px 4px 12px}.global-styles-ui-screen-revisions__active-badge,.global-styles-ui-screen-revisions__apply-button.is-primary{align-self:flex-start;margin:0 40px 12px 12px}.global-styles-ui-screen-revisions__changes,.global-styles-ui-screen-revisions__meta{color:#757575;font-size:12px}.global-styles-ui-screen-revisions__description{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.global-styles-ui-screen-revisions__description .global-styles-ui-screen-revisions__date{font-size:12px;font-weight:var(--wpds-typography-font-weight-emphasis,600);text-transform:uppercase}.global-styles-ui-screen-revisions__meta{align-items:flex-start;display:flex;justify-content:start;margin-bottom:4px;text-align:right;width:100%}.global-styles-ui-screen-revisions__meta img{border-radius:100%;height:16px;margin-left:8px;width:16px}.global-styles-ui-screen-revisions__loading{margin:24px auto!important}.global-styles-ui-screen-revisions__changes{line-height:1.4;list-style:disc;margin-right:12px;text-align:right}.global-styles-ui-screen-revisions__changes li{margin-bottom:4px}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination{gap:2px;justify-content:space-between}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .edit-site-pagination__total{height:1px;margin:-1px;overflow:hidden;position:absolute;right:-1000px}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-text{font-size:12px;will-change:opacity}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary{color:#1e1e1e}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary:disabled,.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary[aria-disabled=true]{color:#949494}.global-styles-ui-screen-revisions__footer{background:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;height:56px;min-width:100%;padding:12px;position:sticky;z-index:1}.global-styles-ui-variations_item{box-sizing:border-box;cursor:var(--wpds-cursor-control,pointer)}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview{border-radius:2px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;overflow:hidden;position:relative}@media not (prefers-reduced-motion){.global-styles-ui-variations_item .global-styles-ui-variations_item-preview{transition:outline .1s linear}}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill{height:32px}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill .block-editor-iframe__scale-container{overflow:hidden}.global-styles-ui-variations_item:not(.is-active):hover .global-styles-ui-variations_item-preview{outline-color:rgba(0,0,0,.3)}.global-styles-ui-variations_item.is-active .global-styles-ui-variations_item-preview,.global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview{outline-color:#1e1e1e;outline-offset:1px;outline-width:var(--wp-admin-border-width-focus)}.global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview{outline-color:var(--wp-admin-theme-color)}.global-styles-ui-preview__wrapper{display:block;max-width:100%;width:100%}.global-styles-ui-preview__wrapper.is-hoverable{cursor:var(--wpds-cursor-control,pointer)}.global-styles-ui-typography-preview{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;justify-content:center;margin-bottom:20px;min-height:100px;overflow:hidden}.global-styles-ui-font-size__item{line-break:anywhere;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-styles-ui-font-size__item-value{color:#757575}.global-styles-ui-screen-typography__indicator{align-items:center;border-radius:2px;display:flex!important;font-size:14px;height:24px;justify-content:center;width:24px}.global-styles-ui-block-types-search{margin-bottom:10px;padding:0 16px}.global-styles-ui-screen-typography__font-variants-count{color:#757575}.global-styles-ui-font-families__manage-fonts{justify-content:center}.global-styles-ui-screen .color-block-support-panel{border-top:none;padding-left:0;padding-right:0;padding-top:0;row-gap:12px}.global-styles-ui-header{line-height:1.9!important;margin-bottom:0!important}.global-styles-ui-subtitle{font-size:11px!important;font-weight:var(--wpds-typography-font-weight-emphasis,600)!important;margin-bottom:0!important;text-transform:uppercase}.global-styles-ui-section-title{color:#2f2f2f;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:1.2;margin:0;padding:16px 16px 0}.global-styles-ui-icon-with-current-color{fill:currentColor}.global-styles-ui__color-indicator-wrapper{flex-shrink:0;height:24px}.global-styles-ui__shadows-panel__options-container,.global-styles-ui__typography-panel__options-container{height:24px}.global-styles-ui__block-preview-panel{border:1px solid #ddd;border-radius:2px;overflow:hidden;position:relative;width:100%}.global-styles-ui__shadow-preview-panel{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,8px 8px;background-size:16px 16px;border:1px solid #ddd;border-radius:2px;height:144px;overflow:auto}.global-styles-ui__shadow-preview-panel .global-styles-ui__shadow-preview-block{background-color:#fff;border:1px solid #ddd;border-radius:2px;height:60px;width:60%}.global-styles-ui__shadow-editor__dropdown-content{width:280px}.global-styles-ui__shadow-editor-panel{margin-bottom:4px}.global-styles-ui__shadow-editor__dropdown{position:relative;width:100%}.global-styles-ui__shadow-editor__dropdown-toggle{border-radius:inherit;height:auto;padding-bottom:8px;padding-top:8px;text-align:right;width:100%}.global-styles-ui__shadow-editor__dropdown-toggle.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.global-styles-ui__shadow-editor__remove-button{left:8px;opacity:0;position:absolute;top:8px}.global-styles-ui__shadow-editor__remove-button.global-styles-ui__shadow-editor__remove-button{border:none}.global-styles-ui__shadow-editor__dropdown-toggle:hover+.global-styles-ui__shadow-editor__remove-button,.global-styles-ui__shadow-editor__remove-button:focus,.global-styles-ui__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.global-styles-ui__shadow-editor__remove-button{opacity:1}}.global-styles-ui-screen-css{display:flex;flex:1 1 auto;flex-direction:column;margin:16px}.global-styles-ui-screen-css .block-editor-global-styles-advanced-panel{flex:1 1 auto}.global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input,.global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field{display:flex;flex:1 1 auto;flex-direction:column}.global-styles-ui-screen-css .block-editor-global-styles-advanced-panel__custom-css-input textarea{flex:1 1 auto}.global-styles-ui-screen-css-help-link{display:inline-block;margin-top:8px}.global-styles-ui-screen-variations{border-top:1px solid #ddd;margin-top:16px}.global-styles-ui-screen-variations>*{margin:24px 16px}.global-styles-ui-sidebar__navigator-provider{height:100%}.global-styles-ui-sidebar__navigator-screen{display:flex;flex-direction:column;height:100%}.global-styles-ui-color-palette__tablist-container{border-bottom:1px solid #ddd}.global-styles-ui-color-palette__tablist{margin-bottom:-1px}.global-styles-ui-sidebar__navigator-screen .single-column{grid-column:span 1}.global-styles-ui-screen-root.global-styles-ui-screen-root,.global-styles-ui-screen-style-variations.global-styles-ui-screen-style-variations{background:unset;color:inherit}.global-styles-ui-sidebar__panel .block-editor-block-icon svg{fill:currentColor}.global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile,.global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile .global-styles-ui-screen-root__active-style-tile-preview{border-radius:2px}.global-styles-ui-screen-root__active-style-tile-preview{clip-path:border-box}.dataviews-picker-wrapper,.dataviews-wrapper{background-color:var(--wp-dataviews-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;flex-grow:1;font-size:var(--wpds-typography-font-size-md,13px);height:100%;line-height:var(--wpds-typography-line-height-sm,20px);min-height:0;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{background-color:inherit;box-sizing:border-box;flex-shrink:0;padding:var(--wpds-dimension-padding-lg,16px) var(--wpds-dimension-padding-2xl,24px);position:sticky;right:0}@media not (prefers-reduced-motion){.dataviews-filters__container,.dataviews__view-actions{transition:padding .1s ease-out}}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 var(--wpds-dimension-padding-2xl,24px)}@media not (prefers-reduced-motion){.dataviews-loading,.dataviews-no-results{transition:padding .1s ease-out}}.dataviews-no-results.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-no-results.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}@keyframes dataviews-pulse{0%,to{opacity:1}50%{opacity:.5}}.dataviews-loading-more{text-align:center}.dataviews-loading-more[aria-hidden=true]{visibility:hidden}@container (max-width: 430px){.dataviews-filters__container,.dataviews__view-actions{padding:var(--wpds-dimension-padding-md,12px) var(--wpds-dimension-padding-2xl,24px)}}.dataviews-title-field{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);font-size:var(--wpds-typography-font-size-md,13px);font-weight:var(--wpds-typography-font-weight-emphasis,600);text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field a{color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e);display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dataviews-title-field a:hover{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-title-field a:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.dataviews-title-field button.components-button.is-link{color:var(--wpds-color-foreground-interactive-neutral-active,#1e1e1e);display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field button.components-button.is-link:hover{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-title-field--clickable{color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e);cursor:var(--wpds-cursor-control,pointer)}.dataviews-title-field--clickable:hover{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-title-field--clickable:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.dataviews__view-actions--infinite-scroll{background-color:#fff;position:sticky;top:0;z-index:2}.components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){overflow:hidden;padding:var(--wpds-dimension-padding-sm,8px) 0 0}.dataviews-bulk-actions-footer__item-count{color:var(--wpds-color-foreground-content-neutral,#1e1e1e)}.dataviews-bulk-actions-footer__container{margin-left:auto;min-height:var(--wpds-dimension-size-md,32px)}.dataviews-layout__container{background-color:inherit;display:flex;flex:1;flex-direction:column;min-height:0;overflow:auto}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:var(--wpds-typography-font-size-md,13px);line-height:var(--wpds-typography-line-height-sm,20px)}.dataviews-filters__summary-popover .components-popover__content{border-radius:var(--wpds-border-radius-md,4px);max-width:250px;min-width:230px;width:100%}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:var(--wpds-dimension-padding-sm,8px) var(--wpds-dimension-padding-lg,16px)}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){border-bottom:1px solid var(--wpds-color-stroke-surface-neutral,#dbdbdb)}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:var(--wpds-color-foreground-content-neutral-weak,#707070);flex-shrink:0;max-width:calc(100% - 55px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{overflow:hidden;white-space:nowrap;width:100%}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;border:var(--wpds-border-width-xs,1px) solid var(--wpds-color-stroke-interactive-neutral,#8d8d8d);border-radius:var(--wpds-border-radius-lg,8px);box-sizing:border-box;color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e);cursor:var(--wpds-cursor-control,pointer);display:flex;min-height:var(--wpds-dimension-size-md,32px);padding:var(--wpds-dimension-padding-xs,4px) var(--wpds-dimension-padding-md,12px);position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{cursor:default}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:calc(var(--wpds-dimension-size-sm, 24px) + var(--wpds-dimension-padding-xs, 4px))}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background-color:var(--wpds-color-background-interactive-neutral-weak-active,#ededed);border-color:var(--wpds-color-stroke-interactive-neutral-active,#6e6e6e);color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:var(--wpds-color-background-interactive-brand-weak,transparent);border-color:var(--wpds-color-stroke-interactive-brand,var(--wp-admin-theme-color,#3858e9));color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff));border-color:var(--wpds-color-stroke-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 85%,#000));color:var(--wpds-color-foreground-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 52%,#000))}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:transparent;border:0;border-radius:var(--wpds-border-radius-md,4px);cursor:var(--wpds-cursor-control,pointer);display:flex;height:var(--wpds-dimension-size-sm,24px);justify-content:center;left:var(--wpds-dimension-padding-xs,4px);padding:0;position:absolute;top:50%;transform:translateY(-50%);width:var(--wpds-dimension-size-sm,24px)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:var(--wpds-color-foreground-interactive-neutral,#1e1e1e)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:var(--wpds-color-background-interactive-neutral-weak-active,#ededed)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:var(--wpds-color-foreground-interactive-neutral-active,#1e1e1e)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff))}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid var(--wpds-color-stroke-surface-neutral,#dbdbdb);max-height:184px;overflow:auto;padding:var(--wpds-dimension-padding-xs,4px)}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.dataviews-filters__search-widget-listbox{overflow:auto;padding:var(--wpds-dimension-padding-xs,4px)}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:var(--wpds-border-radius-sm,2px);box-sizing:border-box;color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e);cursor:default;display:flex;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:var(--wpds-typography-font-weight-default,400);gap:var(--wpds-dimension-gap-md,12px);line-height:20px;min-height:var(--wpds-dimension-size-md,32px);padding:var(--wpds-dimension-padding-xs,4px) var(--wpds-dimension-padding-md,12px)}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff));color:var(--wpds-color-foreground-interactive-neutral-active,#1e1e1e)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{background:var(--wpds-color-background-surface-neutral-strong,#fff);border-color:var(--wpds-color-stroke-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 85%,#000))}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wpds-color-background-interactive-brand-strong-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 93%,#000));border-color:var(--wpds-color-stroke-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 85%,#000))}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{background:var(--wpds-color-background-surface-neutral-strong,#fff);border-color:var(--wpds-color-stroke-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 85%,#000))}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wpds-color-background-interactive-brand-strong-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 93%,#000));border-color:var(--wpds-color-stroke-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 85%,#000))}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:var(--wpds-color-foreground-interactive-neutral-weak-active,#1e1e1e)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:var(--wpds-color-foreground-interactive-neutral-weak,#707070);display:block;font-size:var(--wpds-typography-font-size-sm,12px);line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{border:1px solid #1e1e1e;border-radius:50%;height:24px;margin-left:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{height:16px;max-width:16px;min-width:16px;width:16px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{background:var(--wp-admin-theme-color);border:none}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{margin:0;padding:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wpds-color-background-interactive-brand-strong,var(--wp-admin-theme-color,#3858e9));border-color:var(--wpds-color-stroke-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{background-color:var(--wpds-color-foreground-interactive-brand-strong,#fff);border:4px solid var(--wpds-color-foreground-interactive-brand-strong,#fff);border-radius:50%;box-sizing:inherit;content:"";height:12px;margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:24px;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;flex-shrink:0;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-left:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder{color:rgba(30,30,30,.62)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::placeholder{color:rgba(30,30,30,.62)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{margin:-4px -5px 0 0}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:right;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{float:none;font-size:21px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{background:var(--wpds-color-background-interactive-neutral-weak,transparent);color:var(--wpds-color-foreground-content-neutral,#1e1e1e);height:var(--checkbox-size);margin:0;padding:0;position:relative;width:var(--checkbox-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:16px}}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:border-color .1s ease-in-out}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wpds-color-background-interactive-brand-strong,var(--wp-admin-theme-color,#3858e9));border-color:var(--wpds-color-stroke-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:var(--checkbox-size);fill:var(--wpds-color-foreground-interactive-neutral-strong,#f0f0f0);height:var(--checkmark-size);position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:var(--checkmark-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:calc(var(--checkbox-size) + 4px)}}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:var(--wpds-dimension-padding-sm,8px);position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:rgba(30,30,30,.62)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:rgba(30,30,30,.62)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{display:block;font-size:16px;height:var(--wpds-dimension-size-md,32px);margin-left:0;margin-right:0;padding:0 var(--wpds-dimension-size-md,32px) 0 var(--wpds-dimension-padding-sm,8px);width:100%}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:var(--wpds-typography-font-size-md,13px)}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:var(--wpds-color-background-surface-neutral-strong,#fff);box-shadow:inset 0 0 0 var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:var(--wpds-color-foreground-content-neutral-weak,#707070)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:var(--wpds-color-foreground-content-neutral-weak,#707070)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;bottom:0;display:flex;inset-inline-start:var(--wpds-dimension-gap-md,12px);justify-content:center;position:absolute;top:0;width:var(--wpds-dimension-size-sm,24px)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){transform:scaleX(-1)}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:var(--wpds-color-background-interactive-brand-strong,var(--wp-admin-theme-color,#3858e9));border-radius:var(--wpds-border-radius-lg,8px);box-sizing:border-box;color:var(--wpds-color-foreground-interactive-neutral-strong,#f0f0f0);font-size:11px;height:var(--wpds-dimension-size-2xs,16px);left:0;line-height:var(--wpds-typography-line-height-xs,16px);min-width:var(--wpds-dimension-size-2xs,16px);outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wpds-color-background-surface-neutral-strong,#fff);padding:0 var(--wpds-dimension-padding-xs,4px);position:absolute;text-align:center;top:0;transform:translate(-50%,-50%)}.dataviews-search{width:-moz-fit-content;width:fit-content}.dataviews-filters__user-input-widget{padding:var(--wpds-dimension-padding-lg,16px)}.dataviews-filters__user-input-widget .components-input-control__prefix{padding-right:var(--wpds-dimension-padding-sm,8px)}.dataviews-filters__search-widget-no-elements{align-items:center;display:flex;justify-content:center;padding:var(--wpds-dimension-padding-lg,16px)}.dataviews-footer{background-color:inherit;border-top:var(--wpds-border-width-xs,1px) solid var(--wpds-color-stroke-surface-neutral-weak,#f0f0f0);bottom:0;flex-shrink:0;padding:var(--wpds-dimension-padding-md,12px) var(--wpds-dimension-padding-2xl,24px);position:sticky;right:0}@media not (prefers-reduced-motion){.dataviews-footer{transition:padding .1s ease-out}}.dataviews-footer{z-index:1}.dataviews-footer .is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-footer .is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}@container (max-width: 560px){.dataviews-footer__content{flex-direction:column!important}.dataviews-footer__content .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer__content .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer__content .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);text-transform:uppercase}@media (min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:var(--wpds-typography-font-weight-emphasis,600)}}.dataviews-action-modal{z-index:1000001}.dataviews-item-actions .components-button:not(.dataviews-all-actions-button){padding:0 var(--wpds-dimension-padding-xs,4px)}.dataviews-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox{flex-shrink:0;line-height:0}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:var(--wpds-typography-font-size-md,13px);line-height:var(--wpds-typography-line-height-sm,20px);width:320px}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{height:100%;overflow-y:scroll}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{width:auto}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:var(--wpds-typography-line-height-md,24px)}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-view-config__sort-controls>*{flex:1}.dataviews-view-config__label{text-wrap:nowrap}.dataviews-view-config__toggle-wrapper{display:inline-flex;position:relative}.dataviews-view-config__modified-indicator{background:var(--wpds-color-background-interactive-brand-strong,var(--wp-admin-theme-color,#3858e9));border-radius:50%;height:var(--wpds-dimension-gap-xs,4px);left:var(--wpds-dimension-gap-xs,4px);pointer-events:none;position:absolute;top:var(--wpds-dimension-gap-xs,4px);width:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-grid-items{container-type:inline-size;display:grid;gap:var(--wpds-dimension-gap-xl,24px);grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-template-rows:max-content;margin-bottom:auto;padding:0 var(--wpds-dimension-padding-2xl,24px) var(--wpds-dimension-padding-2xl,24px)}@media not (prefers-reduced-motion){.dataviews-view-grid-items{transition:padding .1s ease-out}}.dataviews-view-grid-items.has-compact-density{gap:var(--wpds-dimension-gap-lg,16px)}.dataviews-view-grid-items.has-comfortable-density{gap:var(--wpds-dimension-gap-2xl,32px)}.dataviews-view-grid{container-type:inline-size;display:flex;flex-direction:column;gap:var(--wpds-dimension-gap-xl,24px);margin-bottom:auto;padding:0 var(--wpds-dimension-padding-2xl,24px) var(--wpds-dimension-padding-2xl,24px)}@media not (prefers-reduced-motion){.dataviews-view-grid{transition:padding .1s ease-out}}.dataviews-view-grid.has-compact-density,.dataviews-view-grid.has-compact-density .dataviews-view-grid__row{gap:var(--wpds-dimension-gap-lg,16px)}.dataviews-view-grid.has-comfortable-density,.dataviews-view-grid.has-comfortable-density .dataviews-view-grid__row{gap:var(--wpds-dimension-gap-2xl,32px)}.dataviews-view-grid .dataviews-view-grid__row{display:grid;gap:var(--wpds-dimension-gap-xl,24px)}.dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell{border-radius:var(--wpds-border-radius-md,4px);position:relative}.dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell[data-focus-visible]:after{border-radius:var(--wpds-border-radius-md,4px);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));content:"";height:100%;outline:2px solid transparent;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__card,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card{height:100%;isolation:isolate;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:var(--wpds-dimension-padding-sm,8px) 0 var(--wpds-dimension-padding-xs,4px)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field{align-content:center;min-height:var(--wpds-dimension-size-sm,24px);overflow:hidden;text-align:start}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{width:-moz-fit-content;width:fit-content}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:var(--wpds-color-foreground-content-neutral,#1e1e1e)}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) var(--wpds-color-stroke-interactive-brand,var(--wp-admin-theme-color,#3858e9)),inset 0 0 0 var(--wpds-border-width-sm,2px) var(--wpds-color-background-surface-neutral-strong,#fff)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-grid .dataviews-view-grid__media,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media{aspect-ratio:1/1;background-color:var(--wpds-color-background-surface-neutral-strong,#fff);border-radius:var(--wpds-border-radius-md,4px);overflow:hidden;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media.dataviews-view-grid__media--placeholder,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media.dataviews-view-grid__media--placeholder{aspect-ratio:3/1}.dataviews-view-grid .dataviews-view-grid__media img,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media:after{border-radius:var(--wpds-border-radius-md,4px);box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) rgba(0,0,0,.1);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__media .dataviews-view-grid__media-placeholder,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media .dataviews-view-grid__media-placeholder{background:var(--wpds-color-background-surface-neutral,#fcfcfc);border-radius:var(--wpds-border-radius-md,4px);box-shadow:none;display:block;height:100%;width:100%}.dataviews-view-grid .dataviews-view-grid__fields,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty),.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields:not(:empty){padding:0 0 var(--wpds-dimension-padding-md,12px)}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty),.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:var(--wpds-typography-line-height-sm,20px);min-height:var(--wpds-dimension-size-sm,24px);padding-top:calc((var(--wpds-dimension-size-sm, 24px) - var(--wpds-typography-line-height-sm, 20px))/2)}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:center;min-height:var(--wpds-dimension-size-sm,24px)}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:var(--wpds-color-foreground-content-neutral-weak,#707070);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value,.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))),.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty),.dataviews-view-grid-infinite-scroll .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:var(--wpds-dimension-padding-md,12px)}.dataviews-view-grid-infinite-scroll.is-refreshing,.dataviews-view-grid.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-grid-infinite-scroll.is-refreshing,.dataviews-view-grid.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:0;position:absolute;right:var(--wpds-dimension-padding-sm,8px);top:-9999em;z-index:1}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-selection-checkbox{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:1;top:var(--wpds-dimension-padding-sm,8px)}}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{opacity:1;top:var(--wpds-dimension-padding-sm,8px)}.dataviews-view-grid__card .dataviews-view-grid__media-actions{left:var(--wpds-dimension-padding-xs,4px);opacity:0;position:absolute;top:var(--wpds-dimension-padding-xs,4px);z-index:1}.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{background-color:var(--wpds-color-background-surface-neutral-strong,#fff)}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-view-grid__media-actions{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:1;top:var(--wpds-dimension-padding-xs,4px)}}.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{opacity:1}.dataviews-view-grid__media--clickable{cursor:var(--wpds-cursor-control,pointer)}.dataviews-view-grid__group-header{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);container-type:inline-size;font-size:var(--wpds-typography-font-size-lg,15px);font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 var(--wpds-dimension-gap-sm,8px) 0;padding:0 var(--wpds-dimension-padding-2xl,24px)}div.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{border-top:1px solid var(--wpds-color-stroke-surface-neutral-weak,#f0f0f0);margin:0}.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{box-sizing:border-box;padding:var(--wpds-dimension-padding-lg,16px) var(--wpds-dimension-padding-2xl,24px);position:relative}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{display:flex;flex:0 0 auto;gap:var(--wpds-dimension-gap-xs,4px);white-space:nowrap;width:-moz-max-content;width:max-content}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{position:relative;z-index:1}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{height:var(--wpds-dimension-size-sm,24px)}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex:0;overflow:hidden;width:0}.dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}@media (hover:none){.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}}.dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{border-top:1px solid var(--wpds-color-stroke-surface-brand,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 40%,#fff))}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{background-color:var(--wpds-color-background-interactive-brand-weak,transparent);color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__field{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff));color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e)}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field{color:var(--wpds-color-foreground-interactive-neutral-active,#1e1e1e)}.dataviews-view-list .dataviews-view-list__item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:var(--wpds-cursor-control,pointer);inset:0;padding:0;position:absolute;scroll-margin:var(--wpds-dimension-gap-sm,8px) 0;z-index:1}.dataviews-view-list .dataviews-view-list__item:focus-visible{outline:none}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:var(--wpds-border-radius-sm,2px);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));content:"";inset:var(--wp-admin-border-width-focus);outline:2px solid transparent;position:absolute}.dataviews-view-list .dataviews-view-list__title-field{flex:1;line-height:var(--wpds-typography-line-height-md,24px);min-height:var(--wpds-dimension-size-sm,24px);overflow:hidden}.dataviews-view-list .dataviews-view-list__title-field:has(a,button){z-index:1}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:var(--wpds-color-background-surface-neutral-strong,#fff);border-radius:var(--wpds-border-radius-md,4px);flex-shrink:0;height:48px;overflow:hidden;position:relative;width:48px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:var(--wpds-border-radius-md,4px);box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) rgba(0,0,0,.1);content:"";height:100%;position:absolute;right:0;top:0;width:100%}.dataviews-view-list .dataviews-view-list__field-wrapper{flex-grow:1;min-height:48px;min-width:0}.dataviews-view-list .dataviews-view-list__field{color:var(--wpds-color-foreground-interactive-neutral-weak,#707070)}.dataviews-view-list .dataviews-view-list__fields{display:flex;flex-wrap:wrap;font-size:12px;gap:var(--wpds-dimension-gap-md,12px);row-gap:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:var(--wpds-typography-line-height-sm,20px);min-height:var(--wpds-dimension-size-sm,24px)}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__item-wrapper{padding:var(--wpds-dimension-padding-sm,8px) var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__title-field{line-height:var(--wpds-typography-line-height-xs,16px);min-height:var(--wpds-dimension-size-2xs,16px)}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__media-wrapper{height:var(--wpds-dimension-size-md,32px);width:var(--wpds-dimension-size-md,32px)}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__field-wrapper{min-height:var(--wpds-dimension-size-md,32px)}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields{gap:var(--wpds-dimension-gap-sm,8px);row-gap:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value{line-height:var(--wpds-typography-line-height-xs,16px);min-height:var(--wpds-dimension-size-2xs,16px)}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__item-wrapper{padding:var(--wpds-dimension-padding-2xl,24px) var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__title-field{line-height:var(--wpds-typography-line-height-xl,32px);min-height:var(--wpds-dimension-size-md,32px)}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__media-wrapper{height:64px;width:64px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__field-wrapper{min-height:64px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields{gap:var(--wpds-dimension-gap-lg,16px);row-gap:var(--wpds-dimension-gap-sm,8px)}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value{line-height:var(--wpds-typography-line-height-md,24px);min-height:var(--wpds-dimension-size-md,32px)}.dataviews-view-list.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-list.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-list__group-header{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);font-size:var(--wpds-typography-font-size-lg,15px);font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 var(--wpds-dimension-gap-lg,16px) 0;padding:0 var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-table{background-color:inherit;border-collapse:collapse;border-color:inherit;color:var(--wpds-color-foreground-content-neutral-weak,#707070);margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);font-size:var(--wpds-typography-font-size-md,13px);font-weight:400;text-align:right}.dataviews-view-table td,.dataviews-view-table th{padding:var(--wpds-dimension-padding-md,12px)}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:left}.dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{background-color:var(--wp-dataviews-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));left:0;position:sticky}.dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{background-color:var(--wpds-color-background-surface-neutral,#fcfcfc);bottom:0;content:"";display:block;position:absolute;right:0;top:0;width:1px}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-left:0}.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{max-width:auto;min-width:auto}.dataviews-view-table tr{background-color:inherit;border-top:1px solid var(--wpds-color-stroke-surface-neutral-weak,#f0f0f0)}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-right:var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-left:var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}@media (hover:none){.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff));color:var(--wpds-color-foreground-content-neutral,#1e1e1e)}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid var(--wpds-color-stroke-surface-brand,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 40%,#fff))}.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff))}.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}.dataviews-view-table.has-bulk-actions tr:focus-within .dataviews-view-table__actions-column--sticky,.dataviews-view-table.has-bulk-actions tr:hover .dataviews-view-table__actions-column--sticky{background-color:var(--wp-dataviews-color-background,var(--wpds-color-background-surface-neutral-strong,#fff))}.dataviews-view-table.has-bulk-actions tr.is-selected .dataviews-view-table__actions-column--sticky,.dataviews-view-table.has-bulk-actions tr.is-selected:hover .dataviews-view-table__actions-column--sticky{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff))}.dataviews-view-table thead{background-color:inherit;inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead.dataviews-view-table__thead--stuck:after{background-color:var(--wpds-color-stroke-surface-neutral-weak,#f0f0f0);bottom:0;content:"";display:block;height:1px;left:0;position:absolute;right:0}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:inherit;font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);padding-bottom:var(--wpds-dimension-padding-sm,8px);padding-top:var(--wpds-dimension-padding-sm,8px);text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button){padding-left:var(--wpds-dimension-padding-xs,4px);padding-right:var(--wpds-dimension-padding-xs,4px)}.dataviews-view-table thead th:has(.dataviews-view-table-header-button) .dataviews-view-table-header-button{gap:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):first-child{padding-right:var(--wpds-dimension-padding-lg,16px)}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):last-child{padding-left:var(--wpds-dimension-padding-lg,16px)}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:var(--wpds-dimension-size-md,32px);white-space:nowrap}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{font-variant-numeric:tabular-nums;justify-content:flex-end}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{justify-content:center}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);padding:var(--wpds-dimension-padding-xs,4px) var(--wpds-dimension-padding-sm,8px);text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:var(--wpds-color-foreground-interactive-neutral,#1e1e1e)}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-right:var(--wpds-dimension-padding-xs,4px)}.dataviews-view-table .dataviews-view-table__actions-column{white-space:nowrap;width:auto}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-right:0}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:last-child){padding-left:0}.dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{padding:var(--wpds-dimension-padding-xs,4px) var(--wpds-dimension-padding-sm,8px)}.dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{padding:var(--wpds-dimension-padding-lg,16px) var(--wpds-dimension-padding-md,12px)}.dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{padding-left:0}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-column-primary__media{background-color:var(--wpds-color-background-surface-neutral-strong,#fff);border-radius:var(--wpds-border-radius-md,4px);flex-shrink:0;max-width:60px;min-height:var(--wpds-dimension-size-md,32px);min-width:var(--wpds-dimension-size-md,32px);overflow:hidden;position:relative}.dataviews-column-primary__media img{height:var(--wpds-dimension-size-md,32px);-o-object-fit:cover;object-fit:cover;width:var(--wpds-dimension-size-md,32px)}.dataviews-column-primary__media:after{border-radius:var(--wpds-border-radius-md,4px);box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) rgba(0,0,0,.1);content:"";height:100%;position:absolute;right:0;top:0;width:100%}.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){max-width:80ch;min-width:15ch}.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);font-weight:var(--wpds-typography-font-weight-emphasis,600);padding:var(--wpds-dimension-padding-md,12px) var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-first-data):not(.dataviews-view-table__col-expand){width:1%}.dataviews-view-table.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-table.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-picker-grid.has-compact-density .dataviews-view-grid-items{gap:var(--wpds-dimension-gap-lg,16px)}.dataviews-view-picker-grid.has-comfortable-density .dataviews-view-grid-items{gap:var(--wpds-dimension-gap-2xl,32px)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card{height:100%;isolation:isolate;justify-content:flex-start;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{padding:var(--wpds-dimension-padding-sm,8px) 0 var(--wpds-dimension-padding-xs,4px)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{align-content:center;min-height:var(--wpds-dimension-size-sm,24px);overflow:hidden;text-align:start}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{width:-moz-fit-content;width:fit-content}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{color:var(--wpds-color-foreground-content-neutral,#1e1e1e)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) var(--wpds-color-stroke-interactive-brand,var(--wp-admin-theme-color,#3858e9)),inset 0 0 0 var(--wpds-border-width-sm,2px) var(--wpds-color-background-surface-neutral-strong,#fff)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-picker-grid:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-grid:focus-visible [data-active-item=true]{outline:2px solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-picker-grid .dataviews-selection-checkbox{top:var(--wpds-dimension-padding-sm,8px)!important}.dataviews-view-picker-grid .dataviews-selection-checkbox input{pointer-events:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__media{aspect-ratio:1/1;background-color:var(--wpds-color-background-surface-neutral-strong,#fff);border-radius:var(--wpds-border-radius-md,4px);min-height:0;position:relative;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{border-radius:var(--wpds-border-radius-md,4px);box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) rgba(0,0,0,.1);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){padding:0 0 var(--wpds-dimension-padding-md,12px)}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){line-height:var(--wpds-typography-line-height-sm,20px);min-height:var(--wpds-dimension-size-sm,24px);padding-top:calc((var(--wpds-dimension-size-sm, 24px) - var(--wpds-typography-line-height-sm, 20px))/2)}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{align-items:center;min-height:var(--wpds-dimension-size-sm,24px)}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{color:var(--wpds-color-foreground-content-neutral-weak,#707070);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){display:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){padding-bottom:var(--wpds-dimension-padding-md,12px)}.dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{display:none}.dataviews-view-picker-grid__card .dataviews-selection-checkbox{position:absolute;right:var(--wpds-dimension-padding-sm,8px);top:-9999em;z-index:1}@media (hover:none){.dataviews-view-picker-grid__card .dataviews-selection-checkbox{top:var(--wpds-dimension-padding-sm,8px)}}.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{top:var(--wpds-dimension-padding-sm,8px)}.dataviews-view-picker-grid__media--clickable{cursor:var(--wpds-cursor-control,pointer)}.dataviews-view-picker-grid-group__header{color:var(--wpds-color-foreground-content-neutral,#1e1e1e);font-size:var(--wpds-typography-font-size-lg,15px);font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 var(--wpds-dimension-gap-sm,8px) 0;padding:0 48px}.dataviews-view-picker-table{background-color:inherit}.dataviews-view-picker-table .dataviews-view-table__checkbox-column{width:48px}.dataviews-view-picker-table tbody:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-table tbody:focus-visible [data-active-item=true]{outline:2px solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input{opacity:1;pointer-events:none}.dataviews-view-picker-table .dataviews-view-table__row{cursor:var(--wpds-cursor-control,pointer)}.dataviews-view-picker-table .dataviews-view-table__row.is-hovered,.dataviews-view-picker-table .dataviews-view-table__row.is-selected,.dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff))}.dataviews-view-activity{margin:0 0 auto;padding:0 var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-activity .dataviews-view-activity__group-header{color:var(--wpds-color-foreground-content-neutral-weak,#707070);font-size:var(--wpds-typography-font-size-lg,15px);font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 var(--wpds-dimension-gap-sm,8px) 0;padding:0}.dataviews-view-activity .dataviews-view-activity__item-actions{min-width:var(--wpds-dimension-size-sm,24px)}.dataviews-view-activity .dataviews-view-activity__item-content{flex-grow:1}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-description,.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields,.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title{min-height:var(--wpds-dimension-size-2xs,16px)}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title{align-items:center;display:flex;flex:1;overflow:hidden;position:relative}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable{cursor:var(--wpds-cursor-control,pointer)}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable:focus-visible{border-radius:var(--wpds-border-radius-sm,2px);outline:var(--wp-admin-border-width-focus) solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline-offset:var(--wp-admin-border-width-focus)}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions{display:flex;flex:0 0 auto;width:-moz-max-content;width:max-content}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions .components-button{position:relative;z-index:1}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields{color:var(--wpds-color-foreground-content-neutral-weak,#707070);display:flex;flex-wrap:wrap;gap:var(--wpds-dimension-gap-md,12px);row-gap:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields:empty{display:none}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field:has(.dataviews-view-activity__item-field-value:empty){display:none}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field-value{align-items:center;display:flex}.dataviews-view-activity .dataviews-view-activity__item-type{align-self:stretch;flex-shrink:0}.dataviews-view-activity .dataviews-view-activity__item-type:after{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);content:"";flex:1 1 auto;margin:0 auto;width:1px}.dataviews-view-activity .dataviews-view-activity__item-type:before{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);content:"";flex:0 0 auto;margin:0 auto;width:1px}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type{width:var(--wpds-dimension-padding-md,12px)}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type:before{height:var(--wpds-dimension-size-3xs,12px)}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type-icon{height:calc(var(--wpds-dimension-size-3xs, 12px) - 1px);width:calc(var(--wpds-dimension-size-3xs, 12px) - 1px)}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-content{margin:var(--wpds-dimension-gap-md,12px) 0}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type{width:var(--wpds-dimension-size-sm,24px)}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type:before{height:var(--wpds-dimension-size-3xs,12px)}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type-icon{height:calc(var(--wpds-dimension-size-sm, 24px) + 1px);width:calc(var(--wpds-dimension-size-sm, 24px) + 1px)}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-content{margin:var(--wpds-dimension-gap-md,12px) 0;padding-top:var(--wpds-dimension-padding-sm,8px)}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type{width:var(--wpds-dimension-size-md,32px)}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type:before{height:var(--wpds-dimension-size-4xs,8px)}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type-icon{height:calc(var(--wpds-dimension-size-md, 32px) + 1px);width:calc(var(--wpds-dimension-size-md, 32px) + 1px)}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-content{margin:var(--wpds-dimension-gap-sm,8px) 0 var(--wpds-dimension-gap-lg,16px);padding-top:var(--wpds-dimension-padding-md,12px)}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-bullet,.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-bullet{height:calc(var(--wpds-dimension-size-4xs, 8px) + 1px);position:relative;top:50%;transform:translateY(-50%);width:calc(var(--wpds-dimension-size-4xs, 8px) + 1px)}.dataviews-view-activity .dataviews-view-activity__item:first-child .dataviews-view-activity__item-type:before{visibility:hidden}.dataviews-view-activity .dataviews-view-activity__group:last-of-type>.dataviews-view-activity__item:last-of-type .dataviews-view-activity__item-type:after,.dataviews-view-activity>.dataviews-view-activity__item:last-child .dataviews-view-activity__item-type:after{background:linear-gradient(to bottom,var(--wpds-color-stroke-surface-neutral,#dbdbdb) 0,color-mix(in srgb,var(--wpds-color-stroke-surface-neutral,#dbdbdb) 20%,transparent) 60%,transparent 100%)}.dataviews-view-activity .dataviews-view-activity__item-type-icon{background-color:var(--wpds-color-background-surface-neutral-strong,#fff);flex-shrink:0;overflow:hidden}.dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet,.dataviews-view-activity .dataviews-view-activity__item-type-icon img,.dataviews-view-activity .dataviews-view-activity__item-type-icon svg{border-radius:50%;box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) var(--wpds-color-stroke-surface-neutral,#dbdbdb);box-sizing:border-box;display:block;height:100%;margin:0 auto;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-activity .dataviews-view-activity__item-type-icon svg{padding:var(--wpds-dimension-padding-xs,4px)}.dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);content:""}.dataviews-view-activity.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-activity.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-activity+.dataviews-pagination{justify-content:space-between}.dataviews-view-picker-activity{flex-grow:1;margin:0;padding:0}.dataviews-view-picker-activity:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-activity:focus-visible .dataviews-view-picker-activity__item[data-active-item=true]{outline:2px solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline-offset:-2px}.dataviews-view-picker-activity .dataviews-view-picker-activity__item{border-radius:var(--wpds-border-radius-sm,2px);cursor:var(--wpds-cursor-control,pointer);padding-inline:var(--wpds-dimension-padding-2xl,24px);transition:background-color .1s ease}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-selected,.dataviews-view-picker-activity .dataviews-view-picker-activity__item:hover{background-color:var(--wpds-color-background-interactive-brand-weak-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 12%,#fff))}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-selected{outline:3px solid transparent;outline-offset:-2px}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type{width:var(--wpds-dimension-padding-md,12px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type:before{height:var(--wpds-dimension-size-3xs,12px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-type-icon{height:calc(var(--wpds-dimension-size-3xs, 12px) - 1px);width:calc(var(--wpds-dimension-size-3xs, 12px) - 1px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-compact .dataviews-view-picker-activity__item-content{margin:var(--wpds-dimension-gap-md,12px) 0}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type{width:var(--wpds-dimension-size-sm,24px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type:before{height:var(--wpds-dimension-size-3xs,12px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-type-icon{height:calc(var(--wpds-dimension-size-sm, 24px) + 1px);width:calc(var(--wpds-dimension-size-sm, 24px) + 1px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-content{margin:var(--wpds-dimension-gap-md,12px) 0;padding-top:var(--wpds-dimension-padding-sm,8px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type{width:var(--wpds-dimension-size-md,32px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type:before{height:var(--wpds-dimension-size-4xs,8px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-type-icon{height:calc(var(--wpds-dimension-size-md, 32px) + 1px);width:calc(var(--wpds-dimension-size-md, 32px) + 1px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-content{margin:var(--wpds-dimension-gap-sm,8px) 0 var(--wpds-dimension-gap-lg,16px);padding-top:var(--wpds-dimension-padding-md,12px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-balanced .dataviews-view-picker-activity__item-bullet,.dataviews-view-picker-activity .dataviews-view-picker-activity__item.is-comfortable .dataviews-view-picker-activity__item-bullet{height:calc(var(--wpds-dimension-size-4xs, 8px) + 1px);position:relative;top:50%;transform:translateY(-50%);width:calc(var(--wpds-dimension-size-4xs, 8px) + 1px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content{flex-grow:1}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-description,.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields,.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-title{min-height:var(--wpds-dimension-size-2xs,16px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-title{align-items:center;display:flex;flex:1;overflow:hidden;position:relative}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-description:empty{display:none}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields{color:var(--wpds-color-foreground-content-neutral-weak,#707070);display:flex;flex-wrap:wrap;gap:var(--wpds-dimension-gap-md,12px);row-gap:var(--wpds-dimension-gap-xs,4px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields:empty{display:none}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields .dataviews-view-picker-activity__item-field:has(.dataviews-view-picker-activity__item-field-value:empty){display:none}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-content .dataviews-view-picker-activity__item-fields .dataviews-view-picker-activity__item-field-value{align-items:center;display:flex}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type{align-self:stretch;flex-shrink:0}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type:after{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);content:"";flex:1 1 auto;margin:0 auto;width:1px}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type:before{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb);content:"";flex:0 0 auto;margin:0 auto;width:1px}.dataviews-view-picker-activity .dataviews-view-picker-activity__item:first-child .dataviews-view-picker-activity__item-type:before{visibility:hidden}.dataviews-view-picker-activity .dataviews-view-picker-activity-group:last-of-type>.dataviews-view-picker-activity__item:last-of-type .dataviews-view-picker-activity__item-type:after,.dataviews-view-picker-activity>.dataviews-view-picker-activity__item:last-child .dataviews-view-picker-activity__item-type:after{background:linear-gradient(to bottom,var(--wpds-color-stroke-surface-neutral,#dbdbdb) 0,color-mix(in srgb,var(--wpds-color-stroke-surface-neutral,#dbdbdb) 20%,transparent) 60%,transparent 100%)}.dataviews-view-picker-activity .dataviews-view-picker-activity-group__header{color:var(--wpds-color-foreground-content-neutral-weak,#707070);font-size:var(--wpds-typography-font-size-lg,15px);font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 0 var(--wpds-dimension-gap-sm,8px) 0;padding:0;padding-inline-start:var(--wpds-dimension-padding-2xl,24px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon{background-color:transparent;flex-shrink:0;overflow:hidden}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon .dataviews-view-picker-activity__item-bullet,.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon img,.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon svg{border-radius:50%;box-shadow:inset 0 0 0 var(--wpds-border-width-xs,1px) var(--wpds-color-stroke-surface-neutral,#dbdbdb);box-sizing:border-box;display:block;height:100%;margin:0 auto;-o-object-fit:cover;object-fit:cover;width:100%}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon svg{padding:var(--wpds-dimension-padding-xs,4px)}.dataviews-view-picker-activity .dataviews-view-picker-activity__item-type-icon .dataviews-view-picker-activity__item-bullet{background-color:var(--wpds-color-stroke-surface-neutral,#dbdbdb)}.dataviews-picker-footer__bulk-selection{align-self:flex-start;height:var(--wpds-dimension-size-md,32px)}.dataviews-picker-footer__actions{align-self:flex-end}.dataviews-controls__richtext [data-rich-text-placeholder]:after{color:color-mix(in srgb,currentColor,transparent 38%);content:attr(data-rich-text-placeholder)}.dataviews-controls__datetime{border:none;padding:0}.dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{flex:1 1 50%}.dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.dataviews-controls__date-range-inputs>*{min-width:0}.dataviews-controls__color-picker-dropdown{display:flex}.dataviews-controls__date-preset{border:1px solid var(--wpds-color-stroke-surface-neutral,#dbdbdb)}.dataviews-controls__date-preset:active{background-color:var(--wpds-color-background-interactive-neutral-strong-active,#1e1e1e)}.dataforms-layouts-panel__field-trigger{align-items:flex-start;border-radius:var(--wpds-border-radius-sm,2px);color:inherit;cursor:var(--wpds-cursor-control,pointer);display:flex;isolation:isolate;min-height:var(--wpds-dimension-size-sm,24px);position:relative;width:100%}.dataforms-layouts-panel__field-trigger--label-side{flex-direction:row;gap:var(--wpds-dimension-gap-sm,8px)}.dataforms-layouts-panel__field-trigger--label-top{display:grid;grid-template-columns:1fr auto}.dataforms-layouts-panel__field-trigger--label-none{align-items:center}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-trigger-icon{opacity:1}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-label{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataforms-layouts-panel__field-trigger.is-disabled{cursor:default}.dataforms-layouts-panel__field-trigger.is-disabled .dataforms-layouts-panel__field-control{color:var(--wpds-color-foreground-content-neutral-weak,#707070);font-weight:var(--wpds-typography-font-weight-default,400)}.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon{fill:currentColor;opacity:1}.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:focus-visible,.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:hover{fill:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.dataforms-layouts-panel__field-trigger-icon{border-radius:var(--wpds-border-radius-xs,1px);color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9));flex:0 0 auto;opacity:0;padding:0}.dataforms-layouts-panel__field-trigger-icon:focus-visible{opacity:1;outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9))}.dataforms-layouts-panel__field-dropdown-anchor,.dataforms-layouts-panel__field-dropdown-anchor .components-dropdown{width:100%}.dataforms-layouts-panel__field-label{align-items:center;color:var(--wpds-color-foreground-content-neutral-weak,#707070);display:flex;flex-shrink:0;hyphens:auto;line-height:var(--wpds-typography-line-height-sm,20px);min-height:var(--wpds-dimension-size-sm,24px);width:38%}.dataforms-layouts-panel__field-label .components-base-control__label{display:inline;line-height:inherit;margin-bottom:0}.dataforms-layouts-panel__field-label-error-content,.dataforms-layouts-panel__field-label.has-error{color:var(--wpds-color-foreground-content-error-weak,#cc1818)}.dataforms-layouts-panel__field-label-error-content{align-items:center;cursor:help;display:inline-flex;flex-direction:row;gap:var(--wpds-dimension-gap-xs,4px);position:relative;z-index:1}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:var(--wpds-typography-line-height-md,24px);margin-inline:calc(var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px))*-1);min-height:var(--wpds-dimension-size-sm,24px);min-width:0;overflow:clip;padding-inline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px));word-break:break-word}.dataforms-layouts-panel__field-control>*{min-width:0}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-label{width:100%}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-control{grid-column:1/-1}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-trigger-icon{grid-column:2;grid-row:1}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:var(--wpds-dimension-padding-lg,16px)}.dataforms-layouts-panel__dropdown-header{margin-bottom:var(--wpds-dimension-gap-lg,16px)}.dataforms-layouts-panel__modal-footer{margin-top:var(--wpds-dimension-gap-lg,16px)}.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{z-index:159990}.dataforms-layouts-panel__summary-button:empty{min-width:160px}.dataforms-layouts-regular__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:var(--wpds-dimension-size-md,32px);width:100%}.dataforms-layouts-regular__field .components-base-control__label,.dataforms-layouts-regular__field .components-form-token-field__label,.dataforms-layouts-regular__field .components-input-control__label{color:var(--wpds-color-foreground-content-neutral,#1e1e1e)}.dataforms-layouts-regular__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:var(--wpds-typography-line-height-sm,20px);min-height:var(--wpds-dimension-size-md,32px);width:38%}.dataforms-layouts-regular__field-label--label-position-side{align-self:center}.dataforms-layouts-regular__field-label .components-base-control__label{margin-bottom:0}.dataforms-layouts-regular__field-control{align-items:center;display:flex;flex-grow:1;min-height:var(--wpds-dimension-size-md,32px)}.dataforms-layouts-card__field{width:100%}.dataforms-layouts-card__field-header-content{min-height:24px}.dataforms-layouts-card__field-header-content-description{display:contents}.dataforms-layouts-card__field-description{color:var(--wpds-color-foreground-content-neutral-weak,#707070);display:block;font-size:var(--wpds-typography-font-size-md,13px);margin-bottom:var(--wpds-dimension-gap-lg,16px)}.dataforms-layouts-card__field-summary{align-items:center;display:flex;flex-direction:row;gap:var(--wpds-dimension-gap-lg,16px)}.dataforms-layouts-details__summary-content{display:inline-flex;min-height:var(--wpds-dimension-size-sm,24px)}.dataforms-layouts-details__content{padding-top:var(--wpds-dimension-padding-md,12px)}.dataforms-layouts-row__field-control{width:100%}.dataforms-layouts__wrapper{font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:var(--wpds-typography-font-weight-default,400);line-height:20px}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.fields-create-template-part-modal{z-index:1000001}.fields-create-template-part-modal__area-fieldset{border:0;margin:0;padding:0}.fields-create-template-part-modal__area-radio-group{border:1px solid #949494;border-radius:2px}.fields-create-template-part-modal__area-radio-wrapper{grid-gap:4px 8px;align-items:center;color:#1e1e1e;display:grid;grid-template-columns:min-content 1fr min-content;padding:12px;position:relative}.fields-create-template-part-modal__area-radio-wrapper+.fields-create-template-part-modal__area-radio-wrapper{border-top:1px solid #949494}.fields-create-template-part-modal__area-radio-wrapper input[type=radio]{opacity:0;position:absolute}.fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:checked){z-index:1}.fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:not(:checked)):hover{color:var(--wp-admin-theme-color)}.fields-create-template-part-modal__area-radio-wrapper>:not(.fields-create-template-part-modal__area-radio-label){pointer-events:none}.fields-create-template-part-modal__area-radio-label:before{content:"";inset:0;position:absolute}input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-label:before{cursor:var(--wpds-cursor-control,pointer)}input[type=radio]:focus-visible~.fields-create-template-part-modal__area-radio-label:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:4px solid transparent}.fields-create-template-part-modal__area-radio-checkmark,.fields-create-template-part-modal__area-radio-icon{fill:currentColor}input[type=radio]:not(:checked)~.fields-create-template-part-modal__area-radio-checkmark{opacity:0}.fields-create-template-part-modal__area-radio-description{text-wrap:pretty;color:#757575;font-size:12px;grid-column:2/3;line-height:normal;margin:0}input[type=radio]:not(:checked):hover~.fields-create-template-part-modal__area-radio-description{color:inherit}fieldset.fields__media-edit{border:0;margin:0;padding:0;width:100%}fieldset.fields__media-edit .components-base-control__label{color:#1e1e1e}fieldset.fields__media-edit .fields__media-edit-description{font-size:12px;line-height:1.5}fieldset.fields__media-edit{container-type:inline-size}fieldset.fields__media-edit .fields__media-edit-compact-group{border:1px dashed #949494;border-radius:4px;overflow:hidden}fieldset.fields__media-edit .fields__media-edit-compact-group.is-single{border-radius:2px}fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-picker-button{border:0;border-radius:0}fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-picker-button:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}fieldset.fields__media-edit .fields__media-edit-compact-group .fields__media-edit-compact:not(:last-child){border-bottom:1px solid #f0f0f0}fieldset.fields__media-edit .fields__media-edit-compact .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}fieldset.fields__media-edit .fields__media-edit-compact .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}fieldset.fields__media-edit .fields__media-edit-compact{min-width:0;position:relative}fieldset.fields__media-edit .fields__media-edit-compact:focus-within .fields__media-edit-compact-movers,fieldset.fields__media-edit .fields__media-edit-compact:hover .fields__media-edit-compact-movers{opacity:1}fieldset.fields__media-edit .fields__media-edit-compact .fields__media-edit-compact-movers{background:#fff;border-radius:2px;left:8px;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1}fieldset.fields__media-edit .fields__media-edit-compact .fields__media-edit-compact-movers *{pointer-events:auto}fieldset.fields__media-edit .fields__media-edit-picker-button:has(.fields__media-edit-placeholder):not(.fields__media-edit-expanded *) .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}fieldset.fields__media-edit .fields__media-edit-picker-button:has(.fields__media-edit-placeholder):not(.fields__media-edit-expanded *) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}fieldset.fields__media-edit .fields__media-edit-picker-button{align-items:center;border:1px dashed #949494;border-radius:2px;cursor:var(--wpds-cursor-control,pointer);display:flex;gap:8px;min-height:40px;min-width:0;padding:4px 8px;position:relative}fieldset.fields__media-edit .fields__media-edit-picker-button:not(.has-attachment){border-color:var(--wp-admin-theme-color);color:var(--wp-admin-theme-color)}fieldset.fields__media-edit .fields__media-edit-picker-button:not(.has-attachment):hover{background-color:color-mix(in srgb,var(--wp-admin-theme-color,#3858e9) 4%,transparent);border-color:var(--wp-admin-theme-color-darker-20);color:var(--wp-admin-theme-color-darker-20)}fieldset.fields__media-edit .fields__media-edit-picker-button:hover{color:var(--wp-admin-theme-color)}fieldset.fields__media-edit .fields__media-edit-picker-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}fieldset.fields__media-edit .fields__media-edit-picker-button[aria-disabled=true]{cursor:default;opacity:.6}fieldset.fields__media-edit .fields__media-edit-picker-button .fields__media-edit-picker-button-spinner{position:absolute;right:50%;top:50%;transform:translate(50%,-50%);z-index:1}fieldset.fields__media-edit .fields__media-edit-filename,fieldset.fields__media-edit .fields__media-edit-placeholder{flex:1;min-width:0;width:100%}fieldset.fields__media-edit .fields__media-edit-placeholder{text-align:center}fieldset.fields__media-edit .fields__media-edit-thumbnail{aspect-ratio:1/1;border-radius:2px;flex-shrink:0;width:24px}fieldset.fields__media-edit .fields__media-edit-expanded{display:grid;gap:8px}fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-preview{align-items:center;aspect-ratio:var(--fields-media-edit-expanded-multiple-aspect-ratio,3/2);border-radius:2px;display:flex;justify-content:center;overflow:hidden;padding:4px;position:relative;width:100%}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-preview .fields__media-edit-expanded-preview-stack{height:100%;width:100%}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-overlay{bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-overlay *{pointer-events:auto}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-actions{background:#fff;border-radius:2px;left:4px;position:absolute;top:4px}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item{border-radius:4px;min-width:0;position:relative}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:focus-within .fields__media-edit-expanded-overlay,fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:hover .fields__media-edit-expanded-overlay{opacity:1}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-expanded-item:not(.has-preview-image) .fields__media-edit-expanded-preview-stack{padding:8px}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-thumbnail{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-filename{flex:none;text-align:center}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-picker-button-spinner svg{margin:0}fieldset.fields__media-edit .fields__media-edit-expanded.is-single{grid-template-columns:1fr}fieldset.fields__media-edit .fields__media-edit-expanded.is-single .fields__media-edit-expanded-preview{aspect-ratio:2/1}fieldset.fields__media-edit .fields__media-edit-expanded .fields__media-edit-picker-button{border-radius:4px}fieldset.fields__media-edit .fields__media-edit-expanded.is-empty .fields__media-edit-picker-button{border-radius:2px}fieldset.fields__media-edit .fields__media-edit-expanded.is-multiple:not(.is-empty){grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}@container (max-width: 500px){fieldset.fields__media-edit .fields__media-edit-expanded.is-multiple:not(.is-empty){grid-template-columns:repeat(auto-fill,minmax(105px,1fr))}}fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields__media-edit-picker-button{padding:0}fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields__media-edit-placeholder{align-items:center;aspect-ratio:var(--fields-media-edit-expanded-multiple-aspect-ratio,3/2);display:flex;justify-content:center}.fields-controls__author-avatar{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:right;overflow:hidden;width:24px}.fields-controls__author-avatar img{border-radius:100%;height:16px;-o-object-fit:cover;object-fit:cover;opacity:0;width:16px}@media not (prefers-reduced-motion){.fields-controls__author-avatar img{transition:opacity .1s linear}}.fields-controls__author-avatar.is-loaded img{opacity:1}.fields-controls__author-icon{display:flex;flex-shrink:0;height:24px;width:24px}.fields-controls__author-icon svg{fill:currentColor;margin-right:-4px}.fields-controls__author-name{overflow:hidden;text-overflow:ellipsis}.fields-controls__slug{border:0;margin:0;padding:0}.fields-controls__slug .fields-controls__slug-external-icon{margin-right:5ch}.fields-controls__slug .fields-controls__slug-input input.components-input-control__input{padding-inline-start:0!important}.fields-controls__slug .fields-controls__slug-help-link{word-break:break-word}.fields-controls__slug .fields-controls__slug-help{display:flex;flex-direction:column}.fields-controls__slug .fields-controls__slug-help .fields-controls__slug-help-slug{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.fields-controls__featured-image-image,.fields-controls__featured-image-placeholder{border-radius:4px;display:block;height:100%;width:100%}.fields-controls__featured-image-placeholder{background:#f0f0f0;box-shadow:none}.fields-controls__parent,.fields-controls__password{border:0;margin:0;padding:0}.fields-controls__status-icon{height:24px;width:24px}.fields-controls__status-icon svg{fill:currentColor;margin-right:-4px}.fields-field__title>span:first-child{display:block;flex-grow:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.fields-field__pattern-title span:first-child{flex:1}.media-editor-preview{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:100%;padding:32px;position:relative}.media-editor-preview__spinner{position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.media-editor-preview--loading{height:100%;width:100%}.media-editor-preview--image img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;opacity:0;width:auto}@media not (prefers-reduced-motion){.media-editor-preview--image img.loaded{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.media-editor-preview--video video{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.media-editor-preview--audio audio{max-width:100%}.media-editor-preview--file{text-align:center}.media-editor-preview__file-info{background:#f0f0f0;border-radius:2px;padding:24px}.media-editor-preview__file-name{font-weight:var(--wpds-typography-font-weight-emphasis,600);margin-bottom:8px}.media-editor-preview__mime-type{color:#757575;font-size:.9em;margin-bottom:16px}.media-editor-preview__download-link{display:inline-block;margin-top:8px}.media-editor-preview--empty,.media-editor-preview--error{color:#757575;text-align:center}.media-editor-preview__url{color:#949494;font-size:.9em;margin-top:8px;word-break:break-all}.wp-media-editor-image-editor{cursor:grab;height:100%;overflow:hidden;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.wp-media-editor-image-editor__canvas{inset:24px;min-height:100px;min-width:100px;position:absolute}.wp-media-editor-image-editor__canvas:focus{outline:none}.wp-media-editor-image-editor__stage{inset:0;position:absolute}.wp-media-editor-image-editor--dragging{cursor:grabbing}.wp-media-editor-image-editor__image{position:absolute;right:0;top:0;transform-origin:center center;will-change:transform}.wp-media-editor-image-editor__stencil{pointer-events:none;position:absolute}.wp-media-editor-image-editor__dimming{box-shadow:0 0 0 9999px hsla(0,0%,88%,.6);pointer-events:none;position:absolute;transition:box-shadow .15s ease}.wp-media-editor-image-editor--dragging .wp-media-editor-image-editor__dimming{box-shadow:0 0 0 9999px hsla(0,0%,88%,.4)}.wp-media-editor-image-editor__grid{overflow:hidden;pointer-events:none;position:absolute;transition:opacity .15s ease}.wp-media-editor-image-editor__canvas--grid-interactive .wp-media-editor-image-editor__grid{opacity:0;transition-delay:.1s}.wp-media-editor-image-editor__canvas--show-grid .wp-media-editor-image-editor__grid{opacity:1;transition-delay:0s}.wp-media-editor-image-editor__canvas--settling .wp-media-editor-image-editor__grid{opacity:0;transition:none}.wp-media-editor-image-editor__grid-line{background:hsla(0,0%,100%,.4);position:absolute}.wp-media-editor-image-editor__grid-line--horizontal{height:1px;right:0;width:100%}.wp-media-editor-image-editor__grid-line--vertical{height:100%;top:0;width:1px}.wp-media-editor-image-editor__dimensions-tooltip{background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.08);color:#1e1e1e;font-size:11px;font-variant-numeric:tabular-nums;line-height:1.4;padding:2px 6px;pointer-events:none;position:absolute;white-space:nowrap;z-index:2}.wp-media-editor-image-editor__stencil-rect{border:1px solid #1e1e1e;box-sizing:border-box;pointer-events:none;position:absolute;transition:border-color .15s ease,box-shadow .15s ease}.wp-media-editor-image-editor__canvas--focus-visible:focus .wp-media-editor-image-editor__stencil-rect{border-color:var(--wp-image-editor-focus-color,var(--wp-admin-theme-color,#007cba));box-shadow:0 0 0 1px var(--wp-image-editor-focus-color,var(--wp-admin-theme-color,#007cba))}.wp-media-editor-image-editor__handle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--wp-admin-theme-color,#007cba);border-radius:50%;box-sizing:border-box;cursor:default;font:inherit;height:12px;margin:0;padding:0;pointer-events:auto;position:absolute;transition:background-color .15s ease,box-shadow .15s ease;width:12px}.wp-media-editor-image-editor__handle:focus{outline:none}.wp-media-editor-image-editor__canvas--focus-visible .wp-media-editor-image-editor__handle:focus{background:var(--wp-image-editor-focus-color,var(--wp-admin-theme-color,#007cba));border-color:transparent;box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-image-editor-focus-color,var(--wp-admin-theme-color,#007cba))}.wp-media-editor-image-editor__handle:before{content:"";height:44px;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:44px}.wp-media-editor-image-editor__handle--n{cursor:ns-resize;margin-right:-6px;right:50%;top:-6px}.wp-media-editor-image-editor__handle--s{bottom:-6px;cursor:ns-resize;margin-right:-6px;right:50%}.wp-media-editor-image-editor__handle--e{cursor:ew-resize;left:-6px;margin-top:-6px;top:50%}.wp-media-editor-image-editor__handle--w{cursor:ew-resize;margin-top:-6px;right:-6px;top:50%}.wp-media-editor-image-editor__handle--nw{cursor:nesw-resize;right:-6px;top:-6px}.wp-media-editor-image-editor__handle--ne{cursor:nwse-resize;left:-6px;top:-6px}.wp-media-editor-image-editor__handle--sw{bottom:-6px;cursor:nwse-resize;right:-6px}.wp-media-editor-image-editor__handle--se{bottom:-6px;cursor:nesw-resize;left:-6px}.media-editor{display:flex;flex:1;flex-direction:column;height:100%;min-height:0}.media-editor .media-editor__loading{align-items:center;display:flex;height:100%;justify-content:center}.media-editor .interface-interface-skeleton{bottom:auto;flex:1;flex-direction:column;height:100%;left:auto;max-height:none;position:relative;right:auto;top:auto}.media-editor-modal .media-editor .interface-interface-skeleton.interface-interface-skeleton{top:auto}.media-editor .interface-interface-skeleton__editor{flex:1;min-width:0}.media-editor .media-editor__content{border-radius:8px;display:flex;flex:1;flex-direction:column;margin:0 24px;min-height:0;overflow:hidden}.media-editor .media-editor__canvas-toolbar{background:#e0e0e0;display:flex;flex-shrink:0;justify-content:center;padding:8px 16px}.media-editor .media-editor__canvas-toolbar .media-editor-fine-rotation{flex:0 1 360px;min-width:0}.media-editor .media-editor__canvas-area{align-items:center;background:#e0e0e0;display:flex;flex:1;justify-content:center;min-height:0;overflow:auto}.media-editor .media-editor__canvas-area .media-editor-preview{height:100%}.media-editor .media-editor__canvas-area img,.media-editor .media-editor__canvas-area video{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.media-editor .media-editor__sidebar{box-sizing:border-box}.media-editor .media-editor__sidebar *,.media-editor .media-editor__sidebar :after,.media-editor .media-editor__sidebar :before{box-sizing:inherit}@media (min-width:600px){.media-editor .media-editor__sidebar{padding-right:1px}}.media-editor .media-editor__sidebar-panel{padding-bottom:24px}.media-editor .interface-interface-skeleton__sidebar{border-top:0;box-shadow:none;outline:1px solid transparent}.media-editor .media-editor__panel{padding:16px}@media (min-width:600px){.media-editor .media-editor__panel{padding:24px 0 0 24px}}.media-editor .components-panel__header.media-editor__sidebar-header{margin-left:0;padding-left:8px;padding-right:0}@media (min-width:600px){.media-editor .components-panel__header.media-editor__sidebar-header{margin-left:24px}}.media-editor .components-panel__header.media-editor__sidebar-header .components-button.has-icon{padding:0}@media (min-width:600px){.media-editor .components-panel__header.media-editor__sidebar-header .components-button.has-icon{display:flex}}@media (min-width:600px) and (max-width:781px){.media-editor .interface-interface-skeleton__sidebar:has(.interface-complementary-area__fill){position:relative!important}.media-editor .interface-complementary-area,.media-editor .interface-complementary-area__fill{width:280px!important}}@media (max-width:599px){.media-editor .interface-interface-skeleton__sidebar:has(.interface-complementary-area__fill){width:100%}.media-editor .interface-complementary-area,.media-editor .interface-complementary-area__fill{width:100%!important}}.media-editor__snackbar{bottom:var(--wpds-dimension-size-md,32px);box-sizing:border-box;display:flex;flex-direction:column;left:0;padding-inline:16px;pointer-events:none;position:fixed;right:0}.media-editor__snackbar .components-snackbar{margin-inline:auto}.media-editor-form .dataforms-layouts-panel__field-control{text-wrap:pretty}.media-editor-modal.components-modal__frame .components-modal__content{display:flex;flex-direction:column;margin-bottom:0;min-height:0;padding:0}.media-editor-modal.components-modal__frame .components-modal__children-container{display:flex;flex:1;flex-direction:column;min-height:0}.media-editor-modal.components-modal__frame .media-editor-modal__footer{background:#fff;display:flex;flex-shrink:0;gap:16px;padding:16px 32px 24px;z-index:1000001}.media-editor-modal.components-modal__frame .media-editor-modal__footer.is-wide{align-items:center;flex-direction:row}.media-editor-modal.components-modal__frame .media-editor-modal__footer.is-wide .media-editor__footer-actions{margin-right:auto}.media-editor-modal.components-modal__frame .media-editor-modal__footer.is-narrow{flex-direction:column}.media-editor-modal.components-modal__frame .media-editor-modal__footer.is-narrow>.media-editor-image-controls{align-self:center}.media-editor-modal__footer-row{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.media-editor-modal__footer-row .media-editor-image-controls,.media-editor-modal__footer-row .media-editor__footer-actions{margin-right:auto}.media-editor__history-actions .components-button.has-icon:not([aria-disabled=true]){color:var(--wp-admin-theme-color)}.media-editor-modal,.media-editor-modal__snackbar{display:flex;flex-direction:column}.media-editor-modal__snackbar{bottom:var(--wpds-dimension-size-md,32px);box-sizing:border-box;left:0;padding-inline:16px;pointer-events:none;position:fixed;right:0}.media-editor-modal__snackbar .components-snackbar{margin-inline:auto}.media-editor-modal__snackbar{z-index:1000001}.media-editor-canvas{height:100%;position:relative;width:100%}.media-editor-canvas__cropper{height:100%;opacity:0;pointer-events:none;width:100%}.media-editor-canvas__cropper.is-loaded{opacity:1;pointer-events:auto}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.media-editor-canvas__cropper.is-loaded{animation:__wp-base-styles-fade-in .2s linear 0s;animation-fill-mode:forwards}}.media-editor-canvas__spinner{position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.media-editor-canvas__error{align-items:center;color:#757575;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.media-editor-image-controls{align-items:center;display:flex;flex-wrap:nowrap;gap:8px}.media-editor-image-controls.is-stacked{align-items:flex-start;flex-direction:column;gap:24px}.media-editor-image-controls__transforms{display:flex;gap:48px}.media-editor-image-controls__group{display:flex;flex-direction:column;gap:4px}.media-editor-image-controls__label{font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:1.4;text-transform:uppercase}.media-editor-image-controls__buttons{display:flex;gap:8px;padding-inline:2px 0}.media-editor-keyboard-shortcuts-modal{min-width:280px}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__note{color:#757575;font-size:13px;margin:0 0 16px}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-list{list-style:none;margin:0;padding:0}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut:last-child{border-bottom:1px solid #ddd}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-description{flex:1;margin:0}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-term{background:none;font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 1rem 0 0;padding:0;text-align:left}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.media-editor-keyboard-shortcuts-modal .media-editor-keyboard-shortcuts-modal__shortcut-key:last-child{margin:0 .2rem 0 0}.rotation-ruler{box-sizing:border-box;color:#1e1e1e;container-type:inline-size;cursor:ew-resize;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:32px;min-width:180px;padding:0 8px;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rotation-ruler[data-disabled]{cursor:default;opacity:.5;pointer-events:none}.rotation-ruler:has(.rotation-ruler__input:focus-visible){border-radius:4px;outline:2px solid var(--wp-admin-theme-color,#3858e9);outline-offset:2px}.rotation-ruler__input{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.rotation-ruler__pointer{background:var(--wp-admin-theme-color,#3858e9);border-radius:1px;bottom:0;height:18px;pointer-events:none;position:absolute;right:50%;transform:translateX(50%);width:2px}.rotation-ruler__strip{inset:0;mask-image:linear-gradient(90deg,transparent 0,#000 8px,#000 calc(100% - 8px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8px,#000 calc(100% - 8px),transparent);overflow:hidden;position:absolute}.rotation-ruler__ticks{display:block;left:50%;overflow:visible;position:absolute;top:0}.rotation-ruler__tick{stroke:currentColor;stroke-width:1}.rotation-ruler__tick--minor{opacity:.35}.rotation-ruler__tick--mid{opacity:.6}.rotation-ruler__tick--major{opacity:1}.rotation-ruler__label{fill:currentColor;font-size:10px;font-weight:400;opacity:.45}.rotation-ruler__active-label{color:#1e1e1e;font-size:12px;font-weight:var(--wpds-typography-font-weight-emphasis,600);height:14px;line-height:14px;pointer-events:none;position:absolute;right:50%;top:0;transform:translateX(50%)}.rotation-ruler__active-label:before{background:linear-gradient(270deg,transparent 0,#e0e0e0 12px,#e0e0e0 calc(100% - 12px),transparent);content:"";height:100%;position:absolute;right:50%;top:0;transform:translateX(50%);width:60px}.rotation-ruler__active-label-number{display:inline-block;position:relative}.rotation-ruler__active-label-sign{left:100%;position:absolute;top:0}.rotation-ruler__active-label-unit{position:absolute;right:100%;top:0}@container (max-width: 220px){.rotation-ruler__tick--minor{opacity:0}}@media (prefers-reduced-motion:reduce){.rotation-ruler__ticks{transition:none}}.editor-autocompleters__link{gap:8px;white-space:nowrap}.editor-autocompleters__user .editor-autocompleters__no-avatar:before{content:"\f110";font:normal 20px/1 dashicons;margin-left:5px;vertical-align:middle}.editor-autocompleters__user .editor-autocompleters__user-avatar{flex-grow:0;flex-shrink:0;height:24px;margin-left:8px;max-width:none;width:24px}.editor-autocompleters__user .editor-autocompleters__user-name{flex-grow:1;flex-shrink:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user .editor-autocompleters__user-slug{flex-grow:0;flex-shrink:0;margin-right:8px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug{color:#757575}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){box-shadow:none}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{display:none}.editor-collab-sidebar{height:100%;overflow:hidden}.editor-collab-sidebar-panel{height:100%;overflow:hidden;padding:16px 16px 24px;position:relative}.editor-collab-sidebar-panel__add-note,.editor-collab-sidebar-panel__thread{background-color:#f0f0f0;border:1px solid #ddd;border-radius:8px;overflow:hidden;padding:16px;position:relative;width:auto}.editor-collab-sidebar-panel__add-note.is-selected,.editor-collab-sidebar-panel__thread.is-selected{background-color:#fff;box-shadow:0 2px 3px rgba(0,0,0,.05),0 4px 5px rgba(0,0,0,.04),0 12px 12px rgba(0,0,0,.03),0 16px 16px rgba(0,0,0,.02);z-index:1}.editor-collab-sidebar-panel__add-note:focus,.editor-collab-sidebar-panel__thread:focus{outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1)}.editor-collab-sidebar-panel__add-note.is-floating,.editor-collab-sidebar-panel__thread.is-floating{left:16px;margin-top:16px;max-height:calc(100dvh - var(--wp-admin--admin-bar--height, 0px) - 128px);overflow-y:auto;position:absolute;right:16px;transform:translateY(var(--canvas-scroll,0));will-change:transform}.editor-collab-sidebar-panel__user-name{text-transform:capitalize}.editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{color:#757575;font-size:12px;font-weight:400;line-height:16px;text-align:right}.editor-collab-sidebar-panel__show-more-button{color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9));cursor:var(--wpds-cursor-control,pointer);width:-moz-fit-content;width:fit-content}.editor-collab-sidebar-panel__show-more-button:active,.editor-collab-sidebar-panel__show-more-button:focus,.editor-collab-sidebar-panel__show-more-button:hover{color:var(--wpds-color-foreground-interactive-brand-active,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 52%,#000))}.editor-collab-sidebar-panel__note-content{overflow-wrap:break-word}.editor-collab-sidebar-panel__note-content p:last-child{margin-bottom:0}.editor-collab-sidebar-panel__note-content.is-collapsed{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.editor-collab-sidebar-panel__user-avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);flex-shrink:0;padding:var(--wp-admin-border-width-focus)}.editor-collab-sidebar-panel__note-actions{margin-right:auto}.editor-collab-sidebar-panel__note-actions button.has-icon:not(.has-text){flex-shrink:0;height:24px;min-width:24px;padding:0;width:24px}.editor-collab-sidebar-panel__more-reply-separator:after,.editor-collab-sidebar-panel__more-reply-separator:before,.editor-collab-sidebar-panel__status-separator:after,.editor-collab-sidebar-panel__status-separator:before{background-color:#ddd;content:"";flex:1;height:1px}.editor-collab-sidebar-panel__deleted-block-notice,.editor-collab-sidebar-panel__more-reply-button{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.editor-collab-sidebar-panel__deleted-block-notice{color:#757575}.editor-collab-sidebar-panel__resolution-text{font-style:italic}.editor-collab-sidebar-panel__note-form [role=textbox]{line-height:20px;max-height:418px;overflow-wrap:break-word;overflow-y:auto;white-space:pre-wrap}.editor-collab-sidebar-panel__note-form [role=textbox] code{background:#f0f0f0;border-radius:2px;font-family:Menlo,Consolas,monaco,monospace;font-size:.9em;padding:0 2px}.editor-collab-sidebar-panel__note-form [role=textbox] a{color:var(--wp-admin-theme-color);text-decoration:underline}.editor-collab-sidebar-panel__skip-to-block,.editor-collab-sidebar-panel__skip-to-note{background:#fff!important;clip-path:inset(50%);left:-9999px;overflow:hidden;position:absolute;top:-9999px;z-index:-1}.editor-collab-sidebar-panel__skip-to-block:focus,.editor-collab-sidebar-panel__skip-to-note:focus{clip-path:none;left:8px;overflow:visible;z-index:1}.editor-collab-sidebar-panel__skip-to-note:focus{top:8px}.editor-collab-sidebar-panel__skip-to-block:focus{bottom:8px;top:auto}.editor-note-indicator__avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);box-sizing:border-box;margin-right:-12px;padding:var(--wp-admin-border-width-focus);width:24px}.editor-note-indicator__avatar:first-child{margin-right:0}.editor-note-indicator__overflow{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.show-icon-labels .editor-note-indicator{width:auto}.show-icon-labels .editor-note-indicator div{display:none}.show-icon-labels .editor-note-indicator:after{content:attr(aria-label);font-size:12px}mark.wp-note{border-radius:1px;transition:background-color .1s ease-in-out}.wp-note-mention{background:var(--wpds-color-background-surface-brand,color-mix(in oklch,var(--wp-admin-theme-color,#3858e9) 9%,#fff));border-radius:var(--wpds-border-radius-sm,2px);color:var(--wpds-color-foreground-interactive-brand,var(--wp-admin-theme-color,#3858e9));display:inline;font-weight:var(--wpds-typography-font-weight-emphasis,600);padding:0 var(--wpds-dimension-padding-xs,4px)}@media (forced-colors:active){.wp-note-mention{border:1px solid}}.editor-collab-sidebar-panel__mention-suggestion .editor-autocompleters__user-avatar{border-radius:50%}.editor-avatar{align-items:center;box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 1px 1px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.02),0 4px 4px rgba(0,0,0,.01);display:inline-flex}.editor-avatar,.editor-avatar__image{border-radius:9999px;flex-shrink:0;position:relative}.editor-avatar__image{background-color:var(--wp-admin-theme-color,#3858e9);border:0;box-sizing:border-box;color:#fff;font-size:0;height:32px;overflow:hidden;overflow:clip;width:32px}.is-small>.editor-avatar__image{height:24px;width:24px}.has-avatar-border-color>.editor-avatar__image{background-clip:padding-box;border:var(--wp-admin-border-width-focus) solid var(--editor-avatar-outline-color)}.has-avatar-border-color>.editor-avatar__image:after{border-radius:inherit;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus,2px) #fff;content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.editor-avatar__img{border-radius:inherit;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;opacity:0;position:absolute;width:100%}.has-src>.editor-avatar__image>.editor-avatar__img{opacity:1}.editor-avatar:not(.has-src)>.editor-avatar__image{align-items:center;background-clip:border-box;border:0;display:flex;font-size:11px;font-weight:var(--wpds-typography-font-weight-emphasis,600);justify-content:center}.editor-avatar:not(.has-src)>.editor-avatar__image:after{content:none}.editor-avatar:not(.has-src).has-avatar-border-color>.editor-avatar__image{background-color:var(--editor-avatar-outline-color)}.editor-avatar__name{color:var(--editor-avatar-name-color,#fff);font-size:13px;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:20px;min-width:0;opacity:0;overflow:hidden;padding-bottom:2px;transition:opacity .15s cubic-bezier(.15,0,.15,1);white-space:nowrap}.editor-avatar.is-badge{background-color:var(--wp-admin-theme-color,#3858e9);-moz-column-gap:0;column-gap:0;display:inline-grid;grid-template-columns:min-content 0fr;padding-inline-end:0;transition:grid-template-columns .3s cubic-bezier(.15,0,.15,1),column-gap .3s cubic-bezier(.15,0,.15,1),padding-inline-end .3s cubic-bezier(.15,0,.15,1);transition:grid-template-columns .3s cubic-bezier(.15,0,.15,1),column-gap .3s cubic-bezier(.15,0,.15,1),padding-inline-end .3s cubic-bezier(.15,0,.15,1),-moz-column-gap .3s cubic-bezier(.15,0,.15,1)}.editor-avatar.is-badge:hover{-moz-column-gap:4px;column-gap:4px;grid-template-columns:min-content 1fr;padding-inline-end:8px;transition-timing-function:cubic-bezier(.85,0,.85,1)}.editor-avatar.is-badge:hover .editor-avatar__name{opacity:1;transition-timing-function:cubic-bezier(.85,0,.85,1)}.editor-avatar.is-badge.has-avatar-border-color{background-color:var(--editor-avatar-outline-color)}.editor-avatar.is-dimmed>.editor-avatar__image{background-color:#757575;opacity:.5}.editor-avatar.is-dimmed.has-avatar-border-color>.editor-avatar__image{border-color:#757575}.editor-avatar.is-dimmed .editor-avatar__img{filter:grayscale(1)}.editor-avatar__status-indicator{fill:#1e1e1e;align-items:center;color:#1e1e1e;display:flex;height:32px;justify-content:center;position:absolute;right:0;top:0;width:32px;z-index:1}.is-small>.editor-avatar__status-indicator{height:24px;width:24px}.editor-avatar__status-indicator svg{height:75%;width:75%}@media (prefers-reduced-motion:reduce){.editor-avatar.is-badge,.editor-avatar__name{transition:none}}.editor-avatar-group{align-items:center;display:flex}.editor-avatar-group>.editor-avatar+.editor-avatar{margin-inline-start:-8px}.editor-avatar-group>.editor-avatar{position:relative}.editor-avatar-group>.editor-avatar:first-child{z-index:10}.editor-avatar-group>.editor-avatar:nth-child(2){z-index:9}.editor-avatar-group>.editor-avatar:nth-child(3){z-index:8}.editor-avatar-group>.editor-avatar:nth-child(4){z-index:7}.editor-avatar-group>.editor-avatar:nth-child(5){z-index:6}.editor-avatar-group>.editor-avatar:nth-child(6){z-index:5}.editor-avatar-group>.editor-avatar:nth-child(7){z-index:4}.editor-avatar-group>.editor-avatar:nth-child(8){z-index:3}.editor-avatar-group>.editor-avatar:nth-child(9){z-index:2}.editor-avatar-group>.editor-avatar:nth-child(10){z-index:1}.editor-avatar-group__overflow{color:#1e1e1e;font-size:12px;line-height:20px;margin-inline-end:4px;margin-inline-start:4px;white-space:nowrap}.editor-collaborators-presence__list.components-popover .components-popover__content{background:#fff;border:1px solid #ddd;border-radius:8px;border-width:1px 1px 0 0;box-shadow:0 1px 2px rgba(0,0,0,.05),0 2px 3px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.03),0 8px 8px rgba(0,0,0,.02)}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-content{min-width:280px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header{align-items:center;display:flex;justify-content:space-between;padding:8px 16px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-title{display:flex;font-size:13px;font-weight:var(--wpds-typography-font-weight-emphasis,600);gap:4px;line-height:20px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-title span{color:#757575}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-action{padding:0}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-header-action button{color:#1e1e1e;height:32px;padding:0;width:32px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-items{display:flex;flex-direction:column;padding-bottom:16px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item{all:unset;align-items:center;box-sizing:border-box;cursor:var(--wpds-cursor-control,pointer);display:flex;gap:8px;padding:12px 16px;transition:background-color .2s ease;width:100%}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:hover:not(:disabled){background-color:rgba(var(--wp-admin-theme-color--rgb),.04)}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:active:not(:disabled){background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:focus-visible{outline:2px solid var(--wp-admin-theme-color,#3858e9);outline-offset:-2px}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item:disabled{cursor:default}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item-info{display:flex;flex:1;flex-direction:column;min-width:0}.editor-collaborators-presence__list.components-popover .editor-collaborators-presence__list-item-name{color:#1e1e1e;font-size:13px;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-collaborators-presence{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;flex-shrink:0;height:32px}.editor-collaborators-presence:hover{background-color:#e0e0e0}.editor-collaborators-presence:has(.is-pressed){background-color:#e0e0e0}.editor-header__center .editor-collaborators-presence{margin-left:8px}.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button{align-items:center;background:transparent;border-radius:4px;box-sizing:border-box;color:#2f2f2f;cursor:var(--wpds-cursor-control,pointer);display:flex;height:100%;padding:4px;position:relative}.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button.is-pressed,.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button.is-pressed:hover,.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button:hover{background:transparent;color:#2f2f2f}.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button:focus:not(:active){box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus,2px) var(--wp-admin-theme-color,#007cba);outline:none}.editor-collapsible-block-toolbar{align-items:center;display:flex;height:64px;overflow:hidden}.editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar{background:transparent;border-bottom:0;height:100%}.editor-collapsible-block-toolbar .block-editor-block-toolbar{height:100%;padding-top:17px}.editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){height:32px}.editor-collapsible-block-toolbar:after{background-color:#ddd;content:"";height:24px;margin-left:7px;width:1px}.editor-collapsible-block-toolbar .components-toolbar,.editor-collapsible-block-toolbar .components-toolbar-group{border-left:none;position:relative}.editor-collapsible-block-toolbar .components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar:after{background-color:#ddd;content:"";height:24px;left:-1px;position:absolute;top:4px;width:1px}.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{display:none}.editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{height:32px;overflow:visible}@media (min-width:600px){.editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{height:40px;position:relative;top:-4px}}.editor-collapsible-block-toolbar.is-collapsed{display:none}.editor-block-visibility__disabled-blocks-count{background-color:#fff;border:1px solid #ddd;border-width:1px 0;box-shadow:32px 0 0 0 #fff,-32px 0 0 0 #fff;padding:8px;position:sticky;text-align:center;top:-5px;z-index:1}.editor-block-visibility__disabled-blocks-count~.block-editor-block-manager__content .block-editor-block-manager__category-title{top:31px}.editor-block-visibility__disabled-blocks-count .is-link{margin-right:12px}.editor-blog-title-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-document-bar{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;height:32px;justify-content:space-between;min-width:0;width:min(100%,450px)}.editor-document-bar:hover{background-color:#e0e0e0}.editor-document-bar .components-button{border-radius:4px}@media not (prefers-reduced-motion){.editor-document-bar .components-button{transition:background-color .1s ease-out}}.editor-document-bar .components-button:hover{background:#e0e0e0}@media screen and (min-width:782px) and (max-width:960px){.editor-document-bar.has-back-button .editor-document-bar__post-type-label{display:none}}.editor-document-bar__command{color:var(--wp-block-synced-color);flex-grow:1;overflow:hidden}.editor-document-bar__title{color:#1e1e1e;margin:0 auto;max-width:70%;overflow:hidden}.editor-document-bar__title h1{align-items:center;display:flex;font-weight:400;justify-content:center;overflow:hidden;white-space:nowrap}.editor-document-bar__post-title{color:currentColor;flex:1;overflow:hidden;text-overflow:ellipsis}.editor-document-bar__post-type-label{color:#2f2f2f;flex:0;padding-right:4px}@media screen and (max-width:600px){.editor-document-bar__post-type-label{display:none}}.editor-document-bar__back.components-button.has-icon.has-text{color:#757575;flex-shrink:0;gap:0;min-width:36px;position:absolute;z-index:1}.editor-document-bar__back.components-button.has-icon.has-text:hover{background-color:transparent;color:#1e1e1e}.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:none;margin-right:12px;pointer-events:none;position:absolute}.editor-document-bar__icon-layout.editor-document-bar__icon-layout svg{fill:#949494}@media (min-width:600px){.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:flex}}.document-outline ul{margin:0;padding:0}.document-outline__item{display:flex;margin:4px 0}.document-outline__item a{text-decoration:none}.document-outline__item .document-outline__emdash:before{color:#ddd;margin-left:4px}.document-outline__item.is-h2 .document-outline__emdash:before{content:"—"}.document-outline__item.is-h3 .document-outline__emdash:before{content:"——"}.document-outline__item.is-h4 .document-outline__emdash:before{content:"———"}.document-outline__item.is-h5 .document-outline__emdash:before{content:"————"}.document-outline__item.is-h6 .document-outline__emdash:before{content:"—————"}.document-outline__button{align-items:flex-start;background:none;border:none;border-radius:2px;color:#1e1e1e;cursor:var(--wpds-cursor-control,pointer);display:flex;margin:0 -1px 0 0;padding:2px 1px 2px 5px;text-align:right}.document-outline__button:disabled,.document-outline__button[aria-disabled=true]{color:#757575;cursor:default}.document-outline__button:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.document-outline__level{background:#ddd;border-radius:3px;color:#1e1e1e;font-size:13px;margin-left:4px;padding:1px 6px}.is-invalid .document-outline__level{background:#f0b849}.document-outline__item-content{padding:1px 0}.editor-document-outline.has-no-headings>svg{margin-top:28px}.editor-document-outline.has-no-headings>p{padding-left:32px;padding-right:32px}.editor-document-outline.has-no-headings{color:#757575;text-align:center}.editor-document-tools{align-items:center;display:inline-flex}.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:none}@media (min-width:782px){.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:inline-flex}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{display:inline-flex}@media not (prefers-reduced-motion){.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{transition:transform .2s cubic-bezier(.165,.84,.44,1)}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{transform:rotate(-45deg)}.editor-document-tools .block-editor-list-view{display:none}@media (min-width:600px){.editor-document-tools .block-editor-list-view{display:flex}}.editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{height:32px;min-width:32px;padding:4px}.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{background:#1e1e1e}.editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:active),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:active){outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline-offset:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px))}.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{display:none}.editor-document-tools__left{align-items:center;display:inline-flex;gap:8px}.editor-document-tools__left:not(:last-child){margin-inline-end:8px}.show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{padding:0 8px;width:auto}.show-icon-labels .editor-document-tools__left>*+*{margin-right:8px}.editor-editor-interface .entities-saved-states__panel-header{height:65px}.editor-editor-interface .interface-interface-skeleton__content{isolation:isolate}.editor-notices .components-notice-list,.editor-notices.notices-inline-notices-wrapper{gap:0}.editor-notices .components-notice{border-inline-width:0;border-top-width:0}.editor-visual-editor{flex:1 0 auto}.editor-notices__dismissible,.editor-notices__pinned{left:0;position:relative;right:0;top:0}.entities-saved-states__panel-header{background:#fff;border-bottom:1px solid #ddd;box-sizing:border-box;height:64px;padding-left:16px;padding-right:16px}.entities-saved-states__text-prompt{padding:16px 16px 4px}.entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{display:block;margin-bottom:12px}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{padding:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body{border:0;padding-left:0;padding-right:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{margin-bottom:0;margin-left:-16px;margin-right:-16px}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{font-size:11px;text-transform:uppercase}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{display:none}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{margin-bottom:8px;margin-top:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{margin-top:16px}.entities-saved-states__change-control{flex:1}.entities-saved-states__changes{font-size:13px;list-style:disc;margin:4px 24px 0 16px}.entities-saved-states__changes li{margin-bottom:4px}.editor-error-boundary{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 5px 15px rgba(0,0,0,.08),0 15px 27px rgba(0,0,0,.07),0 30px 36px rgba(0,0,0,.04),0 50px 43px rgba(0,0,0,.02);font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:64px auto auto;max-width:780px;padding:1em}.editor-global-styles-header__description{padding:0 16px}.editor-global-styles-header{margin-bottom:0!important}.editor-global-styles-sidebar{display:flex;flex-direction:column;min-height:100%}.editor-global-styles-sidebar__panel{flex:1}.editor-global-styles-sidebar .editor-global-styles-sidebar__header-title{margin:0}.editor-global-styles-sidebar .editor-global-styles-sidebar__header-actions{flex:1}.editor-global-styles-sidebar .block-editor-panel-color-gradient-settings{border:0}.editor-global-styles-sidebar .single-column{grid-column:span 1}.editor-global-styles-sidebar .components-tools-panel .span-columns{grid-column:1/-1}.editor-global-styles-sidebar__blocks-group{border-top:1px solid #e0e0e0;padding-top:24px}.editor-global-styles-sidebar__blocks-group-help{padding:0 16px}.global-styles-ui-color-palette-panel,.global-styles-ui-gradient-palette-panel{padding:16px}.editor-global-styles-sidebar hr{margin:0}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon{width:auto}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon svg{display:none}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.editor-welcome-guide{width:312px}.editor-welcome-guide.guide-styles .editor-welcome-guide__image{background:#00a0d2}.editor-welcome-guide__image{margin:0 0 16px}.editor-welcome-guide__image>img{display:block;max-width:100%;-o-object-fit:cover;object-fit:cover}.editor-welcome-guide__heading{font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:24px;line-height:1.4;margin:16px 0;padding:0 32px}.editor-welcome-guide__text{font-size:13px;line-height:1.4;margin:0 0 16px;padding:0 32px}.editor-welcome-guide__text img{vertical-align:bottom}.editor-welcome-guide .components-button:hover svg{fill:#fff}.editor-header{box-sizing:border-box}.editor-header *,.editor-header :after,.editor-header :before{box-sizing:inherit}.editor-header{background:#fff;display:grid;grid-auto-flow:row;grid-template:auto/auto minmax(0,max-content) minmax(min-content,1fr) 64px;height:64px}.editor-header:has(>.editor-header__center){grid-template:auto/auto min-content 1fr min-content 64px}@media (min-width:782px){.editor-header:has(>.editor-header__center){grid-template:auto/auto minmax(min-content,2fr) 2.5fr minmax(min-content,2fr) 64px}}@media (min-width:480px){.editor-header{gap:16px}}.editor-header{align-items:center;justify-content:space-between;max-width:100vw}@media (min-width:280px){.editor-header{flex-wrap:nowrap}}.editor-header__back-button{margin:0 8px 0 -8px}.show-icon-labels .editor-header__back-button{margin-left:0}.editor-header__toolbar{grid-column:1/3}.editor-header__toolbar>:first-child{margin-inline:16px 0}.editor-header__back-button+.editor-header__toolbar{grid-column:2/3}@media (min-width:480px){.editor-header__back-button+.editor-header__toolbar>:first-child{margin-inline:0}}.editor-header__toolbar{align-items:center;clip-path:inset(-2px);display:flex;min-width:0}@media (min-width:480px){.editor-header__toolbar{clip-path:none}}.editor-header__toolbar .table-of-contents{display:none}@media (min-width:600px){.editor-header__toolbar .table-of-contents{display:block}}.editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{margin-inline:8px 0}.editor-header__center{align-items:center;display:flex;grid-column:3/4;justify-content:center;min-width:0}@media (max-width:479px){.editor-header__center>:first-child{margin-inline-start:8px}.editor-header__center>:last-child{margin-inline-end:8px}}.editor-header__settings{grid-column:3/-1}.editor-header:has(>.editor-header__center) .editor-header__settings{grid-column:4/-1}.editor-header__settings{align-items:center;display:inline-flex;flex-wrap:nowrap;justify-self:end;padding-left:4px}@media (min-width:600px){.editor-header__settings{padding-left:8px}}.editor-header__settings{gap:8px}.show-icon-labels .editor-header .components-button.has-icon,.show-icon-labels.interface-pinned-items .components-button.has-icon{width:auto}.show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{display:none}.show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{content:attr(aria-label);white-space:nowrap}.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]{background-color:transparent}.show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{background-color:transparent;box-shadow:0 0 0 1.5px var(--wp-admin-theme-color)}.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{display:block}.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{content:none}.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{display:block}.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{padding-left:8px;padding-right:8px}@media (min-width:600px){.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{padding-left:12px;padding-right:12px}}.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{content:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover{border-right:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover:before{background-color:#ddd;content:"";height:24px;margin-right:8px;margin-top:4px;width:1px}.show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container:before{background:#ddd;right:calc(50% + 1px);width:calc(100% - 24px)}.show-icon-labels.interface-pinned-items{border-bottom:1px solid #ccc;display:block;margin:0 -12px;padding:6px 12px 12px}.show-icon-labels.interface-pinned-items>.components-button.has-icon{justify-content:flex-start;margin:0;padding:6px 8px 6px 6px;width:14.625rem}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=true] svg{display:block;max-width:24px}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=false]{padding-right:40px}.show-icon-labels.interface-pinned-items>.components-button.has-icon svg{margin-left:8px}@media (min-width:480px){.editor-header__post-preview-button{display:none}}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{border-bottom:none}.editor-editor-interface.is-distraction-free .editor-header{background-color:#fff;width:100%}@media (min-width:782px){.editor-editor-interface.is-distraction-free .editor-header{box-shadow:0 1px 0 0 rgba(0,0,0,.133);position:absolute}}.editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{visibility:hidden}.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{display:none}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{opacity:1!important}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div{transform:translateX(0) translateZ(0)!important}.editor-editor-interface.is-distraction-free .components-editor-notices__dismissible{position:absolute;z-index:35}.components-popover.more-menu-dropdown__content{z-index:99998}.editor-inserter-sidebar{box-sizing:border-box}.editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{box-sizing:inherit}.editor-inserter-sidebar{display:flex;flex-direction:column;height:100%}.editor-inserter-sidebar__content{height:100%}.editor-keyboard-shortcut-help-modal__section{margin:0 0 2rem}.editor-keyboard-shortcut-help-modal__section-title{font-size:.9rem;font-weight:var(--wpds-typography-font-weight-emphasis,600)}.editor-keyboard-shortcut-help-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.editor-keyboard-shortcut-help-modal__shortcut:last-child{border-bottom:1px solid #ddd}.editor-keyboard-shortcut-help-modal__shortcut:empty{display:none}.editor-keyboard-shortcut-help-modal__shortcut-term{font-weight:var(--wpds-typography-font-weight-emphasis,600);margin:0 1rem 0 0;text-align:left}.editor-keyboard-shortcut-help-modal__shortcut-description{flex:1;margin:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination{background:none;display:block;margin:0;padding:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination+.editor-keyboard-shortcut-help-modal__shortcut-key-combination{margin-top:10px}.editor-keyboard-shortcut-help-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.editor-keyboard-shortcut-help-modal__shortcut-key:last-child{margin:0 .2rem 0 0}.editor-list-view-sidebar{height:100%}@media (min-width:782px){.editor-list-view-sidebar{width:350px}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{height:100%}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{height:12px;width:12px}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{background-color:transparent}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:transparent;border:3px solid transparent;border-radius:8px}.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{background-color:#949494}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:transparent transparent;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.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{scrollbar-color:#949494 transparent}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{will-change:transform}@media (hover:none){.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:#949494 transparent}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{overflow:auto;scrollbar-gutter:auto}.editor-list-view-sidebar__list-view-panel-content{padding:4px}.editor-list-view-sidebar__list-view-container{display:flex;flex-direction:column;height:100%}.editor-list-view-sidebar__list-view-container>.document-outline{padding:16px}.editor-list-view-sidebar__tab-panel{height:100%}.editor-list-view-sidebar__outline{border-bottom:1px solid #ddd;display:flex;flex-direction:column;gap:8px;padding:16px}.editor-list-view-sidebar__outline>div>span:first-child{display:inline-block;width:90px}.editor-list-view-sidebar__outline>div>span{color:#757575;font-size:12px;line-height:1.4}.editor-post-order__panel,.editor-post-parent__panel{padding-top:8px}.editor-post-order__panel .editor-post-panel__row-control>div,.editor-post-parent__panel .editor-post-panel__row-control>div{width:100%}.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{margin:8px}.editor-post-order__panel-dialog .components-popover__content,.editor-post-parent__panel-dialog .components-popover__content{min-width:320px}.editor-post-author__panel{padding-top:8px}.editor-post-author__panel .editor-post-panel__row-control>div{width:100%}.editor-post-author__panel-dialog .editor-post-author{margin:8px;min-width:248px}.editor-action-modal{z-index:1000001}.editor-post-card-panel__content{flex-grow:1}.editor-post-card-panel__title{width:100%}.editor-post-card-panel__title.editor-post-card-panel__title{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;flex-wrap:wrap;font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:var(--wpds-typography-font-weight-emphasis,600);line-height:20px;margin:0;row-gap:4px;word-break:break-word}.editor-post-card-panel__icon{flex:0 0 24px;height:24px;width:24px}.editor-post-card-panel__header{display:flex;justify-content:space-between}.editor-post-card-panel.has-description .editor-post-card-panel__header{margin-bottom:8px}.editor-post-card-panel .editor-post-card-panel__title-name{padding:2px 0}.editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{color:#757575}.editor-post-content-information .components-text{color:inherit}.editor-post-discussion__panel-dialog .editor-post-discussion{margin:8px;min-width:248px}.editor-post-discussion__panel-toggle .components-text{color:inherit}.editor-post-discussion__panel-dialog .components-popover__content{min-width:320px}.editor-post-excerpt__textarea{margin-bottom:10px;width:100%}.editor-post-excerpt__dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-featured-image{padding:0}.editor-post-featured-image .hidden{display:none}.editor-post-featured-image .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}.editor-post-featured-image__container{position:relative}.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){opacity:1}.editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image{margin-top:16px;opacity:1}.editor-post-featured-image__container .components-drop-zone__content{border-radius:2px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}.editor-post-featured-image__preview,.editor-post-featured-image__toggle{border-color:#ccc;display:flex;justify-content:center;min-height:40px;outline-offset:-1px;overflow:hidden;padding:0;width:100%}.editor-post-featured-image__preview{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px;height:auto!important;outline:1px solid rgba(0,0,0,.1)}.editor-post-featured-image__preview .editor-post-featured-image__preview-image{aspect-ratio:2/1;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){bottom:0;opacity:0;padding:8px;position:absolute}@media not (prefers-reduced-motion){.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){transition:opacity 50ms ease-out}}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{backdrop-filter:blur(16px) saturate(180%);background:hsla(0,0%,100%,.75)}.editor-post-featured-image__actions .editor-post-featured-image__action{flex-grow:1;justify-content:center}[class].editor-post-format__suggestion{margin:4px 0 0}.editor-post-format__dialog .editor-post-format__dialog-content{margin:8px;min-width:248px}.editor-post-last-edited-panel{color:#757575}.editor-post-last-edited-panel .components-text{color:inherit}.editor-post-last-revision__title{font-weight:var(--wpds-typography-font-weight-emphasis,600);width:100%}.editor-post-last-revision__title.components-button.has-icon{height:100%;justify-content:space-between}.editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{background:#f0f0f0}.editor-post-last-revision__title.components-button.has-icon:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-panel__body.is-opened.editor-post-last-revision__panel{height:48px;padding:0}.components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{padding:16px}.editor-post-locked-modal__buttons{margin-top:24px}.editor-post-locked-modal__avatar{border-radius:50%;margin-top:16px;min-width:auto!important}.editor-post-panel__row{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.editor-post-panel__row-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%;word-break:break-word}.editor-post-panel__row-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.editor-post-panel__row-control .components-button{text-wrap:balance;text-wrap:pretty;font-weight:var(--wpds-typography-font-weight-default,400);height:auto;max-width:100%;min-height:32px;text-align:right;white-space:normal}.editor-post-panel__row-control .components-dropdown{max-width:100%}.editor-post-panel__section{padding:16px}.editor-post-publish-panel__content{min-height:calc(100% - 148px)}.editor-post-publish-panel__content>.components-spinner{display:block;margin:100px auto 0}.editor-post-publish-panel__header{align-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;height:65px;padding-left:16px;padding-right:16px}.editor-post-publish-panel__header .components-button{justify-content:center;width:100%}.editor-post-publish-panel__header .has-icon{margin-right:auto;width:auto}.components-site-card{align-items:center;display:flex;margin:16px 0}.components-site-icon{border:none;border-radius:2px;flex-shrink:0;height:36px;margin-left:12px;width:36px}.components-site-name{display:block;font-size:14px}.components-site-home{color:#757575;display:block;font-size:12px;word-break:break-word}.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{flex:1}@media (min-width:480px){.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{max-width:160px}}.editor-post-publish-panel__header-publish-button{justify-content:center;padding-right:4px}.editor-post-publish-panel__header-cancel-button{padding-left:4px}.editor-post-publish-panel__header-published{flex-grow:1}.editor-post-publish-panel__footer{padding:16px}.components-button.editor-post-publish-panel__toggle.is-primary{align-items:center;display:inline-flex}.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon{display:none}.components-button.editor-post-publish-panel__toggle.is-primary .dashicon{margin-left:-4px}.editor-post-publish-panel__link{font-weight:400;padding-right:4px}.editor-post-publish-panel__prepublish{padding:16px}.editor-post-publish-panel__prepublish strong{color:#1e1e1e}.editor-post-publish-panel__prepublish .components-panel__body{background:#fff;margin-left:-16px;margin-right:-16px}.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend{display:none}.editor-post-publish-panel__prepublish .components-panel__body-title .components-button{text-wrap:balance;text-wrap:pretty;align-items:flex-start}.post-publish-panel__postpublish .components-panel__body{border-bottom:1px solid #e0e0e0;border-top:none;word-break:break-word}.post-publish-panel__postpublish-buttons{align-content:space-between;display:flex;flex-wrap:wrap;gap:16px}.post-publish-panel__postpublish-buttons .components-button,.post-publish-panel__postpublish-buttons .components-button.has-icon{flex:1;justify-content:center;min-width:unset}.post-publish-panel__postpublish-buttons .components-clipboard-button{width:100%}.post-publish-panel__postpublish-post-address-container{align-items:flex-end;display:flex;margin-bottom:16px}.post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address{flex:1}.post-publish-panel__postpublish-post-address-container input[readonly]{background:#f0f0f0;border-color:#ccc;height:36px;overflow:hidden;padding:12px;text-overflow:ellipsis}.post-publish-panel__postpublish-post-address__copy-button-wrap{flex-shrink:0;margin-right:16px}.post-publish-panel__postpublish-header{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.post-publish-panel__postpublish-subheader{margin:0 0 8px}.post-publish-panel__tip{color:#f0b849}@media screen and (max-width:782px){.post-publish-panel__postpublish-post-address__button-wrap .components-button{height:40px}}.editor-post-publish-panel{box-sizing:border-box}.editor-post-publish-panel *,.editor-post-publish-panel :after,.editor-post-publish-panel :before{box-sizing:inherit}.editor-post-publish-panel{background:#fff;bottom:0;left:0;overflow:auto;position:fixed;right:0;top:46px;z-index:100001}@media (min-width:782px){.editor-post-publish-panel{border-right:1px solid #ddd;right:auto;top:32px;width:281px;z-index:99998}}@media (min-width:782px) and (not (prefers-reduced-motion)){.editor-post-publish-panel{animation:editor-post-publish-panel__slide-in-animation .1s forwards;transform:translateX(-100%)}}@media (min-width:782px){body.is-fullscreen-mode .editor-post-publish-panel{top:var(--wp-admin--admin-bar--height,0)}[role=region]:focus .editor-post-publish-panel{transform:translateX(0)}}@keyframes editor-post-publish-panel__slide-in-animation{to{transform:translateX(0)}}.editor-revisions-header__slider{width:100%}.editor-revisions-header__slider .components-range-control__tooltip{white-space:nowrap}.editor-revisions-header__no-revisions{color:#757575;font-size:13px}.editor-revisions-canvas__loading{align-items:center;display:flex;height:100%;justify-content:center}.editor-revisions-canvas__content{display:flex;height:100%}.editor-revisions-canvas__content .editor-visual-editor{flex:1;min-width:0}.revision-diff-markers{background:rgba(0,0,0,.05);flex-shrink:0;position:relative;width:max(16px,1rem)}.revision-diff-markers .revision-diff-marker{border:none;cursor:var(--wpds-cursor-control,pointer);min-height:4px;padding:0;position:absolute;transition:opacity .1s ease;width:100%}.revision-diff-markers .revision-diff-marker.is-added{background:#008a20}.revision-diff-markers .revision-diff-marker.is-removed{background:repeating-linear-gradient(-45deg,#d63638,#d63638 6px,rgba(214,54,56,.45) 0,rgba(214,54,56,.45) 8px)}.revision-diff-markers .revision-diff-marker.is-modified{background:repeating-linear-gradient(45deg,#9a7000,#9a7000 6px,rgba(154,112,0,.45) 0,rgba(154,112,0,.45) 8px)}.revision-diff-markers .revision-diff-marker:hover{opacity:.7}.revision-diff-markers .revision-diff-marker:focus{outline:2px solid #1e1e1e;outline-offset:-2px}.interface-complementary-area:has(.editor-post-revisions-timeline){display:flex;flex-direction:column;overflow:hidden}.interface-complementary-area:has(.editor-post-revisions-timeline) .editor-sidebar__panel-tabs{flex-shrink:0}.editor-sidebar__panel:has(.editor-post-revisions-timeline){display:flex;flex:1;flex-direction:column;min-height:0}.editor-sidebar__panel:has(.editor-post-revisions-timeline) [role=tabpanel]:has(.editor-post-revisions-timeline){display:flex;flex:1;flex-direction:column;min-height:0}.editor-sidebar__panel:has(.editor-post-revisions-timeline) .editor-revision-meta-diff__content{max-height:80px;overflow-y:auto}.editor-sidebar__panel:has(.editor-post-revisions-timeline) .editor-post-revisions-timeline{flex:1;min-height:0}.editor-revision-fields-diff__value{word-break:break-word}.editor-revision-fields-diff__added{background-color:color-mix(in srgb,currentColor 5%,#00a32a 15%);text-decoration:none}.editor-revision-fields-diff__removed{color:#d63638;text-decoration:line-through}.editor-post-saved-state{align-items:center;color:#757575;display:flex;overflow:hidden;padding:12px 4px;white-space:nowrap;width:28px}.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{background:transparent;color:#757575}.editor-post-saved-state svg{fill:currentColor;display:inline-block;flex:0 0 auto;margin-left:8px}@media (min-width:600px){.editor-post-saved-state{padding:8px 12px;text-indent:inherit;width:auto}.editor-post-saved-state svg{margin-left:0}}.editor-post-save-draft.has-text.has-icon svg{margin-left:0}.editor-post-schedule__panel-dropdown{width:100%}.editor-post-schedule__dialog .components-popover__content{min-width:320px;padding:16px}.editor-post-status{max-width:100%}.editor-post-status.is-read-only{padding:6px 12px}.editor-post-status .editor-post-status__toggle.editor-post-status__toggle{padding-bottom:4px;padding-top:4px}.editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{border-top:1px solid #e0e0e0;padding-top:16px}.editor-change-status__content .components-popover__content{min-width:320px;padding:16px}.editor-change-status__content .editor-change-status__password-legend{margin-bottom:8px;padding:0}.editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){margin-top:4px}.editor-post-sticky__checkbox-control{border-top:1px solid #e0e0e0;padding-top:16px}.editor-post-sync-status__value{padding:6px 12px 6px 0}.editor-post-taxonomies__hierarchical-terms-list{margin-right:-6px;margin-top:-6px;max-height:14em;overflow:auto;padding-right:6px;padding-top:6px}.editor-post-taxonomies__hierarchical-terms-choice{margin-bottom:8px}.editor-post-taxonomies__hierarchical-terms-choice:last-child{margin-bottom:4px}.editor-post-taxonomies__hierarchical-terms-subchoices{margin-right:16px;margin-top:8px}.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label{margin-bottom:4px}.editor-post-taxonomies__flat-term-most-used-list{margin:0}.editor-post-taxonomies__flat-term-most-used-list li{display:inline-block;margin-left:8px}.editor-sync-connection-error-modal{z-index:1000001}.editor-sync-connection-error-modal p{margin:0}.editor-sync-connection-error-modal__retry-countdown{color:#757575}.editor-post-template__swap-template-modal{z-index:1000001}.editor-post-template__swap-template-modal .editor-post-template__swap-template-search{background:#fff;margin-bottom:-4px;padding:16px 0;position:sticky;top:0;transform:translateY(-4px);z-index:2}.editor-post-template__create-template-modal{z-index:1000001}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{-moz-column-count:2;column-count:2;-moz-column-gap:24px;column-gap:24px;padding-top:2px}@media (min-width:782px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{-moz-column-count:3;column-count:3}}@media (min-width:1280px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{-moz-column-count:4;column-count:4}}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{-moz-column-break-inside:avoid;break-inside:avoid-column}.editor-post-template__dropdown .components-popover__content{min-width:240px}.editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{background:inherit;color:inherit}.editor-post-template__classic-theme-dropdown{padding:8px}.editor-template-actions-panel__preview .block-editor-block-preview__container{aspect-ratio:4/3;border-radius:4px;display:flex;overflow:hidden}.editor-template-actions-panel__preview .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px}@media not (prefers-reduced-motion){.editor-template-actions-panel__preview .block-editor-block-preview__container:after{transition:outline .1s linear}}.editor-template-actions-panel__preview[role=button]{cursor:var(--wpds-cursor-control,pointer)}.editor-template-actions-panel__preview[role=button]:hover .block-editor-block-preview__container:after{outline-color:rgba(0,0,0,.3)}.editor-template-actions-panel__preview[role=button]:focus-visible .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.editor-template-actions-panel__action{flex:1;justify-content:center}textarea.editor-post-text-editor{border:1px solid #949494;border-radius:0;box-shadow:none;display:block;font-family:Menlo,Consolas,monaco,monospace;line-height:2.4;margin:0;min-height:200px;overflow:hidden;resize:none;width:100%}@media not (prefers-reduced-motion){textarea.editor-post-text-editor{transition:border .1s ease-out,box-shadow .1s linear}}textarea.editor-post-text-editor{padding:16px}@media (min-width:600px){textarea.editor-post-text-editor{padding:24px}}textarea.editor-post-text-editor{font-size:16px!important}@media (min-width:600px){textarea.editor-post-text-editor{font-size:15px!important}}textarea.editor-post-text-editor:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);position:relative}textarea.editor-post-text-editor::-moz-placeholder{color:rgba(30,30,30,.62)}textarea.editor-post-text-editor::placeholder{color:rgba(30,30,30,.62)}.editor-post-title.is-raw-text{margin-bottom:24px;margin-top:2px;max-width:none}.editor-post-url__panel-dropdown{width:100%}.editor-post-url__panel-dialog .editor-post-url{margin:8px;min-width:248px}.editor-post-url__front-page-link,.editor-post-url__link{direction:ltr;word-break:break-word}.editor-post-url__front-page-link{border-radius:2px;color:var(--wp-admin-theme-color);padding:6px 12px}.editor-post-url__front-page-link:hover{background:color-mix(in srgb,var(--wp-admin-theme-color) 4%,transparent);color:var(--wp-admin-theme-color-darker-20,#183ad6)}.editor-post-url__front-page-link:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);color:var(--wp-admin-theme-color);outline:3px solid transparent}.editor-post-url__link-slug{font-weight:var(--wpds-typography-font-weight-emphasis,600)}.editor-post-url__input input.components-input-control__input{padding-inline-start:0!important}.editor-post-parent__panel-toggle,.editor-post-url__panel-toggle{word-break:break-word}.editor-post-url__intro{margin:0}.editor-post-url__permalink{margin-bottom:0;margin-top:8px}.editor-post-url__permalink-visual-label{display:block}.editor-posts-per-page-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-trash.components-button{flex-grow:1;justify-content:center}.editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{padding-left:4px;padding-right:6px}.editor-preview-dropdown.is-responsive-editing .editor-preview-dropdown__toggle{color:var(--wp-block-synced-color)}@media (prefers-reduced-motion:no-preference){.editor-resizable-editor:not(.is-resizing){transition:width .2s ease-out}}.editor-resizable-editor.is-resizable{margin:0 auto;overflow:visible}.editor-resizable-editor__resize-handle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:9999px;bottom:0;cursor:ew-resize;height:100px;margin:auto 0;outline:none;padding:0;position:absolute;top:0;width:12px}.editor-resizable-editor__resize-handle:after{background-color:hsla(0,0%,46%,.4);border-radius:9999px;bottom:16px;content:"";left:0;position:absolute;right:4px;top:16px;width:4px}.editor-resizable-editor__resize-handle.is-left{right:-18px}.editor-resizable-editor__resize-handle.is-right{left:-18px}.editor-resizable-editor__resize-handle:active,.editor-resizable-editor__resize-handle:focus,.editor-resizable-editor__resize-handle:hover{opacity:1}.editor-resizable-editor__resize-handle:active:after,.editor-resizable-editor__resize-handle:focus:after,.editor-resizable-editor__resize-handle:hover:after{background-color:var(--wp-admin-theme-color)}.editor-layout__toggle-entities-saved-states-panel,.editor-layout__toggle-publish-panel,.editor-layout__toggle-sidebar-panel{background-color:#fff;border:1px dotted #ddd;bottom:auto;box-sizing:border-box;display:flex;height:auto!important;justify-content:center;left:0;padding:24px;position:fixed!important;right:auto;top:-9999em;width:280px;z-index:100000}.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{bottom:0;top:auto}.editor-start-page-options__modal .editor-start-page-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:72px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-page-options__modal .block-editor-block-patterns-list{padding-bottom:72px}.editor-start-page-options__modal-content .block-editor-block-patterns-list{-moz-column-count:2;column-count:2;-moz-column-gap:24px;column-gap:24px}@media (min-width:782px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{-moz-column-count:3;column-count:3}}@media (min-width:1280px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{-moz-column-count:4;column-count:4}}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{-moz-column-break-inside:avoid;break-inside:avoid-column;margin-bottom:24px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{min-height:100px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content{width:100%}.editor-start-template-options__modal .editor-start-template-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:92px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-template-options__modal .block-editor-block-patterns-list{padding-bottom:92px}.editor-start-template-options__modal-content .block-editor-block-patterns-list{-moz-column-count:2;column-count:2;-moz-column-gap:24px;column-gap:24px}@media (min-width:782px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{-moz-column-count:3;column-count:3}}@media (min-width:1280px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{-moz-column-count:4;column-count:4}}.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{-moz-column-break-inside:avoid;break-inside:avoid-column}.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{display:none}.components-panel__header.editor-sidebar__panel-tabs{padding-left:8px;padding-right:0}.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{padding:0}@media (min-width:782px){.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{display:flex}}.editor-post-summary .components-v-stack:empty{display:none}.editor-sidebar{box-sizing:border-box}.editor-sidebar *,.editor-sidebar :after,.editor-sidebar :before{box-sizing:inherit}.editor-sidebar__revisions-block-message{color:#757575;font-size:13px;padding:16px}.fields-controls__password{border-top:1px solid #e0e0e0;padding-top:16px}.editor-site-discussion-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-style-book{height:100%}.editor-style-book.is-button{border-radius:8px}.editor-style-book__iframe{display:block;height:100%;width:100%}.editor-style-book__iframe.is-button{border-radius:8px}.editor-style-book__iframe.is-focused{outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2)}.editor-style-book__tabs{display:flex;flex-direction:column;height:100%}.editor-style-book__tablist-container{background:#fff;display:flex;flex:none;padding-left:56px;width:100%}.editor-style-book__tabpanel{flex:1 0 auto;overflow:auto}.editor-styles-canvas{background-color:var(--wp-editor-canvas-background);height:100%;padding:24px}.editor-styles-canvas iframe{display:block;height:100%;width:100%}.editor-styles-canvas__section{background:#fff;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.editor-styles-canvas__section{transition:all .3s}}.editor-styles-canvas__close-button{background:#fff;left:8px;position:absolute;top:8px;z-index:2}.table-of-contents__popover.components-popover .components-popover__content{min-width:380px}.components-popover.table-of-contents__popover{z-index:99998}.table-of-contents__popover .components-popover__content{padding:16px}@media (min-width:600px){.table-of-contents__popover .components-popover__content{max-height:calc(100vh - 120px);overflow-y:auto}}.table-of-contents__popover hr{margin:10px -16px 0}.table-of-contents__wrapper:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0}.table-of-contents__counts{display:flex;flex-wrap:wrap;margin:-8px 0 0}.table-of-contents__count{color:#1e1e1e;display:flex;flex-basis:33%;flex-direction:column;font-size:13px;margin-bottom:0;margin-top:8px;padding-left:8px}.table-of-contents__count:nth-child(4n){padding-left:0}.table-of-contents__number,.table-of-contents__popover .word-count{color:#1e1e1e;font-size:21px;font-weight:400;line-height:30px}.table-of-contents__title{display:block;font-size:15px;font-weight:var(--wpds-typography-font-weight-emphasis,600);margin-top:20px}.editor-text-editor{box-sizing:border-box}.editor-text-editor *,.editor-text-editor :after,.editor-text-editor :before{box-sizing:inherit}.editor-text-editor{background-color:#fff;flex-grow:1;isolation:isolate;position:relative;width:100%}.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){border:1px solid #949494;border-radius:0;font-family:Menlo,Consolas,monaco,monospace;font-size:2.5em;font-weight:400;line-height:1.4;max-width:none;padding:16px}@media (min-width:600px){.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){padding:24px}}.editor-text-editor .editor-post-title.is-raw-text textarea:focus,.editor-text-editor .editor-post-title:not(.is-raw-text):focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.editor-text-editor__body{margin-left:auto;margin-right:auto;max-width:1080px;padding:0 12px 12px;width:100%}@media (min-width:960px){.editor-text-editor__body{padding:0 24px 24px}}.editor-text-editor__toolbar{background:hsla(0,0%,100%,.8);display:flex;left:0;padding:4px 12px;position:sticky;right:0;top:0;z-index:1}@media (min-width:600px){.editor-text-editor__toolbar{padding:12px}}@media (min-width:960px){.editor-text-editor__toolbar{padding:12px 24px}}.editor-text-editor__toolbar h2{color:#1e1e1e;font-size:13px;line-height:40px;margin:0 0 0 auto}.editor-upload-progress-snackbar__check,.editor-upload-progress-snackbar__spinner{align-items:center;display:inline-flex;height:24px;justify-content:center;width:24px}.editor-upload-progress-snackbar__spinner .components-spinner{margin:0}.editor-upload-progress-snackbar__check svg{fill:currentColor;height:24px;width:24px}.editor-visual-editor{background-color:var(--wp-editor-canvas-background);display:flex;max-height:100%;position:relative}.editor-visual-editor iframe[name=editor-canvas]{background-color:transparent}.editor-visual-editor{align-items:center}@media (prefers-reduced-motion:no-preference){.editor-visual-editor{transition:padding .2s ease-out}}.editor-visual-editor.has-vertical-padding{padding-bottom:24px;padding-top:24px}.editor-visual-editor.has-horizontal-padding{padding-left:24px;padding-right:24px}.editor-visual-editor{overflow:hidden}.editor-visual-editor .components-button{font-family:-apple-system,system-ui,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:6px 12px}.editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{padding:6px}.editor-fields-content-preview{border-radius:4px;display:flex;flex-direction:column;height:100%}.dataviews-view-table .editor-fields-content-preview{flex-grow:0;width:96px}.editor-fields-content-preview .block-editor-block-preview__container,.editor-fields-content-preview .editor-fields-content-preview__empty{margin-bottom:auto;margin-top:auto}.editor-fields-content-preview__empty{text-align:center}.editor-push-changes-to-global-styles-control .components-button{justify-content:center;width:100%}.editor-push-changes-to-global-styles-modal p{margin-top:0}.editor-push-changes-to-global-styles-modal .dataviews-layout__container{overflow-x:hidden}@media (max-width:600px){.editor-push-changes-to-global-styles-modal .dataviews-layout__container{overflow-x:auto}}.editor-push-changes-to-global-styles-modal .components-modal__content{padding-bottom:0}.editor-push-changes-to-global-styles-modal .dataviews-footer{padding-bottom:24px}.editor-push-changes-to-global-styles-modal__value{color:#1e1e1e;overflow-wrap:anywhere}
Free Space : 746118828032 Byte