.search-results {
	.result {
		.result-content {
			margin: 0 0 1rem 0;
			max-height: 50px;
			overflow: hidden;
			position: relative;

			&:after {
				content: '';
				display: block;
				position: absolute;
				width: 100%;
				height: 55%;
				bottom: 0;
				left: 0;
				@include gradient-y(rgba(255,255,255,0), #fff);
			}

		}

		.result-context-info {
			font-size: $fssmall;

			a {
				color: $textcolor_lighten;

				&:hover {
					color: $linkcolor;
				}
			}
		}
	}
}
