/*
Theme Name: ShiftUp
Theme URI: https://shiftup.qodeinteractive.com
Description: Car Repair & Auto Services Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: shiftup
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* MX | AWS search icon fix - ALWAYS LOAD (guest + logged-in) */
header .aws-container .aws-search-form .aws-form-btn,
header .aws-container .aws-search-form .aws-search-btn,
header .aws-container[data-buttons-order] .aws-search-form .aws-search-btn{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

header .aws-container .aws-search-form .aws-search-btn{
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

header .aws-container .aws-search-btn_icon{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

header .aws-container .aws-search-form .aws-search-btn:hover{
  background: transparent !important;
  border: 0 !important;
}

header .aws-container .aws-search-form .aws-search-btn svg{
  color: #111 !important;
  fill: currentColor !important;
  transition: color .15s ease, transform .15s ease !important;
}

header .aws-container .aws-search-form .aws-search-btn:hover svg{
  color: #E30613 !important;
  transform: scale(1.05);
}

/* ---------- View all results: ALWAYS exactly 1 stripe ---------- */
/* remove li stripe */
.aws-search-result .aws_search_more,
.aws-search-result .aws_search_more.aws_result_item{
  border-left: 0 !important;
}

/* remove any link borders/pseudos */
.aws-search-result .aws_search_more a{
  border-left: 0 !important;
  position: relative !important;
}
.aws-search-result .aws_search_more a::after{
  content: none !important;
}



/* hover only background */
.aws-search-result .aws_search_more a:hover{
  background: var(--mx-bg-soft) !important;
}