/* Crawl Hunt Admin Styles */

.crawl-hunt-dashboard {
    margin-top: 20px;
}

.crawl-hunt-dashboard .card {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
}

.crawl-hunt-dashboard h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.crawl-hunt-stats {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.crawl-hunt-stat-box {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #2271b1;
    border-radius: 4px;
}

.crawl-hunt-stat-box h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}

.crawl-hunt-stat-box .stat-value {
    font-size: 32px;
    font-weight: bold;
    color: #2271b1;
}

.crawl-hunt-logs-table {
    margin-top: 20px;
}

.crawl-hunt-status-success {
    color: #00a32a;
    font-weight: 600;
}

.crawl-hunt-status-error {
    color: #d63638;
    font-weight: 600;
}

.crawl-hunt-status-pending {
    color: #dba617;
    font-weight: 600;
}
