.is-style-round-corners img {
	border-radius: 20px;
}

.wp-block-group:has(> .is-style-faded-bg-image) {
	position: relative;
}

.is-style-faded-bg-image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.is-style-faded-bg-image:before {
	content: '';
	display: block;
	background: linear-gradient(180deg, #FFF 3.75%, rgba(255, 255, 255, 0.21) 155.04%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.block-editor-block-list__layout figure.is-style-faded-bg-image.block-editor-block-list__block {
	position: initial;
}

.is-style-outside-right {
	margin-right: -225px;
	text-align: right;
}

.is-style-outside-right img {
	border-radius: 20px 0 0 20px;
}

.is-style-outside-left {
	margin-left: -225px;
	text-align: left;
}

.is-style-outside-left img {
	border-radius: 0 20px 20px 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1450px) {

	.is-style-outside-right {
		margin-right: -140px;
	}

	.is-style-outside-left {
		margin-left: -140px;
	}

}

@media only screen and (max-width: 1360px) {

	.is-style-outside-right {
		margin-right: -100px;
	}

	.is-style-outside-left {
		margin-left: -100px;
	}

}

@media only screen and (max-width: 1200px) {

	.is-style-outside-right,
	.is-style-outside-left {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}

	.is-style-outside-right img,
	.is-style-outside-left img {
		border-radius: 15px;
	}

}