.freshdesk-wrapper {
	background: #f0f0ee;
	border: 4px solid #3fa8b0;
	border-radius: var(--radius-xl);
	padding: var(--space-8);
	box-shadow: var(--shadow-md);
	margin-block: var(--space-12);
}

.freshdesk-placeholder {
	text-align: center;
	padding: var(--space-16);
	color: var(--color-text-muted);
	font-size: var(--text-sm);
}

.freshdesk-placeholder svg {
	margin-inline: auto;
	margin-bottom: var(--space-4);
	color: var(--color-text-faint);
}