.block-personal-note.has-background {
	padding: 24px 32px;
}

.block-personal-note .wp-block-image {
	display: flex;
	gap: 16px;
	align-items: center;
}

.block-personal-note .wp-block-image.is-style-rounded img {
	border-radius: 50%;
	object-fit: cover;
}

.block-personal-note .wp-block-image.is-style-rounded::after {
	content: "";
	display: block;
	width: 84px;
	height: 43px;
	background: url(signature.svg) no-repeat center center;
	background-size: contain;
}

.block-personal-note .wp-block-image.alignright:first-of-type + p.is-style-heading,
.block-personal-note .wp-block-image.alignright:first-of-type + h2,
.block-personal-note .wp-block-image.alignright:first-of-type + h3 {
	margin-top: 0;
}

.block-personal-note p.is-style-heading:first-of-type {
	font-weight: 400;
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--x-large);
}

@media only screen and (max-width: 700px) {
	.block-personal-note.has-background {
		padding: 24px;
	}
	
	.block-personal-note .wp-block-image.alignright:first-of-type {
		float: right;
	}
	.block-personal-note .wp-block-image.alignright:first-of-type img {
		width: 100px !important;
		height: 100px !important;
	}
}
