/* ZFS Product Booster — gerçek veri rozetleri (ürün sayfası)
   Aynı marka dili: turuncu aksan, Montserrat/Open Sans, ZFS hero/PDP ile tutarlı. */

.zfspb-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 18px;
}

.zfspb-stats:empty {
    display: none; /* Hiç gerçek veri yoksa boş alan bırakma */
}

.zfspb-stat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 600 12px/1 'Open Sans', sans-serif;
    color: #3a352c;
    background: #faf8f4;
    border: 1px solid #ece7dd;
    border-radius: 999px;
    padding: 7px 14px 7px 7px;
    white-space: nowrap;
}

.zfspb-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #fff1e2;
    flex-shrink: 0;
}

.zfspb-stat-icon svg {
    width: 12px;
    height: 12px;
    stroke: var(--zfspb-accent, #ff6a00);
    fill: none;
    stroke-width: 2.2;
}

.zfspb-stat b {
    font-weight: 700;
    color: #171310;
}
