<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * WooCommerce Dynamic Pricing &amp; Discounts - Public Descriptions
 */

.rp_wcdpd_public_description_tip {
    display: none;
    position: absolute;
    max-width: 300px;
    padding: 0.1em 0;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 5px;
    color: #000;
    z-index: 1000000;
}

.rp_wcdpd_public_description_tip ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rp_wcdpd_public_description_tip ul li {
    padding: 1em;
    line-height: 1.5em;
    border-bottom: 1px solid #e1e1e8;
}
.rp_wcdpd_public_description_tip ul li:last-child {
    border-bottom: 0;
}
</pre></body></html>