/* Dynamic Pricing Styles - Minimal and non-intrusive */

/* Price update animation */
.price-updating {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

/* Style dynamic price display to match existing design */
#dynamic-price-display {
    display: block;
    margin-top: 5px;
    color: #BD9526;
    font-size: 18px;
    font-weight: bold;
}