/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2026 | 07:32:08 */
.search-field {
	border: solid 1px black!important;
    border-radius: 0px!important;
    font-style: normal!important;
    font-family: 'Inter'!important;
    color: black!important;
}

.autocomplete-suggestion {
	border-bottom:none!important;
}
.smart-search-post-icon {
	width:5.5em!important;
	margin-right:2em!important;
}
.smart-search-view-all {
	background-color: #CB9E58!important;
    color: white!important;
    font-family: 'Inter'!important;
    font-size: 13px!important;
    text-transform: uppercase!important;
    font-weight: 500!important;
}



@media (max-width: 768px) {
  .smart-search-post-excerpt {
    display:none;
  }
}

.search-header .smart-search-post-excerpt {
    display:none;
}