.object {
    max-width: 500px;
    max-height: 200px;
    overflow: auto;
}

#json_editor_area {
    font-family: monospace;
    width: 60vw;
    height: 50vh;
    min-width: 600px;
    min-height: 600px;
}

#json_editor {
    display: flex;
}

#logo {
    margin-top: 16px;
    height: 80px;
}

.actions {
    display: flex;
    gap: 8px;
}

.json_editor_type {
    display: none;
    text-decoration: underline;
}

#editGenJson {
    display: none;
}
#closeJsonForm {
    display: none;
}
