/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/review-page/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Flow Editorial Workflow — Review Page layout styles.
 * Imported by src/review-page/index.js; extracted to build/review-page/style-index.css.
 *
 * Only page-level layout rules live here — component styles live in
 * bar.scss and sidebar.scss, injected directly into their Shadow DOM roots.
 */
body.flow-review-page {
  padding-top: 64px !important;
  margin-right: 360px !important;
  transition: margin-left 180ms ease, margin-right 180ms ease;
}
body.flow-review-page--comments-closed {
  margin-right: 0 !important;
}
body.flow-review-page--activity-open {
  margin-left: 260px !important;
}
body.flow-device-preview {
  background-color: #ddd;
}
@media (max-width: 782px) {
  body.flow-review-page {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#flow-inline-popover-host {
  position: relative;
  z-index: 100000;
  pointer-events: none;
}
#flow-bar-host,
#flow-sidebar-host,
#flow-activity-sidebar-host {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  body.flow-review-page {
    transition: none;
  }
}
.flow-review-info-notice {
  position: fixed;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  width: -moz-max-content;
  width: max-content;
  max-width: min(720px, 100% - 32px);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #1579a5;
  background: #dff4ff;
  border: 1px solid #b6e6ff;
  border-left-width: 4px;
  border-left-color: #1579a5;
  border-radius: 2px;
  box-shadow: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.flow-review-info-notice__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #1579a5;
}
.flow-review-info-notice__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.flow-review-info-notice__content {
  flex: 1 1 auto;
  min-width: 0;
}
.flow-review-info-notice__title {
  margin: 0 0 2px;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.flow-review-info-notice__text {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
}
.flow-review-info-notice__link {
  display: inline;
  margin: 0;
  padding: 0;
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  vertical-align: baseline;
}
.flow-review-info-notice__link:hover {
  color: #0f6387;
}
.flow-review-info-notice__link:focus-visible {
  outline: 2px solid #1579a5;
  outline-offset: 2px;
}
.flow-review-info-notice__dismiss {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: -8px -8px -8px 0;
  padding: 0;
  color: #1579a5;
  background: transparent;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}
.flow-review-info-notice__dismiss svg {
  display: block;
  width: 20px;
  height: 20px;
}
.flow-review-info-notice__dismiss:hover {
  background: rgba(21, 121, 165, 0.08);
}
.flow-review-info-notice__dismiss:focus-visible {
  outline: 2px solid #1579a5;
  outline-offset: 1px;
}
.flow-inline-highlight {
  background: rgba(255, 212, 59, 0.35);
  box-shadow: inset 0 -2px 0 rgba(255, 183, 0, 0.6);
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.flow-inline-highlight:hover {
  background: rgba(255, 212, 59, 0.55);
}
.flow-inline-highlight--active {
  background: rgba(255, 183, 0, 0.55);
  box-shadow: inset 0 -2px 0 #e69500;
}
.flow-inline-highlight--resolved {
  background: rgba(130, 214, 142, 0.3);
  box-shadow: inset 0 -2px 0 rgba(130, 214, 142, 0.5);
}
.flow-inline-highlight--resolved:hover {
  background: rgba(130, 214, 142, 0.45);
}
img.flow-inline-highlight-media,
video.flow-inline-highlight-media,
iframe.flow-inline-highlight-media {
  cursor: pointer;
}
.flow-embed-wrap {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.flow-embed-wrap > iframe {
  display: block;
  max-width: 100%;
}
.flow-embed-overlay {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
  transition: background-color 0.15s ease;
  z-index: 2;
}
.flow-embed-overlay:hover, .flow-embed-overlay:focus-visible {
  background: rgba(0, 0, 0, 0.25);
}
.flow-embed-overlay:hover .flow-embed-overlay__hint, .flow-embed-overlay:focus-visible .flow-embed-overlay__hint {
  opacity: 1;
}
.flow-embed-overlay:focus-visible {
  outline: 2px solid var(--wp-admin-theme-color, #2271b1);
  outline-offset: -2px;
}
.flow-embed-overlay__hint {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0;
  padding: 8px 14px;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

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