/* yella-search-banner.css — Mobile fixes v2 (clean) */
@media (max-width: 767px) {
  /* Fix 1: Search button — white/light gray, NO lime */
  html body .yella-mob-search .header-search .btn-search,
  html body .yella-mob-search .header-search button[type="submit"],
  html body .yella-mob-search .header-search .button_search .btn-search {
    background: #F5F6F7 !important;
    background-color: #F5F6F7 !important;
    color: #1A1A1A !important;
    border: none !important;
    border-radius: 0 999px 999px 0 !important;
    min-width: 44px !important;
    height: 44px !important;
    width: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }
  html body .yella-mob-search .header-search .btn-search:hover {
    background: #E6E8EB !important;
    background-color: #E6E8EB !important;
  }
  html body .yella-mob-search .header-search .btn-search i,
  html body .yella-mob-search .header-search .btn-search .up-icon-search {
    color: #1A1A1A !important;
    font-size: 17px !important;
    opacity: 1 !important;
  }

  /* Fix 2: Sticky search bar below fixed header */
  html body .yella-mob-search {
    position: sticky !important;
    top: 56px !important;
    z-index: 998 !important;
    background: #FFFFFF !important;
    padding: 8px 12px !important;
    border-bottom: 1px solid #E6E8EB !important;
  }

  /* Fix 3: Banner/slideshow — tight gap below search bar (~16px) */
  html body .slideshow,
  html body .swiper-container,
  html body .megasliderpro,
  html body .module-slideshow,
  html body .swiper-wrapper,
  html body .slideshow-wrapper,
  html body .megasliderpro-wrapper {
    padding-top: 16px !important;
    margin-top: 0 !important;
  }

  /* Fix 4: Page content — small top gap */
  html body .page-content,
  html body #content,
  html body main .page-content {
    padding-top: 16px !important;
  }
}
