.smart-bot-product-highlights {
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
}

.smart-bot-product-highlights__item{
    padding: 3px 8px;
    line-height: 1;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #E26D0E;
}

.smart-bot-product-highlights-preview{
    font-size: 13px;
    margin-top: 4px;
    color: #666;
}
