.alcs-family-plan__task {
	display: block;
}

.alcs-family-plan__task-status {
	display: block;
	max-width: 260px;
	margin: .75rem 0;
}

.alcs-family-plan--assessment > header {
	max-width: 800px;
	margin-bottom: 1.5rem;
}

.alcs-family-plan__assessment-list {
	display: grid;
	gap: 1rem;
	margin: 1.5rem 0;
}

.alcs-family-plan__assessment-list fieldset {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(360px, 1.35fr);
	gap: 1.25rem;
	margin: 0;
	padding: 1.25rem;
	border: 1px solid #d9dfdb;
	border-radius: 16px;
	background: #fff;
}

.alcs-family-plan__assessment-list legend {
	display: contents;
}

.alcs-family-plan__assessment-list legend strong,
.alcs-family-plan__assessment-list legend span {
	display: block;
}

.alcs-family-plan__assessment-list legend span {
	margin-top: .35rem;
	color: var(--alcs-muted);
	font-weight: 400;
	line-height: 1.5;
}

.alcs-family-plan__choices {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .55rem;
	align-self: center;
}

.alcs-family-plan__choices label {
	cursor: pointer;
}

.alcs-family-plan__choices input {
	position: absolute;
	opacity: 0;
}

.alcs-family-plan__choices label > span {
	height: 100%;
	margin: 0;
	padding: .75rem;
	border: 1px solid #abb4b0;
	border-radius: 9px;
	background: #fff;
	text-align: center;
	font-size: .88rem;
}

.alcs-family-plan__choices input:focus + span,
.alcs-family-plan__choices input:checked + span {
	border-color: var(--alcs-sage);
	background: #edf4ef;
	box-shadow: 0 0 0 2px var(--alcs-sage);
}

@media (max-width: 760px) {
	.alcs-family-plan__assessment-list fieldset {
		grid-template-columns: 1fr;
	}

	.alcs-family-plan__choices {
		grid-template-columns: 1fr;
	}
}
