@charset "UTF-8";
.components-popover.components-inline-text-formats-popover .components-popover__content {
  min-width: auto;
  width: 90vw;
  max-width: 360px;
  padding: 15px;
}
.components-popover.components-inline-text-formats-popover .components-button {
  margin-top: 10px;
}
.components-popover.components-inline-text-formats-popover .text-format-item {
  padding: 2px 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.components-popover.components-inline-text-formats-popover .text-format-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.components-popover.components-inline-text-formats-popover .text-format-item.is-active {
  color: white;
  background: black;
}

.components-block-margin-sizes-popover .components-popover__content {
  min-width: auto;
  width: 90vw;
  max-width: 360px;
  padding: 15px;
}
.components-block-margin-sizes-popover .components-button {
  margin-top: 10px;
}
.components-block-margin-sizes-popover .margin-value-format-item {
  padding: 2px 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.components-block-margin-sizes-popover .margin-value-format-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.components-block-margin-sizes-popover .margin-value-format-item.is-active {
  color: white;
  background: black;
}

.components-tools-panel:has(+ .r9-gutenberg-image-controls) .components-tools-panel-item:not(:nth-child(2)) {
  display: none;
}

.components-tools-panel .components-base-control__help.render-auto-setup-message {
  color: green;
  font-size: 12px;
}
.components-tools-panel .components-base-control__help.render-auto-setup-message:before {
  content: "⏺";
  display: inline;
  margin-inline-end: 5px;
}

.components-checkbox-control.components-checkbox-control--image-crop-wrapper {
  margin-bottom: 0;
}

.components-panel__row.options--image-crop-wrapper + .components-checkbox-control--image-no-crop {
  margin-top: 30px !important;
}

.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption.alignleft,
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption.alignright {
  max-width: 50%;
  height: auto;
}
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption.alignleft {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption.alignright {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption.alignleft,
  .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption.alignright {
    max-width: 100%;
  }
}
img.alignleft,
img.alignright {
  max-width: 50%;
  height: auto;
}

img.alignleft {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}

img.alignright {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  img.alignleft,
  img.alignright {
    float: none;
    max-width: 100%;
    margin: 0;
  }
}
.wp-block-table th, .wp-block-table td {
  padding: unset;
  border: unset;
}
.wp-block-table th div[role=textbox] img, .wp-block-table td div[role=textbox] img {
  margin: 0 !important;
  vertical-align: text-bottom;
}
.wp-block-table tfoot {
  border: unset;
}
.wp-block-table th:not(:first-child),
.wp-block-table td:not(:first-child) {
  border-left: 1px dashed rgba(0, 255, 255, 0.2);
}

.components-block-bindings-popover .components-popover__content {
  width: 340px;
  padding: 10px;
}

.block-editor-block-inspector .core-button--accessibility .button-accessibility-instructions {
  margin-bottom: 24px;
}
.block-editor-block-inspector .core-button--accessibility .button-accessibility-instructions .button-accessibility-instructions-icon {
  display: inline-block;
  vertical-align: bottom;
  margin-inline-end: 5px;
  fill: #FFA500;
}
.block-editor-block-inspector .core-button--accessibility .components-text-control__input[disabled] {
  border-color: rgba(220, 220, 222, 0.75);
  color: #888888;
}
