.site-freeze-banner {
	background: red;
	color: white;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.site-freeze-banner a {
	color: white;
	text-decoration: underline;
}

.mb-0 {
	margin-bottom: 0;
}
.mt-4 {
	margin-top: 4rem;
}
.mb-1 {
	margin-top: 1rem;
}
.pt-2 {
	padding-top: 2rem;
}

.border-top {
	border-top: 1px solid #bfbfbf;
}

.intellimize-url-item {
	flex: 1 1;
	width: 50%;
	padding: 5px;
	margin-bottom: 5px;
}

.remove-url {
	white-space: nowrap;
}

.regex-wildcard {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	white-space: nowrap;
	margin-bottom: 20px;
}
