/**
 * Import page styles
 */

/* Example JSON section */
#example-json {
    max-height: 300px;
    overflow-y: auto;
    font-size: 0.9rem;
    white-space: pre-wrap;
}

/* JSON input textarea */
#json-input {
    font-family: monospace;
    font-size: 0.9rem;
}

/* Import results styles */
.import-success {
    color: #28a745;
}

.import-error {
    color: #dc3545;
}

.import-summary {
    background-color: #f8f9fa;
    border-left: 4px solid #0d6efd;
    padding: 1rem;
    margin: 1rem 0;
}

.import-summary ul {
    margin-bottom: 0;
}

/* File input styling */
.custom-file-input:hover {
    cursor: pointer;
} 