/* replace quotes */
.wp-block-pullquote::before {
        background: currentColor;
        content: "";
        display: block;
        height: 52px;
        margin: 0 auto var(--wp--preset--spacing--30) auto;
        mask-image: url(https://happy80th.davidhewittphotography.com/wp-content/uploads/2025/09/quotes.svg);
        mask-position: center;
        mask-repeat: no-repeat;
        width: 64px;
}

.wp-block-pullquote blockquote::before,
block-editor-block-list__block .wp-block-pullquote blockquote::before {
	display: none !important;
}

.wp-block-pullquote p {
	line-height: 1.3;
}
