/* WAF Dashboards specific styles */
#waf-dashboards-container {
    margin-top: 2rem;
}

#waf-dashboards-container a {
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

#waf-dashboards-container a:hover {
    border-color: #0d6efd;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transform: translateY(-2px);
}

