/* Notes (actually quotes) in articles */
.ipsRecord .ipsQuote:not(:has(.ipsQuote_citation)){
	border: 1px solid #452170 !important;
}

.ipsRecord .ipsQuote:not(:has(.ipsQuote_citation))::before{
	content: "Note";
	background: #452170;
	color: #fff;
	padding: .7em 1.2em;
	font-size: .9em;
	font-weight: 600;
	display: block;
	margin: calc(var(--sp-4) * -1);
	margin-bottom: var(--sp-4);
}


/* Tables in articles */
.ipsRecord table{
	width: 100%;
	margin: 1.5em 0;
	border-bottom: 2px solid #452170;
	background: rgb(var(--theme-area_background));
}

.ipsRecord :is(th, td){
	padding: .8em;
	border: 1px solid rgb(var(--theme-area_background_reset));
  	background: transparent;
}

.ipsRecord th{
	background: #452170;
	color: #fff;
	padding: .5em .8em;
}