.sitemap-extractor-container {
    max_width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#sitemap-extractor-form input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

#sitemap-extractor-form button {
    margin-top: 10px;
}

#sitemap-extractor-results textarea {
    font-family: monospace;
    white-space: pre;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 12px;
    border-radius: 4px;
}

#copy-status {
    color: green;
    font-weight: bold;
}
