/*! on-codemerge v1.2.14 @author Pavel Kuzmin @license MIT @homepage https://s00d.github.io/on-codemerge/ @repository git+https://github.com/s00d/on-codemerge.git Copyright (c) 2025 Pavel Kuzmin - Built on 2025-09-02T12:37:26.743Z */
.html-viewer-modal{width:100%;max-width:48rem}.html-viewer-modal .modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1rem}.html-viewer-modal .copy-button,.html-viewer-modal .save-button,.html-viewer-modal .edit-button{display:flex;align-items:center;gap:.5rem;border-radius:.375rem;padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.html-viewer-modal .copy-button:hover,.html-viewer-modal .save-button:hover,.html-viewer-modal .edit-button:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.html-viewer-modal .modal-body{max-height:70vh;overflow:auto;padding:1rem}.html-viewer-modal pre{overflow-x:auto;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.html-viewer-modal code{white-space:pre;font-size:.875rem;line-height:1.25rem;line-height:1.625}#html-viewer-content .tabs{display:flex;gap:1rem;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}#html-viewer-content .tabs .tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;border-bottom:2px solid transparent;transition:all .2s ease-in-out;cursor:pointer}#html-viewer-content .tabs .tab:hover{color:#374151}#html-viewer-content .tabs .tab:focus{outline:none}#html-viewer-content .tabs .tab.active{color:#2563eb;border-bottom-color:#2563eb}
