.dnt-gilded-frame {
	position: relative;
	isolation: isolate;
	border-radius: .65rem;
	background: linear-gradient(45deg, #6a441a, #f8e4aa, #3c130c, #f8e4aa, #6a441a);
	box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .28);
	padding: 3px;
}

.dnt-gilded-frame::after {
	position: absolute;
	inset: 0;
	z-index: 3;
	border-radius: inherit;
	background-image: url("../images/corner-ne.png"), url("../images/corner-nw.png"), url("../images/corner-se.png"), url("../images/corner-sw.png");
	background-position: right top, left top, right bottom, left bottom;
	background-size: 73px 73px;
	background-repeat: no-repeat;
	content: "";
	pointer-events: none;
}
