.block-personal-note {
	padding: 24px;
	border-top: 3px solid var(--wp--preset--color--quinary);
	background: var(--wp--preset--color--background);
	box-shadow: var(--wp--custom--box-shadow--1);
}

.block-personal-note::after {
	content: "";
	display: block;
	height: 21px;
	width: 98px;
	background: url(https://www.dessertfortwo.com/wp-content/themes/dessertfortwo-2025/assets/images/christina.svg) no-repeat center center;
	background-size: contain;
	margin-top: 16px;
}

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

.block-personal-note p.is-style-heading,
.block-personal-note h2,
.block-personal-note h3 {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 900;
	letter-spacing: var(--wp--custom--letter-spacing--loose);
	line-height: var(--wp--custom--line-height--small);
	text-transform: uppercase;
}

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