.widget-body {
	position: relative;
}

.widget-list {
	padding-left: 0.625rem;
}

* + .widget-body {
	margin-top: 1.0625rem;
}

.widget + .widget {
	margin-top: 2.1875rem;
	padding-top: 1.875rem;
	border-top: 1px solid #e5e5e5;
}

@media (min-width: 1600px) {
	.widget + .widget {
		margin-top: 3.75rem;
		padding-top: 1.6875rem;
	}
}

.widget-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	padding: 30px 0;
	font-size: 0.7875rem;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	border-radius: 0.3125rem;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	transform: scaleY(0);
	transform-origin: center top;
	transition: .15s;
}

.widget-search-results.rd-search-show {
	transform: scaleY(1);
	opacity: 1;
	pointer-events: auto;
}

.widget-search-results.rd-search-loading .search-results {
	opacity: .5;
	pointer-events: none;
}

.widget-search-results .search-results {
	flex: 1 1 870px;
	max-width: 870px;
	padding: 0 15px;
}

.widget-search-results .search-list {
	list-style-type: none;
}

.widget-search-results .search-list-item {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}

.widget-search-results .search-list-item:first-child {
	border-top: 1px solid #e5e5e5;
}

.widget-search-results .search-title {
	font-size: 0.875rem;
}

.widget-search-results * + p {
	margin-top: 0;
}

.widget-search-results * + .search-list,
.widget-search-results * + .search-list-item-all {
	margin-top: 20px;
}