.block-personal-note {
	border-top: 8px solid #00A5A5;
}

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

.block-personal-note.is-style-scott::after {
	background: url(signature-scott.png) no-repeat left top;
	background-size: contain;
}

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

.block-personal-note .wp-block-image.alignright:first-of-type img {
	border-radius: 50%;
	object-fit: cover;
}

.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 img {
		width: 100px !important;
		height: 100px !important;
	}
}
