/*
 * Dev styles
 */

 .search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 300px;
    overflow-y: auto;
}

/* Пустые результаты */
.search-results .empty {
    padding: 10px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* Скрытый блок */
.hidden {
    display: none;
}

/* Элемент списка */
.search-results .result-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.3s;
}

.search-results .result-item:hover {
    background: #f9f9f9;
}

.result-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
}

.result-item:hover {
    background: #f9f9f9;
}

.result-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.result-image {
    width: 80px;
    height: 40px;
    border-radius: 4px;
    object-fit: contain;
    margin-right: 10px;
}

.result-name {
    font-size: 14px;
    font-weight: 500;
}

.js-ec-vote-button {
    cursor: pointer;
}

.show_pc {
    display: block;
}

.js-filter-apply.disabled {
    pointer-events: none;
    opacity: 0.5;
}
[data-star-rating]>select:focus+.gl-star-rating--stars span:first-child:before {
    box-shadow: none !important;
}

.filter-form__heading-title h1 {
    font-size: unset;
    font-weight: unset;
    margin: unset;
}

.dealer-page__heading h2 {
    font-size: unset;
    font-weight: unset;
    margin: unset;  
}