.tm-search-autocomplete-host {
    position: relative;
}

.tm-search-autocomplete {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    z-index: 1200;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.tm-search-autocomplete__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-search-autocomplete__item + .tm-search-autocomplete__item {
    border-top: 1px solid #e5e7eb;
}

.tm-search-autocomplete__item a {
    display: block;
    padding: 0.75rem 1rem;
    color: inherit;
    text-decoration: none;
}

.tm-search-autocomplete__item a:hover,
.tm-search-autocomplete__item a:focus {
    background: #f8fafc;
}

.tm-search-autocomplete__row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.tm-search-autocomplete__image {
    width: 48px;
    height: 48px;
    object-fit: cover;
    flex: 0 0 48px;
}

.tm-search-autocomplete__content {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.tm-search-autocomplete__label {
    font-weight: 500;
}

.tm-search-autocomplete__price {
    color: #475569;
    font-size: 0.875rem;
}
