/**
 * Utilidades.
 */
.cm-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.cm-stack > * + * {
	margin-top: 0.75rem;
}

.cm-text-muted {
	color: var(--cm-muted);
	font-size: 0.9rem;
}

.cm-prose {
	max-width: 68ch;
}

.cm-home-faq__item {
	margin: 0 0 0.65rem;
	border-bottom: 1px solid var(--cm-border, #e5e7eb);
	padding-bottom: 0.5rem;
}

.cm-home-faq__item summary {
	cursor: pointer;
	font-weight: 600;
}

.cm-home-faq__item p {
	margin: 0.5rem 0 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--cm-muted);
}

@media (max-width: 480px) {
	.cm-rc__actions {
		flex-direction: column;
		align-items: stretch;
	}
	.cm-btn {
		width: 100%;
		text-align: center;
	}
}
