/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/setup-wizard/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.flow-ew-wizard.components-modal__frame {
  max-width: 560px;
}
.flow-ew-wizard__lead {
  color: #50575e;
  margin: 0 0 16px;
}
.flow-ew-wizard__progress {
  align-items: center;
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}
.flow-ew-wizard__progress-dot {
  background-color: #dcdcde;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.flow-ew-wizard__progress-dot.is-current {
  background-color: var(--wp-admin-theme-color, #2271b1);
  box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.18);
}
.flow-ew-wizard__progress-dot.is-done {
  background-color: var(--wp-admin-theme-color, #2271b1);
  opacity: 0.55;
}
.flow-ew-wizard__progress-label {
  color: #757575;
  font-size: 12px;
  margin-left: auto;
}
.flow-ew-wizard__step {
  min-height: 220px;
}
.flow-ew-wizard__step-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}
.flow-ew-wizard__step-desc {
  color: #50575e;
  font-size: 13px;
  margin: 0 0 14px;
}
.flow-ew-wizard__option {
  align-items: flex-start;
  border: 1px solid #dcdcde;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  padding: 12px 14px;
  transition: border-color 0.12s ease, background-color 0.12s ease;
}
.flow-ew-wizard__option:hover {
  border-color: #c3c4c7;
}
.flow-ew-wizard__option.is-selected {
  background-color: #f0f6fc;
  border-color: var(--wp-admin-theme-color, #2271b1);
}
.flow-ew-wizard__option input[type=radio] {
  margin: 4px 0 0;
}
.flow-ew-wizard__option strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
.flow-ew-wizard__select-all {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 8px;
  text-decoration: none;
}
.flow-ew-wizard__select-all:hover {
  text-decoration: underline;
}
.flow-ew-wizard__check-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}
.flow-ew-wizard__check-list--roles .components-checkbox-control__help,
.flow-ew-wizard__check-list--roles .components-base-control__help {
  color: #8c8f94;
  margin-left: 0;
  margin-top: 0;
}
.flow-ew-wizard__notice.components-notice {
  margin: 12px 0 0;
}
.flow-ew-wizard__actions {
  align-items: center;
  border-top: 1px solid #f0f0f1;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 20px -32px -24px;
  padding: 14px 32px 0;
}
.flow-ew-wizard__actions-right {
  display: flex;
  gap: 8px;
}
.flow-ew-wizard__skip {
  color: #757575;
}
.flow-ew-wizard__toast {
  background-color: #1d2327;
  border-radius: 4px;
  bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  font-size: 13px;
  padding: 12px 16px;
  position: fixed;
  right: 24px;
  z-index: 100000;
}

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