#kiv-html2php-tool .kiv-html2php-actions {display:flex; flex-wrap:wrap; justify-content:center; gap:8px;}
#kiv-html2php-tool .btn {white-space:normal; max-width:100%; overflow-wrap:anywhere;}
#kiv-html2php-tool #content {font-family:monospace; resize:vertical; min-height:200px;}
#kiv-html2php-tool #kiv-html2php-status {min-height:24px; margin:12px 0 0; overflow-wrap:anywhere;}
#kiv-html2php-tool #kiv-html2php-output[hidden] {display:none !important;}
#kiv-html2php-tool pre {display:block; max-height:600px; overflow:auto; white-space:pre-wrap; overflow-wrap:anywhere; word-break:normal; margin-top:8px;}
#kiv-html2php-tool pre code {white-space:pre-wrap; word-break:normal;}
#kiv-html2php-tool button:focus-visible, #kiv-html2php-tool pre:focus-visible {outline:2px solid #187a49; outline-offset:2px;}
