/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/breakdance/style.css ***!
  \******************************************************************************************************************************************************************************/
/*
 * Dark drawer palette for builder review UI — Figma inverse semantics
 * (2026-05_jumplinks_v01). Applied via flow-ew-classic--builder-dark on the
 * review root in Bricks, Elementor, Breakdance, Avada, and Beaver drawers.
 */

.flow-ew-classic--builder-dark {
	--flow-ew-dark-text: #e6eef8;
	--flow-ew-dark-muted: #9faac0;
	--flow-ew-dark-border: #4a556a;
	--flow-ew-dark-card-bg: #262c36;
	--flow-ew-dark-card-text: #e6eef8;
	--flow-ew-dark-card-radius: 4px;
	color: var(--flow-ew-dark-text);
}

.flow-ew-classic--bricks.flow-ew-classic--builder-dark {
	--flow-ew-dark-muted: var(--builder-color-description, #8a99a8);
	--flow-ew-dark-text: var(--builder-color, #e2e6e9);
	--flow-ew-dark-card-bg: #3d4752;
	--flow-ew-dark-border: #4e5c6a;
	--flow-ew-dark-card-text: var(--builder-color, #e2e6e9);
}

.flow-ew-classic--elementor.flow-ew-classic--builder-dark {
	--flow-ew-dark-muted: var(--flow-ew-el-muted, #9da5ae);
	--flow-ew-dark-text: var(--flow-ew-el-txt, #d5d8dc);
	--flow-ew-dark-card-bg: var(--flow-ew-el-bg-elevated, #2b2c31);
	--flow-ew-dark-border: var(--flow-ew-el-border, #333438);
	--flow-ew-dark-card-text: var(--flow-ew-el-txt, #d5d8dc);
	--flow-ew-dark-card-radius: 3px;
}

.flow-ew-classic--avada.flow-ew-classic--builder-dark {
	--flow-ew-dark-muted: #9aa8b7;
	--flow-ew-dark-text: #d5dde6;
	--flow-ew-dark-card-bg: #3a424c;
	--flow-ew-dark-border: #505a66;
	--flow-ew-dark-card-text: #dbe4ed;
	--flow-ew-dark-card-radius: 3px;
}

.flow-ew-classic--beaver.flow-ew-classic--builder-dark {
	--flow-ew-dark-muted: var(--fl-builder-dim-color, hsl(210, 12%, 55%));
	--flow-ew-dark-text: var(--fl-builder-panel-color, #e6eef8);
	--flow-ew-dark-card-bg: var(--fl-builder-platter-bg-color, #181b20);
	--flow-ew-dark-border: var(--fl-builder-outline-color, hsl(210, 11%, 25%));
	--flow-ew-dark-card-text: var(--fl-builder-panel-color, #e6eef8);
}

.flow-ew-classic--divi.flow-ew-classic--builder-dark {
	--flow-ew-dark-muted: #586892;
	--flow-ew-dark-text: #f2f3f7;
	--flow-ew-dark-card-bg: #354559;
	--flow-ew-dark-border: #a2acc7;
	--flow-ew-dark-card-text: #f2f3f7;
	--flow-ew-dark-card-radius: 3px;
}

.flow-ew-classic--builder-dark .flow-ew-classic__label,
.flow-ew-classic--builder-dark .flow-ew-classic__share-label,
.flow-ew-classic--builder-dark .flow-ew-pro-multi-reviewer__label {
	color: var(--flow-ew-dark-muted);
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0 0 6px;
	opacity: 1;
	text-transform: uppercase;
}

.flow-ew-classic--bricks.flow-ew-classic--builder-dark .flow-ew-classic__label,
.flow-ew-classic--bricks.flow-ew-classic--builder-dark .flow-ew-classic__share-label,
.flow-ew-classic--bricks.flow-ew-classic--builder-dark .flow-ew-pro-multi-reviewer__label {
	font-weight: 600;
	letter-spacing: 0.02em;
}

.flow-ew-classic--builder-dark .flow-ew-review-notice--in-review {
	--flow-status-bg: #1e140c;
	--flow-status-text: #fcf0ce;
	--flow-status-border: #957500;
	background: var(--flow-status-bg);
	border-left: 3px solid var(--flow-status-border);
	color: var(--flow-status-text);
}

.flow-ew-classic--builder-dark .flow-ew-review-notice--in-review .flow-ew-review-notice__title {
	color: #fffcf3;
}

.flow-ew-classic--builder-dark .flow-ew-review-notice--in-review .flow-ew-review-notice__desc {
	color: var(--flow-status-text);
}

.flow-ew-classic--builder-dark .flow-ew-review-notice--changes-requested {
	--flow-status-bg: #1e1214;
	--flow-status-text: #ffebea;
	--flow-status-border: #c92222;
	background: var(--flow-status-bg);
	border-left: 3px solid var(--flow-status-border);
	color: var(--flow-status-text);
}

.flow-ew-classic--builder-dark .flow-ew-review-notice--changes-requested .flow-ew-review-notice__title {
	color: #fefbfb;
}

.flow-ew-classic--builder-dark .flow-ew-review-notice--changes-requested .flow-ew-review-notice__desc {
	color: var(--flow-status-text);
}

.flow-ew-classic--builder-dark .flow-ew-review-notice__link {
	color: #ffd54d;
}

.flow-ew-classic--builder-dark .flow-ew-review-notice__link:hover,
.flow-ew-classic--builder-dark .flow-ew-review-notice__link:focus {
	color: #fffcf3;
}

/* Pro multi-reviewer status pills (inverse palette) */

.flow-ew-classic--builder-dark .flow-ew-pro-reviewer-row__status--pending {
	--flow-status-bg: #10171a;
	--flow-status-text: #cde3e7;
	--flow-status-border: #5e777b;
}

.flow-ew-classic--builder-dark .flow-ew-pro-reviewer-row__status--in_review {
	--flow-status-bg: #1e140c;
	--flow-status-text: #fcf0ce;
	--flow-status-border: #957500;
}

.flow-ew-classic--builder-dark .flow-ew-pro-reviewer-row__status--changes_requested {
	--flow-status-bg: #1e1214;
	--flow-status-text: #ffebea;
	--flow-status-border: #c92222;
}

.flow-ew-classic--builder-dark .flow-ew-pro-reviewer-row__status--approved {
	--flow-status-bg: #10190e;
	--flow-status-text: #e7f5e4;
	--flow-status-border: #458037;
}

.flow-ew-classic--builder-dark .flow-ew-pro-reviewer-row__status--open_review {
	--flow-status-bg: #0a1822;
	--flow-status-text: #dff4ff;
	--flow-status-border: #1579a5;
}

/* Drawer header status badge */

.flow-ew-builder-drawer__header .flow-ew-drawer-status[data-status='pending'] {
	--flow-status-bg: #10171a;
	--flow-status-text: #cde3e7;
	--flow-status-border: #5e777b;
	background-color: var(--flow-status-bg) !important;
	border: 1px solid var(--flow-status-border);
	color: var(--flow-status-text) !important;
}

.flow-ew-builder-drawer__header .flow-ew-drawer-status[data-status='in_review'] {
	--flow-status-bg: #1e140c;
	--flow-status-text: #fcf0ce;
	--flow-status-border: #957500;
	background-color: var(--flow-status-bg) !important;
	border: 1px solid var(--flow-status-border);
	color: var(--flow-status-text) !important;
}

.flow-ew-builder-drawer__header .flow-ew-drawer-status[data-status='changes_requested'] {
	--flow-status-bg: #1e1214;
	--flow-status-text: #ffebea;
	--flow-status-border: #c92222;
	background-color: var(--flow-status-bg) !important;
	border: 1px solid var(--flow-status-border);
	color: var(--flow-status-text) !important;
}

.flow-ew-builder-drawer__header .flow-ew-drawer-status[data-status='approved'] {
	--flow-status-bg: #10190e;
	--flow-status-text: #e7f5e4;
	--flow-status-border: #458037;
	background-color: var(--flow-status-bg) !important;
	border: 1px solid var(--flow-status-border);
	color: var(--flow-status-text) !important;
}

.flow-ew-builder-drawer__header .flow-ew-drawer-status[data-status='open_review'] {
	--flow-status-bg: #0a1822;
	--flow-status-text: #dff4ff;
	--flow-status-border: #1579a5;
	background-color: var(--flow-status-bg) !important;
	border: 1px solid var(--flow-status-border);
	color: var(--flow-status-text) !important;
}

/* Pro multi-reviewer list cards */

.flow-ew-classic--builder-dark .flow-ew-pro-reviewers-list > .flow-ew-reviewer-card {
	background-color: var(--flow-ew-dark-card-bg);
	border: 1px solid var(--flow-ew-dark-border);
	border-radius: var(--flow-ew-dark-card-radius);
	color: var(--flow-ew-dark-card-text);
}

.flow-ew-classic--builder-dark .flow-ew-pro-reviewers-list .flow-ew-truncate {
	color: var(--flow-ew-dark-card-text);
}

.flow-ew-classic--builder-dark .flow-ew-pro-reviewers-list .flow-ew-reviewer-card__remove {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--flow-ew-dark-muted);
	display: inline-flex;
	flex-shrink: 0;
	font-size: inherit;
	font-weight: 400;
	height: 24px;
	justify-content: center;
	line-height: 1;
	min-height: 24px;
	min-width: 24px;
	opacity: 1;
	padding: 0;
	width: 24px;
}

.flow-ew-classic--builder-dark .flow-ew-pro-reviewers-list .flow-ew-reviewer-card__remove svg {
	display: block;
	height: 14px;
	width: 14px;
}

.flow-ew-classic--builder-dark .flow-ew-pro-reviewers-list .flow-ew-reviewer-card__remove:hover,
.flow-ew-classic--builder-dark .flow-ew-pro-reviewers-list .flow-ew-reviewer-card__remove:focus-visible {
	background: transparent;
	box-shadow: none;
	color: var(--flow-ew-dark-text);
	opacity: 1;
	outline: none;
}

.flow-ew-classic--bricks.flow-ew-classic--builder-dark .flow-ew-pro-multi-reviewer__add .flow-ew-reviewer-combobox__input {
	background-color: var(--flow-ew-dark-card-bg);
	border-color: var(--flow-ew-dark-border);
}

.flow-ew-classic--breakdance.flow-ew-classic--builder-dark .flow-ew-pro-multi-reviewer__add .flow-ew-reviewer-combobox__input {
	background: transparent;
	border-color: var(--flow-ew-dark-border);
	height: var(--flow-ew-bd-field-height, 40px);
	max-height: var(--flow-ew-bd-field-height, 40px);
	min-height: var(--flow-ew-bd-field-height, 40px);
}

.flow-ew-classic--avada.flow-ew-classic--builder-dark .flow-ew-pro-multi-reviewer__add .flow-ew-reviewer-combobox__input {
	background-color: var(--flow-ew-dark-card-bg);
	border-color: var(--flow-ew-dark-border);
	height: var(--flow-ew-avada-field-height, 40px);
	max-height: var(--flow-ew-avada-field-height, 40px);
	min-height: var(--flow-ew-avada-field-height, 40px);
}

.flow-ew-classic--beaver.flow-ew-classic--builder-dark .flow-ew-reviewer-combobox__input,
.flow-ew-classic--beaver.flow-ew-classic--builder-dark .flow-ew-pro-multi-reviewer__add .flow-ew-reviewer-combobox__input {
	background-color: var(--fl-builder-input-bg-color, var(--flow-ew-dark-card-bg));
	border-color: var(--fl-builder-outline-color, var(--flow-ew-dark-border));
	color: var(--fl-builder-input-color, var(--flow-ew-dark-text));
}

.flow-ew-breakdance-review {
	display: flex;
	align-items: center;
}

.flow-ew-breakdance-toggle[hidden] {
	display: none !important;
}

/* Match Breakdance IconButton: inherit toolbar icon button sizing/hover/active. */

.flow-ew-breakdance-toggle.flow-ew-breakdance-toggle {
	border: 0 !important;
	box-shadow: none !important;
	font: inherit;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.flow-ew-breakdance-toggle__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.flow-ew-breakdance-toggle__icon svg {
	display: block;
	flex-shrink: 0;
	height: 24px;
	width: 24px;
	margin: 0;
}

/* Head/limbs follow toolbar icon color; torso reflects review status. */

.flow-ew-breakdance-review .flow-ew-jumplink-icon__head,
.flow-ew-breakdance-review .flow-ew-jumplink-icon__limbs {
	color: currentColor;
}

.flow-ew-breakdance-review .flow-ew-jumplink-icon__torso {
	color: var(--gray600, #595959);
}

.flow-ew-breakdance-review[data-status='pending'] .flow-ew-jumplink-icon__torso {
	color: #5e777b;
}

.flow-ew-breakdance-review[data-status='in_review'] .flow-ew-jumplink-icon__torso {
	color: #957500;
}

.flow-ew-breakdance-review[data-status='approved'] .flow-ew-jumplink-icon__torso {
	color: #458037;
}

.flow-ew-breakdance-review[data-status='changes_requested'] .flow-ew-jumplink-icon__torso {
	color: #c92122;
}

.flow-ew-breakdance-review[data-status='open_review'] .flow-ew-jumplink-icon__torso {
	color: #1579a5;
}

/* On hover/active, match native toolbar icon coloring (torso included). */

.flow-ew-breakdance-review:hover .flow-ew-jumplink-icon__torso,
.flow-ew-breakdance-review:focus-within .flow-ew-jumplink-icon__torso,
.flow-ew-breakdance-review .flow-ew-breakdance-toggle.is-active .flow-ew-jumplink-icon__torso {
	color: currentColor;
}

.flow-ew-breakdance-drawer {
	position: fixed;
	top: calc(38px + var(--wp-admin--admin-bar--height, 0px));
	right: 12px;
	width: 380px;
	max-width: min(380px, calc(100vw - 24px));
	max-height: calc(100vh - 24px);
	background: #1f232b;
	border: 1px solid #3f4758;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
	color: #e6eef8;
	font-family: Avenir, Arial, system-ui;
	overflow: hidden;
	z-index: 2147483000;
}

body.admin-bar .flow-ew-breakdance-drawer {
	top: calc(38px + var(--wp-admin--admin-bar--height, 32px));
}

.flow-ew-breakdance-drawer__header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-bottom: 1px solid #3f4758;
	background: #262c36;
}

.flow-ew-breakdance-drawer__title {
	font-size: 14px;
	font-weight: 600;
}

.flow-ew-breakdance-drawer__close {
	margin-left: auto;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: #bfc8d8;
	padding: 4px;
	line-height: 1;
}

.flow-ew-breakdance-drawer__close .breakdance-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
}

.flow-ew-breakdance-drawer__close .breakdance-icon svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.flow-ew-breakdance-drawer__body {
	background: #1f232b;
	padding: 14px 16px 16px;
	max-height: calc(100vh - 100px);
	overflow: auto;
}

.flow-ew-breakdance-drawer__header .flow-ew-drawer-status {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 500;
	gap: 6px;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 4px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.flow-ew-breakdance-drawer__header .flow-ew-drawer-status .flow-ew-classic__badge-dot {
	background: var(--flow-badge-color, currentColor);
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	width: 8px;
}

.flow-ew-breakdance-drawer__header .flow-ew-drawer-status[hidden] {
	display: none;
}

.flow-ew-classic--breakdance {
	--flow-ew-bd-field-height: 40px;
}

.flow-ew-breakdance-drawer .flow-ew-classic {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.flow-ew-breakdance-drawer .flow-ew-classic__field {
	margin-bottom: 14px;
}

.flow-ew-breakdance-drawer .flow-ew-review-notice {
	display: block;
	margin-bottom: 14px;
}

.flow-ew-classic--breakdance .flow-ew-classic__value {
	color: var(--flow-ew-dark-text, #e6eef8);
}

.flow-ew-classic--breakdance .flow-ew-classic__badge {
	background: #2a303b;
	border: 1px solid #4a556a;
	color: #e6eef8;
}

.flow-ew-classic--breakdance .flow-ew-classic__notice--success {
	background: #153827;
	border: 1px solid #2a6b47;
	color: #d9f7e8;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox {
	position: relative;
	width: 100%;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__wrap {
	position: relative;
	width: 100%;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__input {
	background: transparent;
	border: 1px solid #4a556a;
	border-radius: 4px;
	box-sizing: border-box;
	color: #e6eef8;
	font-size: 13px;
	font-weight: 500;
	height: var(--flow-ew-bd-field-height, 40px);
	line-height: 1.2;
	max-height: var(--flow-ew-bd-field-height, 40px);
	min-height: var(--flow-ew-bd-field-height, 40px);
	padding: 0 28px 0 10px;
	width: 100%;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__input::-moz-placeholder {
	color: #93a1b7;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__input::placeholder {
	color: #93a1b7;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__input:focus {
	border-color: #69727d;
	box-shadow: none;
	outline: none;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__clear {
	align-items: center;
	background: transparent;
	border: 0;
	color: #aab5c8;
	cursor: pointer;
	display: flex;
	height: 24px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__clear:hover,
.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__clear:focus {
	color: #f3f6fb;
	outline: none;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__clear[hidden] {
	display: none;
}

.flow-ew-classic--breakdance .flow-ew-pro-reviewers-list .flow-ew-reviewer-card__remove {
	color: #aab5c8;
}

.flow-ew-classic--breakdance .flow-ew-pro-reviewers-list .flow-ew-reviewer-card__remove:hover,
.flow-ew-classic--breakdance .flow-ew-pro-reviewers-list .flow-ew-reviewer-card__remove:focus-visible {
	color: #f3f6fb;
	outline: none;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__list {
	background: #262c36;
	border: 1px solid #4a556a;
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
	color: #e6eef8;
	font-size: 13px;
	left: 0;
	list-style: none;
	margin: 4px 0 0;
	max-height: 200px;
	overflow-y: auto;
	padding: 4px 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 5;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__option {
	color: #e6eef8;
	cursor: pointer;
	padding: 8px 10px;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__option:hover,
.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__option:focus {
	background: #313846;
	outline: none;
}

.flow-ew-classic--breakdance .flow-ew-reviewer-combobox__option[aria-selected='true'] {
	background: #313846;
	color: #e6eef8;
}

.flow-ew-classic--breakdance .flow-ew-classic-open__desc {
	color: var(--flow-ew-dark-muted, #aab5c8);
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-row {
	--flow-ew-share-action-width: 36px;
	--flow-ew-share-icon-size: 14px;
	--flow-ew-share-row-height: var(--flow-ew-bd-field-height, 40px);
	align-items: stretch;
	background: transparent;
	border: 1px solid #4a556a;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	height: var(--flow-ew-share-row-height, 40px);
	max-height: var(--flow-ew-share-row-height, 40px);
	min-height: var(--flow-ew-share-row-height, 40px);
	overflow: hidden;
	width: 100%;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-link {
	align-items: center;
	background: transparent;
	border-right: none;
	box-sizing: border-box;
	color: #93c5fd;
	display: flex;
	flex: 1 1 auto;
	font-size: 13px;
	font-weight: 500;
	height: 100%;
	line-height: 1.2;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
	padding: 0 10px;
	text-decoration: none;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-link:hover,
.flow-ew-breakdance-drawer .flow-ew-classic__share-link:focus-visible {
	background: rgba(255, 255, 255, 0.04);
	color: #93c5fd;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-link-text {
	color: inherit;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-decoration: underline;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-copy,
.flow-ew-breakdance-drawer .flow-ew-classic__share-copy.button,
.flow-ew-breakdance-drawer .flow-ew-classic__share-copy.button:hover,
.flow-ew-breakdance-drawer .flow-ew-classic__share-copy.button:focus {
	align-items: center;
	align-self: stretch;
	background: transparent !important;
	border: 0 !important;
	border-inline-start: 1px solid #4a556a !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #e6eef8 !important;
	cursor: pointer;
	display: inline-flex !important;
	flex: 0 0 auto;
	height: 100%;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: var(--flow-ew-share-action-width, 36px);
	padding: 0 !important;
	text-shadow: none !important;
	width: var(--flow-ew-share-action-width, 36px);
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-copy:hover,
.flow-ew-breakdance-drawer .flow-ew-classic__share-copy.button:hover,
.flow-ew-breakdance-drawer .flow-ew-classic__share-copy.button:focus {
	background: rgba(255, 255, 255, 0.06) !important;
	color: #fff !important;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-copy.button {
	font-size: 0 !important;
	line-height: 1 !important;
	vertical-align: top;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-copy .flow-ew-share-icon,
.flow-ew-breakdance-drawer .flow-ew-classic__share-copy svg {
	color: inherit;
	display: block;
	flex-shrink: 0;
	height: var(--flow-ew-share-icon-size, 14px) !important;
	line-height: 1;
	max-height: var(--flow-ew-share-icon-size, 14px);
	max-width: var(--flow-ew-share-icon-size, 14px);
	min-height: var(--flow-ew-share-icon-size, 14px);
	min-width: var(--flow-ew-share-icon-size, 14px);
	width: var(--flow-ew-share-icon-size, 14px) !important;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-copy svg path {
	fill: currentColor;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-copy--done,
.flow-ew-breakdance-drawer .flow-ew-classic__share-copy--done svg {
	color: #22c55e !important;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-goto {
	align-items: center;
	align-self: stretch;
	background: #000 !important;
	border-inline-start: 1px solid #4a556a;
	box-sizing: border-box;
	color: #fff !important;
	display: inline-flex;
	flex: 0 0 auto;
	height: 100%;
	justify-content: center;
	min-height: 0;
	min-width: var(--flow-ew-share-action-width, 36px);
	text-decoration: none;
	width: var(--flow-ew-share-action-width, 36px);
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-goto:hover,
.flow-ew-breakdance-drawer .flow-ew-classic__share-goto:focus-visible {
	background: #000 !important;
	color: #fff !important;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-goto .flow-ew-share-icon,
.flow-ew-breakdance-drawer .flow-ew-classic__share-goto svg {
	color: #fff;
	display: block;
	flex-shrink: 0;
	height: var(--flow-ew-share-icon-size, 14px) !important;
	line-height: 1;
	max-height: var(--flow-ew-share-icon-size, 14px);
	max-width: var(--flow-ew-share-icon-size, 14px);
	min-height: var(--flow-ew-share-icon-size, 14px);
	min-width: var(--flow-ew-share-icon-size, 14px);
	width: var(--flow-ew-share-icon-size, 14px) !important;
}

.flow-ew-breakdance-drawer .flow-ew-classic__share-goto svg path {
	fill: currentColor;
}

.flow-ew-classic--breakdance .flow-ew-classic__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.flow-ew-classic--breakdance .flow-ew-classic__btn {
	width: auto;
	height: 37px;
	padding: 0 16px;
	border-width: 1px !important;
	border-style: solid !important;
	border-radius: 3px;
	font-family: Avenir, Arial, system-ui;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	box-shadow: none;
}

.flow-ew-classic--breakdance .flow-ew-classic__btn.button-primary {
	background-color: transparent !important;
	border: 1px solid #93c5fd !important;
	border-color: #93c5fd !important;
	color: #93c5fd !important;
}

.flow-ew-classic--breakdance .flow-ew-classic__btn[data-action='send'],
.flow-ew-classic--breakdance .flow-ew-classic__btn[data-action='resubmit'] {
	background-color: transparent !important;
	border: 1px solid #93c5fd !important;
	border-color: #93c5fd !important;
	color: #93c5fd !important;
	box-shadow: none !important;
}

.flow-ew-classic--breakdance .flow-ew-classic__btn.button-primary:hover,
.flow-ew-classic--breakdance .flow-ew-classic__btn.button-primary:focus-visible {
	background-color: rgba(147, 197, 253, 0.12) !important;
	border-color: #93c5fd !important;
	color: #93c5fd !important;
}

.flow-ew-classic--breakdance .flow-ew-classic__btn[data-action='send']:hover,
.flow-ew-classic--breakdance .flow-ew-classic__btn[data-action='send']:focus-visible,
.flow-ew-classic--breakdance .flow-ew-classic__btn[data-action='resubmit']:hover,
.flow-ew-classic--breakdance .flow-ew-classic__btn[data-action='resubmit']:focus-visible {
	background-color: rgba(147, 197, 253, 0.12) !important;
	border-color: #93c5fd !important;
	color: #93c5fd !important;
}

.flow-ew-classic--breakdance .flow-ew-classic__btn--approve {
	background-color: transparent !important;
	border: 1px solid #22c55e !important;
	border-color: #22c55e !important;
	color: #22c55e !important;
}

.flow-ew-classic--breakdance .flow-ew-classic__btn--changes {
	background-color: transparent !important;
	border: 1px solid #ef4444 !important;
	border-color: #ef4444 !important;
	color: #ef4444 !important;
}

.flow-ew-classic--breakdance #flow-ew-classic-spinner {
	display: none !important;
}

.flow-ew-breakdance-drawer .flow-ew-classic,
.flow-ew-breakdance-drawer .flow-ew-pro-multi-reviewer,
.flow-ew-breakdance-drawer .flow-ew-pro-multi-reviewer__label,
.flow-ew-breakdance-drawer .flow-ew-pro-multi-reviewer__empty,
.flow-ew-breakdance-drawer .flow-ew-pro-reviewers-list,
.flow-ew-breakdance-drawer .flow-ew-pro-reviewer-row,
.flow-ew-breakdance-drawer .flow-ew-pro-reviewer-row__name {
	color: #e6eef8;
}

.flow-ew-breakdance-drawer .flow-ew-classic-open__row input[type='checkbox'] {
	accent-color: #93c5fd;
}

.flow-ew-breakdance-drawer .flow-ew-classic-open__row,
.flow-ew-breakdance-drawer .flow-ew-classic-open__desc {
	color: #e6eef8;
}


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