.book-tool__button--ghost {
	background: transparent;
	color: #334155;
	box-shadow: inset 0 0 0 1px #cbd5e1;
}

.book-tool__button--ghost:hover,
.book-tool__button--ghost:focus-visible {
	background: #f1f5f9;
	box-shadow: inset 0 0 0 1px #94a3b8;
}

.aging-light-stress-one-action__candidate-list {
	margin: 0 0 0.75rem;
	display: grid;
	gap: 0.5rem;
}

.aging-light-stress-one-action__candidate-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content max-content;
	gap: 0.5rem;
	align-items: center;
	padding: 0.5rem 0.75rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.aging-light-stress-one-action__candidate-pick {
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
	gap: 0.5rem;
	align-items: center;
	width: 100%;
	min-width: 0;
	text-align: left;
}

.aging-light-stress-one-action__candidate-name {
	min-width: 0;
	overflow-wrap: anywhere;
	color: #1e293b;
}

.aging-light-stress-one-action__candidate-type {
	font-size: 13px;
	color: #475569;
	white-space: nowrap;
}

.aging-light-stress-one-action__remove {
	padding: 0.3rem 0.65rem;
	font-size: 13px;
}

.aging-light-stress-one-action__input-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content max-content;
	gap: 0.5rem;
	align-items: start;
	width: 100%;
	margin-top: 0.75rem;
}

.aging-light-stress-one-action__input-row .book-tool__input {
	width: 100%;
	min-width: 0;
}

.aging-light-stress-one-action__input-row .book-tool__input,
.aging-light-stress-one-action__input-row .book-tool__select,
.aging-light-stress-one-action__input-row .book-tool__button {
	min-height: 44px;
}

.aging-light-stress-one-action__select {
	width: auto;
	min-width: max-content;
	margin-bottom: 0 !important;
}

.aging-light-stress-one-action__subguide {
	margin-top: 1rem !important;
}

.aging-light-stress-one-action__shape-choices {
	grid-template-columns: 1fr;
}

.aging-light-stress-one-action__pick-choices {
	grid-template-columns: 1fr;
}

.aging-light-stress-one-action__pick-choices .aging-light-stress-one-action__candidate-type {
	color: inherit;
	opacity: 0.85;
}

.aging-light-stress-one-action__pick-choices .aging-light-stress-one-action__candidate-name {
	color: #fff;
}

.aging-light-stress-one-action__actions {
	margin-top: 0.75rem;
}

.aging-light-stress-one-action__result-label,
.aging-light-stress-one-action__col-label {
	margin-bottom: 0.5rem !important;
	font-weight: 700;
	color: #0f172a;
}

.aging-light-stress-one-action__summary {
	font-size: 18px;
	font-weight: 700;
	color: #0f172a;
	white-space: pre-line;
}

.aging-light-stress-one-action__result-columns {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.aging-light-stress-one-action__result-col {
	padding: 0.75rem 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
}

.aging-light-stress-one-action__list {
	margin: 0;
	display: grid;
	gap: 0.35rem;
}

.aging-light-stress-one-action__list-item {
	position: relative;
	padding-left: 1rem;
}

.aging-light-stress-one-action__list-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 999px;
	background: #64748b;
}

.aging-light-stress-one-action__empty {
	color: #64748b;
}

.aging-light-stress-one-action__next {
	margin-top: 1rem !important;
	white-space: pre-line;
}

@media (min-width: 640px) {
	.aging-light-stress-one-action__result-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.aging-light-stress-one-action__candidate-item,
	.aging-light-stress-one-action__candidate-pick,
	.aging-light-stress-one-action__input-row {
		grid-template-columns: 1fr;
	}

	.aging-light-stress-one-action__candidate-type {
		white-space: normal;
	}
}
