/**
 * Service Card block – editor-only styles.
 *
 * @package wuppi-blocks
 */

.wp-block-wuppi-service-card .wuppi-service-card__icon-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--wp--preset--color--muted, #f0f0ed);
	color: var(--wp--preset--color--accent, currentColor);
	font-size: 1.5rem;
}
