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

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

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