.beautyai-pill {
    gap: 0.6rem;
    padding: 6px 12px 6px 6px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #333;
}

.beautyai-pill:hover {
    color: #fff;
    background: #576f79;
}

.beautyai-pill-avatar {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.beautyai-pill-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
}


.beautyai-pill-text {
    white-space: nowrap;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
}

.beautyai-pill-mobile {
    padding: 2px;
}

/* ─── Search results dropdown spacing ─── */
#msgSearch {
    margin-top: 14px;
}

/* ─── Product search pill — mirrors Ask Lory pill style ─── */
.search-pill-wrap {
    gap: 0.6rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #333;
    min-width: 430px;
}

.search-pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    color: #555;
}

.search-pill-icon .i-plain {
    font-size: 22px;
    color: #555 !important;
    text-shadow: none !important;
}

.search-pill-input {
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 0.875rem;
    min-width: 0;
    flex: 1;
}

.search-pill-input:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-pill-wrap {
        min-width: 320px;
    }
}
