/* ZFS Product Booster — ürün özellikleri (ölçü/renk/kullanım alanı vb.) */

.zfspb-specs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0 16px;
}

.zfspb-spec {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zfspb-spec-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #faf8f4;
    border: 1px solid #ece7dd;
    flex-shrink: 0;
}

.zfspb-spec-icon svg {
    width: 14px;
    height: 14px;
    stroke: var(--zfspb-accent, #ff6a00);
    fill: none;
    stroke-width: 2;
}

.zfspb-spec-text {
    font: 400 13px/1.4 'Open Sans', sans-serif;
    color: #3a352c;
}

.zfspb-spec-text b {
    font-weight: 700;
    color: #171310;
    margin-right: 6px;
}
