.rmb-product-name-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.woocommerce-table__line-item .woocommerce-table__product-name .rmb-product-name-wrapper .rmb-global-order-detail-free-item {
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #a20401;
    color: #a20401;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    text-decoration: none;
}

.woocommerce table.my_account_orders tr td:first-child, .woocommerce table.shop_table.order_details tr td:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
}