@charset "utf-8";

#conditional-banner { position: fixed; bottom: 20px; right: 20px; width: 300px; padding: 10px; background-color: rgb(249, 249, 249); border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px; display: none; align-items: center; justify-content: center; text-align: center; font-family: Arial, sans-serif; z-index: 99; }

.banner-content { display: flex; align-items: center; justify-content: center; }

.confetti-icon { font-size: 24px; margin-right: 10px; }