.onlinetoolbuddy-json-formatter{max-width:1000px;margin:0 auto;padding:20px;border:1px solid var(--wp--preset--color--border,#ccc);border-radius:5px;background-color:var(--wp--preset--color--background,#fff);color:var(--wp--preset--color--text,#333)}.json-formatter-container{display:flex;flex-wrap:wrap;gap:20px}.json-input,.json-output{flex:1;min-width:300px;height:300px;overflow:hidden}.onlinetoolbuddy-json-formatter label{display:block;margin-bottom:5px;color:var(--wp--preset--color--text,#333)}.onlinetoolbuddy-json-formatter textarea,.onlinetoolbuddy-json-formatter pre{width:100%;height:100%;padding:8px;border:1px solid var(--wp--preset--color--border,#ccc);border-radius:4px;background-color:var(--wp--preset--color--background,#fff);color:var(--wp--preset--color--text,#333);font-family:monospace;overflow:auto}@media (max-width:768px){.json-formatter-container{flex-direction:column}}