/**
 * GBE Smart Pricing Styles
 * 
 * Styling for dynamic pricing components, badges, and messages
 * Follows GLIZWP theme design patterns and TailwindCSS conventions
 */

/* ===== SMART PRICING CONTAINERS ===== */

.gbe-smart-pricing-container {
    transition: all 0.3s ease;
    margin: 0.75rem 0;
}