.pegasync-free-gift-qty {
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    font-weight: 600;
}

.pegasync-free-gift-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    padding: 7px 12px;
    border-radius: 4px;
    color:green;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.pegasync-free-gift-badge__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pegasync-free-gift-badge__icon svg {
    display: block;
    width: 14px;
    height: 14px;
    color:green;
}