.fuzzy-search-suggest {
    margin: 0.75rem 0 0;
    text-align: center;
}

.fuzzy-search-suggest__link,
.navbar-search-modal__suggest {
    border: 0;
    background: none;
    color: #2563eb;
    cursor: pointer;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.15rem;
}

.navbar-search-modal__suggest {
    display: inline;
    margin-right: 0.25rem;
    padding: 0;
}

.fuzzy-search-suggest__link:hover,
.navbar-search-modal__suggest:hover {
    color: #1d4ed8;
}

.creator-categories-suggest,
.expert-order-modal__suggest {
    margin-top: 0.75rem;
    text-align: center;
}

.creator-categories-suggest__btn,
.expert-order-modal__suggest-btn {
    border: 1px dashed #cbd5e1;
    border-radius: 0.75rem;
    background: #f8fafc;
    color: #334155;
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    padding: 0.55rem 0.75rem;
}

.creator-categories-suggest__btn span,
.expert-order-modal__suggest-btn span {
    color: #2563eb;
    font-weight: 700;
}
