.woocommerce-mini-cart-item .product-name a:has(.rmb-cart-free-item) {
    line-height: 32px;
}

.rmb-cart-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;
    margin-right: 8px;
}