.evidence-search {
	input {
		max-width: unset;
		font-size: 1.5em;
	}
	.button-icon-search {
		position: absolute;
		top: 0.5em;
		right: 0.5em;
		display: block;
		width: 1em;
		height: 1em;
		cursor: pointer;
		border: 0;
		border-radius: 0;
		background: #fff;
		background: url("../img/icon-search.png") 50% 50% no-repeat;
		background-size: auto;
		background-size: contain;
		padding: 0;
	}
	.list--inline {
		margin: -0.5em 0 0;

		a, a:visited {
			color: $primary;
		}
	}

	+ hr {
		margin-top: 2em;
	}
}