/* GWATCH MOBILE SEARCH FIX V6 */
.gw-mobile-search-btn{
  display:none;
  width:36px;height:36px;
  border:1px solid #394356;
  border-radius:50%;
  background:#121827;
  color:#fff;
  align-items:center;
  justify-content:center;
  font-size:19px;
  cursor:pointer;
  flex:0 0 auto;
}
.gw-search-overlay{
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(5,9,20,.98);
  backdrop-filter:blur(18px);
  padding:env(safe-area-inset-top) 14px 18px;
  display:none;
}
.gw-search-overlay.open{display:block}
.gw-search-top{
  height:58px;
  display:flex;
  align-items:center;
  gap:10px;
}
.gw-search-close{
  width:38px;height:38px;
  border:0;
  background:#171d28;
  color:#fff;
  border-radius:50%;
  font-size:22px;
}
.gw-search-box{
  flex:1;
  height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid #394356;
  border-radius:23px;
  background:#111723;
  padding:0 14px;
}
.gw-search-box input{
  flex:1;
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:16px;
}
.gw-search-results{
  margin-top:12px;
  max-height:calc(100vh - 90px - env(safe-area-inset-top));
  overflow:auto;
  padding-bottom:40px;
}
.gw-search-result{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid #202938;
  text-decoration:none;
  color:#fff;
}
.gw-search-result-poster{
  width:72px;
  aspect-ratio:2/3;
  border-radius:6px;
  background:#151c29 center/cover no-repeat;
}
.gw-search-result b{display:block;font-size:14px;margin:3px 0 6px}
.gw-search-result p{margin:0;font-size:11px;color:#9ba5b3}
.gw-search-empty{padding:28px 4px;color:#9ba5b3;font-size:13px}

@media(max-width:760px){
  .g3-search,.g5-search{display:none!important}
  .gw-mobile-search-btn{display:flex!important;margin-left:auto}
  .g3-connect,.g5-connect{margin-left:0!important}
}
