.is-style-border-three,
.is-style-border-four,
.is-style-border-six,
.is-style-border-nine,
.is-style-border-seventeen,
.is-style-border-eighteen {
	position: relative;
}

.is-style-border-three::after {
	content: "";
	border: 1px solid var(--wp--preset--color--three);
	width: 385px;
	height: 250px;
	position: absolute;
	top: -35px;
	left: -35px;
	z-index: -1;
}

.is-style-border-three.right::after {
	left: auto;
	right: -35px;
}

.is-style-border-four::after {
	content: "";
	border: 1px solid var(--wp--preset--color--four);
	width: 385px;
	height: 250px;
	position: absolute;
	top: -35px;
	left: -35px;
	z-index: -1;
}

.is-style-border-six::after {
	content: "";
	border: 1px solid var(--wp--preset--color--six);
	width: 385px;
	height: 250px;
	position: absolute;
	top: -35px;
	right: -35px;
	z-index: -1;
}

.is-style-border-six.left::after {
	right: auto;
	left: -35px;
}

.is-style-border-nine::after {
	content: "";
	border: 1px solid var(--wp--preset--color--nine);
	width: 385px;
	height: 250px;
	position: absolute;
	top: -35px;
	right: -35px;
	z-index: -1;
}

.is-style-border-seventeen::after {
	content: "";
	border: 1px solid var(--wp--preset--color--seventeen);
	width: 385px;
	height: 250px;
	position: absolute;
	top: -35px;
	right: -35px;
	z-index: -1;
}

.is-style-border-eighteen::after {
	content: "";
	border: 1px solid var(--wp--preset--color--eighteen);
	width: 385px;
	height: 420px;
	position: absolute;
	top: -35px;
	left: -35px;
	z-index: -1;
}

.is-style-border-eighteen.right::after {
	left: auto;
	right: -35px;
}