.wpd-beautifier{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px 0 rgb(0 0 0 / .1);padding:1.5rem;margin:1rem 0;width:100%;box-sizing:border-box}.wpd-code-sections{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.wpd-input-section,.wpd-output-section{width:100%}.wpd-beautifier h2{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.wpd-beautifier textarea,.wpd-beautifier pre{width:100%;box-sizing:border-box;height:240px;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-family:ui-monospace,'Cascadia Code','Source Code Pro',Menlo,monospace;font-size:.875rem;line-height:1.5;background:#f8fafc;color:#1f2937;overflow:auto;margin:0}.wpd-beautifier textarea{resize:none;outline:none;transition:border-color 0.15s ease}.wpd-beautifier textarea:focus{border-color:#2563eb}.wpd-beautifier pre{white-space:pre-wrap}.wpd-controls{display:flex;gap:.75rem;justify-content:flex-start}.wpd-button{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border:none;border-radius:.375rem;cursor:pointer;transition:all 0.15s ease}.wpd-button-primary{background-color:#2563eb;color:#fff}.wpd-button-primary:hover{background-color:#1d4ed8}.wpd-button-success{background-color:#16a34a;color:#fff}.wpd-button-success:hover{background-color:#15803d}.wpd-beautifier textarea::-webkit-scrollbar,.wpd-beautifier pre::-webkit-scrollbar{width:8px;height:8px}.wpd-beautifier textarea::-webkit-scrollbar-track,.wpd-beautifier pre::-webkit-scrollbar-track{background:#f8fafc;border-radius:4px}.wpd-beautifier textarea::-webkit-scrollbar-thumb,.wpd-beautifier pre::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.wpd-beautifier textarea::-webkit-scrollbar-thumb:hover,.wpd-beautifier pre::-webkit-scrollbar-thumb:hover{background:#94a3b8}