.crm-help-content h2 {
	color: var(--crm-accent, yellowgreen);
	margin-top: 1.5rem;
	font-size: 1.15rem;
}

.crm-help-content h3 {
	color: var(--crm-accent-muted, lightseagreen);
	margin-left: 0;
	margin-top: 1rem;
	font-size: 1rem;
}

.crm-help-content em {
	color: var(--crm-warning-text, lightcoral);
	font-style: normal;
}

.crm-help-content .warning {
	color: var(--crm-danger, red);
}

.crm-help-content img.left {
	float: left;
	margin: 0.5rem 0.75rem 0.75rem 0;
	max-width: min(100%, 220px);
	height: auto;
}

.crm-help-content img.right {
	float: right;
	margin: 0.5rem 0 0.75rem 0.75rem;
	max-width: min(100%, 220px);
	height: auto;
}

.crm-help-content ul {
	padding-left: 1.25rem;
}

.crm-help-index {
	columns: 2;
	column-gap: 2rem;
}

@media (max-width: 576px) {
	.crm-help-index {
		columns: 1;
	}
}

.crm-help-btn {
	width: 2rem;
	height: 2rem;
	padding: 0;
	line-height: 1;
	border-radius: 50%;
	font-weight: 700;
}

.crm-page-title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
}
