.utool-result-container {
    min-height: 200px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
}

.utool-empty-state {
    text-align: center;
    color: #6c757d;
    padding: 2rem;
}

.utool-empty-state i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #adb5bd;
}

.utool-empty-state p {
    margin: 0;
    font-size: 1rem;
}

.utool-error-result {
    text-align: center;
    color: #dc3545;
    padding: 1.5rem;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 0.375rem;
}

.utool-error-result i {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.utool-error-result p {
    margin: 0;
    font-size: 1rem;
}

.utool-result-item {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.utool-result-header {
    background-color: #e9ecef;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

.utool-result-header strong {
    font-size: 1.1rem;
    color: #495057;
}

.utool-result-header .badge {
    font-size: 0.85rem;
}

.utool-result-content {
    padding: 1rem;
}

.utool-result-row {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.95rem;
}

.utool-result-row:last-child {
    border-bottom: none;
}

.utool-result-row span {
    color: #212529;
}
