
/* Frontend Widget Styles */
.buyonwasapp-dynamic-widget,
.buyonwasapp-trending-widget,
.buyonwasapp-brand-widget {
    background: white !important;
    margin: 0 !important;
    padding: 15px !important;
    border-radius: 5px !important;
}

.buyonwasapp-dynamic-widget h3,
.buyonwasapp-trending-widget h3,
.buyonwasapp-brand-widget h3 {
    color: #000 !important;
    font-size: 16px !important;
    margin: 0 0 12px 0 !important;
    font-weight: 600 !important;
}

.buyonwasapp-dynamic-widget ul,
.buyonwasapp-trending-widget ul,
.buyonwasapp-brand-widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.buyonwasapp-dynamic-widget li,
.buyonwasapp-trending-widget li,
.buyonwasapp-brand-widget li {
    padding: 5px 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
    font-size: 11px !important;
}

.buyonwasapp-dynamic-widget li:last-child,
.buyonwasapp-trending-widget li:last-child,
.buyonwasapp-brand-widget li:last-child {
    border-bottom: none !important;
}

.buyonwasapp-dynamic-widget a,
.buyonwasapp-trending-widget a,
.buyonwasapp-brand-widget a {
    color: #000 !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: color 0.2s !important;
}

.buyonwasapp-dynamic-widget a:hover,
.buyonwasapp-trending-widget a:hover,
.buyonwasapp-brand-widget a:hover {
    color: #25D366 !important;
}

/* Seasonal Widget */
.buyonwasapp-seasonal-widget {
    background: linear-gradient(135deg, #ff6b8b 0%, #ff8e53 100%) !important;
    color: white !important;
    padding: 15px !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    transition: transform 0.2s !important;
}

.buyonwasapp-seasonal-widget:hover {
    transform: translateY(-2px) !important;
}

.buyonwasapp-seasonal-widget h3 {
    color: white !important;
    font-size: 14px !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

.seasonal-offer {
    background: white !important;
    padding: 12px !important;
    border-radius: 5px !important;
    margin-top: 12px !important;
    transition: all 0.2s !important;
}

.seasonal-offer:hover {
    background: #f8f8f8 !important;
}

.seasonal-offer a {
    color: #000 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.easybuy-badge {
    background: linear-gradient(135deg, #ff6b8b 0%, #ff8e53 100%) !important;
    color: white !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    font-size: 10px !important;
}

.countdown {
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 5px 0 !important;
    text-align: center !important;
    color: white !important;
}

.countdown span {
    font-size: 24px !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .buyonwasapp-dynamic-widget h3,
    .buyonwasapp-trending-widget h3,
    .buyonwasapp-brand-widget h3 {
        font-size: 13px !important;
    }
    
    .buyonwasapp-dynamic-widget li,
    .buyonwasapp-trending-widget li,
    .buyonwasapp-brand-widget li,
    .buyonwasapp-dynamic-widget a,
    .buyonwasapp-trending-widget a,
    .buyonwasapp-brand-widget a,
    .seasonal-offer a {
        font-size: 12px !important;
    }
    
    .buyonwasapp-seasonal-widget h3 {
        font-size: 13px !important;
    }
    
    .seasonal-offer a {
        font-size: 11px !important;
    }
    
    .countdown {
        font-size: 16px !important;
    }
    
    .countdown span {
        font-size: 20px !important;
    }
}
            