/* SAR Editorial Assistant — disposition panel (Stage 1) baseline styles.
 * Deliberately minimal. Full SAR theming (serif, maroon/cream) is a later pass;
 * this just makes the panel legible and usable while we prove behavior. */

.sar-ea-panel {
	font-size: 13px;
	line-height: 1.5;
}

/* Owned hidden class — !important so a theme's [hidden]/button rules can't
   override the disclosure. The bare `hidden` attribute was being overridden by
   the front-end theme, showing all tiers at once. */
.sar-ea-panel .sar-ea-hidden {
	display: none !important;
}

.sar-ea-panel .sar-ea-dry {
	background: #fcf9e8;
	border: 1px solid #e6dda0;
	border-radius: 4px;
	padding: 6px 10px;
	margin: 0 0 12px;
}

.sar-ea-prompt {
	font-weight: 600;
	margin: 0 0 8px;
}

.sar-ea-branches {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.sar-ea-branch {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sar-ea-branch-btn.is-active {
	box-shadow: 0 0 0 2px #2271b1 inset;
}

.sar-ea-tiers {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sar-ea-committed {
	margin: 12px 0 0;
}

.sar-ea-step2 {
	margin-top: 16px;
	border-top: 1px solid #e0e0e0;
	padding-top: 14px;
}

.sar-ea-email-label {
	margin: 0 0 6px;
}

.sar-ea-status {
	min-height: 1.4em;
	color: #555;
	margin-bottom: 6px;
}

.sar-ea-body {
	width: 100%;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.5;
}

.sar-ea-actions {
	margin-top: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.sar-ea-stage-note {
	color: #888;
	font-style: italic;
}
