.card {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-header {
    background-color: #f8f9fa;
    font-weight: bold;
}

#api-status {
    min-height: 200px;
}

.status-item {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.status-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.status-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
} 