

/* Start:/local/components/tiqum/garage.user.cars/templates/index/style.css?17693537521212*/
.laxima_result_content, .laxima_no_result_content {
    display: none;
}
.modal-select-car__button{
    display: block;
}
.modal-select-car__item__dynamic {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: grid;
    gap: 16px;
    overflow-y: auto;
}

.modal-select-car__list.active {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.modal-select-car__no-results,
.modal-select-car__min-chars {
    text-align: center;
    padding: 20px;
    color: #6c757d;
    font-style: italic;
    font-size: 14px;
}

.modal-select-car__min-chars {
    color: #ff9800;
}

.modal-select-car__brand-item {
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    border: none;
    background: none;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 1px;
    margin-bottom: 1px;
}

.modal-select-car__brand-item:hover {
    background-color: #f5f5f5;
}

.modal-select-car__brand-text mark {
    background-color: #ffeb3b;
    font-weight: bold;
    padding: 0 2px;
    border-radius: 2px;
}

/* End */
/* /local/components/tiqum/garage.user.cars/templates/index/style.css?17693537521212 */
