.block-personal-note {
	box-shadow: var(--wp--custom--box-shadow--1);
	border-radius: 12px;
	position: relative;
	padding: 24px;
}

.block-personal-note::before {
	background: url(../../assets/images/supporting-graphic.png) no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	position: absolute;
	width: 88px;
	height: 88px;
	right: -8px;
	bottom: -8px;
	z-index: 2;
}

.block-personal-note::after {
	content: "";
	display: block;
	width: 75px;
	height: 40px;
	background: url(signature.png) no-repeat left top;
	background-size: contain;
	margin-top: var(--wp--custom--layout--block-gap);
}

.block-personal-note .wp-block-image.alignright:first-of-type {
	margin-top: 0;
	float: right;
	position: relative;
}

.block-personal-note .wp-block-image.alignright:first-of-type::before {
	background: url(../../assets/icons/color/heart-pink.svg) no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	width: 76px;
	height: 76px;
	position: absolute;
	left: -25px;
	top: calc( 50% - 38px );
	z-index: 2;
}

.block-personal-note .wp-block-image.alignright:first-of-type img {
	border-radius: 50%;
	box-shadow: var(--wp--custom--box-shadow--1);
	object-fit: cover;
	width: 200px !important;
	height: 200px !important;
}

.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;
}

@media only screen and (max-width: 700px) {
	.block-personal-note .wp-block-image.alignright:first-of-type {
		float: right;
	}

	.block-personal-note .wp-block-image.alignright:first-of-type::before {
		left: -12px;
		width: 36px;
		height: 36px;
		top: calc( 50% - 18px);
	}
	.block-personal-note .wp-block-image.alignright:first-of-type img {
		width: 100px !important;
		height: 100px !important;
	}
}
