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

.is-style-top-right-square{
	position: relative;
}

.is-style-top-right-square::before {
	content:"";
	width:136px;
	height:136px;
	background-color: var(--wp--preset--color--eight);
	border-radius: 0px 5px 0px 0px;
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: -1;
}

