﻿.extraction-root {
    display: flex;
    gap: 16px;
    height: 70vh;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.extraction-left {
    flex: 1 1 55%;
    min-width: 0;
    overflow: hidden;
}

.extraction-right {
    flex: 1 1 45%;
    min-width: 0;
    overflow: auto;
    padding: 4px;
}

#document-content-resizer {
    height: 100%;
    min-height: 500px;
    max-height: 70vh;
    overflow: hidden;
}
