#live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 0 0 6px 6px;
}

.search-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.search-item img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
}
.widget-header {
    max-width: 180px; !important;
    white-space: nowrap; !important;
    /*overflow: hidden;*/
    text-overflow: ellipsis; !important;
}
.widget-header .title{
    font-size: small; !important;
}

@media (max-width: 768px) {
      #mobile-navbar .brand-wrap img {
    margin-top: 18px;
  }

    #mobile-navbar {
    position: fixed;
    top: -15px;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: top 0.3s ease-in-out;
    height: 80px; /* примерно, подбери по факту */
}

    body {
      padding-top: 100px !important;
    }

    .icon-wrapper {
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        text-decoration: none;
    }
    .icon-wrapper.position-relative {
      margin-right: 15px;
    }


    .brand-wrap img {
        max-height: 40px;
    }

    .input-group {
        width: 98%;
        flex-wrap: nowrap;
    }

    #searchInput {
        height: 36px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .input-group-append button {
        height: 36px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #live-search-results-mobile {
        font-size: 14px;
        max-height: 500px;
        position: absolute;
        top: 100%;
        z-index: 9999;
        width: 100%;
        background: white;
        border: 1px solid #ccc;
        border-top: none;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        border-radius: 0 0 6px 6px;
    }

    /* Прячем лишнее в мобилке */
    .header-main .row,
    .widget-header {
        display: none !important;
    }
}
