.INPOSTLINKS {
	background: var(--blue);
	padding: 40rem;
	margin: 40rem 0;
}

.INPOSTLINKS ul {
	padding-left: 0;
}

.INPOSTLINKS ul li a {
	color: var(--white);
	font-size: 22.5rem;
}

.INPOSTLINKS ul li:before {
	content: none !important;
}

.INPOSTLINKS h6 {
	color: var(--white);
	font-weight: 600;
}

.INPOSTLINKS ul li a:hover {
	text-decoration: underline;
}

.wp-admin input {
	font-size: 16rem !important;
}