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

.block-personal-note::after {
	background: url(../image/signature-brittany.png) no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	width: 110px;
	height: 32px;
	margin: 16px 0 0 0;
}

.block-personal-note .wp-block-image.alignright:first-of-type {
	margin-top: 16px;
	margin-bottom: 0px;
	margin-right: 0; /* theme-specific change needed for 2023 theme */
}

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