.cpsp-control {
	padding: 0.75rem 0;
	text-align: left;
}

.cpsp-control__choice {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	font-weight: 600;
}

.cpsp-control__choice input {
	flex: 0 0 auto;
	margin-top: 0.25em;
}

.cpsp-control__choice input:focus-visible,
.cpsp-learn-more:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.cpsp-description {
	margin: 0.35rem 0;
	font-size: 0.9em;
}

.cpsp-learn-more--button {
	appearance: none;
	border: 0;
	background: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
	text-decoration: underline;
}

.cpsp-details {
	margin-top: 0.75rem;
	max-height: 20rem;
	overflow: auto;
	padding: 1rem;
	border: 1px solid currentColor;
	border-radius: 3px;
	font-size: 0.9em;
}

.cpsp-details > :first-child { margin-top: 0; }
.cpsp-details > :last-child { margin-bottom: 0; }

@media (max-width: 480px) {
	.cpsp-control { font-size: 0.95rem; }
	.cpsp-details { max-height: 16rem; }
}

.cpsp-marketing {
	margin: 1.25rem 0;
	padding: 1rem;
	border: 1px solid currentColor;
	border-radius: 3px;
}

.cpsp-marketing h3 {
	margin-top: 0;
}

.cpsp-marketing__choice {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0.9rem 0 0.35rem;
}

.cpsp-marketing__choice input {
	flex: 0 0 auto;
	margin-top: 0.25em;
}

.cpsp-marketing__choice input:focus-visible,
.cpsp-marketing a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.cpsp-marketing__intro,
.cpsp-marketing__disclosure {
	font-size: 0.9em;
}

.cpsp-marketing__disclosure {
	margin: 0.25rem 0 0 1.7rem;
}
