/**
 * Internal Link Suggestions – front-end styles (Read Next box).
 * Author: gettop — gettoplists.com
 */

.ils-read-next {
	margin: 2em 0;
	padding: 1em 1.25em;
	border: 1px solid currentColor;
	border-left-width: 4px;
	border-radius: 4px;
	opacity: 0.95;
}

.ils-read-next__label {
	font-weight: 700;
	margin-right: 0.4em;
}

.ils-read-next a.ils-read-next__link {
	text-decoration: none;
	font-weight: 600;
}

.ils-read-next a.ils-read-next__link:hover,
.ils-read-next a.ils-read-next__link:focus {
	text-decoration: underline;
}
