.wp-block-post-featured-image {
	--offset: calc( var( --wp--preset--spacing--xl ) * -1 );
	--radius-small: 10px;
	--radius-large: 7vw;
}.wp-block-post-featured-image img {
		border-radius: var( --radius-small );
		position: relative;
	}.wp-block-post-featured-image:where(.has-shape) {
		position: relative;
	}.wp-block-post-featured-image:where(.has-shape)::before {
			border: 1px solid var( --wp--custom--color--secondary );
			content: "";
			height: 50%;
			position: absolute;
			width: 50%;
		}.wp-block-post-featured-image:where(.has-top-left-shape)::before {
		left: var( --offset );
		top: var( --offset );
	}.wp-block-post-featured-image:where(.has-top-right-shape)::before {
		right: var( --offset );
		top: var( --offset );
	}.wp-block-post-featured-image:where(.has-bottom-left-shape)::before {
		bottom: var( --offset );
		left: var( --offset );
	}.wp-block-post-featured-image:where(.has-bottom-right-shape)::before {
		bottom: var( --offset );
		right: var( --offset );
	}.wp-block-post-featured-image:where(.is-style-droplet) img {
			border-radius: var( --radius-large ) var( --radius-small );
		}.wp-block-post-featured-image:where(.is-style-droplet):where(.has-top-left-shape)::before {
			border-top-left-radius: var( --radius-large );
		}.wp-block-post-featured-image:where(.is-style-droplet):where(.has-bottom-right-shape)::before {
			border-bottom-right-radius: var( --radius-large );
		}.wp-block-post-featured-image:where(.is-style-droplet):where(.has-top-right-shape)::before {
			border-top-right-radius: var( --radius-small );
		}.wp-block-post-featured-image:where(.is-style-droplet):where(.has-bottom-left-shape)::before {
			border-bottom-left-radius: var( --radius-small );
		}.wp-block-post-featured-image:where(.is-style-droplet-alt) img {
			border-radius: var( --radius-small ) var( --radius-large );
		}.wp-block-post-featured-image:where(.is-style-droplet-alt):where(.has-top-right-shape)::before {
			border-top-right-radius: var( --radius-large );
		}.wp-block-post-featured-image:where(.is-style-droplet-alt):where(.has-bottom-left-shape)::before {
			border-bottom-left-radius: var( --radius-large );
		}.wp-block-post-featured-image:where(.is-style-droplet-alt):where(.has-bottom-right-shape)::before {
			border-bottom-right-radius: var( --radius-small );
		}.wp-block-post-featured-image:where(.is-style-droplet-alt):where(.has-top-left-shape)::before {
			border-top-left-radius: var( --radius-small );
		}.wp-block-post-featured-image:where(.is-style-round) img {
			aspect-ratio: 1/1;
			border-radius: 50%;
		}

