#editorialDeskWorkflow.edw-page {
	background: #f4f7fb;
	color: #14213d;
	font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	min-height: 100%;
	padding: 32px 20px 56px;
}

#editorialDeskWorkflow .edw-shell {
	margin: 0 auto;
	max-width: 1320px;
}

#editorialDeskWorkflow .edw-hero,
#editorialDeskWorkflow .edw-card,
.edw-injected-panel {
	background: #fff;
	border: 1px solid #d7e2f2;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(15, 38, 79, 0.08);
}

#editorialDeskWorkflow .edw-hero {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 24px 28px;
}

#editorialDeskWorkflow .edw-kicker,
.edw-injected-panel .edw-kicker {
	color: #9a7127;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

#editorialDeskWorkflow h1,
#editorialDeskWorkflow h2,
.edw-injected-panel h2 {
	color: #0e1a33;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 10px;
}

#editorialDeskWorkflow h1 {
	font-size: 36px;
}

#editorialDeskWorkflow h2,
.edw-injected-panel h2 {
	font-size: 22px;
}

#editorialDeskWorkflow p,
.edw-injected-panel p {
	color: #516078;
	margin: 0 0 12px;
}

#editorialDeskWorkflow .edw-muted,
.edw-injected-panel .edw-muted {
	color: #6b778d;
	font-size: 14px;
}

#editorialDeskWorkflow .edw-card {
	padding: 22px;
}

#editorialDeskWorkflow .edw-alert {
	background: #edf9f2;
	border-color: #bfe7cd;
	color: #165f37;
	font-weight: 700;
	margin-bottom: 14px;
}

#editorialDeskWorkflow .edw-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
}

#editorialDeskWorkflow .edw-list {
	display: grid;
	gap: 14px;
}

#editorialDeskWorkflow .edw-submission-card {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

#editorialDeskWorkflow .edw-card-actions,
#editorialDeskWorkflow .edw-actions,
.edw-injected-panel .edw-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#editorialDeskWorkflow .edw-card-actions {
	justify-content: flex-end;
	min-width: 220px;
}

#editorialDeskWorkflow .edw-button,
.edw-injected-panel .edw-button {
	align-items: center;
	background: #123a8c;
	border: 1px solid #123a8c;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	text-decoration: none;
}

#editorialDeskWorkflow .edw-button:hover,
.edw-injected-panel .edw-button:hover {
	background: #0b2b6e;
	color: #fff;
	text-decoration: none;
}

#editorialDeskWorkflow .edw-button--secondary,
.edw-injected-panel .edw-button--secondary {
	background: #fff;
	border-color: #c9d8ee;
	color: #123a8c;
}

#editorialDeskWorkflow .edw-button--secondary:hover,
.edw-injected-panel .edw-button--secondary:hover {
	background: #eef4ff;
	color: #123a8c;
}

#editorialDeskWorkflow .edw-button--danger {
	background: #9d1d1d;
	border-color: #9d1d1d;
}

#editorialDeskWorkflow .edw-pill,
.edw-injected-panel .edw-pill {
	background: #eef4ff;
	border: 1px solid #cfdcf4;
	border-radius: 999px;
	color: #173f86;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 11px;
}

#editorialDeskWorkflow .edw-pill--required {
	background: #fff8df;
	border-color: #f1d58b;
	color: #8a620d;
}

#editorialDeskWorkflow .edw-pill--optional {
	background: #edf9f2;
	border-color: #bfe7cd;
	color: #19663a;
}

#editorialDeskWorkflow .edw-form-section {
	border-bottom: 1px solid #e4ebf5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#editorialDeskWorkflow .edw-form-section:last-of-type {
	border-bottom: 0;
}

#editorialDeskWorkflow .edw-checkbox {
	align-items: center;
	display: flex;
	font-weight: 700;
	gap: 10px;
	margin: 10px 0;
}

#editorialDeskWorkflow .edw-requirement-table {
	border: 1px solid #d7e2f2;
	border-radius: 8px;
	overflow: hidden;
}

#editorialDeskWorkflow .edw-requirement-table__head,
#editorialDeskWorkflow .edw-requirement-table__row {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(220px, 1fr) 150px minmax(240px, 360px);
	padding: 12px 14px;
}

#editorialDeskWorkflow .edw-requirement-table__head {
	background: #f1f5fb;
	color: #5f6d83;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

#editorialDeskWorkflow .edw-requirement-table__row + .edw-requirement-table__row {
	border-top: 1px solid #e4ebf5;
}

#editorialDeskWorkflow .edw-requirement-table small,
#editorialDeskWorkflow .edw-requirements small {
	color: #6b778d;
	display: block;
	margin-top: 3px;
}

#editorialDeskWorkflow select {
	border: 1px solid #cbd6e6;
	border-radius: 6px;
	box-sizing: border-box;
	color: #14213d;
	font: inherit;
	padding: 8px 10px;
	width: 100%;
}

#editorialDeskWorkflow .edw-requirements {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#editorialDeskWorkflow .edw-requirements li,
.edw-injected-panel .edw-requirements li {
	align-items: flex-start;
	background: #f8fbff;
	border: 1px solid #d7e2f2;
	border-radius: 8px;
	display: flex;
	gap: 10px;
	padding: 12px;
}

