/* Default theme styles */
.cualli-theme-default {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
}

.cualli-theme-default .cualli-countdown-item {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.cualli-theme-default .cualli-coupon-code {
    background: rgba(255, 255, 255, 0.15);
    border: 1px dashed rgba(255, 255, 255, 0.5);
    color: white;
}

.cualli-theme-default .cualli-buy-now-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #2575fc;
}

.cualli-theme-default .cualli-buy-now-btn:hover {
    background: white;
    color: #6a11cb;
}
