﻿.askAboutProduct {
    display: flex;
    flex-direction: row;
    align-content: center;
    width: fit-content;
    margin: 0 0 5px 0;
}

.askAboutProduct:hover {
    cursor: pointer;
}

.askAboutProduct:hover > span:nth-child(2) {
    color: #25b232;
}

.askAboutProduct svg {
    display: flex;
    align-items: center;
    margin: 0 6px 0 0;
    width: 24px;
}