.calloutbox-border-left, blockquote {
	border-left: 8px solid #fdb515 !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
	padding: 2rem !important;
	margin: 3rem auto;
	max-width: 800px !important;
	border-radius: 4px;
	font-style: normal;
}

.calloutbox-border-top, .calloutbox-border-top-no-photo {
	border-top: 8px solid #fdb515;
	border-left: 0 !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
	padding: 2rem !important;
	margin: 3rem auto;
	max-width: 360px !important;
	border-radius: 4px;
}
/* restore inner padding and margin on every quote layout */
.quote-block .calloutbox-border-left,
.quote-block blockquote.quote,
.quote-block .calloutbox-border-top,
.quote-block .calloutbox-border-top-no-photo {
	position: relative;      /* so ::before anchors to the block itself */
	padding: 2rem !important; /* bring back that 2rem inset all around */
	margin: 3rem auto;       /* restore the vertical spacing */
	max-width: 800px;        /* adjust as needed per layout */
}

/* vertical layout is narrower */
.quote-block .calloutbox-border-top,
.quote-block .calloutbox-border-top-no-photo {
	max-width: 360px;
}

/* typography (quote text only) */
.quote-block blockquote.quote {
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: -0.014em;
	line-height: 25px;
	/* note: padding & margin come from the rule above, so no padding:0 here */
}

/* author name */
.quote-block .author-line {
	font-style: normal;
	font-weight: 700 !important;
	font-size: 24px !important;
	letter-spacing: -0.019em;
	line-height: 34px;
	margin: 0;
	padding: 0;
}

/* author title */
.quote-block .author-title {
	font-style: normal;
	font-weight: 400 !important;
	font-size: 14px !important;
	letter-spacing: -0.011em;
	line-height: 20px;
	margin: 4px 0 0;
	padding: 0;
}
	
.quote-mark {
	font-family: 'Georgia', Serif !important;
	font-weight: 900;
	font-size: 6rem;
	color: #fdb515;
	line-height: 5rem;
}

/* 1. Fix the circular image in horizontal mode so it crops rather than stretches */
.quote-block .blockquote-small {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;          /* crop to fill the box */
	object-position: center;    /* center the crop */
	display: block;             /* remove any inline quirks */
}

/* 2. Override the ACF “has-text-color” paragraph in vertical+image so it uses your author-title styling */
.quote-block .calloutbox-border-top .has-text-color {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	letter-spacing: -0.011em;
	line-height: 20px;
	margin: 4px 0 0;
	padding: 0;
}