.wp-block-mytheme-infobox {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 18px 20px;
	border-radius: 12px;
	background: #eea8e9;
	color: #000;
}

.wp-block-mytheme-infobox .infobox-icon {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #290945;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	margin-top: 2px;
}

.wp-block-mytheme-infobox .infobox-body {
	flex: 1 1 auto;
}

.wp-block-mytheme-infobox .infobox-title {
	font-weight: 700;
	margin-bottom: 6px;
}

.wp-block-mytheme-infobox .infobox-text {
	margin: 0;
}

.wp-block-mytheme-infobox .infobox-text p:first-child,
.wp-block-mytheme-infobox .infobox-text > *:first-child {
	margin-top: 0;
}

.wp-block-mytheme-infobox .infobox-text p:last-child,
.wp-block-mytheme-infobox .infobox-text > *:last-child {
	margin-bottom: 0;
}