/* CV Parser UI Styles */
.templeo-cv-upper-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.templeo-cv-upload-side {
    flex: 1;
    min-width: 300px;
}

.templeo-cv-ia-side {
    flex: 1;
    min-width: 300px;
    background: #fcfcfc;
    border: 1px dashed #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

#templeo-btn-ia-scan {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
}

#templeo-ia-status {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #666;
}

.templeo-ia-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .templeo-cv-upper-section {
        flex-direction: column;
    }
    .templeo-cv-ia-side, .templeo-cv-upload-side {
        width: 100%;
    }
}
