/* Popular trades component styles */

.popular-trades .box {
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-trades .box .icon {
    margin-bottom: 0.5rem;
}
