.sd-extendsearch {
	background-color: #f0f2f3;
	padding: 1rem;
	border-radius: 8px;
}

.sd-extendsearch p {
	margin-bottom: 0.25rem;
}

.sd-extendsearch .form-text a {
	transition: text-decoration 0.15s ease;
}

.sd-extendsearch .form-text a:hover {
	text-decoration: underline;
}