/* Language Detection Styles */

/* These styles are for any language detection specific UI elements */
/* Currently, language detection is mostly backend functionality */

.language-detection-debug {
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    font-family: monospace;
    font-size: 12px;
}

.language-detection-debug h3 {
    margin-top: 0;
    color: #333;
}

.language-detection-debug p {
    margin: 5px 0;
}

.language-detection-debug strong {
    color: #0073aa;
}
