/* FML Searchbutton Swapper styles */
.offcanvase-filter-title-wrap .filter-button-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.offcanvase-filter-title-wrap .filter-button-wrap .fml-advanced-top {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: #007BFF !important;
  color: #fff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
  margin-left: auto !important;
  box-shadow: 0 2px 6px rgba(0,0,0,.10) !important;
  white-space: nowrap !important;
}
.offcanvase-filter-title-wrap .filter-button-wrap .fml-advanced-top img.emoji {
  width: 12px !important;
  height: 12px !important;
}
.fml-bottom-search {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
}
.fml-bottom-search input[type="submit"].fml-search-bottom {
  appearance: none;
  background: #E91E63;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}