/* =================================================
   FIX: NAŠEPTÁVAČ POD INPUTEM (DESKTOP)
   - kotví se k formu vyhledávání
   - žádné left:50% / translate
   ================================================= */
@media (min-width:1025px){

  /* 1) Kotva: form musí být relative */
  .desktop-header .headerpozadi .center form{
    position: relative !important;
  }

  /* 2) Samotný našeptávač: pod inputem, přesně na šířku formu */
  .desktop-header .headerpozadi .center form .ns{
    position: absolute !important;
    top: calc(100% + 6px) !important;  /* pod formem */
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    transform: none !important;         /* zruší translateX */
    z-index: 10060 !important;

    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.35) !important;

    background: #111 !important;
    color: #fff !important;
  }

  /* 3) Zruš starý margin/posuny headeru našeptávače */
  .desktop-header .headerpozadi .center form .nsh{
    margin: 0 !important;
    padding: 10px 16px !important;
    background: #000 !important;
    color: rgba(255,255,255,.92) !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    text-align: left !important;
  }

  /* 4) Seznam */
  .desktop-header .headerpozadi .center form .ns ul{
    border: 0 !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    background: transparent !important;
    max-height: 420px !important;
  }

  .desktop-header .headerpozadi .center form .ns ul li{
    padding: 12px 16px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    color: rgba(255,255,255,.92) !important;
  }

  .desktop-header .headerpozadi .center form .ns ul li + li{
    border-top: 1px solid rgba(255,255,255,.06) !important;
  }

  .desktop-header .headerpozadi .center form .ns ul li:hover{
    background: rgba(255,255,255,.10) !important;
    color: #fff !important;
  }

  .desktop-header .headerpozadi .center form .ns ul li a{
    color: inherit !important;
    text-decoration: none !important;
    display: block !important;
  }

  /* 5) Zavírací lišta */
  .desktop-header .headerpozadi .center form .ns > span{
    height: 34px !important;
    line-height: 34px !important;
    background: rgba(255,255,255,.06) !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 0 12px 0 0 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
  }
}
