div.url-compare{display:grid;gap:1rem}div.url-compare .row{display:flex;flex-wrap:wrap}div.url-compare .row:has(textarea){width:100%}div.url-compare .row:has(textarea)>*{width:50%}div.url-compare .row:has(textarea) textarea{width:100%;display:block;max-width:100%;font-size:1rem;resize:vertical;padding:1rem;min-height:10rem;font-family:monospace}div.url-compare .row:has(table){width:100%}div.url-compare .row:has(table) table{width:100%}div.url-compare .row:has(table) table thead{background:#ddd}div.url-compare .row:has(table) table thead tr th{padding:1rem}div.url-compare .row:has(table) table tbody tr{background-color:#eee}div.url-compare .row:has(table) table tbody tr.success{background-color:#90ee90}div.url-compare .row:has(table) table tbody tr.warning{background-color:pink}div.url-compare .row:has(table) table tbody tr.info{background-color:#add8e6}div.url-compare .row:has(table) table tbody tr.danger{background-color:red}div.url-compare .row:has(table) table tbody tr td{padding:.6rem;min-width:50%;word-break:break-all}div.url-compare .row:has(table) table tbody tr td:nth-child(odd){width:min-content}.about{border:3px double purple;background:violet;padding:1rem;font-weight:bold;max-width:50ch;margin-inline-start:auto;border-radius:1rem}.about button{margin:1rem;font-size:1rem;padding:1rem;font-weight:bold;color:purple}
