﻿/* Główny kontener wyników wyszukiwania */
#tipue_drop_content {
    display: none;
    position: absolute;
    margin: 58px 20px 0 0;
    margin-left: 0px;
    line-height: 0;
    z-index: 9000;
}

/* Pojedynczy wynik wyszukiwania */
.tipue_drop_box {
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
}

/* Strzałka na górze wyników */
.tipue_drop_box:after,
.tipue_drop_box:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    width: 0;
}

.tipue_drop_box:after {
    border-bottom-color: #fff;
    border-width: 8px;
    left: 42px;
    margin-left: -8px;
}

.tipue_drop_box:before {
    border-bottom-color: #dcdcdc;
    border-width: 9px;
    left: 42px;
    margin-left: -9px;
}

/* Styl wrappera dla wyników */
#tipue_drop_wrapper {
    margin: 6px;
}

/* Styl linków do wyników */
#tipue_drop_wrapper a {
    text-decoration: none;
}

/* Styl pojedynczego elementu wyników */
.tipue_drop_item {
    background-color: #fff;
}

.tipue_drop_item:hover {
    background-color: #f7f7f7;
}

/* Obrazek w wynikach */
.tipue_drop_left {
    display: table-cell;
    padding: 7px;
}

.tipue_drop_image {
    width: 50px;
    height: 50px;
    border-radius: 27px;
    border: 2px solid #fff;
}

/* Tekst wyników */
.tipue_drop_right {
    display: table-cell;
    vertical-align: middle;
    font: 300 14px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    width: 415px;
    padding: 0 7px;
}
#custom_search_results {
    display: none;
    position: absolute;
    background: #222529;
    margin-top: 45px;
    width: 266px;
    max-height: 700px;
    overflow-y: auto;
    z-index: 1000;
    padding: 10px 0 0 0;
}

.search-result-item {
    display: flex;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.search-result-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.search-result-title {
    font-size: 14px;
}
