        /* OtterWP Buy Again Dynamic Styles */
        .otterwp-buy-again-container .buy-again-product {
            border-color: #ddd !important;
            background-color: #fff !important;
        }
        .otterwp-buy-again-container .buy-again-name a {
            color: #0073aa !important;
        }
        .otterwp-buy-again-container .buy-again-date, 
        .otterwp-buy-again-container .buy-again-empty, 
        .otterwp-buy-again-container .buy-again-error {
            color: #555 !important;
        }
        .otterwp-buy-again-container .buy-again-button .button, 
        .otterwp-buy-again-container .buy-again-category-pill.active {
            background-color: #0073aa !important;
            color: #fff !important;
        }
        .otterwp-buy-again-container .buy-again-category-pill {
            background-color: #f5f5f5 !important;
            color: #555 !important;
        }
        .otterwp-buy-again-container .buy-again-category-pill:hover {
            background-color: #0073aa !important;
            color: #fff !important;
        }
        