#kiv-html2js-tool .kiv-html2js-actions {display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;}
#kiv-html2js-tool .btn {white-space: normal; max-width: 100%; overflow-wrap: anywhere;}
#kiv-html2js-tool textarea {resize: vertical; min-height: 180px;}
#kiv-html2js-tool pre {white-space: pre-wrap; overflow-wrap: anywhere; max-height: 480px; overflow: auto;}
#kiv-html2js-tool #kiv-html2js-status {min-height: 1.5em; margin: 12px 0 0; text-align: center; overflow-wrap: anywhere;}
#kiv-html2js-tool [hidden] {display: none;}
#kiv-html2js-tool button:focus-visible, #kiv-html2js-tool textarea:focus-visible {outline: 2px solid #287d54; outline-offset: 2px;}
