#wc-price-info-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 500px; /* Set the width */
    max-height: 400px; /* Set maximum height for scrollable content */
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    overflow-y: auto; /* Enable vertical scrolling */
}

#wc-price-info-popup .popup-content {
    font-size: 14px; /* Adjust font size for readability */
    line-height: 1.6; /* Adjust line height for better spacing */
}
