.wsrv-cba__section-kicker {
	margin: 0 0 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6e3d10;
}

.wsrv-cba__form[hidden] {
	display: none;
}

.wsrv-cba__stack {
	display: grid;
	gap: 1rem;
}

.wsrv-cba__stack > .wsrv-rba__field-grid + .wsrv-cba__callout,
.wsrv-cba__stack > .wsrv-rba__field-grid + .wsrv-cba__conditional,
.wsrv-cba__stack > .wsrv-rba__field + .wsrv-cba__callout,
.wsrv-cba__stack > .wsrv-rba__field + .wsrv-cba__conditional {
	margin-top: 1rem;
}

.wsrv-cba__conditional[hidden] {
	display: none;
}

.wsrv-cba__inline-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin-top: 1rem;
}

.wsrv-cba__choice-group h3 {
	margin: 0 0 0.75rem;
	font-size: 1rem;
}

.wsrv-cba__choice-group {
	margin-top: 0.35rem;
}

.wsrv-cba__inline-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1.25rem;
}

.wsrv-cba__inline-options label,
.wsrv-cba__ack {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.55rem;
}

.wsrv-cba__callout {
	border-left: 4px solid #3c6f61;
	background: #f3f8f6;
	padding: 0.9rem 1rem;
	border-radius: 0.85rem;
	color: #21433a;
}

.wsrv-cba__callout--strong {
	border-left-color: #a05a1d;
	background: #fff5eb;
	color: #6e3d10;
}

.wsrv-cba__file-picker {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	background: #24364a;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	overflow: hidden;
}

.wsrv-cba__file-picker input[type="file"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.wsrv-cba__file-summary {
	margin: 0.75rem 0;
	color: #556678;
	font-size: 0.95rem;
}

.wsrv-cba__upload-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.wsrv-cba__queue {
	display: grid;
	gap: 1rem;
}

.wsrv-cba__queue-empty {
	margin: 0;
	padding: 1rem;
	border: 1px dashed rgba(36, 54, 74, 0.24);
	border-radius: 1rem;
	background: rgba(243, 247, 250, 0.82);
	color: #5f6f82;
}

.wsrv-cba__queue-item {
	border: 1px solid rgba(36, 54, 74, 0.12);
	border-radius: 1rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 22px rgba(36, 54, 74, 0.05);
}

.wsrv-cba__queue-item-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.wsrv-cba__queue-item-head h3 {
	margin: 0;
	font-size: 1rem;
}

.wsrv-cba__queue-item-head p {
	margin: 0.35rem 0 0;
	color: #5f6f82;
}

.wsrv-cba__remove-button {
	padding: 0.55rem 0.95rem;
}

.wsrv-cba__submit-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
}

.wsrv-cba__field--suggested span::after {
	content: " Suggested for this scope";
	font-size: 0.85em;
	color: #6e3d10;
	font-weight: 500;
}

.wsrv-rba__field small {
	display: block;
	margin-top: 0.45rem;
	color: #5f6f82;
	line-height: 1.45;
}

@media (max-width: 720px) {
	.wsrv-cba__submit-row {
		align-items: stretch;
	}

	.wsrv-cba__submit-row .wsrv-rba__submit-button {
		width: 100%;
	}
}
