.ocr-container {
    max-width: 700px;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
}

#drop-area {
    border: 2px dashed #0073aa;
    padding: 40px;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 10px;
}

#drop-area.highlight {
    background: #f0f8ff;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    margin-top: 20px;
}

.ocr-actions {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}