/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/@automattic/isolated-block-editor/build-module/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * 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.
 */
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * 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.
 */
/**
 * Breakpoints & Media Queries
 */
html.interface-interface-skeleton__html-container {
  position: unset !important;
}

.components-modal__frame,
.components-modal__frame select,
.iso-editor,
.iso-editor select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #1e1e1e;
}
.components-modal__frame input,
.components-modal__frame select,
.components-modal__frame textarea,
.components-modal__frame button,
.iso-editor input,
.iso-editor select,
.iso-editor textarea,
.iso-editor button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.components-modal__frame p:not(.components-form-token-field__help),
.iso-editor p:not(.components-form-token-field__help) {
  font-size: inherit;
  line-height: inherit;
}
.components-modal__frame ul.block-editor-block-list__block,
.components-modal__frame ol.block-editor-block-list__block,
.iso-editor ul.block-editor-block-list__block,
.iso-editor ol.block-editor-block-list__block {
  margin: 0 0 1.2em;
}
.components-modal__frame ul li,
.components-modal__frame ol li,
.iso-editor ul li,
.iso-editor ol li {
  margin-bottom: initial;
}
.components-modal__frame ul,
.iso-editor ul {
  list-style-type: none;
}
.components-modal__frame ol,
.iso-editor ol {
  list-style-type: decimal;
}
.components-modal__frame ul ul,
.components-modal__frame ol ul,
.iso-editor ul ul,
.iso-editor ol ul {
  list-style-type: circle;
}
.components-modal__frame .components-popover.components-animate__appear,
.iso-editor .components-popover.components-animate__appear {
  animation: none;
}

.iso-editor {
  width: 100%;
  min-height: 145px;
  background-color: #fff;
  position: relative;
  border: 1px solid #e0e0e0;
}

.components-modal__frame .components-modal__header h1 {
  font-size: 20px !important;
}
.components-modal__frame button {
  box-shadow: none;
}

.iso-editor__loading {
  min-height: 125px;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  animation: loading-fade 1.6s ease-in-out infinite;
  margin-bottom: 57px;
}
.iso-editor__loading > textarea,
.iso-editor__loading > div {
  display: none;
}

