/* Custom styles for media.html (Tailwind handles most styling) */
.stat-card {
    text-align: center;
}
.stat-value {
    font-size: 1.875rem;
    font-weight: 700;
    color: #2563eb;
}
.stat-label {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}
