.angie-gift-container-8be8f256 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    font-family: sans-serif;
}

.angie-gift-icon-8be8f256 {
    font-size: 50px;
    cursor: pointer;
    animation: angie-bounce-8be8f256 2s infinite;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
}

.angie-gift-icon-8be8f256:hover {
    transform: scale(1.1);
    animation: none;
}

@keyframes angie-bounce-8be8f256 {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-20px); }
    60% { transform: translateY(-10px); }
}

.angie-gift-popup-8be8f256 {
    display: none;
    position: absolute;
    bottom: 70px;
    right: 0;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    width: 250px;
    text-align: center;
}

.angie-gift-popup-8be8f256.active {
    display: block;
    animation: angie-fade-in-8be8f256 0.3s ease forwards;
}

@keyframes angie-fade-in-8be8f256 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.angie-gift-popup-8be8f256 h4 {
    margin: 0 0 15px;
    color: #333;
    font-size: 18px;
}

.angie-promo-code-8be8f256 {
    background: #f0f0f0;
    padding: 10px;
    border: 2px dashed #ff4757;
    color: #ff4757;
    font-weight: bold;
    font-size: 18px;
    border-radius: 6px;
    letter-spacing: 1px;
    user-select: all;
}

.angie-gift-close-8be8f256 {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff4757;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
