/* AI Content - Custom Styles */

body {
    background-color: #f8f9fa;
}

.card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: none;
}

.card-header {
    background-color: #fff;
    border-bottom: 2px solid #f0f0f0;
    font-weight: 600;
}

.stat-card {
    text-align: center;
    padding: 1.5rem;
}

.stat-card .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d6efd;
}

.stat-card .stat-label {
    color: #6c757d;
    font-size: 0.9rem;
}

.badge-network {
    font-size: 0.8rem;
}

.post-preview {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.post-preview .post-meta {
    font-size: 0.85rem;
    color: #6c757d;
}

.ai-loading {
    display: none;
    text-align: center;
    padding: 2rem;
}

.ai-loading.active {
    display: block;
}

.research-content {
    white-space: pre-wrap;
    line-height: 1.6;
}

.table th {
    font-weight: 600;
    background-color: #f8f9fa;
}

.btn-network {
    font-size: 0.8rem;
    margin: 2px;
}
