#site-config fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

#site-config fieldset legend {
	display: block;
	width: unset;
	margin: unset;
	padding-inline-start: 2px;
	padding-inline-end: 2px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
}

#site-config label {
	display: block;
	margin-bottom: 0;
}

#site-config input {
	margin-bottom: 1rem;
}

#site-config .mlr-row {
	display: flex;
	margin-bottom: 1rem;
}

#site-config .mlr-row .mlr-col.col-33 {
	width: 31%;
	margin: 0 1%;
}

#site-config .mlr-col input {
	width: 100%;
}

#site-config .input-hint {
	display: block;
	padding: .25rem .5rem;
	margin-bottom: 1rem;

	font-size: 1.25rem;
	line-height: 120%;
	background: #e8e8e8;
}