.photo-callout {
	position: relative;
}

.photo-callout__image {
	width: 100%;
	max-width: none !important;
	height: 538px;
	overflow: hidden;
	border-radius: 0 20px 20px 20px;
	-webkit-mask-image:
		linear-gradient(#000, #000),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='518.93' height='193.48'%3E%3Cpath d='M0,0 L518.93,0 C507.83,0 498.83,8.96 498.83,20 L498.83,153.52 C498.83,164.54 489.87,173.53 478.75,173.53 L19.99,173.53 C8.62,173.53 0,182.48 0,193.48 Z' fill='%23fff'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat, no-repeat;
	-webkit-mask-size:
		100% 100%,
		518.93px 193.48px;
	-webkit-mask-position:
		0 0,
		0 0;
	-webkit-mask-composite: destination-out;
	mask-image:
		linear-gradient(#000, #000),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='518.93' height='193.48'%3E%3Cpath d='M0,0 L518.93,0 C507.83,0 498.83,8.96 498.83,20 L498.83,153.52 C498.83,164.54 489.87,173.53 478.75,173.53 L19.99,173.53 C8.62,173.53 0,182.48 0,193.48 Z' fill='%23fff'/%3E%3C/svg%3E");
	mask-repeat: no-repeat, no-repeat;
	mask-size:
		100% 100%,
		518.93px 193.48px;
	mask-position:
		0 0,
		0 0;
	mask-composite: subtract;
}

.photo-callout__image .wp-block-image {
	width: 100%;
	height: 100%;
	margin: 0;
}

.photo-callout__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
	display: block;
}

.photo-callout__text {
	position: absolute;
	top: 0;
	left: 0;
	width: 518.93px;
	height: 193.48px;
	max-width: calc(100% - 24px);
	padding: 20px 56px 24px 40px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
}

.photo-callout__text p {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.45;
	color: var(--wp--preset--color--neutral-900);
	margin: 0;
}

/* Mobile breakpoint (max-width: 600px) per assets/css/components/base.css */
@media (max-width: 600px) {
	.photo-callout__text {
		padding: 12px 24px 16px 20px;
	}
}
