.mz-search-page__form { margin-bottom: 20px; }
.mz-search-page__hint,
.mz-search-page__empty {
    padding: 24px;
    background: var(--mz-surface-muted, #f3f4f6);
    font-size: 15px;
}
.mz-search-page__count { margin: 0 0 12px; }
.mz-search-suggest {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 120;
    background: #fff;
    color: #1f2937;
    border: 1px solid var(--mz-border, #d1d5db);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-height: 360px;
    overflow: auto;
}
.mz-search-suggest__item,
.mz-search-suggest__all {
    display: block;
    padding: 10px 14px;
    color: #1f2937;
    text-decoration: none;
    border-bottom: 1px solid var(--mz-border, #eee);
}
.mz-search-suggest__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.mz-search-suggest__item:hover,
.mz-search-suggest__all:hover {
    background: var(--mz-surface-muted, #f3f4f6);
}
.mz-search-suggest__body {
    flex: 1;
    min-width: 0;
}
.mz-search-suggest__title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    color: #111827;
}
.mz-search-suggest__meta {
    display: block;
    font-size: 12px;
    color: var(--mz-muted, #6b7280);
    margin-top: 2px;
}
.mz-search-suggest__aside {
    flex-shrink: 0;
    text-align: right;
    line-height: 1.35;
}
.mz-search-suggest__price {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--mz-primary, #1e3a5f);
    white-space: nowrap;
}
.mz-search-suggest__qty {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: var(--mz-muted, #6b7280);
    white-space: nowrap;
}
.mz-search-suggest__tag {
    display: inline-block;
    margin-top: 4px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--mz-primary, #1e3a5f);
}
.mz-search-suggest__all {
    font-weight: 600;
    font-size: 13px;
    color: var(--mz-primary, #1e3a5f);
}

.mz-listing__vendors {
    display: block;
    font-size: 12px;
    color: var(--mz-muted, #6b7280);
    margin-top: 4px;
}
