/* Aggressive fix for Lottery Carousel badge cut-off */
.elementor-widget-lottery_carousel_5e035efe .owl-stage-outer,
.lottery-card-5e035efe,
.elementor-widget-container {
    overflow: visible !important;
}

.lottery-card-5e035efe {
    padding-top: 50px !important;
    margin-top: 20px !important;
    background-color: #000000 !important; /* Changed to black */
}

.lottery-badge-5e035efe,
.lottery-countdown {
    transform: translateY(40px) translateX(-50%) !important;
    left: 50% !important;
    position: absolute !important;
    top: -20px !important;
    z-index: 99 !important;
    width: 80% !important; 
    max-width: 260px !important; 
    margin: 0 auto !important;
}

/* Enter Now Button Color - Aggressive Targeting */
body .elementor-widget-lottery_carousel_5e035efe a.button,
body .lottery-card-5e035efe a.button,
body .lottery-card-5e035efe .add_to_cart_button,
body .woocommerce .product .button.add_to_cart_button {
    background-color: #ff5a00 !important;
    border-color: #ff5a00 !important;
    color: #ffffff !important;
}

/* Ensure hover state is also styled */
body .elementor-widget-lottery_carousel_5e035efe a.button:hover,
body .lottery-card-5e035efe a.button:hover,
body .lottery-card-5e035efe .add_to_cart_button:hover,
body .woocommerce .product .button.add_to_cart_button:hover {
    background-color: #e04f00 !important; /* Slightly darker shade for hover */
    border-color: #e04f00 !important;
    color: #ffffff !important;
}