#editor {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    overflow: auto; /* Allows scrolling if content overflows */
    resize: vertical; /* Enables both horizontal and vertical resizing */
    min-height: 600px; /* Minimum height */
    max-height: 600px; /* Optional: Maximum height */
}
#jsonInput {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    overflow: auto; /* Allows scrolling if content overflows */
    resize: vertical; /* Enables both horizontal and vertical resizing */
    min-height: 645px; /* Minimum height */
    max-height: 800px; /* Optional: Maximum height */
}