#conditional-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    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;
}
