.search-results .search-form {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.search-results .search-form input {
	width: 100%;
}

.search-form label {
	position: relative;
}

.search-form label button {
	position: absolute;
	left: 13px;
	top: calc(50% - 8px);
}

.search-form label input {
	padding-left: 46px;
	box-shadow: 0px 1px 2px 0px #0000000D;
	border: 1px solid #D1D5DB;
	border-radius: 6px;
}

#search-results-dropdown {
	box-shadow: 0px 20px 80px 0px #00000014;
	background-color: #fff;
	border-radius: 6px;
	max-width: 678px;
	position: absolute;
	margin-top: 2px;
}

.result-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: #111827;
}

.result-excerpt {
	color: #6B7280;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

.result-wrapper {
	margin-bottom: 20px;
	display: block;
}

.result-wrapper .result-tags {
	margin-bottom: 20px;
}

.result-tags a {
	padding: 2px 12px;
	border-radius: 12px;
	margin-right: 8px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	border: 1px solid;
}

.result-tags a:nth-child(3n+1) {
    border-color: #3730A3;
    color: #3730A3;
    background-color: #E0E7FF;
}

.result-tags a:nth-child(3n+2) {
    border-color: #D1FAE5;
    color: #065F46;
    background-color: #D1FAE5;
}

.result-tags a:nth-child(3n+3) {
    border-color: #FEE2E2;
    color: #991B1B;
    background-color: #FEE2E2;
}


.results-dropdown-bottom {
	background-color: #F9FAFB;
	padding: 20px 32px;
	border-radius: 0px 0px 8px 8px;
}

#search-results-dropdown .results-wrapper {
	padding: 32px;
}

.results-dropdown-bottom a {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: #111827;
	margin-right: 37px;
}

.results-dropdown-bottom a svg {
	margin-right: 8px;
}