.vuiststeen-leer-container {
    max-width: 1200px;
    margin: 20px auto;
    font-family: inherit;
    text-align: center;
}

.vuiststeen-leer-container .tools {
    text-align: center;
}

.vuiststeen-leer-container .tools button {
    margin: 2px;
    padding: 6px 12px;
    cursor: pointer;
}

.vuiststeen-leer-container .upload-container {
    margin-top: 10px;
    text-align: center;
}

.vuiststeen-leer-container #steenCanvas {
    display: block;
    margin: 10px auto;
    border: 1px solid #ccc;
    max-width: 100%;
    touch-action: none;
}

.vuiststeen-leer-container .button-group {
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
}

.vuiststeen-leer-container .button-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
}

.vuiststeen-leer-container .button-row {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.vuiststeen-leer-container .button-row button {
    flex: 1;
}

.vuiststeen-leer-container .button-separator {
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
    border: 0;
    border-top: 1px solid #ddd;
}

/* Mobiel */
@media (max-width: 768px) {
    .vuiststeen-leer-container .button-labels {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    .vuiststeen-leer-container .button-row {
        flex-direction: column;
    }

    .vuiststeen-leer-container .button-row button {
        width: 100%;
    }
}