') no-repeat center center; background-size: contain; position: relative; cursor: pointer; } .tooltip { position: absolute; top: -35px; left: 50%; transform: translateX(-50%); background-color: #333; color: #fff; padding: 4px 8px; border-radius: 4px; font-size: 0.75rem; opacity: 0; pointer-events: none; transition: opacity 0.3s; white-space: nowrap; z-index: 10; } .copy-icon:hover .tooltip { opacity: 1; } .copy-icon.copied .tooltip::after { content: 'Copied to clipboard'; } .copy-icon:not(.copied) .tooltip::after { content: 'Copy'; } .status { margin-top: 2rem; font-size: 1.2rem; color: #222; text-align: left; } hr { margin-top: 2rem; margin-bottom: 1rem; border: none; border-top: 1px solid #ccc; } .details { margin-top: 2rem; font-size: 1rem; color: #333; word-wrap: break-word; text-align: left; } #toolResult { margin-top: 1rem; display: none; position: relative; } #toolOutput { padding: 1rem; border: 1px solid #ccc; background: #f8f8f8; font-family: monospace; white-space: pre-wrap; overflow-x: auto; } .input-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; } footer { margin-top: 3rem; font-size: 0.9rem; color: #777; } footer a { color: #1a73e8; text-decoration: none; } @media (max-width: 800px) { h1 { font-size: 1.8rem; } .ip-block, .isp-block { font-size: 1.3rem; word-break: break-word; } }