.taboola-stat-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
    transition: all 0.3s ease;
}

.taboola-dashboard-stats {
    margin: 20px 0;
}

/* Fix dashicons alignment in buttons */
.taboola-quick-actions .button .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .taboola-dashboard-stats {
        flex-direction: column !important;
    }
    
    .taboola-quick-actions div {
        flex-direction: column !important;
    }
}



