.shortcode-container, #gml-tool-container {
    max-width: 100%;
    padding: 20px;
    background-color: #ffffff; /* Heller Hintergrund */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Buttons schöner machen */
.shortcode-container button, #gml-tool-container button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.shortcode-container button:hover, #gml-tool-container button:hover {
    background-color: #005f8d;
}

/* Verbesserte Tabellenstile */
.results-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.results-table th, .results-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.results-table th {
    background-color: #0073aa;
    color: white;
}

.results-table td {
    background-color: #f9f9f9;
}

.status-message {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.status-message.success {
    color: green;
}

.status-message.error {
    color: red;
}
