/* 产品统计小部件样式 */
.product-stats-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-family: inherit;
}

.stats-prefix {
    font-size: 16px;
    font-weight: normal;
}

.stats-label {
    font-size: 16px;
    font-weight: normal;
}

.stats-number-wrapper {
    display: inline-flex;
    align-items: baseline;
}

.stats-number-first {
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
}

.stats-number-rest {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.5px;
}

.stats-arrow {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
}

.stats-arrow .arrow-icon {
    width: 20px;
    height: auto;
}

.stats-suffix {
    font-size: 16px;
    font-weight: normal;
}
