.angie-winter-promo-e8df7263 {
    position: fixed;
    top: -150px; /* Hidden initially, dropping from top */
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    padding: 15px;
    z-index: 999999;
    width: 280px;
    transition: top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid #E71828;
}

.angie-winter-promo-e8df7263.is-visible {
    top: 50%;
    transform: translate(-50%, -50%);
}

.angie-winter-promo-close-e8df7263 {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #cbd5e1;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.angie-winter-promo-close-e8df7263:hover {
    background: #94a3b8;
}

.angie-winter-promo-content-e8df7263 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.angie-winter-promo-icon-e8df7263 {
    font-size: 40px;
}

.angie-winter-promo-text-e8df7263 h4 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #0f172a;
    font-family: sans-serif;
}

.angie-winter-promo-text-e8df7263 p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #64748b;
    font-family: sans-serif;
}

.angie-winter-promo-btn-e8df7263 {
    display: inline-block;
    background: #E71828;
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    font-family: sans-serif;
}

.angie-winter-promo-btn-e8df7263:hover {
    background: #E71828;
    color: #fff;
}

/* Mobile adjustments */
@media (max-width: 480px) {
    .angie-winter-promo-e8df7263 {
        width: calc(100% - 40px);
    }
}