#editorialDeskWorkflow .edw-requirement--missing,
.edw-injected-panel .edw-requirement--missing {
	background: #fff6f6;
	border-color: #f0b4b4;
}

#editorialDeskWorkflow .edw-history {
	border-left: 3px solid #0f8ba0;
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
}

#editorialDeskWorkflow .edw-history li {
	padding: 0 0 18px;
	position: relative;
}

#editorialDeskWorkflow .edw-history li::before {
	background: #0f8ba0;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: -24px;
	position: absolute;
	top: 7px;
	width: 10px;
}

#editorialDeskWorkflow .edw-history time,
#editorialDeskWorkflow .edw-history span,
#editorialDeskWorkflow .edw-history small {
	color: #6b778d;
	display: block;
	font-size: 14px;
}

.edw-injected-panel {
	box-sizing: border-box;
	margin: 16px 0;
	padding: 18px;
}

.edw-injected-panel--drawer {
	box-shadow: none;
	margin: 0 0 16px;
	padding: 14px;
}

.edw-injected-panel--drawer .edw-actions {
	gap: 8px;
}

.edw-injected-panel--drawer .edw-button {
	min-height: 36px;
	padding: 0 14px;
}

.edw-injected-panel--actions {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 14px;
	padding: 0;
	width: 100%;
}

.edw-injected-panel--actions .edw-kicker {
	display: none;
}

.edw-injected-panel--actions h2 {
	display: none;
}

.edw-injected-panel--actions .edw-actions {
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}

.edw-injected-panel--actions .edw-button {
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.4;
	min-height: 40px;
	padding: 7px 16px;
	width: auto;
}

.edw-injected-panel--actions .edw-button:not(.edw-button--secondary) {
	background: #0076a3;
	border-color: #0076a3;
	color: #fff;
}

.edw-injected-panel--actions .edw-button:not(.edw-button--secondary):hover {
	background: #005f84;
	border-color: #005f84;
	color: #fff;
}

.edw-injected-panel--actions .edw-button--secondary {
	background: #fff;
	border-color: #b8b8b8;
	color: #006798;
}

.edw-injected-panel--actions .edw-button--secondary:hover {
	background: #f5f5f5;
	border-color: #9f9f9f;
	color: #006798;
}

.edw-injected-panel .edw-requirements {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 12px 0;
	padding: 0;
}

.edw-wizard-requirements {
	display: block;
}

.edw-wizard-requirements__body {
	background: #f8fbff;
	border: 1px solid #d7e2f2;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 12px;
	width: 100%;
}

.edw-wizard-requirements__body > strong {
	color: #0e1a33;
	display: block;
	margin-bottom: 8px;
}

.edw-wizard-requirements__body ul {
	display: grid;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.edw-wizard-requirements__body li {
	align-items: center;
	display: flex;
	gap: 8px;
}

.edw-wizard-requirements__body li > span:first-child {
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	min-width: 52px;
	padding: 5px 8px;
	text-transform: uppercase;
}

.edw-wizard-requirements__item--complete > span:first-child {
	background: #edf9f2;
	color: #19663a;
}

.edw-wizard-requirements__item--missing > span:first-child {
	background: #fff6f6;
	color: #9d1d1d;
}

.edw-wizard-requirements__body em {
	color: #6b778d;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	margin-left: 4px;
}

.edw-status-banner {
	background: #fff8df;
	border: 1px solid #f1d58b;
	border-radius: 8px;
	color: #634507;
	font-weight: 700;
	margin: 10px 0;
	padding: 12px 14px;
}

.edw-inline-action {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	box-sizing: border-box;
	display: grid;
	gap: 8px;
	margin-top: 14px;
	padding: 14px;
	width: 100%;
}

.edw-inline-action h3 {
	color: #0e1a33;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 4px;
}

.edw-inline-action label {
	color: #222;
	font-weight: 700;
}

.edw-inline-action select,
.edw-inline-action input,
.edw-inline-action textarea {
	border: 1px solid #b8b8b8;
	border-radius: 4px;
	box-sizing: border-box;
	color: #222;
	font: inherit;
	padding: 8px 10px;
	width: 100%;
}

.edw-inline-action textarea {
	min-height: 92px;
	resize: vertical;
}

.edw-inline-action__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.edw-inline-action__error {
	color: #9d1d1d;
	font-weight: 700;
	margin: 0;
}

.edw-upload-requirement-warning {
	background: #fff8df;
	border: 1px solid #d4a33a;
	border-radius: 4px;
	box-sizing: border-box;
	color: #3f2f0b;
	clear: both;
	font-size: 14px;
	font-weight: 700;
	grid-column: 1 / -1;
	line-height: 1.4;
	margin: 10px 12px 12px;
	padding: 10px 12px;
	width: auto;
}

.edw-hidden-genre-choice {
	display: none !important;
}

@media (max-width: 900px) {
	#editorialDeskWorkflow .edw-hero,
	#editorialDeskWorkflow .edw-submission-card {
		display: block;
	}

	#editorialDeskWorkflow .edw-grid,
	#editorialDeskWorkflow .edw-requirement-table__head,
	#editorialDeskWorkflow .edw-requirement-table__row {
		grid-template-columns: 1fr;
	}

	#editorialDeskWorkflow .edw-card-actions {
		justify-content: flex-start;
		margin-top: 14px;
		min-width: 0;
	}
}
