.wp-25d-carver-container {
    max-width: 800px;
    margin: 2em auto;
    font-family: Arial, sans-serif;
}

.wp-25d-carver-container label {
    display: block;
    margin-top: 1em;
    font-weight: bold;
}

.wp-25d-carver-container input[type="file"],
.wp-25d-carver-container select,
.wp-25d-carver-container input[type="text"],
.wp-25d-carver-container button {
    width: 100%;
    padding: 0.5em;
    margin-top: 0.25em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
}

.wp-25d-carver-container button {
    background-color: #0073aa;
    color: white;
    cursor: pointer;
    margin-top: 1.5em;
}

.wp-25d-carver-container button:hover {
    background-color: #005177;
}

.wp-25d-carver-preview {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
    gap: 1em;
    flex-wrap: wrap;
}

.wp-25d-carver-preview > div {
    flex: 1 1 45%;
    border: 1px solid #ddd;
    padding: 1em;
    box-sizing: border-box;
    background: #fafafa;
    text-align: center;
    min-height: 300px;
    overflow: auto;
}

.wp-25d-carver-preview img {
    max-width: 100%;
    max-height: 250px;
}

#wp-25d-carver-download-svg {
    margin-top: 1em;
    padding: 0.5em 1em;
    border: none;
    background-color: #28a745;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1em;
}

#wp-25d-carver-download-svg:hover {
    background-color: #19692c;
}