<style>
    .straata-scanner {
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 500px;
    }

    .straata-scanner input[type=text] {
        flex: 1;
        padding: 8px;
        font-size: 16px;
        background: #fff; /* WHITE FIELD */
        color: #000;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .straata-scanner button {
        padding: 8px 16px;
        font-size: 16px;
        cursor: pointer;
        white-space: nowrap;
    }

    /* Popup modal */
    #straataModal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0; top: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.75);
    }
    #straataModalContent {
        background: #111;
        color: #0f0;
        margin: 5% auto;
        padding: 20px;
        width: 90%;
        max-width: 700px;
        border: 2px solid #0f0;
        white-space: pre-wrap;
        max-height: 80vh;     /* SCROLLABLE */
        overflow-y: auto;     /* SCROLLABLE */
    }
    #straataClose {
        float: right;
        cursor: pointer;
        font-size: 20px;
        color: #0f0;
    }
</style>

<div>
    <form method="post" class="straata-scanner">
        <input type="text" name="straata_domain" placeholder="https://example.com" required>
        <button type="submit">Scan Now</button>
    </form>
</div>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://codeus.ca/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://codeus.ca/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-posts-pxl-template-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-posts-portfolio-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-posts-service-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-taxonomies-product_brand-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://codeus.ca/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