@keyframes loading-fade {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
#media-search-input {
  box-sizing: border-box;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/@automattic/isolated-block-editor/build-module/components/block-editor-container/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * 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.
 */
/**
 * 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.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
.iso-editor .editor-error-boundary {
  margin-bottom: 60px;
  box-shadow: none;
  border: none;
}
.iso-editor .block-editor-writing-flow {
  padding: 10px 0;
}
.iso-editor .block-editor-writing-flow ul {
  list-style-type: disc;
}
.iso-editor .block-editor-writing-flow [data-type="core/list"] li {
  margin-left: 20px;
}
.iso-editor .wp-block {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.iso-editor .wp-block[data-align=wide] {
  max-width: 1100px;
}
.iso-editor .wp-block[data-align=full] {
  max-width: none;
}
.iso-editor img {
  max-width: 100%;
  height: auto;
}
.iso-editor iframe {
  width: 100%;
}
.iso-editor .components-navigate-regions {
  height: 100%;
}
.iso-editor .block-editor-block-list__layout:first-of-type .block-editor-default-block-appender {
  margin-left: 0;
}
.iso-editor .block-editor-block-list__layout:first-of-type .block-editor-default-block-appender__content {
  margin-top: 16px;
  margin-bottom: 16px;
}
.iso-editor .edit-post-text-editor {
  padding-top: 0;
}
.iso-editor .edit-post-text-editor__body {
  max-width: none;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 0;
}
.iso-editor .edit-post-text-editor__body textarea {
  padding: 15px;
}
.iso-editor .components-resizable-box__handle::before {
  box-sizing: border-box;
}
.iso-editor .components-popover__content button:focus,
.iso-editor .components-popover__content button:hover {
  text-decoration: none;
}
.iso-editor .components-popover__content button:not(.is-active) {
  font-weight: normal;
  text-transform: none;
  font-family: Arial;
}
.iso-editor .components-popover__content button:not(.is-active):active, .iso-editor .components-popover__content button:not(.is-active):focus, .iso-editor .components-popover__content button:not(.is-active):hover {
  background-color: transparent;
  background-image: none;
}
.iso-editor .block-editor-block-navigation__container .is-selected button:active, .iso-editor .block-editor-block-navigation__container .is-selected button:focus, .iso-editor .block-editor-block-navigation__container .is-selected button:hover {
  background-color: #1e1e1e;
}
.iso-editor .components-popover__content h1:before, .iso-editor .components-popover__content h2:before {
  content: none;
  display: unset;
  height: unset;
  margin: unset;
  width: unset;
  background: unset;
}
.iso-editor .components-popover__content .block-editor-inserter__menu .components-tab-panel__tab-content button {
  font-size: 16px;
}
.iso-editor .block-editor-default-block-appender textarea {
  border: none !important;
  border-radius: unset !important;
  box-shadow: none !important;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/@automattic/isolated-block-editor/build-module/components/block-editor/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * 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.
 */
/**
 * 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.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
 * Colors
 */
.iso-editor .edit-post-layout.interface-interface-skeleton {
  position: static;
  top: auto;
  left: auto;
}
.iso-editor .interface-interface-skeleton__editor,
.iso-editor .interface-interface-skeleton__content {
  width: 100%;
}
.iso-editor .is-mode__text .edit-post-text-editor__body {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 16px 24px 96px;
}
.iso-editor .block-editor-writing-flow {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
.iso-editor .block-editor-writing-flow .block-editor-block-list__layout .wp-block:first-child[data-type="core/paragraph"] {
  padding-top: 0;
}
.iso-editor .block-editor-writing-flow .block-list-appender .wp-block {
  padding-top: 0 !important;
}
.iso-editor .block-editor-block-list__layout.is-root-container {
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 600px) {
  .iso-editor .block-editor-block-list__layout.is-root-container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.iso-editor .block-editor-link-control__settings {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.iso-editor a[href="edit.php?post_type=wp_block"] {
  display: none;
}
.iso-editor .is-fullscreen-mode .block-editor-block-list__layout > div:first-child > .block-list-appender:first-child .wp-block,
.iso-editor .is-fullscreen-mode .block-editor-block-list__layout > .block-list-appender:first-child .wp-block {
  margin: 0 auto !important;
}
.iso-editor .edit-post-visual-editor {
  background-color: #fff;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/@automattic/isolated-block-editor/build-module/components/block-editor-toolbar/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * 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.
 */
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * 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.
 */
/**
 * Breakpoints & Media Queries
 */
@media (min-width: 280px) {
  .edit-post-header {
    flex-wrap: nowrap;
  }
}

.edit-post-header__settings {
  display: inline-flex;
  align-items: center;
}
.edit-post-header__settings button.components-button.has-icon {
  margin-right: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/@automattic/isolated-block-editor/build-module/components/block-editor-toolbar/block-navigation/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * 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.
 */
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * 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.
 */
/**
 * Breakpoints & Media Queries
 */
.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: 600;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/@automattic/isolated-block-editor/build-module/components/block-editor-toolbar/inspector/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Colors
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * 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.
 */
/**
 * 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.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
.iso-editor .popover-slot .iso-inspector ul:not(.editor-post-taxonomies__flat-term-most-used-list) li {
  margin: 0;
}
.iso-editor .popover-slot .block-editor-inserter__menu {
  min-width: 300px;
  max-height: 55vh;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/@automattic/isolated-block-editor/build-module/components/collaborative-editing/use-yjs/formats/collab-caret/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
mark.iso-editor-collab-caret {
  position: relative;
  background: #eee;
  color: currentColor;
}

mark.iso-editor-collab-caret.is-collapsed {
  background: none;
}

mark.iso-editor-collab-caret::before {
  left: -1px;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  font-size: 1em;
  width: 1px;
  height: 1.1em;
  background: currentColor;
}

mark.iso-editor-collab-caret.is-shifted::before {
  left: auto;
  right: -1px;
}

mark.iso-editor-collab-caret::after {
  position: absolute;
  top: -24px;
  right: -4px;
  overflow: hidden;
  min-width: 8px;
  max-width: 140px;
  text-overflow: ellipsis;
  min-height: 8px;
  padding: 5px 6px 6px;
  border-radius: 2px;
  content: attr(title);
  color: var(--iso-editor-collab-caret-label-text-color);
  vertical-align: top;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  background: var(--iso-editor-collab-caret-color);
  font-style: normal;
  font-weight: normal;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/@automattic/isolated-block-editor/build-module/components/collaborative-editing/use-yjs/filters/block-selection/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wp-block.is-iso-editor-collab-peer-selected {
  --iso-editor-collab-peer-block-color: currentColor;
  box-shadow: 0 0 0 1.5px var(--iso-editor-collab-peer-block-color);
  border-radius: 1px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/@automattic/isolated-block-editor/build-module/components/collaborative-editing/components/avatars/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * 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.
 */
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
.iso-editor-collab-avatars {
  display: flex;
  align-items: center;
  margin: 0 8px;
}

.iso-editor-collab-avatars__avatar-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  padding: 0;
  box-sizing: content-box;
}
.iso-editor-collab-avatars__avatar-btn:hover {
  cursor: pointer;
}
.iso-editor-collab-avatars__avatar-btn + .iso-editor-collab-avatars__avatar-btn {
  margin-left: -4px;
  box-shadow: 0 0 0 2px #fff;
}

.iso-editor-collab-avatars__popover .components-popover__content {
  transform: translateY(8px);
  background: #1e1e1e;
  border-radius: 2px;
  border-width: 0;
  color: #fff;
  white-space: nowrap;
  line-height: 1.4;
  font-size: 12px;
  box-shadow: none;
}
.iso-editor-collab-avatars__popover .components-popover__content > div {
  padding: 4px 8px;
}

.iso-editor-collab-avatars__image {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

.iso-editor-collab-avatars__name-initial {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  cursor: default;
}

.iso-editor-collab-avatars__overflow {
  display: flex;
  align-items: center;
  margin-left: 4px;
  height: 36px;
  cursor: default;
  font-size: 14px;
  line-height: 1.4;
}

.iso-editor-collab-avatars__overflow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iso-editor-collab-avatars__overflow-list-item {
  margin: 0;
}
.iso-editor-collab-avatars__overflow-list-item + .iso-editor-collab-avatars__overflow-list-item {
  margin-top: 2px;
}

.iso-editor-collab-avatars__overflow-more {
  margin: 2px 0 0;
}

/*# sourceMappingURL=style-index.css.map*/